@charset "UTF-8";
/* Frontend styles ------------------------------------------ */
:root {
  --grey-50: #f7f8f9;
  --grey-100: #f0f1f2;
  --grey-200: #e2e4e6;
  --grey-300: #ced1d3;
  --grey-400: #babec1;
  --grey-500: #9a9ea1;
  --grey-600: #72767a;
  --grey-700: #5c6064;
  --grey-800: #3c4146;
  --grey-900: #1c2329;
  --primary-50: #e7f1d1;
  --primary-100: #dbeab9;
  --primary-200: #c4dc8b;
  --primary-300: #acce5d;
  --primary-400: #9ac43a;
  --primary-500: #88b917;
  --primary-600: #7eb00c;
  --primary-700: #6c9b01;
  --primary-800: #496900;
  --primary-900: #2c3f00;
  --secondary-50: #d3eafd;
  --secondary-100: #bce0fb;
  --secondary-200: #90cbf9;
  --secondary-300: #64b6f7;
  --secondary-400: #42a6f5;
  --secondary-500: #2196f3;
  --secondary-600: #1288e7;
  --secondary-700: #0474cb;
  --secondary-800: #004d8b;
  --secondary-900: #002e53;
  --info: #2196f3;
  --error: #ff2a00;
  --warning: #e9a418;
  --success: #88b917;
}

:root {
  --modpadd: 28px;
  --contentsize: 1200px;
  --widesize: calc(1200px + var(--modpadd) * 2 );
  --wp--style--gallery-gap-default: 10px;
}
@media (min-width: 358px) {
  :root {
    --modpadd: 32px;
  }
}
@media (min-width: 600px) {
  :root {
    --modpadd: 36px;
  }
}
@media (min-width: 782px) {
  :root {
    --modpadd: 48px;
  }
}
@media (min-width: 1200px) {
  :root {
    --modpadd: 60px;
  }
}

