@charset "UTF-8";
:root {
  --qw-color-stroke-hard: #888785;
  --qw-color-stroke-primary: #44C368;
  --qw-color-surface-base: #FDFCFB;
  --qw-color-surface-complementary: #FF6D04;
  --qw-color-surface-primary-highlighted: #44C368;
  --qw-color-surface-white: "";
  --qw-color-text-caption: #F9F7F4;
  --qw-color-black: #000000;
  --qw-color-white: #FFFFFF;
  --qw-color-error: #B54D03;
  --qw-color-success: #44C368;
  --qw-color-surface-primary-button: #3EB15F;
  --qw-color-surface-primary-button-hover: #308A4A;
  --qw-color-surface-secondary-button: #FF6D04;
  --qw-color-surface-secondary-button-hover: #E86304;
  --qw-color-border-dividers: #D4DADE;
  --qw-color-background-highlights: #EEEAE1;
  --qw-color-background: #F7F5F1;
  --qw-color-text-negative: #FDFCFB;
  --qw-color-stroke-soft: #E1DFDB;
  --qw-color-surface-primary: #3EB15F;
  --qw-color-primary: #3EB15F;
  --qw-color-surface-footer: #5A4837;
  --qw-color-icons-surface: #634F3C;
  --qw-color-stroke-secondary: #FF6D04;
  --qw-color-stroke-secondary-hover: #E86304;
  --qw-color-text-titles: #2F2E2D;
  --qw-color-text-body: #2F2E2D;
  --qw-color-labels: #979591;
  --qw-color-box-colored-default: #EEEAE1;
  --qw-color-box-colored-dark: #5A4837;
  --qw-color-box-colored-summary: #ECF9F0;
  --qw-color-box-colored-summary-border: #625F5B;
  --qw-color-ottoman: #ECF9F0;
  --qw-typography-h1-font-size: 2.5rem;
  --qw-typography-h1-letter-spacing: 0.025rem;
  --qw-typography-h1-line-height: 3rem;
  --qw-typography-h1-font-family: "Merriweather", serif;
  --qw-typography-h2-font-size: 2.25rem;
  --qw-typography-h2-letter-spacing: 0.0225rem;
  --qw-typography-h2-line-height: 3rem;
  --qw-typography-h2-font-family: "Merriweather", serif;
  --qw-typography-h3-font-size: 1.75rem;
  --qw-typography-h3-letter-spacing: 0.0175rem;
  --qw-typography-h3-line-height: 2.25rem;
  --qw-typography-h3-font-family: "Merriweather", serif;
  --qw-typography-h4-font-size: 1.5rem;
  --qw-typography-h4-letter-spacing: 0.015rem;
  --qw-typography-h4-line-height: 2rem;
  --qw-typography-h4-font-family: "Merriweather", serif;
  --qw-typography-h5-font-family: "Merriweather", serif;
  --qw-typography-h5-font-size: 1.25rem;
  --qw-typography-h5-letter-spacing: 0.0125rem;
  --qw-typography-h5-line-height: 1.75rem;
  --qw-typography-h6-font-family: "Merriweather", serif;
  --qw-typography-h6-font-size: 1.125rem;
  --qw-typography-h6-letter-spacing: 0.01125rem;
  --qw-typography-h6-line-height: 1.5rem;
  --qw-typography-body-large-font-size: 1.25rem;
  --qw-typography-body-large-line-height: 1.75rem;
  --qw-typography-body-font-size: 1.125rem;
  --qw-typography-body-line-height: 1.5rem;
  --qw-typography-body-medium-font-size: 1.125rem;
  --qw-typography-body-medium-line-height: 1.5rem;
  --qw-typography-body-small-font-size: 1rem;
  --qw-typography-body-small-line-height: 1.5rem;
  --qw-typography-labels-font-size: 0.875rem;
  --qw-typography-labels-font-weight: 500;
  --qw-typography-labels-letter-spacing: 0.00875rem;
  --qw-typography-labels-line-height: 1.25rem;
  --qw-typography-captions-font-size: 0.75rem;
  --qw-typography-captions-line-height: 1rem;
  --qw-typography-button-font-family: "Inter", sans-serif;
  --qw-typography-button-font-size: 1rem;
  --qw-typography-button-font-weight: 500;
  --qw-typography-button-line-height: 1.5rem;
  --qw-container-padding: 1rem;
  --qw-border-radius: 1.5rem;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.5rem;
  scroll-behavior: smooth;
}

