.header {
  color: #FFFFFF;
  z-index: 100;
}
.header.wide-bg::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000000CC), to(#00000099));
  background: linear-gradient(180deg, #000000CC 50%, #00000099 100%);
}
.header__nav {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__inline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .header__inline {
    gap: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .header__inline {
    gap: 0.625rem;
  }
}
@media (min-width: 1920px) {
  .header__inline {
    gap: 2.625rem;
  }
}
.header__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: var(--header-height);
  position: relative;
}
@media (min-width: 1920px) {
  .header__link {
    font-size: 16px;
  }
}
.header__link:where(:hover, :focus-visible, :active) {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .header__link::after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #86BE3D;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .header__link:where(:hover, :focus-visible, :active)::after {
    opacity: 1;
  }
}
.header__link--new {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 2px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__link--new::before {
  background: rgba(134, 190, 61, 0.37);
  border-radius: 3px;
  color: #86BE3D;
  content: 'ny';
  font-size: 9px;
  font-style: italic;
  font-weight: 700;
  height: 14px;
  left: auto;
  line-height: 14px;
  opacity: 1;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 28px;
}
@media only screen and (max-width: 1199.98px) {
  .header__primary-nav .header__inline {
    gap: 0;
  }
  .header__primary-nav .header__link {
    color: #FFFFFF;
    line-height: 42px;
    padding-inline: clamp(1rem, 4vw, 2rem);
  }
  .header__primary-nav .header__link::after {
    display: none;
  }
  .header__primary-nav .header__link:not([aria-current="page"]):where(:hover, :focus-visible, :active) {
    background-color: #86BE3D;
    color: #FFFFFF;
  }
  .header__primary-nav .header__link[aria-current="page"] {
    color: #86BE3D;
  }
  .header__primary-nav .header__item:not(.header__item--mobile-primary) + .header__item--mobile-primary {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #1f2124;
  }
  .header__primary-nav .header__link--new {
    gap: 6px;
  }
  .header__primary-nav .header__link--new::before {
    top: -1px;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__primary-nav .header__link {
    padding-left: 2.75rem;
  }
  .header__primary-nav .header__link--mobile-icon::after {
    opacity: 1;
    position: absolute;
    top: calc(50% - 10px);
    left: 16px;
    line-height: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    color: #86BE3D;
    background: #86BE3D;
    background-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 20px 20px;
            mask-size: 20px 20px;
  }
  .header__primary-nav .header__link--new:not([aria-current="page"]):where(:hover, :focus-visible, :active)::before {
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: #000000;
  }
  .header__primary-nav .header__link--new[aria-current="page"]::before {
    background-color: rgba(134, 190, 61, 0.37);
    color: #FFFFFF;
  }
  .header__primary-nav .header__link--mobile-icon:not([aria-current="page"]):where(:hover, :focus-visible, :active)::after {
    background-color: #000000;
    color: #000000;
  }
  .header__primary-nav .header__link--mobile-icon[aria-current="page"]::after {
    background-color: #86BE3D;
    color: #86BE3D;
  }
  .header__primary-nav .header__link--mobile-icon-home::after {
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25" /></svg>');
            mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25" /></svg>');
  }
  .header__primary-nav .header__link--mobile-icon-support::after {
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155" /></svg>');
            mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155" /></svg>');
  }
  .header__primary-nav .header__link--mobile-icon-language::after {
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m10.5 21 5.25-11.25L21 21m-9-3h7.5M3 5.621a48.474 48.474 0 0 1 6-.371m0 0c1.12 0 2.233.038 3.334.114M9 5.25V3m3.334 2.364C11.176 10.658 7.69 15.08 3 17.502m9.334-12.138c.896.061 1.785.147 2.666.257m-4.589 8.495a18.023 18.023 0 0 1-3.827-5.802" /></svg>');
            mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m10.5 21 5.25-11.25L21 21m-9-3h7.5M3 5.621a48.474 48.474 0 0 1 6-.371m0 0c1.12 0 2.233.038 3.334.114M9 5.25V3m3.334 2.364C11.176 10.658 7.69 15.08 3 17.502m9.334-12.138c.896.061 1.785.147 2.666.257m-4.589 8.495a18.023 18.023 0 0 1-3.827-5.802" /></svg>');
  }
}
.header__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
.header__logo {
  margin-right: 1rem;
  max-width: 260px;
  width: 100%;
}
@media only screen and (max-width: 1023.98px) {
  .header__logo {
    max-width: 240px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__logo {
    max-width: 190px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .header__logo {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1920px) {
  .header__logo {
    max-width: 320px;
  }
}
.header__logo img {
  width: 100%;
}
.header__logo-text {
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}
.header__toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  height: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25em;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  width: 18px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  top: -1px;
}
.header__toggle:focus-visible {
  outline: 2px solid #86BE3D;
  outline-offset: 3px;
}
.header__toggle-bar {
  background-color: #FFFFFF;
  border-radius: 999px;
  display: block;
  height: 2px;
  -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  width: 100%;
}
.header--open .header__toggle-bar--top {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.header--open .header__toggle-bar--middle {
  opacity: 0;
}
.header--open .header__toggle-bar--bottom {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
@media only screen and (max-width: 1199.98px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .header__section,
  .header__links {
    display: -ms-grid;
    display: grid;
  }
  .header__side-nav .header__section,
  .header__side-nav .header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header,
  .header.wide-bg::before {
    height: var(--header-height);
  }
  .header__main {
    border: 0rem solid #1f2124;
    inset: 0 0 auto;
    overflow-x: hidden;
    -webkit-transition: border 0.2s ease;
    transition: border 0.2s ease;
  }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .header__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .header__reveal {
    background-color: #000000;
    display: none;
    gap: 1rem;
    position: absolute;
    top: var(--header-height);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
  }
  .header--open .header__reveal {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 1200px) {
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .header__row {
    gap: 0;
  }
  .header__reveal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 2rem;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__section--secondary {
    margin-left: auto;
  }
  .header__toggle {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .header__section--secondary {
    position: relative;
    margin-left: calc(20px + 0.25em);
    padding-left: 30px;
  }
  .header__section--secondary::after {
    content: "";
    position: absolute;
    left: 0px;
    top: calc(50% - 15px);
    width: 1px;
    height: 30px;
    background: #FFFFFF;
  }
}
@media only screen and (min-width: 1200px) {
  .header__section--secondary {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__section--secondary {
    margin-left: 10px;
  }
}
@media (min-width: 1920px) {
  .header__section--secondary {
    margin-left: calc(21px + 40px);
    padding-left: calc(21px + 40px);
  }
}
.footer {
  display: -ms-grid;
  display: grid;
  margin-inline: auto;
  max-width: 1330px;
  padding: 48px 0 53px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .footer {
    padding: 48px 0 36px;
  }
}
.footer.wide-bg::before {
  background: #000000;
  z-index: -2;
}
.footer.footer--has-background-image {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer.footer--has-background-image::before {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), color-stop(60%, #000000CC));
  background-image: linear-gradient(180deg, #00000000 0%, #000000CC 60%);
}
@media screen and (min-width: 768px) {
  .footer.footer--has-background-image {
    height: 100vh;
    max-height: 484px;
  }
}
@media screen and (min-width: 1440px) {
  .footer.footer--has-background-image {
    height: 40vw;
    max-height: initial;
  }
}
@media screen and (min-width: 1920px) {
  .footer.footer--has-background-image {
    height: 30vw;
    max-height: initial;
  }
}
.footer__background-image {
  height: 100%;
  inset: 0 auto 0 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -3;
  max-width: unset;
}
.footer__background-caption {
  margin: 0;
  position: absolute;
  right: 0;
  top: 48px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 24px;
  color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .footer__background-caption {
    font-size: 14px;
    top: 24px;
  }
}
.footer__row {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
.footer__row--primary,
.footer__row--legal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .footer__row--primary,
  .footer__row--legal {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__row--legal {
    gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__row--contact {
  -ms-grid-columns: minmax(0, 1fr) 0 minmax(0, 1fr) 0 minmax(0, 1fr) 0 minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin-top: 35px;
  margin-bottom: 21px;
  padding: 1.5rem 0;
  border-top: 1px solid #C2C2C299;
  border-bottom: 1px solid #C2C2C299;
  gap: 0;
}
@media screen and (max-width: 1023.98px) {
  .footer__row--contact {
    -ms-grid-columns: minmax(0, 1fr) 1.5rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__row--contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 24px;
  }
}
.footer__brand,
.footer__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__logo {
  max-width: 260px;
  margin-bottom: 1rem;
}
.footer__logo img {
  display: block;
  height: auto;
  max-width: 100%;
}
.footer__linkedin-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 1rem;
}
.footer__linkedin-link:hover .footer__linkedin-icon svg path {
  fill: #FFFFFF;
}
.footer__linkedin-icon svg path {
  fill: #86BE3D;
}
.footer__org-number {
  margin: 0;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.footer__org-number span:first-child {
  opacity: 0.8;
}
.footer__logo-text {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
  color: #FFFFFF;
}
.footer__nav-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 3.75rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .footer__nav-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer__nav-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    gap: 0 60px;
  }
}
.footer__nav-link {
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 93px;
  position: relative;
  display: block;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer__nav-link {
    line-height: 3rem;
    display: inline-block;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__nav-link {
    line-height: 36px;
  }
}
.footer__nav-link::after {
  background: #86BE3D !important;
  bottom: 16px;
  content: '';
  height: 2px;
  left: 0%;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer__nav-link::after {
    bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__nav-link::after {
    display: none;
  }
}
.footer__nav-link:where(:hover, :focus-visible, :active)::after {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .footer__contact-item:first-child .footer__contact-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__contact-item:last-child .footer__contact-link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer__contact-link {
  position: relative;
  top: 0;
  -webkit-transition: top 0.2s ease;
  transition: top 0.2s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 1023.98px) {
  .footer__contact-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .footer__contact-link:hover {
    top: -3px;
  }
  .footer__contact-link:hover .footer__contact-label {
    text-decoration: underline;
  }
}
.footer__contact-label {
  overflow-wrap: anywhere;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 767.98px) {
  .footer__contact-label {
    font-size: 15px;
  }
}
.footer__copyright {
  margin: 0;
  color: #969696;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
@media screen and (max-width: 767.98px) {
  .footer__copyright {
    font-size: 14px;
  }
}
.footer__copyright--right {
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .footer__copyright--right {
    text-align: left;
  }
}
.footer__contact-icon::before {
  background-color: currentColor;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin-left: var(--icon-margin-left);
  margin-right: var(--icon-margin-right);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: var(--icon-size);
          mask-size: var(--icon-size);
  text-align: center;
  width: var(--icon-size);
  --icon-size: 1em;
  --icon-margin-left: 0;
  --icon-margin-right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.footer__contact-icon--phone::before {
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"><path d="M17.4864 13.6362L13.5489 11.9487C13.3807 11.877 13.1937 11.8619 13.0162 11.9057C12.8386 11.9494 12.6801 12.0496 12.5645 12.1913L10.8207 14.3218C8.08409 13.0314 5.88171 10.8291 4.59141 8.09242L6.72187 6.34867C6.86379 6.23324 6.96424 6.07472 7.00801 5.8971C7.05178 5.71948 7.03649 5.53244 6.96445 5.36429L5.27695 1.42679C5.19789 1.24553 5.05806 1.09753 4.88157 1.00833C4.70508 0.919117 4.50299 0.894288 4.31016 0.938119L0.653906 1.78187C0.467989 1.8248 0.302114 1.92948 0.183352 2.07883C0.0645909 2.22817 -4.28277e-05 2.41336 2.12914e-08 2.60417C2.12914e-08 11.6218 7.30898 18.9167 16.3125 18.9167C16.5034 18.9168 16.6886 18.8522 16.8381 18.7334C16.9875 18.6147 17.0922 18.4487 17.1352 18.2628L17.9789 14.6065C18.0225 14.4127 17.9971 14.2098 17.9072 14.0327C17.8173 13.8557 17.6685 13.7154 17.4864 13.6362Z" fill="currentColor"></path></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"><path d="M17.4864 13.6362L13.5489 11.9487C13.3807 11.877 13.1937 11.8619 13.0162 11.9057C12.8386 11.9494 12.6801 12.0496 12.5645 12.1913L10.8207 14.3218C8.08409 13.0314 5.88171 10.8291 4.59141 8.09242L6.72187 6.34867C6.86379 6.23324 6.96424 6.07472 7.00801 5.8971C7.05178 5.71948 7.03649 5.53244 6.96445 5.36429L5.27695 1.42679C5.19789 1.24553 5.05806 1.09753 4.88157 1.00833C4.70508 0.919117 4.50299 0.894288 4.31016 0.938119L0.653906 1.78187C0.467989 1.8248 0.302114 1.92948 0.183352 2.07883C0.0645909 2.22817 -4.28277e-05 2.41336 2.12914e-08 2.60417C2.12914e-08 11.6218 7.30898 18.9167 16.3125 18.9167C16.5034 18.9168 16.6886 18.8522 16.8381 18.7334C16.9875 18.6147 17.0922 18.4487 17.1352 18.2628L17.9789 14.6065C18.0225 14.4127 17.9971 14.2098 17.9072 14.0327C17.8173 13.8557 17.6685 13.7154 17.4864 13.6362Z" fill="currentColor"></path></svg>');
}
.footer__contact-icon--email::before {
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path d="M17.659 4.6248C17.7961 4.51582 18 4.61777 18 4.79004V11.9795C18 12.9111 17.2441 13.667 16.3125 13.667H1.6875C0.755859 13.667 0 12.9111 0 11.9795V4.79355C0 4.61777 0.200391 4.51934 0.341016 4.62832C1.12852 5.24004 2.17266 6.01699 5.75859 8.62207C6.50039 9.16348 7.75195 10.3025 9 10.2955C10.2551 10.3061 11.5312 9.14238 12.2449 8.62207C15.8309 6.01699 16.8715 5.23652 17.659 4.6248ZM9 9.16699C9.81563 9.18106 10.9898 8.14043 11.5805 7.71152C16.2457 4.32598 16.6008 4.03066 17.6766 3.18691C17.8805 3.02871 18 2.78262 18 2.52246V1.85449C18 0.922852 17.2441 0.166992 16.3125 0.166992H1.6875C0.755859 0.166992 0 0.922852 0 1.85449V2.52246C0 2.78262 0.119531 3.0252 0.323437 3.18691C1.39922 4.02715 1.7543 4.32598 6.41953 7.71152C7.01016 8.14043 8.18437 9.18106 9 9.16699Z" fill="currentColor"></path></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path d="M17.659 4.6248C17.7961 4.51582 18 4.61777 18 4.79004V11.9795C18 12.9111 17.2441 13.667 16.3125 13.667H1.6875C0.755859 13.667 0 12.9111 0 11.9795V4.79355C0 4.61777 0.200391 4.51934 0.341016 4.62832C1.12852 5.24004 2.17266 6.01699 5.75859 8.62207C6.50039 9.16348 7.75195 10.3025 9 10.2955C10.2551 10.3061 11.5312 9.14238 12.2449 8.62207C15.8309 6.01699 16.8715 5.23652 17.659 4.6248ZM9 9.16699C9.81563 9.18106 10.9898 8.14043 11.5805 7.71152C16.2457 4.32598 16.6008 4.03066 17.6766 3.18691C17.8805 3.02871 18 2.78262 18 2.52246V1.85449C18 0.922852 17.2441 0.166992 16.3125 0.166992H1.6875C0.755859 0.166992 0 0.922852 0 1.85449V2.52246C0 2.78262 0.119531 3.0252 0.323437 3.18691C1.39922 4.02715 1.7543 4.32598 6.41953 7.71152C7.01016 8.14043 8.18437 9.18106 9 9.16699Z" fill="currentColor"></path></svg>');
}
.footer__contact-icon--map::before {
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="19" viewBox="0 0 14 19" fill="none"><path d="M6.3063 17.7208C1.19816 10.3155 0.25 9.55554 0.25 6.83398C0.25 3.10605 3.27207 0.0839844 7 0.0839844C10.7279 0.0839844 13.75 3.10605 13.75 6.83398C13.75 9.55554 12.8018 10.3155 7.6937 17.7208C7.35849 18.2051 6.64148 18.205 6.3063 17.7208ZM7 9.64648C8.55331 9.64648 9.8125 8.38729 9.8125 6.83398C9.8125 5.28068 8.55331 4.02148 7 4.02148C5.44669 4.02148 4.1875 5.28068 4.1875 6.83398C4.1875 8.38729 5.44669 9.64648 7 9.64648Z" fill="currentColor"></path></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="19" viewBox="0 0 14 19" fill="none"><path d="M6.3063 17.7208C1.19816 10.3155 0.25 9.55554 0.25 6.83398C0.25 3.10605 3.27207 0.0839844 7 0.0839844C10.7279 0.0839844 13.75 3.10605 13.75 6.83398C13.75 9.55554 12.8018 10.3155 7.6937 17.7208C7.35849 18.2051 6.64148 18.205 6.3063 17.7208ZM7 9.64648C8.55331 9.64648 9.8125 8.38729 9.8125 6.83398C9.8125 5.28068 8.55331 4.02148 7 4.02148C5.44669 4.02148 4.1875 5.28068 4.1875 6.83398C4.1875 8.38729 5.44669 9.64648 7 9.64648Z" fill="currentColor"></path></svg>');
}
:root {
  --header-height: 76px;
  --body-bg: #FFFFFF;
  --primary-purple: #86BE3D;
  --neutral-000: #FFFFFF;
  --neutral-100: #FAFAFC;
  --neutral-200: #F5F6FA;
  --neutral-250: #F0F1F5;
  --neutral-300: #E9EAF0;
  --neutral-500: #9FA3B5;
  --neutral-700: #414660;
  --neutral-800: #1f2124;
  --neutral-900: #101828;
}
@media (max-width: 767.98px) {
  :root {
    --header-height: 60px;
  }
}
@media (min-width: 1920px) {
  :root {
    --header-height: 100px;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --body-bg: #101828;
    --neutral-000: #101828;
    --neutral-100: #1f2124;
    --neutral-200: #414660;
    --neutral-250: #9FA3B5;
    --neutral-300: #E9EAF0;
    --neutral-500: #F0F1F5;
    --neutral-700: #F5F6FA;
    --neutral-800: #FAFAFC;
    --neutral-900: #FFFFFF;
  }
}
body {
  color: #414660;
  padding-inline: clamp(1rem, 4vw, 2rem);
}
:where(h1, h2, h3, h4, h5, h6) {
  color: #1f2124;
}
:where(h1, h2, h3, h4, h5, h6) a {
  color: inherit;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
:where(h1, h2, h3, h4, h5, h6) a:where(:hover, :focus-visible, :active) {
  color: #86BE3D;
}
:is(h1, h2, h3, h4, h5, h6) {
  font-family: "Optima", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-wrap: balance;
}
:is(h1, h2, h3, h4, h5, h6) strong {
  font-weight: inherit;
}
p:empty {
  display: none;
}
strong {
  font-weight: 600;
}
:where(.wide-bg) {
  position: relative;
}
:where(.wide-bg):before {
  content: '';
  background-color: #E9EAF0;
  position: absolute;
  inset: 0;
  margin-inline: -100vw;
  z-index: -1;
}
sup {
  font-style: normal;
}
.fullwidth {
  width: 100%;
}
.inline-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--inline-list-gap, 0.5rem);
}
.inline-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
:where(:focus-visible) {
  outline: 2px solid #86BE3D;
}
:where(a) {
  color: #86BE3D;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
:where(form) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0.5rem;
}
form :where(input, select, textarea) {
  background: none;
  border: 1px solid #E9EAF0;
  border-radius: 100px;
  color: #414660;
  padding: 0.75rem 1rem;
  -webkit-transition: border-color 0.2s ease-out, color 0.2s ease-out;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
}
form :where(input, select, textarea)::-webkit-input-placeholder {
  color: #9FA3B5;
}
form :where(input, select, textarea)::-moz-placeholder {
  color: #9FA3B5;
}
form :where(input, select, textarea):-ms-input-placeholder {
  color: #9FA3B5;
}
form :where(input, select, textarea)::-ms-input-placeholder {
  color: #9FA3B5;
}
form :where(input, select, textarea)::placeholder {
  color: #9FA3B5;
}
form :where(input, select, textarea):focus-visible {
  border-color: #86BE3D;
}
.page-card {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #E9EAF0;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 2rem 1rem;
  padding-top: 3rem;
}
@media (max-width: 1023.98px) {
  .page-card {
    padding: 1.5rem 0.5rem;
    padding-top: 2.25rem;
    gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .page-card {
    max-width: 460px;
    margin: 0 auto;
  }
}
.page-card__status {
  position: absolute;
  top: 0px;
  right: 0;
  line-height: 2;
  padding: 0 1em;
  width: 100%;
  text-align: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  color: #FFFFFF;
}
.page-card--in-stock .page-card__status {
  background: #86BE3D;
}
.page-card--limited-stock .page-card__status {
  background: #F58220;
}
.page-card--out-of-stock .page-card__status {
  background: #969696;
}
.page-card__top-title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.89px;
  color: #414660;
  margin-bottom: -1.5rem;
}
@media (max-width: 1023.98px) {
  .page-card__top-title {
    font-size: 1rem;
    padding-top: 0.5rem;
    margin-bottom: -1rem;
  }
}
.page-card__heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  letter-spacing: -1.5px;
  line-height: 100%;
  color: #000000;
  margin-top: 1.5rem;
}
@media (max-width: 1023.98px) {
  .page-card__heading {
    font-size: 1.75rem;
    margin-top: 1rem;
  }
}
.page-card__list {
  display: -ms-grid;
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.page-card__list-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #E9EAF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0.75rem;
}
@media (max-width: 1023.98px) {
  .page-card__list-item {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.page-card__list-item em {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #414660;
  margin-top: 4px;
  display: block;
}
.page-card__list-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.page-card__list-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right;
}
.page-card__list-left p,
.page-card__list-right p {
  margin: 0;
}
.page-card__list-left a:hover,
.page-card__list-right a:hover {
  text-decoration: underline;
}
.page-card__button {
  margin-top: 0.5rem;
}
.icon-list__item {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
  min-width: 0;
  padding: 2.125rem;
  padding-left: 1.5rem;
}
@media (max-width: 767.98px) {
  .icon-list__item {
    padding: 1.25rem;
  }
}
.icon-list__item:hover {
  background-color: #FEF9F5;
}
.icon-list__item:hover .icon-list__icon img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.icon-list__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F582201A;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
}
.icon-list__icon img {
  display: block;
  height: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 1.75rem;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.icon-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.icon-list__heading {
  color: #1f2124;
  font-family: "Archivo", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
}
.icon-list__text {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5rem;
}
.icon-list__text :where(p) {
  margin: 0;
}
.icon-list {
  --icon-list-gap: 1.5rem;
  --icon-list-columns: 3;
  width: 100%;
}
.icon-list--grid .icon-list__items {
  gap: 0;
  border: 1px dashed #131828;
}
.icon-list--grid .icon-list__item {
  border-left: 1px dashed #131828;
  border-top: 1px dashed #131828;
}
.icon-list--grid.icon-list--columns-1 .icon-list__item {
  border-left: 0;
}
.icon-list--grid.icon-list--columns-1 .icon-list__item:first-child {
  border-top: 0;
}
.icon-list--grid.icon-list--columns-2 .icon-list__item:nth-child(2n + 1) {
  border-left: 0;
}
.icon-list--grid.icon-list--columns-2 .icon-list__item:nth-child(-n + 2) {
  border-top: 0;
}
.icon-list--grid.icon-list--columns-3 .icon-list__item:nth-child(3n + 1) {
  border-left: 0;
}
.icon-list--grid.icon-list--columns-3 .icon-list__item:nth-child(-n + 3) {
  border-top: 0;
}
@media (max-width: 1023.98px) {
  .icon-list--grid.icon-list--columns-3 .icon-list__item:nth-child(2n + 1) {
    border-left: 0;
  }
  .icon-list--grid.icon-list--columns-3 .icon-list__item:nth-child(-n + 2) {
    border-top: 0;
  }
}
@media (max-width: 767.98px) {
  .icon-list--grid.icon-list--columns-2 .icon-list__item,
  .icon-list--grid.icon-list--columns-3 .icon-list__item {
    border-left: 0;
  }
  .icon-list--grid.icon-list--columns-2 .icon-list__item:first-child,
  .icon-list--grid.icon-list--columns-3 .icon-list__item:first-child {
    border-top: 0;
  }
  .icon-list--grid.icon-list--columns-2 .icon-list__item:nth-child(n + 2),
  .icon-list--grid.icon-list--columns-3 .icon-list__item:nth-child(n + 2) {
    border-top: 1px dashed #131828;
  }
}
.icon-list__items {
  display: -ms-grid;
  display: grid;
  gap: var(--icon-list-gap);
  -ms-grid-columns: ;
  grid-template-columns: repeat(var(--icon-list-columns), minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon-list--columns-1 {
  --icon-list-columns: 1;
}
.icon-list--columns-2 {
  --icon-list-columns: 2;
}
.icon-list--columns-3 {
  --icon-list-columns: 3;
}
@media (max-width: 1023.98px) {
  .icon-list--columns-3 {
    --icon-list-columns: 2;
  }
}
@media (max-width: 767.98px) {
  .icon-list--columns-2,
  .icon-list--columns-3 {
    --icon-list-columns: 1;
  }
}
.page-progress {
  --progress-columns: 3;
  --progress-active-index: 0;
  --progress-legend-columns: repeat(var(--progress-columns), minmax(0, 1fr));
  width: 100%;
}
@media (max-width: 767.98px) {
  .page-progress {
    position: relative;
  }
}
.page-progress__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .page-progress__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr 1fr auto;
    grid-template-rows: 1fr 1fr 1fr auto;
  }
}
.page-progress__bar {
  background: #496F04;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  height: 28px;
  position: relative;
  overflow: visible;
}
@media (max-width: 767.98px) {
  .page-progress__bar {
    width: 28px;
    height: calc(100% - 70px);
    position: absolute;
    border-top-right-radius: 999px;
    left: 17px;
  }
}
.page-progress__bar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 20px solid #E4F6C2;
  background-color: #F3F4F6;
}
@media (max-width: 767.98px) {
  .page-progress__bar::after {
    right: 0;
    top: auto;
    bottom: -28px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #E4F6C2;
  }
}
.page-progress__bar-fill {
  background-image: -webkit-gradient(linear, left top, right top, from(#496F04), color-stop(66%, #7BAF33), color-stop(95%, #E4F6C2), to(#E4F6C2));
  background-image: linear-gradient(to right, #496F04 0%, #7BAF33 66%, #E4F6C2 95%, #E4F6C2 100%);
  border-radius: inherit;
  bottom: 0;
  inset: 0;
  left: auto;
  right: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  -webkit-transition: width 220ms ease, opacity 220ms ease;
  transition: width 220ms ease, opacity 220ms ease;
  width: 100%;
}
@media (max-width: 767.98px) {
  .page-progress__bar-fill {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#496F04), color-stop(66%, #7BAF33), color-stop(95%, #E4F6C2), to(#E4F6C2));
    background-image: linear-gradient(to bottom, #496F04 0%, #7BAF33 66%, #E4F6C2 95%, #E4F6C2 100%);
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
    height: calc(100% - 14px);
    width: 100%;
    -webkit-transition: height 220ms ease, opacity 220ms ease;
    transition: height 220ms ease, opacity 220ms ease;
    border-bottom-left-radius: 0;
  }
}
.page-progress__bar-fill--last {
  background-image: -webkit-gradient(linear, left top, right top, from(#496F04), color-stop(35%, #7BAF33), color-stop(70%, #E4F6C2), to(#E4F6C2));
  background-image: linear-gradient(to right, #496F04 0%, #7BAF33 35%, #E4F6C2 70%, #E4F6C2 100%);
}
@media (max-width: 767.98px) {
  .page-progress__bar-fill--last {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#496F04), color-stop(35%, #7BAF33), color-stop(90%, #E4F6C2), to(#E4F6C2));
    background-image: linear-gradient(to bottom, #496F04 0%, #7BAF33 35%, #E4F6C2 90%, #E4F6C2 100%);
  }
}
.page-progress__circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4A7105;
  border-radius: 999px;
  border: 3px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  z-index: 1;
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  line-height: 55px;
  color: #FFFFFF;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page-progress__item.is-active .page-progress__circle,
.page-progress__item:where(:hover, :focus-visible):not(.page-progress__item--static-last) .page-progress__circle {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-progress__items {
  gap: 1.5rem;
  margin-bottom: 5rem;
}
.page-progress--separated-last-item {
  --progress-columns: 4;
}
.page-progress--separated-last-item .page-progress__bar {
  width: calc(100% - 140px);
}
@media (max-width: 767.98px) {
  .page-progress--separated-last-item .page-progress__bar {
    width: 20px;
  }
}
.page-progress--separated-last-item .page-progress__item:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  max-width: 140px;
}
.page-progress--separated-last-item .page-progress__item:last-child .page-progress__circle {
  background-color: #F58220;
}
.page-progress--separated-last-item .page-progress__item:last-child::after {
  content: '';
  width: calc(100% - 27px);
  height: 28px;
  position: absolute;
  left: 27px;
  top: 13px;
  border: none;
  border-radius: 0;
  background: repeating-linear-gradient(to right, #FFC787, /* line color */ #FFC787 3px, /* line width */ transparent 3px, transparent 6px /* spacing between lines */);
  opacity: 0.3;
}
@media (max-width: 767.98px) {
  .page-progress--separated-last-item .page-progress__item:last-child::after {
    background: repeating-linear-gradient(to bottom, #FFC787, /* line color */ #FFC787 3px, /* line width */ transparent 3px, transparent 6px /* spacing between lines */);
    left: 17px;
    top: 10px;
    bottom: auto;
    height: 120px;
    width: 20px;
  }
}
.page-progress__item--static-last {
  cursor: default;
}
.page-progress__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  position: relative;
  margin-top: -41px;
}
@media (max-width: 767.98px) {
  .page-progress__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    margin-top: 0;
    min-height: 90px;
  }
}
.page-progress__item:nth-child(2) .page-progress__circle {
  background-color: #7BAF33;
}
.page-progress__item:nth-child(3) .page-progress__circle {
  background-color: #BCD88B;
}
.page-progress__item:where(:hover, :focus-visible) {
  outline: none;
}
.page-progress__item:where(:hover, :focus-visible):not(.page-progress__item--static-last) .page-progress__item-text {
  font-variation-settings: "wght" 600;
}
.page-progress__item-text {
  color: #394153;
  text-align: left;
  padding-left: 55px;
  padding-top: 7px;
  font-weight: 600;
  font-variation-settings: "wght" 400;
  -webkit-transition: font-variation-settings 0.3s ease;
  transition: font-variation-settings 0.3s ease;
}
@media (max-width: 767.98px) {
  .page-progress__item-text {
    padding-left: 0;
    padding-top: 1rem;
    font-size: 0.875rem;
  }
}
.page-progress__item-text :where(p) {
  margin-block: 0.5rem;
}
.page-progress__item-text :where(p:first-child) {
  margin-top: 0;
}
.page-progress__item-text :where(p:last-child) {
  margin-bottom: 0;
}
.page-progress__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  border-top: 1px solid #E5E5E5;
  padding: 1rem 0;
}
@media (max-width: 767.98px) {
  .page-progress__legend {
    gap: 0.75rem;
  }
}
.page-progress__legend-item {
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 0.875rem;
  line-height: 21px;
  letter-spacing: 0.15px;
  color: #394153;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.page-progress__legend-item:before {
  content: '';
  width: 32px;
  height: 7px;
  background-color: #496F04;
  display: inline-block;
}
.page-progress__legend-item:nth-child(2):before {
  background-color: #B0D273;
}
.page-progress__legend-item:nth-child(3):before {
  background: repeating-linear-gradient(to right, #F58220, /* line color */ #F58220 3px, /* line width */ transparent 3px, transparent 6px /* spacing between lines */);
}
@media (max-width: 767.98px) {
  .page-progress__items,
  .page-progress__legend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
  .page-progress__items {
    gap: 1rem;
  }
  .page-progress__legend-item {
    text-align: left;
  }
  .page-progress__item-text,
  .page-progress__legend-item {
    text-align: left;
  }
}
.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-top: -76px;
  height: calc(100% + 76px);
}
@media (max-width: 767.98px) {
  .slider {
    margin-top: -60px;
    height: calc(100% + 60px);
  }
}
@media (min-width: 1920px) {
  .slider {
    margin-top: -100px;
    height: calc(100% + 100px);
  }
}
.slider__visual {
  position: relative;
}
.slider__background {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
.slider__background::after {
  background: transparent;
  content: '';
  inset: 0;
  position: absolute;
}
.slider__background--overlay::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45));
}
.slider__background--empty {
  display: none;
}
.slider__background-image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}
.slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.125rem;
  min-width: 0;
  position: relative;
  z-index: 1;
  padding-inline: 1rem;
  padding-top: 76px;
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .slider__content {
    padding-top: 60px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .slider:has(.slider__arrows) .slider__content {
    padding-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .slider__content {
    padding-top: 100px;
  }
}
.slider__top-title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  -webkit-text-stroke-color: #000000;
  stroke: #000000;
  color: #FFFFFF;
  background: #86BE3D30;
  padding: 0px 12px;
  border-radius: 50px;
  line-height: 36px;
  display: inline-block;
  margin-bottom: 6px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 767.98px) {
  .slider__top-title {
    padding: 6px 12px;
    line-height: 1.2;
  }
}
.slider__heading {
  font-family: "Optima", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 69px;
  letter-spacing: -2px;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 1023.98px) {
  .slider__heading {
    font-size: 52px;
    line-height: 56px;
  }
}
@media (max-width: 767.98px) {
  .slider__heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.slider--typed .slider__heading {
  min-height: 141px;
}
@media (max-width: 1023.98px) {
  .slider--typed .slider__heading {
    min-height: 108px;
  }
}
@media (max-width: 767.98px) {
  .slider--typed .slider__heading {
    min-height: 76px;
  }
}
.slider__typed-target {
  display: inline;
}
.slider__paragraph {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #FFFFFF;
}
.slider__paragraph :where(p) {
  margin-block: 0.75rem;
}
.slider__paragraph :where(p:first-child) {
  margin-top: 0;
}
.slider__paragraph :where(p:last-child) {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .slider__paragraph {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .slider__paragraph {
    margin-bottom: calc(2rem - 0.25rem);
  }
}
.slider__list {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider__list-item {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #FFFFFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .slider__list-item {
    font-size: 18px;
    line-height: 24px;
  }
}
.slider__list-item:before {
  background-color: currentColor;
  display: inline-block;
  height: var(--icon-size);
  margin-left: var(--icon-margin-left);
  margin-right: var(--icon-margin-right);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: var(--icon-size);
          mask-size: var(--icon-size);
  text-align: center;
  width: var(--icon-size);
  --icon-size: 1em;
  --icon-margin-left: 0;
  --icon-margin-right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z" /></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z" /></svg>');
  --icon-size: 1.75rem;
  content: '';
  left: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .slider__list-item:before {
    --icon-size: 1.5rem;
  }
}
.slider__button {
  margin-top: 0.25rem;
}
.slider__track {
  overflow: hidden;
  position: relative;
}
.slider__slides {
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  min-height: 624px;
}
@media (min-width: 768px) {
  .slider__slides {
    min-height: 70vh;
  }
}
@media (min-width: 1680px) {
  .slider__slides {
    min-height: 80vh;
  }
}
@media (min-width: 1920px) {
  .slider__slides {
    min-height: calc(90vh - 76px);
  }
}
.slider--typed .slider__visual {
  min-height: 624px;
}
@media (min-width: 768px) {
  .slider--typed .slider__visual {
    min-height: 70vh;
  }
}
@media (min-width: 1680px) {
  .slider--typed .slider__visual {
    min-height: 80vh;
  }
}
@media (min-width: 1920px) {
  .slider--typed .slider__visual {
    min-height: calc(90vh - 76px);
  }
}
.slider__slide {
  min-width: 0;
  position: relative;
  overflow: hidden;
}
.slider--carousel .slider__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider--fade .slider__visual {
  overflow: hidden;
}
.slider--fade .slider__background {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.slider--fade .slider__slides {
  display: block;
  position: relative;
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 1;
}
.slider--fade .slider__slide {
  inset: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  width: 100%;
}
.slider--fade .slider__slide.is-active,
.slider--fade .slider__slide.slider__slide--active,
.slider--fade .slider__slide.glide__slide--active {
  opacity: 1;
  pointer-events: auto;
}
.slider--static .slider__slides {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
.slider__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
.slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.slider__control {
  position: absolute;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D9D9D9;
  border-radius: 999px;
  color: #FFFFFF;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0;
  height: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media (max-width: 1023.98px) {
  .slider__control {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 1679.98px) {
  .slider__control {
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 42px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media (max-width: 1199.98px) {
  .slider__control {
    right: 1rem;
  }
}
.slider__control:before {
  background-color: currentColor;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin-left: var(--icon-margin-left);
  margin-right: var(--icon-margin-right);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: var(--icon-size);
          mask-size: var(--icon-size);
  text-align: center;
  width: var(--icon-size);
  --icon-size: 1em;
  --icon-margin-left: 0;
  --icon-margin-right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3" /></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3" /></svg>');
  --icon-size: 1.15rem;
  font-size: 1.15rem;
  color: #101828;
}
.slider__control:where(:hover, :focus-visible):not(:disabled) {
  background-color: #FFFFFF;
}
.slider__control:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.slider__control--prev {
  right: auto;
  left: 100px;
}
@media (max-width: 1199.98px) {
  .slider__control--prev {
    left: 1rem;
  }
}
.slider__control--prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider__bullets {
  position: absolute;
  bottom: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023.98px) {
  .slider__bullets {
    bottom: 32px;
  }
}
.slider__bullet {
  background: #D9D9D9;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 11px;
  padding: 0;
  -webkit-transition: background-color 0.2s ease, height 0.2s ease, width 0.2s ease;
  transition: background-color 0.2s ease, height 0.2s ease, width 0.2s ease;
  width: 11px;
  opacity: 0.5;
}
.slider__bullet:where(:hover, :focus-visible) {
  background: #FFFFFF;
}
.slider__bullet.slider__bullet--active,
.slider__bullet.glide__bullet--active {
  background: #FFFFFF;
  opacity: 1;
}
.typed-hidden {
  visibility: hidden;
}
.page-block {
  width: 100%;
}
.page-block--text-center {
  text-align: center;
}
.page-block--text-right {
  text-align: right;
}
.page-block--align-center {
  margin-inline: auto;
}
.page-block--align-right {
  margin-left: auto;
}
.page-block--color-dark {
  color: #101828;
}
.page-block--color-light {
  color: #FFFFFF;
}
.page-block--heading :where(h1, h2, h3, h4, h5, h6) {
  color: inherit;
}
.page-layout__column--inline > .page-block {
  width: auto;
}
.page-block--heading .heading--1 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: clamp(2.5rem, 4vw, 4rem);
}
@media (min-width: 1024px) {
  .page-block--heading .heading--1 {
    font-weight: 800;
  }
}
.page-block--heading .heading--2 {
  font-size: clamp(1.5rem, 3vw, 3rem);
  line-height: clamp(2rem, 3vw, 3.5rem);
}
.page-block--heading .heading--3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: clamp(2rem, 3vw, 2.5rem);
}
.page-block--heading .heading--4 {
  font-size: clamp(1.125rem, 3vw, 1.75rem);
  font-weight: 600;
  line-height: clamp(1.75rem, 3vw, 2.5rem);
}
@media (min-width: 1024px) {
  .page-block--heading .heading--4 {
    font-weight: 500;
  }
}
.page-block--heading .heading--5 {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  line-height: clamp(1.75rem, 3vw, 2rem);
}
.page-block--heading .heading--6 {
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 600;
  line-height: clamp(1.5rem, 3vw, 1.75rem);
}
.page-block--heading .heading--7 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
:where(#content) h1 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: clamp(2.5rem, 4vw, 4rem);
  margin-block: 2rem;
}
@media (min-width: 1024px) {
  :where(#content) h1 {
    font-weight: 800;
  }
}
:where(#content) h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: clamp(2rem, 3vw, 2.5rem);
}
:where(#content) h3 {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  line-height: clamp(1.75rem, 3vw, 2rem);
}
:where(#content) h4 {
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 600;
  line-height: clamp(1.5rem, 3vw, 1.75rem);
}
:where(#content) h5,
:where(#content) h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
:where(#content) br {
  -webkit-margin-after: 0.15em;
          margin-block-end: 0.15em;
}
.page-layout {
  --page-layout-gap-none: 0;
  --page-layout-gap-sm: 0.5rem;
  --page-layout-gap-md: 1rem;
  --page-layout-gap-lg: 2.75rem;
  --page-layout-gap: var(--page-layout-gap-md);
  --page-layout-border-color: #101828;
  display: -ms-grid;
  display: grid;
  gap: var(--page-layout-gap);
  -ms-grid-columns: minmax(0, 1fr) var(--page-layout-gap) minmax(0, 1fr) var(--page-layout-gap) minmax(0, 1fr) var(--page-layout-gap) minmax(0, 1fr) var(--page-layout-gap) minmax(0, 1fr) var(--page-layout-gap) minmax(0, 1fr) var(--page-layout-gap) minmax(0, 1fr) var(--page-layout-gap) minmax(0, 1fr) var(--page-layout-gap) minmax(0, 1fr) var(--page-layout-gap) minmax(0, 1fr) var(--page-layout-gap) minmax(0, 1fr) var(--page-layout-gap) minmax(0, 1fr);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-inline: auto;
  position: relative;
  padding-block: 84px;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .page-layout {
    padding-block: 80px;
  }
}
@media (max-width: 767.98px) {
  .page-layout {
    padding-block: 60px;
  }
}
.page-layout:not(.page-layout--width-sm):not(.page-layout--width-md):not(.page-layout--width-lg):not(.page-layout--width-full) {
  max-width: 1200px;
}
.page-layout[class*="page-layout--bg-"] {
  position: relative;
}
.page-layout[class*="page-layout--bg-"]:before {
  content: '';
  position: absolute;
  inset: 0;
  margin-inline: -100vw;
  z-index: -1;
}
.page-layout--border-bottom:after {
  background-color: var(--page-layout-border-color);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.page-layout--border-bottom-full:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}
.page-layout--border-bottom-grid:after {
  left: 0;
  -webkit-transform: none;
          transform: none;
  width: 100%;
}
.page-layout--gap-lg {
  --page-layout-gap: var(--page-layout-gap-lg);
}
.page-layout--gap-sm {
  --page-layout-gap: var(--page-layout-gap-sm);
}
.page-layout--gap-none {
  --page-layout-gap: var(--page-layout-gap-none);
}
.page-layout--pt-lg {
  padding-top: 114px;
}
@media (max-width: 1023.98px) {
  .page-layout--pt-lg {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .page-layout--pt-lg {
    padding-top: 60px;
  }
}
.page-layout--pt-sm {
  padding-top: 64px;
}
@media (max-width: 767.98px) {
  .page-layout--pt-sm {
    padding-top: 60px;
  }
}
.page-layout--pt-none {
  padding-top: 0;
}
.page-layout--pt-md {
  padding-top: 84px;
}
@media (max-width: 1023.98px) {
  .page-layout--pt-md {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .page-layout--pt-md {
    padding-top: 60px;
  }
}
.page-layout--pb-lg {
  padding-bottom: 114px;
}
@media (max-width: 1023.98px) {
  .page-layout--pb-lg {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .page-layout--pb-lg {
    padding-bottom: 60px;
  }
}
.page-layout--pb-sm {
  padding-bottom: 64px;
}
@media (max-width: 767.98px) {
  .page-layout--pb-sm {
    padding-bottom: 60px;
  }
}
.page-layout--pb-none {
  padding-bottom: 0;
}
.page-layout--pb-md {
  padding-bottom: 84px;
}
@media (max-width: 1023.98px) {
  .page-layout--pb-md {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .page-layout--pb-md {
    padding-bottom: 60px;
  }
}
.page-layout--width-sm {
  max-width: 1072px;
}
.page-layout--width-md {
  max-width: 1200px;
}
.page-layout--width-lg {
  max-width: 1318px;
}
.page-layout--bg-dark:before {
  background-color: #f3f4f6;
}
.page-layout__column {
  grid-column: span var(--span);
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: var(--page-layout-column-direction, column);
          flex-direction: var(--page-layout-column-direction, column);
  gap: var(--page-layout-column-gap, var(--page-layout-gap));
  -webkit-box-pack: var(--page-layout-column-justify-content, flex-start);
      -ms-flex-pack: var(--page-layout-column-justify-content, flex-start);
          justify-content: var(--page-layout-column-justify-content, flex-start);
  -webkit-box-align: var(--page-layout-column-align-items, stretch);
      -ms-flex-align: var(--page-layout-column-align-items, stretch);
          align-items: var(--page-layout-column-align-items, stretch);
  -ms-flex-wrap: var(--page-layout-column-flex-wrap, nowrap);
      flex-wrap: var(--page-layout-column-flex-wrap, nowrap);
}
@media (max-width: 767.98px) {
  .page-layout__column {
    grid-column: 1 / -1;
  }
}
.page-layout__column--inline,
.page-layout__column--inline-tablet,
.page-layout__column--inline-mobile {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (max-width: 1023.98px) {
  .page-layout__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: var(--page-layout-column-direction-tablet, var(--page-layout-column-direction, column));
            flex-direction: var(--page-layout-column-direction-tablet, var(--page-layout-column-direction, column));
    -webkit-box-pack: var(--page-layout-column-justify-content-tablet, var(--page-layout-column-justify-content, flex-start));
        -ms-flex-pack: var(--page-layout-column-justify-content-tablet, var(--page-layout-column-justify-content, flex-start));
            justify-content: var(--page-layout-column-justify-content-tablet, var(--page-layout-column-justify-content, flex-start));
    -webkit-box-align: var(--page-layout-column-align-items-tablet, var(--page-layout-column-align-items, stretch));
        -ms-flex-align: var(--page-layout-column-align-items-tablet, var(--page-layout-column-align-items, stretch));
            align-items: var(--page-layout-column-align-items-tablet, var(--page-layout-column-align-items, stretch));
    -ms-flex-wrap: var(--page-layout-column-flex-wrap-tablet, var(--page-layout-column-flex-wrap, nowrap));
        flex-wrap: var(--page-layout-column-flex-wrap-tablet, var(--page-layout-column-flex-wrap, nowrap));
    gap: var(--page-layout-column-gap-tablet, var(--page-layout-column-gap, var(--page-layout-gap)));
  }
  .page-layout__column--inline-tablet > .page-block {
    width: auto;
  }
  .page-layout__column--stack-tablet > .page-block {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-layout__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: var(--page-layout-column-direction-mobile, var(--page-layout-column-direction-tablet, var(--page-layout-column-direction, column)));
            flex-direction: var(--page-layout-column-direction-mobile, var(--page-layout-column-direction-tablet, var(--page-layout-column-direction, column)));
    -webkit-box-pack: var(--page-layout-column-justify-content-mobile, var(--page-layout-column-justify-content-tablet, var(--page-layout-column-justify-content, flex-start)));
        -ms-flex-pack: var(--page-layout-column-justify-content-mobile, var(--page-layout-column-justify-content-tablet, var(--page-layout-column-justify-content, flex-start)));
            justify-content: var(--page-layout-column-justify-content-mobile, var(--page-layout-column-justify-content-tablet, var(--page-layout-column-justify-content, flex-start)));
    -webkit-box-align: var(--page-layout-column-align-items-mobile, var(--page-layout-column-align-items-tablet, var(--page-layout-column-align-items, stretch)));
        -ms-flex-align: var(--page-layout-column-align-items-mobile, var(--page-layout-column-align-items-tablet, var(--page-layout-column-align-items, stretch)));
            align-items: var(--page-layout-column-align-items-mobile, var(--page-layout-column-align-items-tablet, var(--page-layout-column-align-items, stretch)));
    -ms-flex-wrap: var(--page-layout-column-flex-wrap-mobile, var(--page-layout-column-flex-wrap-tablet, var(--page-layout-column-flex-wrap, nowrap)));
        flex-wrap: var(--page-layout-column-flex-wrap-mobile, var(--page-layout-column-flex-wrap-tablet, var(--page-layout-column-flex-wrap, nowrap)));
    gap: var(--page-layout-column-gap-mobile, var(--page-layout-column-gap-tablet, var(--page-layout-column-gap, var(--page-layout-gap))));
  }
  .page-layout__column--inline-mobile > .page-block {
    width: auto;
  }
  .page-layout__column--stack-mobile > .page-block {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .page-layout--stack-desktop .page-layout__column {
    grid-column: 1 / -1;
  }
}
@media (max-width: 1023.98px) {
  .page-layout--stack-tablet .page-layout__column {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767.98px) {
  .page-layout--stack-mobile .page-layout__column {
    grid-column: 1 / -1;
  }
}