:root {
  --fontsize-global: clamp(0.875rem, 0.4547vw + 0.75rem, 1.125rem);
  --fontsize-tiny: 0.75em;
  --fontsize-small: 0.875em;
  --fontsize-normal: 1em;
  --fontsize-medium: 1.25em;
  --fontsize-large: 1.5em;
  --fontsize-huge: 1.75em;
  --h-margin: 0.8125em;
  --p-margin: 1.625em;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

hr {
  box-sizing: content-box;
  overflow: visible;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

:where(figure) {
  margin-bottom: 1.625em;
}

figcaption {
  font-size: 0.875em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5em;
  margin: 0;
}

select,
textarea {
  max-width: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

embed,
iframe,
object,
video {
  display: block;
  max-width: 100%;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

small {
  font-size: 0.875em;
}

big {
  font-size: 1.5em;
}

[hidden] {
  display: none;
}

.screen-reader-text,
.screen-reader-response {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
audio:focus,
div:focus,
header:focus,
footer:focus {
  outline: none;
}

.user-is-tabbing a:focus,
.user-is-tabbing button:focus,
.user-is-tabbing input:focus,
.user-is-tabbing select:focus,
.user-is-tabbing textarea:focus,
.user-is-tabbing audio:focus {
  outline: 1px solid #88b917;
}

.skip-link {
  transform: scale(0, 0);
  transition: transform 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
.skip-link:focus {
  width: auto;
  height: auto;
  margin: 1.625em;
  padding: 0.5em 1em;
  clip: auto;
  clip-path: none;
  word-wrap: normal;
  font-weight: 600;
  background-color: white;
  transform: scale(1, 1);
  outline: none;
  z-index: 40;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

html {
  line-height: 1.625;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: var(--fontsize-global);
  color: #3c4146;
  accent-color: #88b917;
}

button,
input,
select,
optgroup,
textarea {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #3c4146;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.8125em;
  padding-top: 0.8125em;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  hyphenate-limit-chars: 10 5 5;
}

h1 {
  padding-top: 0;
  font-size: 1.75em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 0.875em;
}

h5 {
  font-size: 0.75em;
}

h6 {
  font-size: 0.5em;
}

p {
  margin-block-start: 0;
  margin-block-end: 1.625em;
  -ms-hyphens: auto;
      hyphens: auto;
  hyphenate-limit-chars: 10 5 5;
  text-wrap: pretty;
}

b,
strong {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

hr {
  width: 100%;
  max-width: 100px;
  margin-block-start: 0;
  margin-block-end: 1.625em;
  margin-left: auto;
  margin-right: auto;
  border-style: dashed;
  border-width: 0 0 2px 0;
  border-color: currentColor;
  opacity: 0.25;
  clear: both;
}

.limit-50 {
  max-width: 50ch;
}

.limit-75 {
  max-width: 75ch;
}

blockquote {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin: 0 0 1.625em;
  padding-left: 1.625em;
  border-left: 5px dotted color-mix(in srgb, currentColor 25%, transparent);
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  color: #9a9ea1;
  font-size: 0.875em;
  font-style: italic;
  margin-top: 1em;
}

.text-center-xs {
  text-align: center;
}

.text-left-xs {
  text-align: left;
}

.text-right-xs {
  text-align: right;
}

@media (min-width: 358px) {
  .text-center-ms {
    text-align: center;
  }
  .text-left-ms {
    text-align: left;
  }
  .text-right-ms {
    text-align: right;
  }
}
@media (min-width: 600px) {
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 782px) {
  .text-center-md {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-center-lg {
    text-align: center;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.white-space-normal {
  white-space: normal;
}

.white-space-nowrap {
  white-space: nowrap;
}

pre {
  max-width: 100%;
  margin-block-start: 0;
  margin-block-end: 1.625em;
  font-family: Consolas, Monaco, monospace;
  line-height: 1.625;
  overflow: auto;
}

code, kbd, tt, var, samp {
  display: inline-block;
  font-family: Consolas, Monaco, monospace;
  line-height: 1.625;
  color: #ced1d3;
  background-color: #3c4146;
}

abbr, acronym {
  border-bottom: 1px dotted #9a9ea1;
  cursor: help;
}

mark, ins {
  color: #88b917;
  background: #e7f1d1;
  text-decoration: none;
}

address {
  margin: 0 0 1.625em;
}

::selection {
  color: white;
  background: #42a6f5;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.alignleft {
  margin-right: var(--modpadd);
  float: left;
}

.alignright {
  margin-left: var(--modpadd);
  float: right;
}

.alignfull {
  margin-left: calc(50% - 50cqw);
  margin-right: calc(50% - 50cqw);
}

.alignwide {
  max-width: none;
  width: calc(100% + var(--modpadd) * 2);
  margin-left: calc(var(--modpadd) * -1);
  margin-right: calc(var(--modpadd) * -1);
}

.alignfull > .alignwide {
  max-width: var(--widesize);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.alignfull:not(:last-child),
.alignwide:not(:last-child),
:root :has(+ .alignfull),
:root :has(+ .alignwide) {
  margin-bottom: calc(var(--modpadd) + 1.625em);
}

.alignfull:has(+ .alignfull) {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .alignfull:has(+ .alignwide),
  .alignwide:has(+ .alignwide),
  .alignwide:has(+ .alignfull) {
    margin-bottom: 0;
  }
}
.container {
  flex: 0 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--widesize);
}

.inline-size {
  container-type: inline-size;
}

.grid-row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(0px, 100%, var(--grid-col-size, 22em)), 1fr));
}
.grid-row > [class*=col-] {
  max-width: unset;
  flex: unset;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-xs {
  display: flex;
}

.wrap-xs {
  flex-wrap: wrap;
}

.nowrap-xs {
  flex-wrap: nowrap;
}

.start-xs {
  justify-content: flex-start !important;
}

.center-xs {
  justify-content: center !important;
}

.end-xs {
  justify-content: flex-end !important;
}

.top-xs {
  align-items: flex-start !important;
}

.middle-xs {
  align-items: center !important;
}

.bottom-xs {
  align-items: flex-end !important;
}

.around-xs {
  justify-content: space-around !important;
}

.between-xs {
  justify-content: space-between !important;
}

.column-gap-10 {
  --col-gap: 10px;
  column-gap: var(--col-gap);
}

.column-gap-pm {
  --col-gap: 1.625em;
  column-gap: var(--col-gap);
}

.column-gap-mp {
  --col-gap: var(--modpadd);
  column-gap: var(--col-gap);
}

.row-gap-10 {
  --row-gap: 10px;
  row-gap: var(--row-gap);
}

.row-gap-pm {
  --row-gap: 1.625em;
  row-gap: var(--row-gap);
}

.row-gap-mp {
  --row-gap: var(--modpadd);
  row-gap: var(--row-gap);
}

.col-xs {
  max-width: 100%;
  flex: 1 0 auto;
}

.col-xs-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

.col-xs-1 {
  max-width: calc(8.3333333333% - var(--col-gap, 0px) / 12 * 11);
  flex: 0 0 calc(8.3333333333% - var(--col-gap, 0px) / 12 * 11);
}

.col-xs-2 {
  max-width: calc(16.6666666667% - var(--col-gap, 0px) / 6 * 5);
  flex: 0 0 calc(16.6666666667% - var(--col-gap, 0px) / 6 * 5);
}

.col-xs-3 {
  max-width: calc(25% - var(--col-gap, 0px) / 4 * 3);
  flex: 0 0 calc(25% - var(--col-gap, 0px) / 4 * 3);
}

.col-xs-4 {
  max-width: calc(33.3333333333% - var(--col-gap, 0px) / 3 * 2);
  flex: 0 0 calc(33.3333333333% - var(--col-gap, 0px) / 3 * 2);
}

.col-xs-5 {
  max-width: calc(41.6666666667% - var(--col-gap, 0px) / 2.4 * 1.4);
  flex: 0 0 calc(41.6666666667% - var(--col-gap, 0px) / 2.4 * 1.4);
}

.col-xs-6 {
  max-width: calc(50% - var(--col-gap, 0px) / 2 * 1);
  flex: 0 0 calc(50% - var(--col-gap, 0px) / 2 * 1);
}

.col-xs-7 {
  max-width: calc(58.3333333333% - var(--col-gap, 0px) / 1.7142857143 * 0.7142857143);
  flex: 0 0 calc(58.3333333333% - var(--col-gap, 0px) / 1.7142857143 * 0.7142857143);
}

.col-xs-8 {
  max-width: calc(66.6666666667% - var(--col-gap, 0px) / 1.5 * 0.5);
  flex: 0 0 calc(66.6666666667% - var(--col-gap, 0px) / 1.5 * 0.5);
}

.col-xs-9 {
  max-width: calc(75% - var(--col-gap, 0px) / 1.3333333333 * 0.3333333333);
  flex: 0 0 calc(75% - var(--col-gap, 0px) / 1.3333333333 * 0.3333333333);
}

.col-xs-10 {
  max-width: calc(83.3333333333% - var(--col-gap, 0px) / 1.2 * 0.2);
  flex: 0 0 calc(83.3333333333% - var(--col-gap, 0px) / 1.2 * 0.2);
}

.col-xs-11 {
  max-width: calc(91.6666666667% - var(--col-gap, 0px) / 1.0909090909 * 0.0909090909);
  flex: 0 0 calc(91.6666666667% - var(--col-gap, 0px) / 1.0909090909 * 0.0909090909);
}

.order-xs-first {
  order: -1;
}

.order-xs-last {
  order: 100;
}

.order-xs-1 {
  order: 1;
}

.order-xs-2 {
  order: 2;
}

.order-xs-3 {
  order: 3;
}

.order-xs-4 {
  order: 4;
}

.order-xs-5 {
  order: 5;
}

.order-xs-6 {
  order: 6;
}

.order-xs-7 {
  order: 7;
}

.order-xs-8 {
  order: 8;
}

.order-xs-9 {
  order: 9;
}

.order-xs-10 {
  order: 10;
}

.order-xs-11 {
  order: 11;
}

.order-xs-12 {
  order: 12;
}

.shrink-xs {
  flex-shrink: 1;
}

.grow-xs {
  flex-grow: 1;
  flex-basis: auto;
}

@media (min-width: 358px) {
  .flex-ms {
    display: flex;
  }
  .wrap-ms {
    flex-wrap: wrap;
  }
  .nowrap-ms {
    flex-wrap: nowrap;
  }
  .start-ms {
    justify-content: flex-start !important;
  }
  .center-ms {
    justify-content: center !important;
  }
  .end-ms {
    justify-content: flex-end !important;
  }
  .top-ms {
    align-items: flex-start !important;
  }
  .middle-ms {
    align-items: center !important;
  }
  .bottom-ms {
    align-items: flex-end !important;
  }
  .around-ms {
    justify-content: space-around !important;
  }
  .between-ms {
    justify-content: space-between !important;
  }
  .col-ms {
    max-width: 100%;
    flex: 1 0 auto;
  }
  .col-ms-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-ms-1 {
    max-width: calc(8.3333333333% - var(--col-gap, 0px) / 12 * 11);
    flex: 0 0 calc(8.3333333333% - var(--col-gap, 0px) / 12 * 11);
  }
  .col-ms-2 {
    max-width: calc(16.6666666667% - var(--col-gap, 0px) / 6 * 5);
    flex: 0 0 calc(16.6666666667% - var(--col-gap, 0px) / 6 * 5);
  }
  .col-ms-3 {
    max-width: calc(25% - var(--col-gap, 0px) / 4 * 3);
    flex: 0 0 calc(25% - var(--col-gap, 0px) / 4 * 3);
  }
  .col-ms-4 {
    max-width: calc(33.3333333333% - var(--col-gap, 0px) / 3 * 2);
    flex: 0 0 calc(33.3333333333% - var(--col-gap, 0px) / 3 * 2);
  }
  .col-ms-5 {
    max-width: calc(41.6666666667% - var(--col-gap, 0px) / 2.4 * 1.4);
    flex: 0 0 calc(41.6666666667% - var(--col-gap, 0px) / 2.4 * 1.4);
  }
  .col-ms-6 {
    max-width: calc(50% - var(--col-gap, 0px) / 2 * 1);
    flex: 0 0 calc(50% - var(--col-gap, 0px) / 2 * 1);
  }
  .col-ms-7 {
    max-width: calc(58.3333333333% - var(--col-gap, 0px) / 1.7142857143 * 0.7142857143);
    flex: 0 0 calc(58.3333333333% - var(--col-gap, 0px) / 1.7142857143 * 0.7142857143);
  }
  .col-ms-8 {
    max-width: calc(66.6666666667% - var(--col-gap, 0px) / 1.5 * 0.5);
    flex: 0 0 calc(66.6666666667% - var(--col-gap, 0px) / 1.5 * 0.5);
  }
  .col-ms-9 {
    max-width: calc(75% - var(--col-gap, 0px) / 1.3333333333 * 0.3333333333);
    flex: 0 0 calc(75% - var(--col-gap, 0px) / 1.3333333333 * 0.3333333333);
  }
  .col-ms-10 {
    max-width: calc(83.3333333333% - var(--col-gap, 0px) / 1.2 * 0.2);
    flex: 0 0 calc(83.3333333333% - var(--col-gap, 0px) / 1.2 * 0.2);
  }
  .col-ms-11 {
    max-width: calc(91.6666666667% - var(--col-gap, 0px) / 1.0909090909 * 0.0909090909);
    flex: 0 0 calc(91.6666666667% - var(--col-gap, 0px) / 1.0909090909 * 0.0909090909);
  }
  .order-ms-first {
    order: -1;
  }
  .order-ms-last {
    order: 100;
  }
  .order-ms-1 {
    order: 1;
  }
  .order-ms-2 {
    order: 2;
  }
  .order-ms-3 {
    order: 3;
  }
  .order-ms-4 {
    order: 4;
  }
  .order-ms-5 {
    order: 5;
  }
  .order-ms-6 {
    order: 6;
  }
  .order-ms-7 {
    order: 7;
  }
  .order-ms-8 {
    order: 8;
  }
  .order-ms-9 {
    order: 9;
  }
  .order-ms-10 {
    order: 10;
  }
  .order-ms-11 {
    order: 11;
  }
  .order-ms-12 {
    order: 12;
  }
  .shrink-ms {
    flex-shrink: 1;
  }
  .grow-ms {
    flex-grow: 1;
    flex-basis: auto;
  }
}
@media (min-width: 600px) {
  .flex-sm {
    display: flex;
  }
  .wrap-sm {
    flex-wrap: wrap;
  }
  .nowrap-sm {
    flex-wrap: nowrap;
  }
  .start-sm {
    justify-content: flex-start !important;
  }
  .center-sm {
    justify-content: center !important;
  }
  .end-sm {
    justify-content: flex-end !important;
  }
  .top-sm {
    align-items: flex-start !important;
  }
  .middle-sm {
    align-items: center !important;
  }
  .bottom-sm {
    align-items: flex-end !important;
  }
  .around-sm {
    justify-content: space-around !important;
  }
  .between-sm {
    justify-content: space-between !important;
  }
  .col-sm {
    max-width: 100%;
    flex: 1 0 auto;
  }
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-sm-1 {
    max-width: calc(8.3333333333% - var(--col-gap, 0px) / 12 * 11);
    flex: 0 0 calc(8.3333333333% - var(--col-gap, 0px) / 12 * 11);
  }
  .col-sm-2 {
    max-width: calc(16.6666666667% - var(--col-gap, 0px) / 6 * 5);
    flex: 0 0 calc(16.6666666667% - var(--col-gap, 0px) / 6 * 5);
  }
  .col-sm-3 {
    max-width: calc(25% - var(--col-gap, 0px) / 4 * 3);
    flex: 0 0 calc(25% - var(--col-gap, 0px) / 4 * 3);
  }
  .col-sm-4 {
    max-width: calc(33.3333333333% - var(--col-gap, 0px) / 3 * 2);
    flex: 0 0 calc(33.3333333333% - var(--col-gap, 0px) / 3 * 2);
  }
  .col-sm-5 {
    max-width: calc(41.6666666667% - var(--col-gap, 0px) / 2.4 * 1.4);
    flex: 0 0 calc(41.6666666667% - var(--col-gap, 0px) / 2.4 * 1.4);
  }
  .col-sm-6 {
    max-width: calc(50% - var(--col-gap, 0px) / 2 * 1);
    flex: 0 0 calc(50% - var(--col-gap, 0px) / 2 * 1);
  }
  .col-sm-7 {
    max-width: calc(58.3333333333% - var(--col-gap, 0px) / 1.7142857143 * 0.7142857143);
    flex: 0 0 calc(58.3333333333% - var(--col-gap, 0px) / 1.7142857143 * 0.7142857143);
  }
  .col-sm-8 {
    max-width: calc(66.6666666667% - var(--col-gap, 0px) / 1.5 * 0.5);
    flex: 0 0 calc(66.6666666667% - var(--col-gap, 0px) / 1.5 * 0.5);
  }
  .col-sm-9 {
    max-width: calc(75% - var(--col-gap, 0px) / 1.3333333333 * 0.3333333333);
    flex: 0 0 calc(75% - var(--col-gap, 0px) / 1.3333333333 * 0.3333333333);
  }
  .col-sm-10 {
    max-width: calc(83.3333333333% - var(--col-gap, 0px) / 1.2 * 0.2);
    flex: 0 0 calc(83.3333333333% - var(--col-gap, 0px) / 1.2 * 0.2);
  }
  .col-sm-11 {
    max-width: calc(91.6666666667% - var(--col-gap, 0px) / 1.0909090909 * 0.0909090909);
    flex: 0 0 calc(91.6666666667% - var(--col-gap, 0px) / 1.0909090909 * 0.0909090909);
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 100;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .shrink-sm {
    flex-shrink: 1;
  }
  .grow-sm {
    flex-grow: 1;
    flex-basis: auto;
  }
}
@media (min-width: 782px) {
  .flex-md {
    display: flex;
  }
  .wrap-md {
    flex-wrap: wrap;
  }
  .nowrap-md {
    flex-wrap: nowrap;
  }
  .start-md {
    justify-content: flex-start !important;
  }
  .center-md {
    justify-content: center !important;
  }
  .end-md {
    justify-content: flex-end !important;
  }
  .top-md {
    align-items: flex-start !important;
  }
  .middle-md {
    align-items: center !important;
  }
  .bottom-md {
    align-items: flex-end !important;
  }
  .around-md {
    justify-content: space-around !important;
  }
  .between-md {
    justify-content: space-between !important;
  }
  .col-md {
    max-width: 100%;
    flex: 1 0 auto;
  }
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-md-1 {
    max-width: calc(8.3333333333% - var(--col-gap, 0px) / 12 * 11);
    flex: 0 0 calc(8.3333333333% - var(--col-gap, 0px) / 12 * 11);
  }
  .col-md-2 {
    max-width: calc(16.6666666667% - var(--col-gap, 0px) / 6 * 5);
    flex: 0 0 calc(16.6666666667% - var(--col-gap, 0px) / 6 * 5);
  }
  .col-md-3 {
    max-width: calc(25% - var(--col-gap, 0px) / 4 * 3);
    flex: 0 0 calc(25% - var(--col-gap, 0px) / 4 * 3);
  }
  .col-md-4 {
    max-width: calc(33.3333333333% - var(--col-gap, 0px) / 3 * 2);
    flex: 0 0 calc(33.3333333333% - var(--col-gap, 0px) / 3 * 2);
  }
  .col-md-5 {
    max-width: calc(41.6666666667% - var(--col-gap, 0px) / 2.4 * 1.4);
    flex: 0 0 calc(41.6666666667% - var(--col-gap, 0px) / 2.4 * 1.4);
  }
  .col-md-6 {
    max-width: calc(50% - var(--col-gap, 0px) / 2 * 1);
    flex: 0 0 calc(50% - var(--col-gap, 0px) / 2 * 1);
  }
  .col-md-7 {
    max-width: calc(58.3333333333% - var(--col-gap, 0px) / 1.7142857143 * 0.7142857143);
    flex: 0 0 calc(58.3333333333% - var(--col-gap, 0px) / 1.7142857143 * 0.7142857143);
  }
  .col-md-8 {
    max-width: calc(66.6666666667% - var(--col-gap, 0px) / 1.5 * 0.5);
    flex: 0 0 calc(66.6666666667% - var(--col-gap, 0px) / 1.5 * 0.5);
  }
  .col-md-9 {
    max-width: calc(75% - var(--col-gap, 0px) / 1.3333333333 * 0.3333333333);
    flex: 0 0 calc(75% - var(--col-gap, 0px) / 1.3333333333 * 0.3333333333);
  }
  .col-md-10 {
    max-width: calc(83.3333333333% - var(--col-gap, 0px) / 1.2 * 0.2);
    flex: 0 0 calc(83.3333333333% - var(--col-gap, 0px) / 1.2 * 0.2);
  }
  .col-md-11 {
    max-width: calc(91.6666666667% - var(--col-gap, 0px) / 1.0909090909 * 0.0909090909);
    flex: 0 0 calc(91.6666666667% - var(--col-gap, 0px) / 1.0909090909 * 0.0909090909);
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 100;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .shrink-md {
    flex-shrink: 1;
  }
  .grow-md {
    flex-grow: 1;
    flex-basis: auto;
  }
}
@media (min-width: 1200px) {
  .flex-lg {
    display: flex;
  }
  .wrap-lg {
    flex-wrap: wrap;
  }
  .nowrap-lg {
    flex-wrap: nowrap;
  }
  .start-lg {
    justify-content: flex-start !important;
  }
  .center-lg {
    justify-content: center !important;
  }
  .end-lg {
    justify-content: flex-end !important;
  }
  .top-lg {
    align-items: flex-start !important;
  }
  .middle-lg {
    align-items: center !important;
  }
  .bottom-lg {
    align-items: flex-end !important;
  }
  .around-lg {
    justify-content: space-around !important;
  }
  .between-lg {
    justify-content: space-between !important;
  }
  .col-lg {
    max-width: 100%;
    flex: 1 0 auto;
  }
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-lg-1 {
    max-width: calc(8.3333333333% - var(--col-gap, 0px) / 12 * 11);
    flex: 0 0 calc(8.3333333333% - var(--col-gap, 0px) / 12 * 11);
  }
  .col-lg-2 {
    max-width: calc(16.6666666667% - var(--col-gap, 0px) / 6 * 5);
    flex: 0 0 calc(16.6666666667% - var(--col-gap, 0px) / 6 * 5);
  }
  .col-lg-3 {
    max-width: calc(25% - var(--col-gap, 0px) / 4 * 3);
    flex: 0 0 calc(25% - var(--col-gap, 0px) / 4 * 3);
  }
  .col-lg-4 {
    max-width: calc(33.3333333333% - var(--col-gap, 0px) / 3 * 2);
    flex: 0 0 calc(33.3333333333% - var(--col-gap, 0px) / 3 * 2);
  }
  .col-lg-5 {
    max-width: calc(41.6666666667% - var(--col-gap, 0px) / 2.4 * 1.4);
    flex: 0 0 calc(41.6666666667% - var(--col-gap, 0px) / 2.4 * 1.4);
  }
  .col-lg-6 {
    max-width: calc(50% - var(--col-gap, 0px) / 2 * 1);
    flex: 0 0 calc(50% - var(--col-gap, 0px) / 2 * 1);
  }
  .col-lg-7 {
    max-width: calc(58.3333333333% - var(--col-gap, 0px) / 1.7142857143 * 0.7142857143);
    flex: 0 0 calc(58.3333333333% - var(--col-gap, 0px) / 1.7142857143 * 0.7142857143);
  }
  .col-lg-8 {
    max-width: calc(66.6666666667% - var(--col-gap, 0px) / 1.5 * 0.5);
    flex: 0 0 calc(66.6666666667% - var(--col-gap, 0px) / 1.5 * 0.5);
  }
  .col-lg-9 {
    max-width: calc(75% - var(--col-gap, 0px) / 1.3333333333 * 0.3333333333);
    flex: 0 0 calc(75% - var(--col-gap, 0px) / 1.3333333333 * 0.3333333333);
  }
  .col-lg-10 {
    max-width: calc(83.3333333333% - var(--col-gap, 0px) / 1.2 * 0.2);
    flex: 0 0 calc(83.3333333333% - var(--col-gap, 0px) / 1.2 * 0.2);
  }
  .col-lg-11 {
    max-width: calc(91.6666666667% - var(--col-gap, 0px) / 1.0909090909 * 0.0909090909);
    flex: 0 0 calc(91.6666666667% - var(--col-gap, 0px) / 1.0909090909 * 0.0909090909);
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 100;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .shrink-lg {
    flex-shrink: 1;
  }
  .grow-lg {
    flex-grow: 1;
    flex-basis: auto;
  }
}
.block {
  display: block;
}

.block-ms,
.block-sm,
.block-md,
.block-lg {
  display: none;
}

@media (min-width: 358px) {
  .block-ms {
    display: block;
  }
}
@media (min-width: 600px) {
  .block-sm {
    display: block;
  }
}
@media (min-width: 782px) {
  .block-md {
    display: block;
  }
}
@media (min-width: 1200px) {
  .block-lg {
    display: block;
  }
}
.inline-block {
  display: inline-block;
}

.inline-block-ms,
.inline-block-sm,
.inline-block-md,
.inline-block-lg {
  display: none;
}

@media (min-width: 358px) {
  .inline-block-ms {
    display: inline-block;
  }
}
@media (min-width: 600px) {
  .inline-block-sm {
    display: inline-block;
  }
}
@media (min-width: 782px) {
  .inline-block-md {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .inline-block-lg {
    display: inline-block;
  }
}
.hide {
  display: none;
}

.hide-ms,
.hide-sm,
.hide-md,
.hide-lg {
  display: block;
}

@media (min-width: 358px) {
  .hide-ms {
    display: none;
  }
}
@media (min-width: 600px) {
  .hide-sm {
    display: none;
  }
}
@media (min-width: 782px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hide-lg {
    display: none;
  }
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

@media (min-width: 680px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 679.99px) {
  .desktop-only {
    display: none;
  }
}
.fullwidth {
  width: 100%;
}

.autowidth {
  width: auto;
}

.fullheight {
  height: 100%;
}

.autoheight {
  height: auto;
}

.fp-all-5 {
  padding: 5px;
}

.fp-all-10 {
  padding: 10px;
}

.fp-all-20 {
  padding: 20px;
}

.fp-all-30 {
  padding: 30px;
}

.fp-top-5 {
  padding-top: 5px;
}

.fp-top-10 {
  padding-top: 10px;
}

.fp-top-20 {
  padding-top: 20px;
}

.fp-top-30 {
  padding-top: 30px;
}

.fp-right-5 {
  padding-right: 5px;
}

.fp-right-10 {
  padding-right: 10px;
}

.fp-right-20 {
  padding-right: 20px;
}

.fp-right-30 {
  padding-right: 30px;
}

.fp-bot-5 {
  padding-bottom: 5px;
}

.fp-bot-10 {
  padding-bottom: 10px;
}

.fp-bot-20 {
  padding-bottom: 20px;
}

.fp-bot-30 {
  padding-bottom: 30px;
}

.fp-left-5 {
  padding-left: 5px;
}

.fp-left-10 {
  padding-left: 10px;
}

.fp-left-20 {
  padding-left: 20px;
}

.fp-left-30 {
  padding-left: 30px;
}

.mp-all {
  padding: var(--modpadd) !important;
}

.mp-top {
  padding-top: var(--modpadd) !important;
}

.mp-right {
  padding-right: var(--modpadd) !important;
}

.mp-bot {
  padding-bottom: var(--modpadd) !important;
}

.mp-left {
  padding-left: var(--modpadd) !important;
}

@media (min-width: 358px) {
  .mp-all-ms {
    padding: var(--modpadd) !important;
  }
  .mp-top-ms {
    padding-top: var(--modpadd) !important;
  }
  .mp-right-ms {
    padding-right: var(--modpadd) !important;
  }
  .mp-bot-ms {
    padding-bottom: var(--modpadd) !important;
  }
  .mp-left-ms {
    padding-left: var(--modpadd) !important;
  }
}
@media (min-width: 600px) {
  .mp-all-sm {
    padding: var(--modpadd) !important;
  }
  .mp-top-sm {
    padding-top: var(--modpadd) !important;
  }
  .mp-right-sm {
    padding-right: var(--modpadd) !important;
  }
  .mp-bot-sm {
    padding-bottom: var(--modpadd) !important;
  }
  .mp-left-sm {
    padding-left: var(--modpadd) !important;
  }
}
@media (min-width: 782px) {
  .mp-all-md {
    padding: var(--modpadd) !important;
  }
  .mp-top-md {
    padding-top: var(--modpadd) !important;
  }
  .mp-right-md {
    padding-right: var(--modpadd) !important;
  }
  .mp-bot-md {
    padding-bottom: var(--modpadd) !important;
  }
  .mp-left-md {
    padding-left: var(--modpadd) !important;
  }
}
@media (min-width: 1200px) {
  .mp-all-lg {
    padding: var(--modpadd) !important;
  }
  .mp-top-lg {
    padding-top: var(--modpadd) !important;
  }
  .mp-right-lg {
    padding-right: var(--modpadd) !important;
  }
  .mp-bot-lg {
    padding-bottom: var(--modpadd) !important;
  }
  .mp-left-lg {
    padding-left: var(--modpadd) !important;
  }
}
.pm-all {
  margin: 1.625em !important;
}

.pm-top {
  margin-top: 1.625em !important;
}

.pm-right {
  margin-right: 1.625em !important;
}

.pm-bot {
  margin-bottom: 1.625em !important;
}

.pm-left {
  margin-left: 1.625em !important;
}

@media (min-width: 358px) {
  .pm-all-ms {
    margin: 1.625em !important;
  }
  .pm-top-ms {
    margin-top: 1.625em !important;
  }
  .pm-right-ms {
    margin-right: 1.625em !important;
  }
  .pm-bot-ms {
    margin-bottom: 1.625em !important;
  }
  .pm-left-ms {
    margin-left: 1.625em !important;
  }
}
@media (min-width: 600px) {
  .pm-all-sm {
    margin: 1.625em !important;
  }
  .pm-top-sm {
    margin-top: 1.625em !important;
  }
  .pm-right-sm {
    margin-right: 1.625em !important;
  }
  .pm-bot-sm {
    margin-bottom: 1.625em !important;
  }
  .pm-left-sm {
    margin-left: 1.625em !important;
  }
}
@media (min-width: 782px) {
  .pm-all-md {
    margin: 1.625em !important;
  }
  .pm-top-md {
    margin-top: 1.625em !important;
  }
  .pm-right-md {
    margin-right: 1.625em !important;
  }
  .pm-bot-md {
    margin-bottom: 1.625em !important;
  }
  .pm-left-md {
    margin-left: 1.625em !important;
  }
}
@media (min-width: 1200px) {
  .pm-all-lg {
    margin: 1.625em !important;
  }
  .pm-top-lg {
    margin-top: 1.625em !important;
  }
  .pm-right-lg {
    margin-right: 1.625em !important;
  }
  .pm-bot-lg {
    margin-bottom: 1.625em !important;
  }
  .pm-left-lg {
    margin-left: 1.625em !important;
  }
}
.pp-all {
  padding: 1.625em !important;
}

.pp-top {
  padding-top: 1.625em !important;
}

.pp-right {
  padding-right: 1.625em !important;
}

.pp-bot {
  padding-bottom: 1.625em !important;
}

.pp-left {
  padding-left: 1.625em !important;
}

@media (min-width: 358px) {
  .pp-all-ms {
    padding: 1.625em !important;
  }
  .pp-top-ms {
    padding-top: 1.625em !important;
  }
  .pp-right-ms {
    padding-right: 1.625em !important;
  }
  .pp-bot-ms {
    padding-bottom: 1.625em !important;
  }
  .pp-left-ms {
    padding-left: 1.625em !important;
  }
}
@media (min-width: 600px) {
  .pp-all-sm {
    padding: 1.625em !important;
  }
  .pp-top-sm {
    padding-top: 1.625em !important;
  }
  .pp-right-sm {
    padding-right: 1.625em !important;
  }
  .pp-bot-sm {
    padding-bottom: 1.625em !important;
  }
  .pp-left-sm {
    padding-left: 1.625em !important;
  }
}
@media (min-width: 782px) {
  .pp-all-md {
    padding: 1.625em !important;
  }
  .pp-top-md {
    padding-top: 1.625em !important;
  }
  .pp-right-md {
    padding-right: 1.625em !important;
  }
  .pp-bot-md {
    padding-bottom: 1.625em !important;
  }
  .pp-left-md {
    padding-left: 1.625em !important;
  }
}
@media (min-width: 1200px) {
  .pp-all-lg {
    padding: 1.625em !important;
  }
  .pp-top-lg {
    padding-top: 1.625em !important;
  }
  .pp-right-lg {
    padding-right: 1.625em !important;
  }
  .pp-bot-lg {
    padding-bottom: 1.625em !important;
  }
  .pp-left-lg {
    padding-left: 1.625em !important;
  }
}
.nop-all {
  padding: 0 !important;
}

.nop-top {
  padding-top: 0 !important;
}

.nop-right {
  padding-right: 0 !important;
}

.nop-bot {
  padding-bottom: 0 !important;
}

.nop-left {
  padding-left: 0 !important;
}

@media (min-width: 358px) {
  .nop-all-ms {
    padding: 0 !important;
  }
  .nop-top-ms {
    padding-top: 0 !important;
  }
  .nop-right-ms {
    padding-right: 0 !important;
  }
  .nop-bot-ms {
    padding-bottom: 0 !important;
  }
  .nop-left-ms {
    padding-left: 0 !important;
  }
}
@media (min-width: 600px) {
  .nop-all-sm {
    padding: 0 !important;
  }
  .nop-top-sm {
    padding-top: 0 !important;
  }
  .nop-right-sm {
    padding-right: 0 !important;
  }
  .nop-bot-sm {
    padding-bottom: 0 !important;
  }
  .nop-left-sm {
    padding-left: 0 !important;
  }
}
@media (min-width: 782px) {
  .nop-all-md {
    padding: 0 !important;
  }
  .nop-top-md {
    padding-top: 0 !important;
  }
  .nop-right-md {
    padding-right: 0 !important;
  }
  .nop-bot-md {
    padding-bottom: 0 !important;
  }
  .nop-left-md {
    padding-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .nop-all-lg {
    padding: 0 !important;
  }
  .nop-top-lg {
    padding-top: 0 !important;
  }
  .nop-right-lg {
    padding-right: 0 !important;
  }
  .nop-bot-lg {
    padding-bottom: 0 !important;
  }
  .nop-left-lg {
    padding-left: 0 !important;
  }
}
.nom-all {
  margin: 0 !important;
}

.nom-top {
  margin-top: 0 !important;
}

.nom-right {
  margin-right: 0 !important;
}

.nom-bot {
  margin-bottom: 0 !important;
}

.nom-left {
  margin-left: 0 !important;
}

@media (min-width: 358px) {
  .nom-all-ms {
    margin: 0 !important;
  }
  .nom-top-ms {
    margin-top: 0 !important;
  }
  .nom-right-ms {
    margin-right: 0 !important;
  }
  .nom-bot-ms {
    margin-bottom: 0 !important;
  }
  .nom-left-ms {
    margin-left: 0 !important;
  }
}
@media (min-width: 600px) {
  .nom-all-sm {
    margin: 0 !important;
  }
  .nom-top-sm {
    margin-top: 0 !important;
  }
  .nom-right-sm {
    margin-right: 0 !important;
  }
  .nom-bot-sm {
    margin-bottom: 0 !important;
  }
  .nom-left-sm {
    margin-left: 0 !important;
  }
}
@media (min-width: 782px) {
  .nom-all-md {
    margin: 0 !important;
  }
  .nom-top-md {
    margin-top: 0 !important;
  }
  .nom-right-md {
    margin-right: 0 !important;
  }
  .nom-bot-md {
    margin-bottom: 0 !important;
  }
  .nom-left-md {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .nom-all-lg {
    margin: 0 !important;
  }
  .nom-top-lg {
    margin-top: 0 !important;
  }
  .nom-right-lg {
    margin-right: 0 !important;
  }
  .nom-bot-lg {
    margin-bottom: 0 !important;
  }
  .nom-left-lg {
    margin-left: 0 !important;
  }
}
@keyframes fade-out {
  100% {
    opacity: 0;
  }
}
@view-transition {
  navigation: auto;
}
:root {
  --shadow-color: 28, 35, 41;
  --shadow-elevation-low: 0px
    3px
    6px
    -0.75px
    rgba(var(--shadow-color), 0.0375);
  --shadow-elevation-medium: 0px
    6px
    12px
    -1.5px
    rgba(var(--shadow-color), 0.075);
  --shadow-elevation-high: 0px
    12px
    24px
    -3px
    rgba(var(--shadow-color), 0.15);
}

.shadow-low {
  box-shadow: var(--shadow-elevation-low);
}

.shadow-medium {
  box-shadow: var(--shadow-elevation-medium);
}

.shadow-high {
  box-shadow: var(--shadow-elevation-high);
}

.inline-svg {
  display: block;
  position: relative;
  max-width: 100%;
}
.inline-svg canvas {
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.inline-svg svg {
  fill: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inline-svg.inline {
  display: inline-block;
  height: 0.875em;
  min-width: 1.125em;
  margin-right: 0.125em;
}
.inline-svg.inline canvas {
  width: auto;
  height: 100%;
}
.inline-svg.error {
  position: relative;
  width: 0.875em;
  height: 0.875em;
  background-color: #ff2a00;
}
.inline-svg.error a {
  position: absolute;
  inset: 0;
}
.inline-svg.error a:hover, .inline-svg.error a:focus {
  cursor: help;
}

a {
  color: #88b917;
  transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a:visited {
  color: #88b917;
}
a:hover, a:focus, a:active {
  color: #acce5d;
}

a.alt {
  color: #2196f3;
}
a.alt:visited {
  color: #2196f3;
}
a.alt:hover, a.alt:focus, a.alt:active {
  color: #64b6f7;
}

a[href^="tel:"],
a[href^="mailto:"] {
  white-space: nowrap;
}

ol,
ul {
  margin: 0 0 1.625em;
  padding-left: 1.625em;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 1.625em 1.625em;
}

ol {
  counter-reset: cntr;
}

ol li {
  counter-increment: cntr;
}

ol li::marker {
  content: counter(cntr, decimal) ".   ";
}

ol[style*=lower-alpha] li::marker {
  content: counter(cntr, lower-alpha) ")   ";
}

ol[style*=upper-alpha] li::marker {
  content: counter(cntr, upper-alpha) ")   ";
}

ol[style*=lower-greek] li::marker {
  content: counter(cntr, lower-greek) "   ";
}

ol[style*=lower-roman] li::marker {
  content: counter(cntr, lower-roman) "   ";
}

ol[style*=upper-roman] li::marker {
  content: counter(cntr, upper-roman) "   ";
}

ul[class*=flex-],
ol[class*=flex-] {
  padding: 0;
}
ul[class*=flex-] li,
ol[class*=flex-] li {
  position: relative;
  left: 1.625em;
  padding-right: 1.625em;
}

ul.checklist li::marker {
  content: "✓   ";
  font-weight: bold;
}

ul.crosslist li::marker {
  content: "✖   ";
}

.table-wrap {
  max-width: 100%;
  margin-bottom: 1.625em;
  overflow-x: auto;
}

table {
  width: 100%;
  margin: 0;
  font-size: 0.875em;
  line-height: 1.625;
  background: white;
  border-collapse: collapse;
  border-spacing: 0;
}
table table {
  font-size: 1em;
}

caption, thead, tbody, tfoot, tr, th, td {
  text-align: left;
  vertical-align: top;
}

th {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

th, td {
  padding: 1em;
  border: 1px solid #e2e4e6;
}
th > p, td > p {
  margin-bottom: 0;
}
th > p + p, td > p + p {
  margin-top: 1.625em;
}

table.inline {
  width: auto;
  margin-bottom: 1.625em;
  font-size: 1em;
  color: inherit;
  line-height: inherit;
  background: none;
  border: none;
}
table.inline th, table.inline td {
  padding: 0;
  color: inherit;
  border: none;
}
table.inline th > p, table.inline td > p {
  margin-bottom: 1.625em;
}
table.inline th > p + p, table.inline td > p + p {
  margin-top: 0;
}
.table-wrap > table.inline {
  margin-bottom: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=file],
textarea,
select {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  color: #9a9ea1;
  background-color: white;
  border: 1px solid;
  border-color: #e2e4e6;
  border-radius: 0.25em;
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
  color: #72767a;
  background-color: white;
  border-color: #88b917;
}

input[type=date],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: calc(3em + 2px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23babec1'%3E %3Cpath d='M11.9,3.5l-0.6-0.6c-0.2-0.1-0.4-0.1-0.6,0L6,7.6L1.3,2.9 C1.2,2.8,1.1,2.8,1,2.8c-0.1,0-0.2,0-0.3,0.1L0.1,3.5C0,3.6,0,3.7,0,3.8C0,3.9,0,4,0.1,4.1l5.6,5.6C5.8,9.8,5.9,9.8,6,9.8 c0.1,0,0.2,0,0.3-0.1l5.6-5.6C12,4,12,3.9,12,3.8C12,3.7,12,3.6,11.9,3.5z'/%3E %3C/svg%3E");
  background-size: 0.75em;
  background-position: right 1.25em center;
  background-repeat: no-repeat;
  background-color: white;
}

select {
  padding-right: 2.5em;
  cursor: pointer;
}

input[type=file] {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

textarea {
  height: auto;
  min-height: calc(3em + 2px);
  white-space: pre-wrap;
}

fieldset {
  padding: 0.5em 1em 1em;
  margin-bottom: 1.625em;
  border: 1px solid #e2e4e6;
  border-radius: 0.25em;
}
fieldset legend {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 600;
}
fieldset p {
  margin-bottom: 1em;
}
fieldset > :last-child {
  margin-bottom: 0;
}

:-ms-input-placeholder {
  color: #babec1;
}

::placeholder {
  color: #babec1;
}

.label-text {
  display: inline-block;
  margin-bottom: 0.5em;
  padding-left: 1px;
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  color: #3c4146;
}

.required {
  color: #ff2a00;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.optional {
  visibility: hidden;
}

:autofill,
:autofill:focus,
:autofill:focus:hover {
  border: 1px solid #88b917;
  -webkit-text-fill-color: #72767a;
  -webkit-box-shadow: 0 0 0px calc(3em + 2px) white inset;
  transition: background-color 5000s ease-in-out 0s;
  background-clip: content-box;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

input::-webkit-clear-button {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.firefox input[type=date] {
  background-image: none;
}

input::-webkit-search-cancel-button,
input::-webkit-search-decoration,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
input::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  opacity: 0;
}

.button {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.button:not(.alt) {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  color: white;
  background-color: #88b917;
}
.button:not(.alt):visited {
  color: white;
}
.button:not(.alt):hover, .button:not(.alt):focus {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.button:not(.alt):active {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.button.alt {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  color: white;
  background-color: #2196f3;
}
.button.alt:visited {
  color: white;
}
.button.alt:hover, .button.alt:focus {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.button.alt:active {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.button.alt:visited {
  color: white;
}

.button-tiny {
  font-size: 0.75em;
}

.button-small {
  font-size: 0.875em;
}

.button-medium {
  font-size: 1.25em;
}

.button-large {
  font-size: 1.5em;
}

.button-huge {
  font-size: 1.75em;
}

.button:disabled,
.button.disabled,
.button:disabled[disabled] {
  color: #e2e4e6;
  background-color: #babec1;
  cursor: not-allowed;
}
.button:disabled:hover, .button:disabled:focus,
.button.disabled:hover,
.button.disabled:focus,
.button:disabled[disabled]:hover,
.button:disabled[disabled]:focus {
  color: #e2e4e6;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}

input[type=file]::-webkit-file-upload-button {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  color: white;
  background-color: #88b917;
  padding: 0.25em 0.75em;
  margin-right: 1em;
}

input[type=file]::file-selector-button {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  color: white;
  background-color: #88b917;
  padding: 0.25em 0.75em;
  margin-right: 1em;
}
input[type=file]::-webkit-file-upload-button:visited {
  color: white;
}
input[type=file]::file-selector-button:visited {
  color: white;
}
input[type=file]::-webkit-file-upload-button:hover, input[type=file]::-webkit-file-upload-button:focus {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:focus {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
input[type=file]::-webkit-file-upload-button:active {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
input[type=file]::file-selector-button:active {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.search-form {
  margin-bottom: 1.625em;
}
.search-form [type=search] {
  width: 100%;
}
.search-form [type=submit] {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  top: 0.125em;
  margin-right: 0.5em;
  cursor: pointer;
}

@supports (appearance: none) or (-webkit-appearance: none) {
  input[type=radio],
  input[type=checkbox] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  input[type=radio]:before,
  input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-color: white;
    box-shadow: 0 0 0 1px #e2e4e6;
    transition: background 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    cursor: pointer;
  }
  input[type=radio]:checked:before,
  input[type=checkbox]:checked:before {
    color: #88b917;
    background-color: white;
    box-shadow: 0 0 0 1px #e2e4e6;
  }
  input[type=checkbox]:before {
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
  }
  input[type=checkbox]:checked:before {
    content: "✓";
    font-weight: bold;
  }
  input[type=radio]:before {
    border-radius: 50%;
  }
  input[type=radio]:checked:before {
    box-shadow: inset 0 0 0 0.25em white, inset 0 0 0 1em #88b917, 0 0 0 1px #e2e4e6;
  }
  .user-is-tabbing input[type=checkbox]:focus,
  .user-is-tabbing input[type=radio]:focus {
    outline: none;
  }
  .user-is-tabbing input[type=checkbox]:focus:before,
  .user-is-tabbing input[type=radio]:focus:before {
    box-shadow: 0 0 0 1px #88b917;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: var(--modpadd);
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.pagination ul li {
  display: flex;
  font-size: 0.875em;
}
.pagination ul li a,
.pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75em;
  height: 1.75em;
  text-decoration: none;
}
.pagination ul li span.current {
  color: #9a9ea1;
  text-decoration: none;
  background-color: #f7f8f9;
  border-radius: 9999px;
}

.widget .widget-title {
  padding-top: 0;
}
.widget .menu {
  list-style: none;
  padding-left: 0;
}
.widget .menu > li {
  padding: 0.25em 0;
  border-top: 1px dashed #e2e4e6;
  border-bottom: 1px dashed #e2e4e6;
}
.widget .menu > li + li {
  border-top: none;
}

.wp-post-image {
  display: block;
}

.has-aspect {
  aspect-ratio: 1;
}
.has-aspect img, .has-aspect iframe, .has-aspect video {
  display: block;
  width: 100%;
  margin: 0;
  object-fit: cover;
  aspect-ratio: inherit;
}

.ratio-16-9 {
  aspect-ratio: 16/9;
}

.ratio-3-4 {
  aspect-ratio: 3/4;
}

.ratio-1-1 {
  aspect-ratio: 1;
}

img.rounded,
.rounded img {
  border-radius: 50%;
  object-fit: cover;
}

img.polygon,
.polygon img {
  clip-path: polygon(50% 0%, 93.3012701892% 25%, 93.3012701892% 75%, 50% 100%, 6.6987298108% 75%, 6.6987299224% 25.0000000178%);
  object-fit: cover;
}

.has-parallax {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll !important;
}

@media (min-width: 782px) {
  .has-parallax {
    background-attachment: fixed !important;
  }
}
.gallery {
  display: flex;
  flex-flow: row wrap;
  margin: -5px;
}

.gallery-item {
  position: relative;
  flex: 1 0 100%;
  max-width: calc(100% - 10px);
  margin: 5px;
  overflow: hidden;
}
.gallery-item .gallery-icon {
  height: 0;
  line-height: 0;
  padding-top: 100%;
}
@media (hover) {
  .gallery-item .gallery-icon img {
    will-change: transform;
    transform: translate(0, -100%);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.gallery-item .gallery-icon a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.gallery-item .gallery-icon a img {
  position: relative;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  transform: translate(0, -50%) scale3d(1, 1, 1);
}
@media (hover) {
  .gallery-item .gallery-icon a:hover img, .gallery-item .gallery-icon a:focus img {
    transform: translate(0, -50%) scale3d(1.05, 1.05, 1.05);
  }
}
.gallery-item .gallery-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  max-height: none;
  margin: 0;
  padding: 1em;
  text-align: center;
  color: white;
  font-size: 1em;
  background: rgba(44, 63, 0, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  box-shadow: none;
  pointer-events: none;
}
@media (hover) {
  .gallery-item .gallery-caption {
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .gallery-item:hover .gallery-caption, .gallery-item:focus .gallery-caption {
    opacity: 1;
  }
}

[class*=gallery-wrap] {
  width: 100%;
  margin-bottom: 1.625em;
}

.original-gallery-wrap .gallery-item .gallery-icon {
  height: auto;
  padding-top: 0;
}
.original-gallery-wrap .gallery-item .gallery-icon img {
  transform: none;
  min-width: 0;
  min-height: 0;
}
.original-gallery-wrap .gallery-item .gallery-icon a {
  position: static;
}
.original-gallery-wrap .gallery-item .gallery-icon a:hover img, .original-gallery-wrap .gallery-item .gallery-icon a:focus img {
  transform: translate(0, 0) scale3d(1.05, 1.05, 1.05);
}

.portrait-gallery-wrap .gallery-item .gallery-icon {
  padding-top: 125%;
}

.landscape-gallery-wrap .gallery-item .gallery-icon {
  padding-top: 56.25%;
}

.showcase-gallery-wrap .gallery-item:first-child {
  max-width: calc(100% - 10px);
}
.showcase-gallery-wrap .gallery-item .gallery-icon {
  padding-top: 56.25%;
}

.rounded-gallery-wrap .gallery-item {
  border-radius: 50%;
  overflow: hidden;
}

.gallery-columns-2 .gallery-item {
  max-width: calc(50% - 10px);
}

.gallery-columns-3 .gallery-item {
  max-width: calc(33.33% - 10px);
}

.gallery-columns-4 .gallery-item {
  max-width: calc(25% - 10px);
}
@media (max-width: 599.99px) {
  .gallery-columns-4 .gallery-item {
    max-width: calc(50% - 10px);
  }
}

.gallery-columns-5 .gallery-item {
  max-width: calc(20% - 10px);
}

.gallery-columns-6 .gallery-item {
  max-width: calc(16.66% - 10px);
}
@media (max-width: 599.99px) {
  .gallery-columns-6 .gallery-item {
    max-width: calc(33.33% - 10px);
  }
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.625em;
  padding: 0.5em;
  background-color: white;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  padding-top: 0.5em;
  text-align: center;
}

#comments {
  padding-top: calc(var(--modpadd) - 1.625em);
}

.comment-list {
  margin: 0;
  padding: 0;
}
.comment-list a {
  word-wrap: break-word;
}

.comment-meta .vcard {
  display: flex;
  align-items: stretch;
  position: relative;
  gap: 1.625em;
  padding: var(--modpadd) var(--modpadd) 0 var(--modpadd);
}
.comment-meta .vcard a {
  display: block;
  max-width: 100%;
  color: #3c4146;
  text-decoration: none;
}
.comment-meta .vcard a:hover, .comment-meta .vcard a:focus {
  color: #9a9ea1;
}
.comment-meta .vcard .avatar {
  display: block;
  width: 3.75em;
  border-radius: 50%;
}

.comment-metadata {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.25;
}
.comment-metadata time {
  font-size: 0.75em;
  opacity: 0.75;
}

.author-name {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comment-content {
  padding: 1.625em var(--modpadd) var(--modpadd);
}
.comment-content > p {
  font-size: 0.875em;
}
.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-edit {
  padding-top: var(--modpadd);
  align-self: flex-start;
}
.comment-edit a {
  line-height: 0;
  color: #3c4146;
  opacity: 0.75;
}

.comment-reply-link {
  font-size: 0.875em;
}
.comment-reply-link .inline-svg {
  height: 1em;
  top: 0.125em;
  margin-left: 0.5em;
}

.comment,
.comment-respond {
  display: block;
  margin-bottom: 1.625em;
  list-style: none;
  background: white;
  border: 1px solid #e2e4e6;
  border-radius: 0.25em;
}

.comment > .comment-body,
.comment > .comment-respond {
  margin-bottom: 0 !important;
}

.comment .comment:last-child {
  margin-bottom: 0;
}

.comment .comment-respond {
  margin-bottom: 0;
  border: none;
  border-top: 1px dashed #e2e4e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.comment .children {
  list-style: none;
  margin: 0;
  text-indent: 0;
  padding: 0 10px 10px var(--modpadd);
}

.children .comment-image {
  position: relative;
}
.children .comment-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #e2e4e6;
  top: calc((var(--modpadd) + 12px) * -1);
  left: calc(50% - 12px);
}
.children .comment-image:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid white;
  top: calc((var(--modpadd) + 11px) * -1);
  left: calc(50% - 12px);
}

.comment-awaiting-moderation {
  font-style: normal;
  margin-bottom: 1.625em;
  font-size: 0.875em;
  margin: 0 0 1.625em 0;
  padding: 1em 1.25em;
  color: #2196f3;
  background-color: #d3eafd;
  border-left: 3px solid #42a6f5;
  color: #e9a418;
  background-color: #fbedd1;
  border-color: #ecb23b;
}

.comments-area .comment-reply-title {
  font-size: 1em;
  padding: var(--modpadd) var(--modpadd) 0 var(--modpadd);
}
.comments-area .comment-form {
  padding: 0 var(--modpadd) var(--modpadd) var(--modpadd);
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin: 0 auto;
}
.comment-form textarea,
.comment-form input[type=email],
.comment-form input[type=text] {
  display: block;
  width: 100%;
}
.comment-form > p,
.comment-form > div {
  width: 100%;
}
.comment-form .logged-in-as,
.comment-form .comment-form-cookies-consent {
  font-size: 0.875em;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  flex: 1 1 220px;
}
.comment-form .comment-notes {
  font-size: 0.75em;
  order: 1;
}
.comment-form .form-submit {
  margin: 0;
  order: 2;
}

@media (max-width: 540px) {
  .comments-title {
    margin-bottom: 0;
  }
  .comment-list > .comment:first-child {
    margin-top: 0;
    border-top: none;
  }
  .comment,
  .comment-respond {
    margin-top: 1em;
    margin-bottom: 0;
    background: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
  }
  .comment-content,
  .comment-meta > .vcard,
  .comments-area .comment-reply-title,
  .comments-area .comment-form,
  .comment .children {
    padding-left: 0;
  }
  .comment .children {
    padding-bottom: 0;
    padding-right: 0;
  }
  .children .comment-image:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid white;
  }
  .comment-content,
  .comment-meta > .vcard,
  .comments-area .comment-form {
    padding-right: 0;
  }
  .comment-content {
    padding-bottom: 1.625em;
  }
}
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: scale3d(0.25, 0.25, 0.25);
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  pointer-events: none;
  z-index: 10;
}
.back-to-top .button {
  display: block;
  padding: 0.75em;
  pointer-events: none;
}

.back-to-top.visible {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.back-to-top.visible .button {
  pointer-events: auto;
}

/* > Scrollbars --------------------------------------------- */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f7f8f9;
}

::-webkit-scrollbar-track {
  background-color: #f7f8f9;
}

::-webkit-scrollbar-thumb {
  background-color: #9a9ea1;
}

.backdrop {
  background-color: rgba(11, 16, 0, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: block;
  position: fixed;
  top: -75px;
  bottom: -75px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
  z-index: 10;
}
.backdrop.visible {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: auto;
}

:root :where(.wp-site-blocks) > *,
:root :where(.is-layout-flow) > *,
:root :where(.is-layout-constrained) > * {
  margin-block-start: 0;
  margin-block-end: var(--p-margin);
}

:root :where(.is-layout-flow) > :where(.wp-block-heading),
:root :where(.is-layout-constrained) > :where(.wp-block-heading) {
  margin-block-start: 0;
  margin-block-end: var(--h-margin);
}

.is-layout-constrained > .alignwide {
  width: 100%;
}

.is-layout-flow > .alignleft,
.is-layout-constrained > .alignleft {
  margin-right: var(--modpadd);
}

.is-layout-flow > .alignright,
.is-layout-constrained > .alignright {
  margin-left: var(--modpadd);
}

:where(.wp-block-group) {
  margin-bottom: 1.625em;
}

:where(.wp-block-cover) {
  margin-bottom: 1.625em;
}

.wp-block-cover {
  height: auto;
  min-height: 280px;
  padding: calc(var(--modpadd) + 1.625em) var(--modpadd);
}
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover .wp-block-cover__video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

.wp-block-cover.has-blur .wp-block-cover__image-background,
.wp-block-cover.has-blur .wp-block-cover__video-background {
  filter: blur(5px);
}

.wp-block-heading.is-style-nop-top {
  padding-top: 0;
}

.wp-block-image {
  line-height: 0;
}
.wp-block-image.fullheight img {
  height: 100%;
}
.wp-block-image.fullwidth img {
  height: 100%;
}
.wp-block-image.alignwide, .wp-block-image.alignfull {
  text-align: center;
}
.wp-block-image figcaption {
  margin-top: 1em;
  margin-bottom: 0;
  text-align: inherit;
  line-height: 1.625;
  color: #babec1;
}

.wp-block-image.has-custom-border img {
  border-style: solid;
}

@media (max-width: 600px) {
  .wp-block-image.is-style-rounded-mobile {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .wp-block-image.is-style-rounded-mobile img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    border-radius: 9999px;
    object-fit: cover;
  }
}
:where(.wp-block-media-text) {
  margin-bottom: 1.625em;
}

.wp-block-media-text {
  gap: 1.625em var(--modpadd);
  background-repeat: no-repeat;
  overflow: clip;
}
.wp-block-media-text .wp-block-media-text__media video {
  height: 100%;
  background-color: transparent;
  object-fit: cover;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  min-width: 0;
}
.wp-block-media-text .wp-block-media-text__content > :where(h2, h3):first-child {
  position: relative;
  display: inline-block;
}
.wp-block-media-text .wp-block-media-text__content > :where(h2, h3):first-child:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.25em;
  left: 0;
  height: 0.1em;
  width: 75%;
  background-color: #88b917;
}
.wp-block-media-text .wp-block-media-text__content > :last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}

.wp-block-media-text.alignfull .wp-block-media-text__content {
  max-width: calc(var(--widesize) / 2);
}

.wp-block-media-text.alignfull,
.wp-block-media-text.alignwide,
.wp-block-media-text.has-background {
  gap: 0;
}
.wp-block-media-text.alignfull .wp-block-media-text__content,
.wp-block-media-text.alignwide .wp-block-media-text__content,
.wp-block-media-text.has-background .wp-block-media-text__content {
  padding: calc(var(--modpadd) + 1.625em) var(--modpadd);
}

@media (max-width: 600px) {
  .wp-block-media-text.alignfull:not(.has-background):not(:last-child),
  .wp-block-media-text.alignwide:not(.has-background):not(:last-child) {
    margin-bottom: 0;
  }
}
.wp-block-media-text.is-image-fill-element .wp-block-media-text__media img, .wp-block-media-text.is-image-fill-element .wp-block-media-text__media video {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-style-rounded-mobile > .wp-block-media-text__media img {
    aspect-ratio: 1/1;
    border-radius: 9999px;
    object-fit: cover;
  }
  .wp-block-media-text.is-style-rounded-mobile.is-stacked-on-mobile > .wp-block-media-text__media {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 600px) {
  .wp-block-media-text.is-style-overlap {
    gap: 0;
    background-clip: text !important;
    overflow: visible;
  }
  .wp-block-media-text.is-style-overlap .wp-block-media-text__content {
    margin: var(--modpadd) 0;
    padding: calc(var(--modpadd) + 1.625em) var(--modpadd);
    background-color: inherit;
    background-image: inherit;
    z-index: 1;
  }
  .wp-block-media-text.is-style-overlap:not(.has-background) .wp-block-media-text__content {
    background-color: white;
  }
  .wp-block-media-text.is-style-overlap:not(.has-media-on-the-right) .wp-block-media-text__media {
    margin-right: calc(var(--modpadd) * -1);
    z-index: 0;
  }
  .wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__media {
    margin-left: calc(var(--modpadd) * -1);
    z-index: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text.is-image-fill-element.is-stacked-on-mobile > .wp-block-media-text__media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16/9;
  }
}
:where(.wp-block-gallery) {
  margin-bottom: 1.625em;
}

.wp-block-gallery {
  gap: var(--wp--style--unstable-gallery-gap, var(--wp--style--gallery-gap-default));
}
.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  width: 100%;
  max-width: 380px;
}
.wp-block-gallery figure.wp-block-image {
  margin: 0 !important;
  overflow: hidden;
}
@media (hover) {
  .wp-block-gallery figure.wp-block-image img {
    will-change: transform;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .wp-block-gallery figure.wp-block-image a:hover img,
  .wp-block-gallery figure.wp-block-image a:focus img {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.wp-block-gallery .blocks-gallery-caption {
  display: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  max-height: none;
  margin: 0;
  padding: 1em;
  text-align: center;
  color: white;
  font-size: 1em;
  background: rgba(44, 63, 0, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  box-shadow: none;
  pointer-events: none;
}
@media (hover) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .wp-block-gallery.has-nested-images figure.wp-block-image:hover figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image:focus figcaption {
    opacity: 1;
  }
}

.wp-block-gallery.is-style-landscape img {
  aspect-ratio: 16/10;
}

:where(.wp-block-quote) {
  margin-bottom: 1.625em;
}

.wp-block-quote {
  font-size: 1em;
  padding-left: 1.625em;
  border-left: 5px dotted color-mix(in srgb, currentColor 25%, transparent);
}
.wp-block-quote.has-text-align-right {
  padding-left: 0;
  padding-right: 1.625em;
  border-left: none;
  border-right: 5px dotted color-mix(in srgb, currentColor 25%, transparent);
}
.wp-block-quote.has-text-align-center {
  padding: 0;
  border: none;
}

.wp-block-quote.is-style-plain {
  font-size: 1em;
  padding: 0;
  border: none;
}

.alignleft + .wp-block-quote,
.alignright + .wp-block-quote {
  padding: 0;
  border: none;
}

:where(.wp-block-columns) {
  margin-bottom: 1.625em;
}

@media (max-width: 781px) {
  .wp-block-columns.is-style-mobile-columns-2 {
    gap: 1.625em !important;
  }
  .wp-block-columns.is-style-mobile-columns-2 .wp-block-column {
    max-width: calc(50% - 1.625em / 2);
  }
  .wp-block-columns.is-style-mobile-columns-3 {
    gap: 1.625em !important;
  }
  .wp-block-columns.is-style-mobile-columns-3 .wp-block-column {
    max-width: calc(33% - 1.625em / 3 * 2);
  }
  .wp-block-columns.is-style-mobile-columns-4 {
    gap: 1.625em !important;
  }
  .wp-block-columns.is-style-mobile-columns-4 .wp-block-column {
    max-width: calc(33% - 1.625em / 4 * 3);
  }
  .wp-block-column:empty + .wp-block-column:empty,
  .wp-block-column:empty:has(+ .wp-block-column:empty) {
    display: none;
  }
}
:where(.wp-block-table) {
  margin-bottom: 1.625em;
}

.wp-block-table {
  word-break: normal;
}
.wp-block-table thead {
  border-bottom: none;
  white-space: pre-wrap;
}
.wp-block-table tfoot td {
  opacity: 0.5;
}
.wp-block-table figcaption {
  margin-top: 1em;
  text-align: inherit;
  color: #babec1;
}
.wp-block-table td, .wp-block-table th {
  padding: 1em;
  border-color: #e2e4e6;
}
.wp-block-table .table-wrap {
  margin-bottom: 0;
}
.wp-block-table.aligncenter figcaption, .wp-block-table.alignwide figcaption, .wp-block-table.alignfull figcaption {
  text-align: center;
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-table.is-style-stripes table th,
.wp-block-table.is-style-stripes table td {
  border: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(28, 35, 41, 0.05);
}

:where(.wp-block-buttons) {
  margin-bottom: 1.625em;
}

.wp-block-buttons.is-layout-flex, .wp-block-buttons.is-layout-flow {
  gap: 10px;
}

.wp-block-button .wp-block-button__link {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  color: white;
  background-color: #88b917;
}
.wp-block-button .wp-block-button__link:visited {
  color: white;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.wp-block-button .wp-block-button__link:active {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  padding-top: calc(0.75em - 1px);
  padding-bottom: calc(0.75em - 1px);
  padding-left: calc(1.25em - 1px);
  padding-right: calc(1.25em - 1px);
  color: inherit;
  background-color: transparent;
  border-width: 2px;
  border-color: currentColor;
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus {
  opacity: 0.75;
  box-shadow: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active {
  opacity: 0.5;
  box-shadow: none;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link[class*=gradient],
.wp-block-button:not(.is-style-outline) .wp-block-button__link[style*=gradient] {
  border: none;
  padding-top: calc(0.75em + 1px);
  padding-bottom: calc(0.75em + 1px);
}

.has-drop-cap {
  position: relative;
}
.has-drop-cap:not(:focus):first-letter {
  margin: 0 0.125em -0.125em 0;
  width: 3.25em;
  height: 3.25em;
  font-size: 3.25em;
  line-height: 1;
  font-weight: inherit;
  text-transform: uppercase;
  font-style: normal;
  float: left;
}

.firefox .has-drop-cap:not(:focus):first-letter {
  padding-top: 0.125em;
}

.wp-block-separator {
  height: calc(var(--modpadd) - 1.625em);
  max-width: 100%;
  background: none;
  border: none;
  opacity: 1;
}

.wp-block-separator.is-style-wide {
  height: auto;
  margin-block-start: 3.25em;
  margin-block-end: 3.25em;
  border-style: dashed;
  border-width: 0 0 2px 0;
  border-color: currentColor;
  opacity: 0.25;
}

.wp-block-separator.is-style-dots {
  height: auto;
  margin-block-start: 3.25em;
  margin-block-end: 3.25em;
  text-align: center;
  opacity: 0.25;
}
.wp-block-separator.is-style-dots:before {
  display: inline-flex;
  content: "⬤ ⬤ ⬤";
  font-family: Consolas, Monaco, monospace;
  font-size: 0.75em;
  letter-spacing: 1em;
  padding-left: 1em;
  line-height: 0;
}

.wp-block-spacer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-verse {
  padding: 0;
  white-space: pre-wrap;
  clear: both;
}
.wp-block-verse.has-background {
  padding: 1.625em;
}

.wp-block-code {
  display: inline-flex;
  padding: 1.625em;
  font-size: inherit;
  border: none;
  border-radius: 0;
  color: #ced1d3;
  background-color: #3c4146;
}
.wp-block-code code {
  padding: 0;
  display: inline-block;
  font-size: inherit;
  color: inherit;
  background: inherit;
}

:where(.wp-block-file) {
  margin-bottom: 1.625em;
}

.wp-block-file {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: var(--contentsize);
}
.wp-block-file:not(.is-style-full-width).alignleft, .wp-block-file:not(.is-style-full-width).alignright {
  width: auto;
  max-width: 100%;
}
.wp-block-file .wp-block-file__embed {
  flex: 1 0 100%;
}
.wp-block-file .wp-block-file__button {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  color: white;
  background-color: #88b917;
  border-radius: 0 0.25em 0.25em 0;
}
.wp-block-file .wp-block-file__button:visited {
  color: white;
}
.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.wp-block-file .wp-block-file__button:active {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.wp-block-file a:not(.wp-block-file__button) {
  display: inline-block;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  color: #f0f1f2;
  background-color: #72767a;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0.25em;
}
.wp-block-file a:not(.wp-block-file__button):not(:only-child) {
  border-radius: 0.25em 0 0 0.25em;
}
.wp-block-file a:not(.wp-block-file__button):hover, .wp-block-file a:not(.wp-block-file__button):focus {
  color: white;
}

.wp-block-file.aligncenter {
  justify-content: center;
}

.wp-block-file.is-style-full-width {
  container-type: inline-size;
  flex-wrap: nowrap;
  clear: both;
}
.wp-block-file.is-style-full-width a.wp-block-file__button {
  flex-shrink: 0;
  position: relative;
}
@container ( max-width: 25em ) {
  .wp-block-file.is-style-full-width a.wp-block-file__button {
    width: 1em;
    font-size: 1em;
    text-indent: -9999px;
    line-height: 0;
    overflow: hidden;
  }
  .wp-block-file.is-style-full-width a.wp-block-file__button:before {
    content: "";
    display: block;
    position: absolute;
    height: 1em;
    width: 1em;
    top: calc(50% - 0.5em);
    left: calc(50% - 0.5em);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='white'%3E %3Cpath d='M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V274.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V416c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z'/%3E %3C/svg%3E");
    background-size: 1em 1em;
  }
}
.wp-block-file.is-style-full-width a:not(.wp-block-file__button) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
}
.wp-block-file.is-style-full-width .wp-block-file__embed ~ a {
  display: none;
}

.wp-block-video.fullheight video {
  height: 100%;
}
.wp-block-video video {
  width: 100%;
}
.wp-block-video figcaption {
  margin-top: 1em;
  text-align: left;
  color: #babec1;
}

.wp-block-video.aligncenter figcaption,
.wp-block-video.alignwide figcaption,
.wp-block-video.alignfull figcaption {
  text-align: center;
}

.wp-block-audio {
  line-height: 0;
}
.wp-block-audio figcaption {
  margin-top: 1em;
  color: #babec1;
  line-height: 1.625;
  text-align: left;
}

:where(.wp-block-embed) {
  margin-bottom: 1.625em;
}

.wp-block-embed figcaption {
  margin-top: 1em;
  color: #babec1;
  text-align: left;
}

.wp-block-embed.aligncenter figcaption,
.wp-block-embed.alignwide figcaption,
.wp-block-embed.alignfull figcaption {
  text-align: center;
}

.wp-block-social-links {
  font-size: 1em;
  gap: 0.25em;
}

.wp-block-social-links.has-small-icon-size {
  font-size: 0.75em;
  gap: 0.5em;
}

.wp-block-social-links.has-normal-icon-size {
  font-size: 1em;
  gap: 0.25em;
}

.wp-block-social-links.has-large-icon-size {
  font-size: 2.75em;
  gap: 0.125em;
}

.wp-block-social-links.has-huge-icon-size {
  font-size: 4em;
  gap: 0;
}

:where(.wp-block-archives),
:where(.wp-block-categories),
:where(.wp-block-page-list) {
  margin-bottom: 1.625em;
}

:where(.wp-block-search) {
  margin-bottom: 1.625em;
}

.wp-block-search .wp-block-search__label {
  font-weight: 600;
}
.wp-block-search .wp-block-search__input {
  padding: 0.75em 1.25em;
  border-color: #e2e4e6;
}
.wp-block-search .wp-block-search__button {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  color: white;
  background-color: #88b917;
  margin-left: 0.5em;
}
.wp-block-search .wp-block-search__button:visited {
  color: white;
}
.wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:focus {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.wp-block-search .wp-block-search__button:active {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0.75em 1.25em;
  border-color: #e2e4e6;
  border-radius: 0.25em;
  transition: border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0;
  border: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0 0.5em;
  font-size: 0.75em;
  border: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper:focus-within {
  border-color: #88b917;
}

.wp-block-search .wp-block-search__button.has-icon {
  padding: 0 1.25em;
  line-height: 0;
  fill: currentColor;
}

.wp-block-details summary {
  display: flex;
  align-items: center;
  padding: 0.5em 1.25em 0.5em 0.875em;
  color: #72767a;
  font-size: 0.875em;
  font-weight: 600;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 9999px;
  box-shadow: var(--shadow-elevation-low);
  transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.wp-block-details summary::marker {
  content: "";
}
.wp-block-details summary:before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23e2e4e6'%3E %3Cpath d='M11.9,3.5l-0.6-0.6c-0.2-0.1-0.4-0.1-0.6,0L6,7.6L1.3,2.9 C1.2,2.8,1.1,2.8,1,2.8c-0.1,0-0.2,0-0.3,0.1L0.1,3.5C0,3.6,0,3.7,0,3.8C0,3.9,0,4,0.1,4.1l5.6,5.6C5.8,9.8,5.9,9.8,6,9.8 c0.1,0,0.2,0,0.3-0.1l5.6-5.6C12,4,12,3.9,12,3.8C12,3.7,12,3.6,11.9,3.5z'/%3E %3C/svg%3E");
  background-size: 1em;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 0;
  margin-right: 0.5em;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: rotate(-90deg);
}
.wp-block-details summary:hover, .wp-block-details summary:focus {
  color: #3c4146;
}
.wp-block-details[open] > summary {
  color: white;
  background-color: #3c4146;
  border-color: #1c2329;
}
.wp-block-details[open] > summary:before {
  transform: rotate(0deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white'%3E %3Cpath d='M11.9,3.5l-0.6-0.6c-0.2-0.1-0.4-0.1-0.6,0L6,7.6L1.3,2.9 C1.2,2.8,1.1,2.8,1,2.8c-0.1,0-0.2,0-0.3,0.1L0.1,3.5C0,3.6,0,3.7,0,3.8C0,3.9,0,4,0.1,4.1l5.6,5.6C5.8,9.8,5.9,9.8,6,9.8 c0.1,0,0.2,0,0.3-0.1l5.6-5.6C12,4,12,3.9,12,3.8C12,3.7,12,3.6,11.9,3.5z'/%3E %3C/svg%3E");
  background-size: 1em;
}

.wp-block-group.is-layout-flex:has(.wp-block-details) {
  position: relative;
  gap: 0;
  margin-block-end: 0;
}
.wp-block-group.is-layout-flex:has(.wp-block-details) .wp-block-details {
  display: contents;
}
.wp-block-group.is-layout-flex:has(.wp-block-details) .wp-block-details summary {
  order: -1;
  margin-inline-end: 1em;
  margin-block-end: var(--wp--style--block-gap);
}
.wp-block-group.is-layout-flex:has(.wp-block-details) .wp-block-details summary ~ * {
  width: 100%;
}

@supports (interpolate-size: allow-keywords) {
  ::details-content {
    interpolate-size: allow-keywords;
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), content-visibility 0.5s allow-discrete;
    height: 0;
    opacity: 0;
    overflow: clip;
  }
  [open]::details-content {
    height: auto;
    opacity: 1;
  }
}
html {
  height: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  background-color: white;
}

.site-header {
  flex: 0 0 auto;
  position: sticky;
  top: 0;
  background-color: white;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.09);
  z-index: 10;
}

.site-banner {
  flex: 0 0 auto;
  position: relative;
  background-color: white;
  z-index: 0;
}

.site-content {
  flex: 1 0 auto;
  display: flex;
  position: relative;
  contain: content;
  background-color: white;
  z-index: 0;
}

.site-footer {
  flex: 0 0 auto;
  position: relative;
}

.site-header {
  padding-top: 18px;
  padding-bottom: 18px;
}

.header-branding {
  margin-right: auto;
}
.header-branding .branding-logo {
  display: block;
  max-width: 344px;
  color: #1c2329;
}

.site-banner {
  background-color: black;
  overflow: hidden;
}
.site-banner .banner-content {
  display: flex;
  flex-direction: column;
}
.site-banner:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(33, 150, 243, 0.25);
  mix-blend-mode: multiply;
}
.site-banner .wp-custom-header {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.site-banner .wp-custom-header video, .site-banner .wp-custom-header img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
@media (min-width: 782px) {
  .site-banner .wp-custom-header {
    position: fixed;
  }
}
.site-banner .banner-text-overlay {
  position: relative;
  margin: auto 0 0 0;
  z-index: 2;
}
.site-banner .banner-text-overlay .banner-text-box {
  margin: auto auto 0 0;
  padding: calc(var(--modpadd) + 1.625em) var(--modpadd);
  color: white;
  background-color: rgba(126, 176, 12, 0.8);
  background-image: url(../svg/theme_icon.svg);
  background-repeat: no-repeat;
  background-size: 170% 200%;
  background-position: -10% 0%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.site-banner .banner-text-overlay .banner-text-box .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: var(--contentsize);
  gap: 0.25em;
}
.site-banner .banner-text-overlay .banner-text-box .container:has(.banner-buttons:not(:empty)) {
  gap: 1em;
}
.site-banner .banner-text-overlay .banner-heading {
  max-width: 50ch;
  position: relative;
  font-size: 1.75em;
  line-height: 1.25;
  font-weight: 600;
  text-wrap: balance;
}
.site-banner .banner-text-overlay .banner-heading:after {
  content: "";
  display: block;
  position: static;
  width: 75%;
  height: 2px;
  margin-top: 0.25em;
  background-color: currentColor;
}
.site-banner .banner-text-overlay .banner-heading:has(+ .banner-buttons:not(:empty)):after {
  display: none;
}
.site-banner .banner-text-overlay .banner-text {
  max-width: 75ch;
  font-size: 1.25em;
  font-weight: 600;
}
.site-banner .banner-text-overlay .banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 1em;
}
.site-banner .banner-text-overlay .banner-buttons .button {
  border: 2px solid white;
  background: none;
  box-shadow: none;
  transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-banner .banner-text-overlay .banner-buttons .button:hover, .site-banner .banner-text-overlay .banner-buttons .button:focus {
  opacity: 0.75;
}
.site-banner .banner-text-overlay .banner-buttons:empty {
  display: none;
}

.home .site-banner,
.home .site-banner .banner-content {
  min-height: calc(100svh - var(--header-height, 132px));
}

#navigation {
  display: block;
  position: fixed;
  width: 360px;
  left: -360px;
  top: -75px;
  bottom: -75px;
  font-weight: 500;
  background-color: white;
  border: 75px solid transparent;
  border-right: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  overflow-y: auto;
  transition: left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 20;
}
#navigation.toggled {
  left: -75px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
#navigation ul.menu {
  padding: var(--modpadd);
  list-style: none;
}
#navigation li {
  position: relative;
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
#navigation li a {
  display: block;
  padding: 0.25em 0;
  color: #3c4146;
  text-decoration: none;
}
#navigation li.focus > a, #navigation li:active > a {
  color: #9a9ea1;
}
#navigation li.current-menu-item > a {
  color: #88b917;
}
#navigation li.current-menu-ancestor > a, #navigation li.current-page-ancestor > a {
  color: #9a9ea1;
}
#navigation li.lang-item {
  display: inline-flex;
  pointer-events: none;
}
#navigation li.lang-item a {
  display: block;
  position: relative;
  margin-top: 1.625em;
  padding: 0;
  line-height: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: all;
  opacity: 1;
}
#navigation li.lang-item a:after {
  display: none;
}
#navigation li.lang-item a img {
  height: 1.25em;
  width: auto;
}
#navigation li.lang-item:not(.lang-item-first) {
  margin-left: 0.5em;
}
#navigation li.lang-item:hover > a,
#navigation li.lang-item:focus > a,
#navigation li.lang-item.focus > a {
  opacity: 0.5;
}
#navigation li.has-children {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#navigation li.has-children > a:first-child {
  width: calc(100% - 2em);
}
#navigation li.has-children > a.sub-toggle {
  width: 2em;
  text-align: center;
}
#navigation li.has-children > a.sub-toggle .inline-svg {
  width: 0.75em;
  height: 0.75em;
  margin: 0;
}
#navigation ul.sub-menu {
  display: none;
  width: 100%;
  padding: 0;
  list-style: none;
  font-weight: 400;
  background-color: transparent;
}
#navigation ul.sub-menu li {
  padding-left: 1.5em;
}
#navigation ul.sub-menu li:first-child {
  padding-top: 0.75em;
}
#navigation ul.sub-menu li:last-child {
  padding-bottom: 0.75em;
}
#navigation ul.sub-menu > li > a:first-child:before {
  content: "";
  display: block;
  position: absolute;
  content: "⬤";
  left: 0;
  opacity: 0.5;
  transform: scale(0.5);
}
#navigation li.focus > ul.sub-menu {
  display: block;
}

@media (min-width: 680px) {
  #navigation {
    display: block;
    position: static;
    width: auto;
    background-color: transparent;
    border: none;
    overflow: visible;
  }
  #navigation.toggled {
    box-shadow: none;
  }
  #navigation ul.menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1em;
    margin: 0;
    padding: 0;
  }
  #navigation ul.menu > li {
    padding: 0.375em 0;
  }
  #navigation li {
    position: relative;
  }
  #navigation li a {
    padding: 0;
    color: #9a9ea1;
  }
  #navigation li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #navigation li:hover > a, #navigation li.focus > a, #navigation li:active > a {
    color: #3c4146;
  }
  #navigation li:hover > a:after, #navigation li.focus > a:after, #navigation li:active > a:after {
    width: 66%;
    background-color: #e2e4e6;
  }
  #navigation li.current-menu-item > a {
    color: #3c4146;
  }
  #navigation li.current-menu-ancestor > a, #navigation li.current-page-ancestor > a {
    color: #3c4146;
  }
  #navigation li.current-menu-item > a:after, #navigation li.current-menu-ancestor > a:after, #navigation li.current-page-ancestor > a:after {
    width: 66%;
    opacity: 1;
    background-color: #88b917;
  }
  #navigation li.lang-item {
    display: inline-flex;
    align-items: center;
  }
  #navigation li.lang-item a {
    margin-top: 0;
  }
  #navigation li.lang-item a img {
    height: 1em;
  }
  #navigation li.lang-item a:after {
    display: none;
  }
  #navigation li.lang-item.lang-item-first {
    margin-left: 1.625em;
  }
  #navigation li.lang-item:not(.lang-item-first) {
    margin-left: -0.5em;
  }
  #navigation li.has-children {
    width: auto;
    flex-wrap: nowrap;
    column-gap: 0.5em;
  }
  #navigation li.has-children > a:first-child {
    width: auto;
  }
  #navigation li.has-children > a.sub-toggle {
    width: 1em;
  }
}
@media (min-width: 680px) and (hover) {
  #navigation li.has-children > a:first-child {
    width: 100%;
  }
  #navigation li.has-children > a.sub-toggle {
    display: none;
  }
}
@media (min-width: 680px) {
  #navigation ul.sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    height: auto;
    font-size: 0.875em;
    border-top: 30px solid rgba(0, 0, 0, 0);
    box-shadow: none;
    opacity: 0;
    overflow: visible;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scale(1);
  }
  #navigation ul.sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 0.25em;
    transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #navigation ul.sub-menu li {
    width: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
    background-color: white;
    border: 1px solid white;
    white-space: nowrap;
    float: none;
  }
  #navigation ul.sub-menu li a {
    color: #3c4146;
  }
  #navigation ul.sub-menu li a:after {
    display: none;
  }
  #navigation ul.sub-menu li:hover > a, #navigation ul.sub-menu li.focus > a {
    color: #9a9ea1;
  }
  #navigation ul.sub-menu li.current-menu-item > a {
    color: #88b917;
  }
  #navigation ul.sub-menu li.current-menu-ancestor > a, #navigation ul.sub-menu li.current-page-ancestor > a {
    color: #9a9ea1;
  }
  #navigation ul.sub-menu li:first-child {
    padding-top: 1em;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
  }
  #navigation ul.sub-menu li:last-child {
    padding-bottom: 1em;
    border-bottom-left-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
  }
  #navigation ul.sub-menu li.has-children > a.sub-toggle .inline-svg {
    transform: rotate(-90deg);
  }
  #navigation ul.sub-menu > li > a:first-child:before {
    display: none;
  }
  #navigation ul.sub-menu ul.sub-menu {
    top: -1em;
    left: 100%;
    border-top: 0;
    border-left: 50px solid rgba(0, 0, 0, 0);
  }
  #navigation li:hover > ul.sub-menu,
  #navigation li.focus > ul.sub-menu {
    opacity: 1;
    border-width: 5px;
    pointer-events: all;
  }
  #navigation li:hover > ul.sub-menu:before,
  #navigation li.focus > ul.sub-menu:before {
    box-shadow: var(--shadow-elevation-high);
  }
}
.navigation-toggle {
  line-height: 0;
  z-index: 20;
}