html,
body,
p,
ul,
ol,
li,
img,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg {
  display: inline-block;
}

button {
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
}

button img {
  width: 100%;
}

body {
  color: var(--qw-color-text-body);
  background-color: var(--qw-color-background);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  transition: all 100ms ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0625rem;
}

h1,
h1 a,
.h1,
.h1 a {
  font-size: var(--qw-typography-h1-font-size);
  line-height: var(--qw-typography-h1-line-height);
  font-family: var(--qw-typography-h1-font-family);
  letter-spacing: var(--qw-typography-h1-letter-spacing);
  color: var(--qw-color-text-titles);
}

h2,
h2 a,
.h2,
.h2 a {
  font-size: var(--qw-typography-h2-font-size);
  line-height: var(--qw-typography-h2-line-height);
  font-family: var(--qw-typography-h2-font-family);
  letter-spacing: var(--qw-typography-h2-letter-spacing);
  color: var(--qw-color-text-titles);
}

h3,
h3 a,
.h3,
.h3 a {
  font-size: var(--qw-typography-h3-font-size);
  line-height: var(--qw-typography-h3-line-height);
  font-family: var(--qw-typography-h3-font-family);
  letter-spacing: var(--qw-typography-h3-letter-spacing);
  color: var(--qw-color-text-titles);
}

h4,
h4 a,
.h4,
.h4 a {
  font-size: var(--qw-typography-h4-font-size);
  line-height: var(--qw-typography-h4-line-height);
  font-family: var(--qw-typography-h4-font-family);
  letter-spacing: var(--qw-typography-h4-letter-spacing);
  color: var(--qw-color-text-titles);
}

h5,
h5 a,
.h5,
.h5 a {
  font-size: var(--qw-typography-h5-font-size);
  line-height: var(--qw-typography-h5-line-height);
  font-family: var(--qw-typography-h5-font-family);
  letter-spacing: var(--qw-typography-h5-letter-spacing);
  color: var(--qw-color-text-titles);
}

h6,
h6 a,
.h6,
.h6 a {
  font-size: var(--qw-typography-h6-font-size);
  line-height: var(--qw-typography-h6-line-height);
  font-family: var(--qw-typography-h6-font-family);
  letter-spacing: var(--qw-typography-h6-letter-spacing);
  color: var(--qw-color-text-titles);
}

.overline {
  font-size: var(--qw-typography-overline-font-size);
  line-height: var(--qw-typography-overline-line-height);
}

a {
  text-decoration: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.heading {
  font-family: "Merriweather", serif;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 82rem;
  padding-left: var(--qw-container-padding);
  padding-right: var(--qw-container-padding);
  width: 100%;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

.sections {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.qw-go-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 1rem;
  row-gap: 1rem;
  background-color: var(--qw-color-background-highlights);
  border-radius: 1.5rem;
  padding: 1.5rem;
  width: 100%;
}
.qw-go-box .wp-block-heading {
  font-size: var(--qw-typography-h5-font-size);
  line-height: var(--qw-typography-h5-line-height);
  font-family: var(--qw-typography-h5-font-family);
  letter-spacing: var(--qw-typography-h5-letter-spacing);
}
.qw-go-box.alt {
  background-color: var(--qw-color-surface-footer);
}
.qw-go-box.alt,
.qw-go-box.alt .wp-block-heading,
.qw-go-box.alt p,
.qw-go-box.alt a {
  color: var(--qw-color-white);
}

footer {
  padding-bottom: 2rem;
}

footer .container,
footer .wp-block-columns,
footer .footnotes {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .wp-block-navigation ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 1rem;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  grid-column-gap: 1rem;
  list-style-type: none;
}

footer .wp-block-columns {
  display: -ms-grid;
  display: grid;
}

footer .footnotes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
  column-gap: 0.5rem;
  grid-column-gap: 0.5rem;
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}

footer .footnotes p,
footer .footnotes a {
  color: var(--qw-color-black);
  font-size: var(--qw-typography-captions-font-size);
  line-height: var(--qw-typography-captions-line-height);
}

footer .footnotes-date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
  column-gap: 0.5rem;
  grid-column-gap: 0.5rem;
}