button.toggle-btn {
  padding: 0;
  height: auto;
  min-height: 0;
  background: none;
  border: none;
  line-height: 0;
  width: 20px;
  height: 20px;
}
button.toggle-btn:hover, button.toggle-btn:focus {
  background: none;
}
button.toggle-btn rect.toggle-color {
  fill: #88b917;
  transform: rotate(180deg);
  transform-origin: center;
  transition: fill 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

button.toggle-btn[aria-expanded=true] rect.toggle-color {
  opacity: 0;
}
button.toggle-btn[aria-expanded=true] rect.toggle-color:first-of-type {
  opacity: 1;
  transform: rotate(45deg) translate3d(0px, 6px, 0);
  fill: white;
}
button.toggle-btn[aria-expanded=true] rect.toggle-color:last-of-type {
  opacity: 1;
  transform: rotate(-45deg) translate3d(0px, -6px, 0);
  fill: white;
}

.content-main {
  flex: 1 1 100%;
  max-width: 100%;
}

@media (min-width: 782px) {
  .content-main {
    flex: 1;
    min-width: 0;
  }
}
.content-sidebar {
  position: relative;
  align-self: flex-end;
}
.content-sidebar .widget {
  flex: 1 0 50%;
  max-width: 100%;
  min-width: 250px;
  margin-top: 1.625em;
}
.content-sidebar .widget[class*=search] {
  flex: 1 0 100%;
}
.content-sidebar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #f7f8f9;
  z-index: -1;
}

@media (min-width: 782px) {
  .content-sidebar {
    display: block;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .content-sidebar .widget {
    margin-top: 0;
    min-width: 0;
  }
  .content-sidebar:after {
    display: none;
  }
}
.footer-widgets {
  color: white;
  background-color: #7eb00c;
}
.footer-widgets .widget a:not(.button) {
  color: white;
  text-decoration: none;
}
.footer-widgets .widget a:not(.button):hover, .footer-widgets .widget a:not(.button):focus {
  color: #c4dc8b;
}

.footer-info {
  font-size: 0.75em;
  color: white;
  background-color: #7eb00c;
  border-top: 1px dashed #6c9b01;
}
.footer-info a:not(.button) {
  color: white;
  text-decoration: none;
}
.footer-info a:not(.button):hover, .footer-info a:not(.button):focus {
  color: #c4dc8b;
}

article.type-page.is-child {
  display: flex;
  flex-direction: column;
  gap: 1.625em;
}
article.type-page.is-child .entry-header {
  position: relative;
  overflow: clip;
}
article.type-page.is-child .entry-header .entry-meta {
  position: absolute;
  inset: 0;
  padding: var(--modpadd);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 1;
}
article.type-page.is-child .entry-header .entry-meta > * {
  color: white;
  text-align: center;
  pointer-events: auto;
}
article.type-page.is-child .entry-header .entry-meta .entry-title {
  font-size: 1.75em;
}
article.type-page.is-child .entry-header .entry-meta .entry-title a {
  color: white;
  text-decoration: none;
}
article.type-page.is-child .entry-header:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #004d8b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
@media (hover) {
  article.type-page.is-child .entry-header img {
    will-change: transform;
    transform: scale3d(1, 1, 1);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  article.type-page.is-child .entry-header:hover img, article.type-page.is-child .entry-header:focus img {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

.title-hidden .page-content > .alignfull:first-child {
  margin-top: calc((var(--modpadd) + 1.625em) * -1);
}

.page-content > .alignfull:last-child {
  margin-bottom: calc(var(--modpadd) * -1);
}

@media (max-width: 768px) {
  .title-hidden .page-content > .alignwide.has-background:first-child,
  .title-hidden .page-content > .wp-block-media-text.alignwide:first-child,
  .title-hidden .page-content > .wp-block-cover.alignwide:first-child {
    margin-top: calc((var(--modpadd) + 1.625em) * -1);
  }
  .page-content > .alignwide.has-background:last-child,
  .page-content > .wp-block-media-text.alignwide:last-child,
  .page-content > .wp-block-cover.alignwide:last-child {
    margin-bottom: calc(var(--modpadd) * -1);
  }
}
article.type-post,
article.type-service,
article.on-search {
  display: flex;
  flex-direction: column;
  gap: 1.625em;
}
@supports (grid-template-rows: subgrid) {
  article.type-post,
  article.type-service,
  article.on-search {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 3;
    grid-row: span 3;
  }
}

.entry-thumbnail.ratio-1-1 {
  width: 4em;
  flex-shrink: 0;
}

.entry-header .entry-title {
  margin: 0;
  padding: 0;
  text-wrap: balance;
}

a.post-date {
  text-decoration: none;
  font-size: 0.75em;
  color: #9a9ea1;
}
a.post-date:hover, a.post-date:focus {
  color: #3c4146;
}

span.post-author {
  font-size: 0.75em;
  color: #9a9ea1;
}
span.post-author a {
  text-decoration: none;
  color: #9a9ea1;
}
span.post-author a:hover, span.post-author a:focus {
  color: #3c4146;
}

.entry-summary:not(.product-summary) > p {
  font-size: 0.875em;
}
.entry-summary:not(.product-summary) > :last-child {
  margin-bottom: 0;
}

.entry-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto;
  padding: 0.5em 0;
  color: #9a9ea1;
  border-top: 1px dashed #e2e4e6;
  border-bottom: 1px dashed #e2e4e6;
}
.entry-footer > * {
  font-size: 0.75em;
}

.updated:not(.published) {
  display: none;
}

.wpcf7 {
  margin: 0 0 1.625em 0;
  padding: var(--modpadd);
  border: 1px solid #e2e4e6;
}
.wpcf7 p:has(.wpcf7-submit) {
  margin-bottom: 0;
}
@media (max-width: 786px) {
  .wpcf7 {
    padding-top: calc(var(--modpadd) + 1.625em);
    padding-bottom: calc(var(--modpadd) + 1.625em);
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.wpcf7-form-control:not(.button) {
  width: 100%;
}

.wpcf7-response-output {
  font-size: 0.875em;
  margin: 0 0 1.625em 0;
  padding: 1em 1.25em;
  color: #2196f3;
  background-color: #d3eafd;
  border-left: 3px solid #42a6f5;
  display: none;
}
.wpcf7-response-output:last-child {
  margin-bottom: 0;
  margin-top: 1.625em;
}
.invalid .wpcf7-response-output, .unaccepted .wpcf7-response-output {
  display: flex;
  color: #ff2a00;
  background-color: #ffd4cc;
  border-color: #ff4a26;
}
.spam .wpcf7-response-output, .failed .wpcf7-response-output, .aborted .wpcf7-response-output {
  display: flex;
  color: #e9a418;
  background-color: #fbedd1;
  border-color: #ecb23b;
}
.sent .wpcf7-response-output {
  display: flex;
  color: #88b917;
  background-color: #e7f1d1;
  border-color: #9ac43a;
}

span.wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  top: calc(0.75em + 1px);
  left: calc(1.25em + 1px);
  right: calc(1.25em + 1px);
  font-size: 1em;
  line-height: 1.5em;
  color: #ff2a00;
  background-color: white;
  transition: opacity 0.2s cubic-bezier(0.755, 0.05, 0.855, 0.06), transform 0.2s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: text;
  overflow: hidden;
  z-index: 1;
}

select + span.wpcf7-not-valid-tip,
input[type=date] + span.wpcf7-not-valid-tip,
input[type=file] + span.wpcf7-not-valid-tip,
.wpcf7-checkbox + span.wpcf7-not-valid-tip,
.wpcf7-radio + span.wpcf7-not-valid-tip {
  display: none;
}

select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid {
  color: #ff2a00;
  border-color: #ff4a26;
}
select.wpcf7-not-valid:focus,
textarea.wpcf7-not-valid:focus,
input.wpcf7-not-valid:focus {
  color: #72767a;
  border-color: #88b917;
  background-color: white;
}
select.wpcf7-not-valid:focus + span.wpcf7-not-valid-tip,
textarea.wpcf7-not-valid:focus + span.wpcf7-not-valid-tip,
input.wpcf7-not-valid:focus + span.wpcf7-not-valid-tip {
  opacity: 0;
  transform: translate3d(30px, 0, 0);
  pointer-events: none;
}

@supports (appearance: none) or (-webkit-appearance: none) {
  span.wpcf7-not-valid input[type=checkbox]:before {
    box-shadow: 0 0 0 1px #ff2a00;
  }
  span.wpcf7-not-valid.clicked input[type=checkbox]:before, span.wpcf7-not-valid.clicked input[type=checkbox]:checked:before {
    box-shadow: 0 0 0 1px #e2e4e6;
  }
  .user-is-tabbing span.wpcf7-not-valid.clicked input[type=checkbox]:focus:before, .user-is-tabbing span.wpcf7-not-valid.clicked input[type=checkbox]:checked:before {
    box-shadow: 0 0 0 1px #88b917;
  }
}
span.wpcf7-list-item {
  display: inline-block;
  margin-right: 1em;
}
span.wpcf7-list-item.last {
  margin-right: 0;
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader.is-active,
div.wpcf7 .ajax-loader,
div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #babec1;
}

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

div.wpcf7 input[type=file] {
  cursor: pointer;
}

div.wpcf7 input[type=file]:disabled {
  cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.safari .wpcf7-date,
.chrome .wpcf7-date,
.edge .wpcf7-date {
  max-width: 8.75em;
}

.ie .wpcf7-date {
  max-width: 7.75em;
}

@keyframes featherlightLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.featherlight {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 30;
}
.featherlight button {
  min-height: 0;
  overflow: hidden;
}

.featherlight:last-of-type {
  background-color: rgba(11, 16, 0, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.featherlight .featherlight-content {
  position: relative;
  max-height: calc(100% - 40px);
  max-width: calc(100% - 80px);
  animation: fadein 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: auto;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding: 0;
}

@media (min-width: 600px) {
  .featherlight .featherlight-content {
    max-width: calc(100% - 110px);
  }
}
@media (min-width: 600px) {
  .featherlight .featherlight-content {
    max-height: 80%;
    max-width: 80%;
  }
}
.featherlight .featherlight-inner {
  display: block;
}

@media (max-width: 599.99px) {
  .featherlight .featherlight-inner:not(.widget) {
    width: 100% !important;
    height: auto !important;
  }
}
.featherlight .featherlight-content .caption {
  padding: 0.875em 1.125em;
  line-height: 1.5em;
  color: #9a9ea1;
  background: white;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 600px) {
  .featherlight .featherlight-content .caption {
    position: absolute;
    max-width: calc(100% - 48px);
    bottom: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 600px) and (hover) {
  .featherlight .featherlight-content .caption {
    opacity: 0;
  }
  .featherlight .featherlight-content .featherlight-close:hover ~ .caption,
  .featherlight .featherlight-content .featherlight-next:hover ~ .caption,
  .featherlight .featherlight-content .featherlight-previous:hover ~ .caption {
    opacity: 0;
  }
}
.featherlight .featherlight-content:hover > .caption,
.featherlight .featherlight-content:focus > .caption {
  opacity: 1;
}

.featherlight-loading .featherlight-content {
  animation: featherlightLoader 1s infinite linear;
  border: 8px solid #9a9ea1;
  border-left-color: #f7f8f9;
  background: none;
}
.featherlight-loading .featherlight-content button {
  display: none;
}

.featherlight-loading .featherlight-content,
.featherlight-loading .featherlight-content::after {
  border-radius: 50%;
  height: 10em;
  width: 10em;
}

.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  display: block;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  padding: 0;
  background-color: transparent;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21%204.41L19.59%203%2012%2010.59%204.41%203%203%204.41%2010.59%2012%203%2019.59%204.41%2021%2012%2013.41%2019.59%2021%2021%2019.59%2013.41%2012%2021%204.41z%22/%3E%0A%3C/svg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0;
  cursor: pointer;
  pointer-events: auto;
  z-index: 9999;
}
.featherlight .featherlight-close-icon:focus, .featherlight .featherlight-close-icon:hover {
  opacity: 1;
}

.featherlight-next,
.featherlight-previous {
  display: block;
  position: fixed;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  white-space: nowrap;
  text-indent: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.4;
  overflow: hidden;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  pointer-events: auto;
}
.featherlight-next:focus, .featherlight-next:hover,
.featherlight-previous:focus,
.featherlight-previous:hover {
  opacity: 1;
}
.featherlight-next span,
.featherlight-previous span {
  display: none;
}

.featherlight-next {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.59%2016.59L13.17%2012%208.59%207.41%2010%206l6%206-6%206-1.41-1.41z%22/%3E%0A%3C/svg%3E);
  right: 0;
}

.featherlight-previous {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.41%207.41L10.83%2012l4.58%204.59L14%2018l-6-6%206-6%201.41%201.41z%22/%3E%0A%3C/svg%3E);
  left: 0;
}

.featherlight-loading .featherlight-next,
.featherlight-loading .featherlight-previous {
  display: none;
}

@media (min-width: 600px) {
  .featherlight-next {
    right: 10px;
  }
  .featherlight-previous {
    left: 10px;
  }
}
body {
  --cmplz_banner_width: 526px;
  --cmplz_banner_background_color: white;
  --cmplz_banner_border_radius: 0.25em;
  --cmplz_banner_margin: 10px;
  --cmplz_title_font_size: 16px;
  --cmplz_text_line_height: 1.625;
  --cmplz_text_color: #3c4146;
  --cmplz_hyperlink_color: #88b917;
  --cmplz_button_accept_background_color: #88b917;
  --cmplz_button_accept_border_color: #88b917;
  --cmplz_button_accept_text_color: white;
  --cmplz_button_deny_background_color: #88b917;
  --cmplz_button_deny_border_color: #88b917;
  --cmplz_button_deny_text_color: white;
  --cmplz_button_settings_background_color: #88b917;
  --cmplz_button_settings_border_color: #88b917;
  --cmplz_button_settings_text_color: white;
  --cmplz_button_border_radius: 0.25em;
  --cmplz_button_font_size: 14px;
  --cmplz_category_header_always_active_color: #88b917;
  --cmplz_slider_active_color: #88b917;
  --cmplz_slider_inactive_color: #9a9ea1;
  --cmplz_slider_bullet_color: white;
  --cmplz_category_color: #3c4146;
  --cmplz_category_background: white;
  --cmplz_category_bordercolor: #e2e4e6;
}

#cmplz-document {
  max-width: 100%;
  font-size: unset;
}
#cmplz-document p,
#cmplz-document ul, #cmplz-document ol,
#cmplz-document li {
  font-size: unset;
}
#cmplz-document ul, #cmplz-document ol {
  margin-left: 0;
  margin-bottom: 1.625em;
}
#cmplz-document h2 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0.8125em;
  padding-bottom: 0;
}
#cmplz-document h3 {
  font-size: 1em !important;
}
#cmplz-document p.cmplz-subtitle {
  margin-top: 0;
  font-weight: 600;
}