header {
  background-color: var(--qw-color-background);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 2;
}

header .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .action-menu {
  height: 1.5rem;
  position: relative;
  width: 1.5rem;
}

header .action-menu .bar {
  background-color: var(--qw-color-text-titles);
  border-radius: 0.25rem;
  display: block;
  height: 0.125rem;
  left: 0.125rem;
  position: absolute;
  right: 0.125rem;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out 0s;
}

header .action-menu .bar-top {
  top: 3px;
}

header .action-menu .bar-middle {
  top: 11px;
}

header .action-menu .bar-bottom {
  bottom: 3px;
}

.menu-open header .action-menu .bar-top {
  transform: rotate(135deg);
  top: 11px;
}

.menu-open header .action-menu .bar-middle {
  opacity: 0;
}

.menu-open header .action-menu .bar-bottom {
  bottom: auto;
  top: 11px;
  transform: rotate(-135deg);
}

header .wp-block-site-logo {
  width: 8.5rem;
}

header .wp-block-site-logo a {
  display: block;
  height: 3rem;
  max-width: 8.5rem;
}

header .wp-block-site-logo img {
  width: 100%;
}

@media all and (max-width: 1439px) {
  header nav,
  header .cta-container {
    display: none;
  }
}
header .group-header {
  position: relative;
  z-index: 5;
}

.menu-open header .group-header {
  height: 3rem;
  justify-content: end;
  position: relative;
  z-index: 5;
}

.menu-open header .group-header .wp-block-site-logo {
  display: none;
}

.menu-open header .action-menu .bar {
  background-color: var(--qw-color-white);
}

@media all and (min-width: 601px) {
  .admin-bar header {
    top: 46px;
  }
}
@media all and (min-width: 783px) {
  .admin-bar header {
    top: 32px;
  }
}
#slideout {
  background-color: var(--qw-color-surface-footer);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 250ms ease-in-out;
  z-index: 4;
}

#slideout .slideout-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 3rem;
  row-gap: 3rem;
  flex-grow: 1;
  overflow: scroll;
  padding: 3.5rem 2.25rem;
}

#slideout nav {
  display: block;
}

#slideout ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 1rem;
  row-gap: 1rem;
  list-style-type: none;
}

#slideout ul a {
  font-size: var(--qw-typography-h5-font-size);
  line-height: var(--qw-typography-h5-line-height);
  font-family: var(--qw-typography-h5-font-family);
  letter-spacing: var(--qw-typography-h5-letter-spacing);
  color: var(--qw-color-white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
  column-gap: 0.5rem;
  grid-column-gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
}

#slideout ul ul a {
  padding-left: 2rem;
  font-size: var(--qw-typography-h6-font-size);
  line-height: var(--qw-typography-h6-line-height);
  font-family: var(--qw-typography-h6-font-family);
  letter-spacing: var(--qw-typography-h6-letter-spacing);
}

#slideout ul .has-child > a:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkNoZXZyb24iPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNNy41IDkuNUwxMi41IDE0LjVMMTcuNSA5LjUiIHN0cm9rZT0iI0ZERkNGQiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K");
  content: "";
  display: block;
  height: 1.5rem;
  transition: all 250ms ease-in-out;
  width: 1.5rem;
}

#slideout ul li:not(.show-sub-menu) ul {
  display: none;
}

#slideout ul .show-sub-menu > a:after {
  transform: rotate(180deg);
}

.menu-open #slideout {
  transform: translateX(0);
}

.hero-default {
  padding-bottom: 1.5rem;
}

.hero-default .inner {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
  align-items: center;
  position: relative;
}