#cmplz-cookies-overview,
#cmplz-manage-consent-container {
  margin-bottom: 1.625em;
}

.cmplz-category-header,
.cmplz-category {
  color: var(--cmplz_category_color) !important;
  background-color: var(--cmplz_category_background) !important;
}

.cmplz-category-header {
  padding: 10px 10px 10px 1em !important;
  gap: 10px !important;
}

.cmplz-description {
  font-size: unset !important;
  padding: 10px 1em !important;
  border-top: 1px solid #e2e4e6;
  gap: 10px !important;
}
.cmplz-description > span {
  display: inline-block;
  font-size: 12px;
}

.cmplz-category,
.cmplz-dropdown {
  font-size: 0.875em;
  margin-bottom: 10px !important;
  border: 1px solid var(--cmplz_category_bordercolor) !important;
  background-color: var(--cmplz_category_background) !important;
}
.cmplz-category h2, .cmplz-category h3, .cmplz-category h4, .cmplz-category h5, .cmplz-category h6, .cmplz-category p,
.cmplz-dropdown h2,
.cmplz-dropdown h3,
.cmplz-dropdown h4,
.cmplz-dropdown h5,
.cmplz-dropdown h6,
.cmplz-dropdown p {
  padding: 0;
}
.cmplz-category p,
.cmplz-dropdown p {
  margin-bottom: 0;
}
.cmplz-category summary,
.cmplz-dropdown summary {
  color: var(--cmplz_category_color) !important;
  background-color: var(--cmplz_category_background) !important;
}
.cmplz-category input[type=checkbox],
.cmplz-dropdown input[type=checkbox] {
  top: 0;
  margin-right: 0;
}

.cmplz-dropdown summary > div {
  display: flex !important;
  gap: 0.25em !important;
}
.cmplz-dropdown summary > div > p {
  margin-left: auto !important;
}
.cmplz-dropdown summary > div:after {
  display: none;
}

.cookies-per-purpose {
  background-color: var(--cmplz_category_bordercolor) !important;
  border: none !important;
  margin-bottom: 0 !important;
}
.cookies-per-purpose div {
  background-color: var(--cmplz_category_background) !important;
}

.cmplz-service-description,
.cmplz-sharing-data {
  width: 49% !important;
  padding-top: 5px !important;
}

@media only screen and (max-width: 600px) {
  .cmplz-service-description,
  .cmplz-sharing-data {
    width: 100% !important;
    padding-top: 0 !important;
  }
}
.cmplz-open {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #9a9ea1;
}
.cmplz-open svg {
  transform: scale(0.75);
  opacity: 1;
}

div.cmplz-cookiebanner .cmplz-title {
  font-weight: 600;
}
div.cmplz-cookiebanner .cmplz-close {
  transform: scale(0.75);
}
div.cmplz-cookiebanner .cmplz-message {
  margin-bottom: 25px;
}

div.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  height: auto;
  padding: 0.75em 0.75em;
  font-weight: 600;
  line-height: 1.5em;
  transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