.hero-default .leafs {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-default .leaf {
  background: #44C368;
  border-radius: 12.5rem 0;
  position: absolute;
  transform: rotate(90deg);
  z-index: 1;
}

.hero-default .leaf-1 {
  height: 0.99981rem;
  left: 0.55rem;
  top: 0.45rem;
  transform: rotate(0);
  width: 0.99981rem;
}

.hero-default .leaf-2 {
  height: 0.937rem;
  left: 0.6rem;
  top: 8rem;
  width: 0.937rem;
}

.hero-default .leaf-3 {
  height: 0.68456rem;
  right: 0;
  top: 6.8125rem;
  width: 0.68456rem;
}

.hero-default .leaf-4 {
  height: 0.937rem;
  right: 4.05rem;
  top: -1.125rem;
  width: 0.937rem;
}

.hero-default .leaf.secondary {
  background-color: var(--qw-color-icons-surface);
}

.hero-default .wp-block-heading,
.hero-default form {
  margin: 0 auto;
  max-width: 48rem;
  position: relative;
  width: 100%;
}

.hero-default form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.hero-default .wp-block-heading {
  color: var(--qw-color-text-titles);
  font-size: var(--qw-typography-h1-font-size);
  line-height: var(--qw-typography-h1-line-height);
  font-family: var(--qw-typography-h1-font-family);
  letter-spacing: var(--qw-typography-h1-letter-spacing);
  text-align: center;
}

.hero-default .wp-block-search__inside-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}

.hero-default .wp-block-search__inside-wrapper input {
  background-color: var(--qw-color-white);
  border: 1px solid var(--qw-color-stroke-soft);
  border-radius: 0.5rem 0 0 0.5rem;
  flex-grow: 1;
  outline: none;
  padding: 0 1rem;
}

.hero-default .wp-block-search__inside-wrapper input::placeholder {
  color: var(--qw-color-labels);
}

.hero-default .wp-block-search__inside-wrapper input:focus, .hero-default .wp-block-search__inside-wrapper input:active {
  box-shadow: none;
}

.hero-default .wp-block-search__inside-wrapper .wp-element-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.wp-element-button {
  background-color: var(--qw-color-surface-primary-button);
  color: var(--qw-color-white);
  -moz-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
  column-gap: 0.5rem;
  grid-column-gap: 0.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: var(--qw-typography-button-font-size);
  line-height: var(--qw-typography-button-line-height);
  font-weight: var(--qw-typography-button-font-weight);
  font-family: var(--qw-typography-button-font-family);
  align-items: center;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 0;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem 2rem;
  text-decoration: none;
  transition: all 100ms ease-in-out;
}

.wp-element-button:hover {
  background-color: var(--qw-color-surface-primary-button-hover);
}

.is-style-outline .wp-element-button, .wp-element-button-secondary {
  background-color: var(--qw-color-surface-secondary-button);
}

.is-style-outline .wp-element-button:hover, .wp-element-button-secondary:hover {
  background-color: var(--qw-color-surface-secondary-button-hover);
}

.is-style-outline .wp-element-button:hover svg path, .wp-element-button-secondary:hover svg path {
  stroke: "";
}

.wp-block-group.is-style-bordered {
  border: 1px solid var(--qw-color-box-colored-summary-border);
}

.wp-block-group.has-background {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 1rem;
  row-gap: 1rem;
  background-color: var(--qw-color-box-colored-default);
  border-radius: 1.5rem;
  padding: 1.5rem;
  width: 100%;
}

.wp-block-group.has-background .wp-block-heading {
  font-size: var(--qw-typography-h5-font-size);
  line-height: var(--qw-typography-h5-line-height);
  font-family: var(--qw-typography-h5-font-family);
  letter-spacing: var(--qw-typography-h5-letter-spacing);
  color: inherit;
}

.wp-block-group.has-background.has-dark-background-color {
  background-color: var(--qw-color-box-colored-dark);
}

.wp-block-group.has-background.has-dark-background-color,
.wp-block-group.has-background.has-dark-background-color a {
  color: var(--qw-color-white);
}

.wp-block-group.has-background.has-summary-background-color {
  background-color: var(--qw-color-box-colored-summary);
}

.wp-block-query {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.wp-block-query-pagination {
  padding: 0.5rem 0;
}

.wp-block-query-pagination,
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
  column-gap: 0.5rem;
  grid-column-gap: 0.5rem;
  grid-row-gap: 1rem;
  row-gap: 1rem;
  color: var(--qw-color-labels);
  flex-wrap: wrap;
  justify-content: center;
}

.wp-block-query-pagination,
.wp-block-query-pagination a {
  font-size: var(--qw-typography-labels-font-size);
  line-height: var(--qw-typography-labels-line-height);
  font-weight: var(--qw-typography-labels-font-weight);
  letter-spacing: var(--qw-typography-labels-letter-spacing);
}

.wp-block-query-pagination span,
.wp-block-query-pagination a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  min-width: 2rem;
  text-align: center;
}

.wp-block-query-pagination a {
  color: var(--qw-color-text-titles);
}

.wp-block-latest-posts {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  -webkit-column-gap: 1.5rem;
  column-gap: 1.5rem;
  grid-column-gap: 1.5rem;
  list-style-type: none;
}

.wp-block-latest-posts li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 1rem;
  row-gap: 1rem;
  background-color: var(--qw-color-box-colored-default);
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
  font-size: var(--qw-typography-h5-font-size);
  line-height: var(--qw-typography-h5-line-height);
  font-family: var(--qw-typography-h5-font-family);
  letter-spacing: var(--qw-typography-h5-letter-spacing);
  color: var(--qw-color-text-titles);
  text-decoration: none;
}

.entry-content .wp-block-latest-posts .wp-block-latest-posts__post-title {
  text-decoration: none;
}

section .section-title {
  font-size: var(--qw-typography-h6-font-size);
  line-height: var(--qw-typography-h6-line-height);
  font-family: var(--qw-typography-h6-font-family);
  letter-spacing: var(--qw-typography-h6-letter-spacing);
  color: var(--qw-color-text-titles);
}

.container-list-posts .section-title {
  margin-bottom: 1rem;
}

.list-posts-preview ul {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1rem;
  row-gap: 1rem;
  list-style-type: none;
}

.list-posts-preview ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
  background-color: #EEEAE2;
  border-radius: 0.5rem;
  padding: 1rem;
}

.list-posts-preview ul figure {
  margin: 0;
}

.list-posts-preview ul figure img {
  border-radius: 5px;
  height: 9.5rem;
  width: 100%;
}

.list-posts-preview ul figure a {
  display: block;
}

.list-posts-preview ul .post-content,
.list-posts-preview ul .wp-block-post-excerpt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.list-posts-preview ul .post-content a,
.list-posts-preview ul .wp-block-post-excerpt a {
  color: var(--qw-color-text-titles);
}

.list-posts-preview ul .post-content,
.list-posts-preview ul .wp-block-post-excerpt {
  flex-grow: 1;
}

.list-posts-preview ul .post-title a {
  font-size: var(--qw-typography-h5-font-size);
  line-height: var(--qw-typography-h5-line-height);
  font-family: var(--qw-typography-h5-font-family);
  letter-spacing: var(--qw-typography-h5-letter-spacing);
}

.list-posts-preview ul .wp-block-post-excerpt__more-link {
  font-size: var(--qw-typography-captions-font-size);
  line-height: var(--qw-typography-captions-line-height);
  border-bottom: 2px solid var(--qw-color-surface-primary);
  padding-bottom: 0.25rem;
}

.section-main {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 3.5rem;
  row-gap: 3.5rem;
}

.ez-toc-qw {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1rem;
  row-gap: 1rem;
  background-color: var(--qw-color-background-highlights);
  border-radius: 1rem;
  padding: 1rem;
}

.ez-toc-qw nav {
  display: none;
}

.ez-toc-qw .ez-toc-title-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
  column-gap: 0.5rem;
  grid-column-gap: 0.5rem;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem;
}

.ez-toc-qw .ez-toc-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: var(--qw-typography-h5-font-size);
  line-height: var(--qw-typography-h5-line-height);
  font-family: var(--qw-typography-h5-font-family);
  letter-spacing: var(--qw-typography-h5-letter-spacing);
  color: var(--qw-color-text-titles);
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
}