div.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover, div.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:focus {
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
div.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:active {
  box-shadow: inset 0 100vh 0 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

div.cmplz-cookiebanner.cmplz-show,
div.cmplz-cookiebanner.cmplz-show:hover {
  box-shadow: var(--shadow-elevation-high);
}

#cmplz-manage-consent {
  display: none;
}

button.info-complianz {
  display: inline;
  font-size: 1em;
  font-weight: inherit;
  padding: 0;
  color: white;
  background: none;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
button.info-complianz:hover, button.info-complianz:focus {
  color: #c4dc8b;
}

div.prx_wrapper {
  padding-bottom: 0;
  --custom-title-color: #3c4146;
  --custom-body-color: #3c4146;
  --custom-body-bg-color: white;
}

h1.prx_h1,
h2.prx_h2,
h3.prx_h3,
h4.prx_h4,
h5.prx_h5,
h6.prx_h6 {
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.8125em;
}

h1.prx_h1 {
  font-size: 1.75em;
  padding-top: 0;
}

h2.prx_h2 {
  font-size: 1.5em;
}

h3.prx_h3 {
  font-size: 1.25em;
}

h4.prx_h4 {
  font-size: 0.875em;
}

h5.prx_h5 {
  font-size: 0.75em;
}

h6.prx_h6 {
  font-size: 0.5em;
}

p.prx_text {
  max-width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: unset;
  line-height: unset;
  margin-top: 0;
  margin-bottom: 1.625em;
}

ul.prx_list,
ol.prx_list {
  margin: 0 0 1.5em;
  padding-left: 1.5em;
}

div.prx_listWrapper,
div.prx_techWrapper {
  max-width: 100%;
  margin-bottom: 1.625em;
  gap: 1.625em;
}

div.prx_expandableWrapper {
  padding: 1.625em !important;
  background-color: white !important;
  border-color: #e2e4e6 !important;
  border-radius: 0.25em !important;
}

div.prx_expandableText p {
  padding-bottom: 0;
  margin-bottom: 1.625em;
}
div.prx_expandableText p:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=frontend.css.map */