.ez-toc-qw .ez-toc-title:after {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTEwIDE4Ljk5OUMxNC45NzA2IDE4Ljk5OSAxOSAxNC45Njk2IDE5IDkuOTk5MDJDMTkgNS4wMjg0NiAxNC45NzA2IDAuOTk5MDIzIDEwIDAuOTk5MDIzQzUuMDI5NDQgMC45OTkwMjMgMSA1LjAyODQ2IDEgOS45OTkwMkMxIDE0Ljk2OTYgNS4wMjk0NCAxOC45OTkgMTAgMTguOTk5WiIgc3Ryb2tlPSIjNUE0ODM3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yXzIiIGQ9Ik03IDEwSDEzIiBzdHJva2U9IiM1QTQ4MzciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==);
  flex-grow: 0;
  flex-shrink: 0;
  width: 1.125rem;
}

.ez-toc-qw ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
}

.ez-toc-qw ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
  column-gap: 0.5rem;
  grid-column-gap: 0.5rem;
}

.ez-toc-qw ul li:before {
  content: "•";
}

.ez-toc-qw ul a {
  color: var(--qw-color-black);
  flex-grow: 1;
}

.ez-toc-qw.show-toc nav {
  display: block;
}

.ez-toc-qw.show-toc .ez-toc-title-container {
  border-bottom: 1px solid var(--qw-color-stroke-soft);
}

section {
  position: relative;
}

.wp-site-blocks {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.fp-posts {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

article {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

article .wp-block-post-author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
  column-gap: 0.5rem;
  grid-column-gap: 0.5rem;
  align-items: center;
  position: relative;
}

article .wp-block-post-author .wp-block-post-author__avatar {
  flex-shrink: 0;
}

article .wp-block-post-author img {
  border-radius: 50%;
  height: auto;
  width: 1.5rem;
}

article .wp-block-post-author a {
  font-size: var(--qw-typography-captions-font-size);
  line-height: var(--qw-typography-captions-line-height);
  color: var(--qw-color-text-body);
}

article .container-author-full {
  border-top: 1px solid var(--qw-color-border-dividers);
  border-bottom: 1px solid var(--qw-color-border-dividers);
  padding: 1rem 1.5rem;
}

article .container-author-full .wp-block-post-author__avatar {
  left: 0;
  position: absolute;
  top: 0;
  width: 3.5rem;
}

article .container-author-full .wp-block-post-author__content {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1rem;
  row-gap: 1rem;
  flex-grow: 1;
}

article .container-author-full .wp-block-post-author__name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: var(--qw-typography-h6-font-size);
  line-height: var(--qw-typography-h6-line-height);
  font-family: var(--qw-typography-h6-font-family);
  letter-spacing: var(--qw-typography-h6-letter-spacing);
  align-items: center;
  height: 3.5rem;
  padding-left: 4.5rem;
}

article .container-author-full .wp-block-post-author__name a {
  font-size: var(--qw-typography-h6-font-size);
  line-height: var(--qw-typography-h6-line-height);
  font-family: var(--qw-typography-h6-font-family);
  letter-spacing: var(--qw-typography-h6-letter-spacing);
}

article .container-author-full .wp-block-post-author {
  -moz-column-gap: 1rem;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  grid-column-gap: 1rem;
  align-items: start;
}

article .container-author-full .wp-block-post-author img {
  border-radius: 0.25rem;
  height: 3.5rem;
  width: auto;
}

article .wp-block-post-featured-image {
  margin: 0;
}

article .wp-block-post-featured-image img {
  border-radius: 0.5rem;
  width: 100%;
}

article .wp-block-comments {
  display: none;
}

.entry-header {
  margin-bottom: 1rem;
}

.entry-header .post-thumbnail img {
  width: 100%;
}

.entry-header .page-title {
  margin-bottom: 1rem;
}

.entry-content {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
  color: var(--qw-color-text-body);
  font-size: var(--qw-typography-body-font-size);
  line-height: var(--qw-typography-body-line-height);
}

.entry-content hr {
  background-color: var(--qw-color-text-body);
  display: block;
  height: 2px;
  width: 100%;
}

.entry-content a:not(.wp-element-button) {
  color: "";
  text-decoration: underline;
}

.entry-content img {
  width: 100%;
}

.entry-content .wp-block-table {
  overflow-x: auto;
}

.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}

.entry-content table th,
.entry-content table td {
  min-width: 10rem;
  padding: 1rem;
}

.entry-content table th {
  background-color: "";
  color: var(--qw-color-white);
}

.entry-content table tbody tr:nth-child(odd) td {
  background-color: "";
}

.entry-content table tbody tr:nth-child(even) {
  background-color: "";
}

.entry-content ol,
.entry-content ul:not(.wp-block-latest-posts) {
  list-style-position: inside;
}

.entry-content ol ol,
.entry-content ol ul,
.entry-content ul:not(.wp-block-latest-posts) ol,
.entry-content ul:not(.wp-block-latest-posts) ul {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

.entry-content ul:not(.wp-block-latest-posts) {
  list-style-type: none;
}

.entry-content ul:not(.wp-block-latest-posts) ul {
  margin-bottom: 0;
}

.entry-content ul:not(.wp-block-latest-posts) li {
  padding-left: 1.5rem;
  position: relative;
}

.entry-content ul:not(.wp-block-latest-posts) li:before {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  content: "•";
  font-size: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
}

.entry-content ol {
  margin-left: 1rem;
}

.entry-content figure {
  margin: 0;
}

.entry-content figure figcaption {
  color: var(--color-text);
  font-size: 0.75rem;
  text-align: right;
}

.entry-content iframe {
  height: auto;
  max-width: 100%;
}

.entry-content .wp-block-image figcaption {
  text-align: center;
}

.entry-content .wp-block-embed .wp-block-embed__wrapper {
  padding-top: 56.25%;
  position: relative;
}

.entry-content .wp-block-embed iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.entry-footer .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 2rem;
  row-gap: 0.5rem;
}

.entry-footer .tags a {
  font-size: 0.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}

.entry-footer .author {
  display: -ms-grid;
  display: grid;
  -moz-column-gap: 1rem;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  grid-column-gap: 1rem;
  border: 1px solid "";
  border-radius: 16px;
  grid-template-columns: 4.5rem auto;
  margin-bottom: 2.75rem;
  padding: 2rem 1rem;
}

.entry-footer .author .avatar {
  width: 4.5rem;
}

.entry-footer .author .name {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
}

.entry-footer .author .title {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.entry-footer .author .description {
  font-size: 1.125rem;
  font-weight: 400;
  grid-column: 1/-1;
  line-height: 1.5rem;
}

@media all and (max-width: 767px) {
  .entry-footer .author {
    grid-row-gap: 1rem;
    row-gap: 1rem;
    align-items: center;
  }
  .entry-footer .author .description {
    grid-column: 1/-1;
  }
}
@media all and (min-width: 1024px) {
  .entry-footer .author {
    -moz-column-gap: 2rem;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 0;
    row-gap: 0;
    align-items: normal;
    grid-template-rows: repeat(3, auto);
    padding: 2rem 1.5rem;
  }
  .entry-footer .author .avatar {
    grid-row: 1/-1;
  }
  .entry-footer .author .name {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem;
  }
  .entry-footer .author .description {
    font-size: 1.125rem;
    font-weight: 400;
    grid-column: 2/-1;
    line-height: 1.5rem;
  }
}
.wp-block-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.wp-block-buttons .wp-block-button-prev {
  justify-content: normal;
  padding-bottom: 0;
}

.wp-block-buttons .wp-block-button-prev a {
  background-color: "";
  color: var(--qw-color-white);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  padding: 0.5rem 2.25rem;
  text-align: center;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .wp-block-buttons {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
}
@media all and (min-width: 768px) {
  .wp-block-buttons {
    -moz-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }
  .wp-block-buttons .wp-block-button {
    flex-grow: 0;
  }
  .wp-block-buttons .wp-block-button a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding: 0.75rem 2.5rem;
  }
}
main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-row-gap: 3.5rem;
  row-gap: 3.5rem;
}

@media all and (max-width: 1439px) {
  main {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main aside {
    display: none;
  }
}

/*# sourceMappingURL=qw.css.map */
