/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  --fz-html: 62.5%;
}
:root {
  --ff-din: "din-condensed", sans-serif;
  --ff-adelle: "adelle", sans-serif;
  --ff-base: var(--ff-adelle), "Helvetica Neue", Helvetica, Arial, sans-serif;
  --fw-base: 400;
  --fz-base: 1.8rem;
  --lh-base: 1.2;
}
:root {
  --c-white: #fff;
  --c-black: #000;
  --c-gray-100: #e4e6e7;
  --c-gray-200: #dbdbdb;
  --c-gray-300: #c5c4c4;
  --c-gray-500: #535353;
  --c-gray-900: #222222;
  --c-gray: #535353;
  --c-teal-100: #bfe9e1;
  --c-teal-400: #a5d2cd;
  --c-teal-800: #006f72;
  --c-teal-900: #004750;
  --c-teal-950: #0a434e;
  --c-teal: #004750;
  --c-yellow-600: #efb01e;
  --c-yellow-800: #dd9c06;
  --c-yellow: #efb01e;
  --c-red-600: #c82660;
  --c-red: #c82660;
  --c-base: #000;
}
:root {
  --rounded-pill: calc(infinity * 1px);
  --rounded-circle: 50%;
}
:root {
  --t-duration-fast: 0.15s;
  --t-duration-base: 0.3s;
  --t-duration-slow: 0.45s;
  --t-duration: var(--t-duration-base);
}
:root {
  --z-header: 2;
  --z-section: 1;
  --z-footer: 1;
  --z-modal: 4;
  --z-tooltip: 3;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=button],
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
@font-face {
  font-family: "din-condensed";
  src: url("./fonts/DINCondensedWeb.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "adelle";
  src: url("./fonts/AdelleReg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "adelle";
  src: url("./fonts/AdelleItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "adelle";
  src: url("./fonts/AdelleLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "adelle";
  src: url("./fonts/AdelleSemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "adelle";
  src: url("./fonts/AdelleBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "adelle";
  src: url("./fonts/AdelleExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "adelle";
  src: url("./fonts/AdelleHeavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "adelle";
  src: url("./fonts/AdelleHeavyItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
html {
  font-size: var(--fz-html);
}
body {
  min-width: 320px;
  color: var(--c-base);
  font-family: var(--ff-base);
  font-weight: var(--fw-base);
  font-size: var(--fz-base);
  line-height: var(--lh-base);
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  body.menu-open {
    overflow: hidden;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  a:where(:hover, :focus-visible) {
    text-decoration: none;
  }
}
a[href^=tel] {
  text-decoration: none;
}
.level-1,
h1,
.level-2,
h2,
.level-3,
h3,
.level-4,
h4,
.level-5,
h5,
.level-6,
h6 {
  margin-bottom: calc(var(--lh-base) * 0.5em);
  font-family: var(--ff-din) !important;
}
.level-1,
h1 {
  font-weight: 400;
  font-size: 7rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .level-1,
  h1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 767px) {
  .level-1,
  h1 {
    font-size: 3.6rem;
    line-height: 1;
  }
}
.level-2,
h2 {
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .level-2,
  h2 {
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .level-2,
  h2 {
    font-size: 3.4rem;
  }
}
.level-3,
h3 {
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .level-3,
  h3 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .level-3,
  h3 {
    font-size: 3.2rem;
  }
}
.level-4,
h4 {
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .level-4,
  h4 {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  .level-4,
  h4 {
    font-size: 2.6rem;
  }
}
.level-5,
h5 {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .level-5,
  h5 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .level-5,
  h5 {
    font-size: 2.4rem;
  }
}
.level-6,
h6 {
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .level-6,
  h6 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .level-6,
  h6 {
    font-size: 2.2rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: calc(var(--lh-base) * 0.5em);
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-gray-100 {
  background-color: #e4e6e7;
}
.bg-gray-200 {
  background-color: #dbdbdb;
}
.bg-gray-300 {
  background-color: #c5c4c4;
}
.bg-gray-500 {
  background-color: #535353;
}
.bg-gray-900 {
  background-color: #222222;
}
.bg-gray {
  background-color: #535353;
}
.bg-teal-100 {
  background-color: #bfe9e1;
}
.bg-teal-400 {
  background-color: #a5d2cd;
}
.bg-teal-800 {
  background-color: #006f72;
}
.bg-teal-900 {
  background-color: #004750;
}
.bg-teal-950 {
  background-color: #0a434e;
}
.bg-teal {
  background-color: #004750;
}
.bg-yellow-600 {
  background-color: #efb01e;
}
.bg-yellow-800 {
  background-color: #dd9c06;
}
.bg-yellow {
  background-color: #efb01e;
}
.bg-red-600 {
  background-color: #c82660;
}
.bg-red {
  background-color: #c82660;
}
.bg-base {
  background-color: #000;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-gray-100 {
  color: #e4e6e7;
}
.text-gray-200 {
  color: #dbdbdb;
}
.text-gray-300 {
  color: #c5c4c4;
}
.text-gray-500 {
  color: #535353;
}
.text-gray-900 {
  color: #222222;
}
.text-gray {
  color: #535353;
}
.text-teal-100 {
  color: #bfe9e1;
}
.text-teal-400 {
  color: #a5d2cd;
}
.text-teal-800 {
  color: #006f72;
}
.text-teal-900 {
  color: #004750;
}
.text-teal-950 {
  color: #0a434e;
}
.text-teal {
  color: #004750;
}
.text-yellow-600 {
  color: #efb01e;
}
.text-yellow-800 {
  color: #dd9c06;
}
.text-yellow {
  color: #efb01e;
}
.text-red-600 {
  color: #c82660;
}
.text-red {
  color: #c82660;
}
.text-base {
  color: #000;
}
.underline {
  text-decoration: underline;
}
.underline-white {
  text-decoration-color: #fff;
}
.underline-black {
  text-decoration-color: #000;
}
.underline-gray-100 {
  text-decoration-color: #e4e6e7;
}
.underline-gray-200 {
  text-decoration-color: #dbdbdb;
}
.underline-gray-300 {
  text-decoration-color: #c5c4c4;
}
.underline-gray-500 {
  text-decoration-color: #535353;
}
.underline-gray-900 {
  text-decoration-color: #222222;
}
.underline-gray {
  text-decoration-color: #535353;
}
.underline-teal-100 {
  text-decoration-color: #bfe9e1;
}
.underline-teal-400 {
  text-decoration-color: #a5d2cd;
}
.underline-teal-800 {
  text-decoration-color: #006f72;
}
.underline-teal-900 {
  text-decoration-color: #004750;
}
.underline-teal-950 {
  text-decoration-color: #0a434e;
}
.underline-teal {
  text-decoration-color: #004750;
}
.underline-yellow-600 {
  text-decoration-color: #efb01e;
}
.underline-yellow-800 {
  text-decoration-color: #dd9c06;
}
.underline-yellow {
  text-decoration-color: #efb01e;
}
.underline-red-600 {
  text-decoration-color: #c82660;
}
.underline-red {
  text-decoration-color: #c82660;
}
.underline-base {
  text-decoration-color: #000;
}
.border-top {
  border-top-style: solid;
}
.border-right {
  border-right-style: solid;
}
.border-bottom {
  border-bottom-style: solid;
}
.border-left {
  border-left-style: solid;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-3 {
  border-width: 3px;
}
.border-4 {
  border-width: 4px;
}
.border-5 {
  border-width: 5px;
}
.border-6 {
  border-width: 6px;
}
.border-7 {
  border-width: 7px;
}
.border-8 {
  border-width: 8px;
}
.border-9 {
  border-width: 9px;
}
.border-10 {
  border-width: 10px;
}
.border-white {
  border-color: #fff !important;
}
.border-black {
  border-color: #000 !important;
}
.border-gray-100 {
  border-color: #e4e6e7 !important;
}
.border-gray-200 {
  border-color: #dbdbdb !important;
}
.border-gray-300 {
  border-color: #c5c4c4 !important;
}
.border-gray-500 {
  border-color: #535353 !important;
}
.border-gray-900 {
  border-color: #222222 !important;
}
.border-gray {
  border-color: #535353 !important;
}
.border-teal-100 {
  border-color: #bfe9e1 !important;
}
.border-teal-400 {
  border-color: #a5d2cd !important;
}
.border-teal-800 {
  border-color: #006f72 !important;
}
.border-teal-900 {
  border-color: #004750 !important;
}
.border-teal-950 {
  border-color: #0a434e !important;
}
.border-teal {
  border-color: #004750 !important;
}
.border-yellow-600 {
  border-color: #efb01e !important;
}
.border-yellow-800 {
  border-color: #dd9c06 !important;
}
.border-yellow {
  border-color: #efb01e !important;
}
.border-red-600 {
  border-color: #c82660 !important;
}
.border-red {
  border-color: #c82660 !important;
}
.border-base {
  border-color: #000 !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[hidden],
.hidden {
  display: none !important;
}
[disabled],
.disabled {
  cursor: default;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.accordion .accordion__item {
  border-block: 3px solid currentColor;
}
@media (max-width: 767px) {
  .accordion .accordion__item {
    border-block-width: 2px;
  }
}
.accordion .accordion__item:not(:last-child) {
  border-bottom: none;
}
.accordion .accordion__head {
  --plus-rotation: 0deg;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
  padding-block: 1.6rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .accordion .accordion__head {
    padding-block: 1.2rem;
  }
}
.accordion .accordion__head:after {
  -webkit-mask-size: contain;
  -webkit-mask-image: url(./images/plus.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-image: url(./images/plus.png);
  mask-repeat: no-repeat;
  mask-position: center;
  flex-shrink: 0;
  content: "";
  width: 1em;
  height: 1em;
  margin-top: 0.15em;
  margin-right: 0.6em;
  background-color: currentColor;
  transform: rotate(var(--plus-rotation));
  transition: transform var(--t-duration);
}
.accordion .accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows var(--t-duration) linear;
}
.accordion .accordion__body .accordion__body-inner {
  min-height: 0;
}
.accordion .accordion__content {
  padding: 1.2rem 1.2rem 3.2rem;
  visibility: hidden;
  transform: translateY(25%);
  transition: transform var(--t-duration) linear, visibility 0s var(--t-duration) linear;
}
@media (max-width: 767px) {
  .accordion .accordion__content {
    padding: 0.6rem 1rem 2rem;
  }
}
.accordion .accordion__item.expanded .accordion__head {
  --plus-rotation: -45deg;
}
.accordion .accordion__item.expanded .accordion__body {
  grid-template-rows: 1fr;
}
.accordion .accordion__item.expanded .accordion__content {
  visibility: visible;
  transform: translateY(0);
  transition: transform var(--t-duration) linear, visibility 0s linear;
}
.btn-menu {
  --display: none;
  --td: var(--t-duration-fast);
  appearance: none;
  position: relative;
  display: var(--display);
  width: 3.4rem;
  height: 1.6rem;
  border: none;
  background: none;
  font-size: 0;
}
.btn-menu span {
  --top: 0%;
  --rotate: 0deg;
  --opacity: 1;
  position: absolute;
  top: var(--top);
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: var(--rounded-pill);
  background-color: var(--c-teal-900);
  opacity: var(--opacity);
  transform: translateY(-50%) rotate(var(--rotate));
  transition: top var(--td) var(--td), transform var(--td), opacity var(--td);
}
.btn-menu span:nth-child(1) {
  --top: 0%;
}
.btn-menu span:nth-child(2) {
  --top: 50%;
}
.btn-menu span:nth-child(3) {
  --top: 100%;
}
@media (max-width: 767px) {
  .btn-menu {
    --display: block;
  }
}
.menu-open .btn-menu span {
  transition: top var(--td), transform var(--td) var(--td), opacity var(--td);
}
.menu-open .btn-menu span:nth-child(1) {
  --top: 50%;
  --rotate: 45deg;
}
.menu-open .btn-menu span:nth-child(2) {
  --top: 50%;
  --rotate: 45deg;
  --opacity: 0;
}
.menu-open .btn-menu span:nth-child(3) {
  --top: 50%;
  --rotate: -45deg;
}
.btn {
  --btn-min-size: 12.5rem;
  --btn-border-size: 1px;
  --btn-rounding: 8px;
  --btn-padding-block: 1.5rem 1.1rem;
  --btn-padding-inline: 1.5rem;
  --btn-border-color: var(--c-teal-900);
  --btn-border-color-hover: var(--c-teal-900);
  --btn-bg: var(--c-teal-900);
  --btn-bg-hover: var(--c-teal-800);
  --btn-text-color: var(--c-white);
  --btn-text-color-hover: var(--c-white);
  --btn-fw: 400;
  --btn-fz: 1.8rem;
  --btn-lh: 1;
  cursor: pointer;
  appearance: none;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--btn-min-size);
  border: var(--btn-border-size) solid var(--btn-border-color);
  border-radius: var(--btn-rounding);
  padding-block: var(--btn-padding-block);
  padding-inline: var(--btn-padding-inline);
  background-color: var(--btn-bg);
  color: var(--btn-text-color);
  font-weight: var(--btn-fw);
  font-size: var(--btn-fz);
  line-height: var(--btn-lh);
  transition: border-color, background-color, color;
  transition-duration: var(--t-duration);
}
@media (max-width: 767px) {
  .btn {
    --btn-min-size: 10rem;
    --btn-rounding: 6px;
    --btn-padding-block: 1rem;
    --btn-padding-inline: 1rem;
    --btn-fz: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:is(:hover, :focus-visible) {
    border-color: var(--btn-border-color-hover);
    background-color: var(--btn-bg-hover);
    color: var(--btn-text-color-hover);
  }
}
@media (hover: none) or (pointer: coarse) {
  .btn.active {
    border-color: var(--btn-border-color-hover);
    background-color: var(--btn-bg-hover);
    color: var(--btn-text-color-hover);
  }
}
.btn.btn--outline {
  --btn-border-color: var(--c-teal-900);
  --btn-border-color-hover: var(--c-teal-900);
  --btn-bg: transparent;
  --btn-bg-hover: var(--c-teal-900);
  --btn-text-color: var(--c-teal-900);
  --btn-text-color-hover: var(--c-white);
}
.btn.btn--black {
  --btn-border-color: var(--c-black);
  --btn-border-color-hover: var(--c-gray-500);
  --btn-bg: var(--c-black);
  --btn-bg-hover: var(--c-gray-500);
  --btn-text-color: var(--c-white);
  --btn-text-color-hover: var(--c-white);
}
.btn.btn--black.btn--outline {
  --btn-border-color: var(--c-black);
  --btn-border-color-hover: var(--c-black);
  --btn-bg: transparent;
  --btn-bg-hover: var(--c-black);
  --btn-text-color: var(--c-black);
  --btn-text-color-hover: var(--c-white);
}
.btn.btn--yellow {
  --btn-border-color: var(--c-yellow-600);
  --btn-border-color-hover: var(--c-yellow-800);
  --btn-bg: var(--c-yellow-600);
  --btn-bg-hover: var(--c-yellow-800);
  --btn-text-color: var(--c-white);
  --btn-text-color-hover: var(--c-white);
}
.btn.btn--yellow.btn--outline {
  --btn-border-color: var(--c-yellow-600);
  --btn-border-color-hover: var(--c-yellow-600);
  --btn-bg: transparent;
  --btn-bg-hover: var(--c-yellow-600);
  --btn-text-color: var(--c-yellow-600);
  --btn-text-color-hover: var(--c-white);
}
.btn.btn--lg {
  --btn-min-size: 19.5rem;
}
.card-cta {
  width: 100%;
  max-width: 35.9rem;
}
@media (max-width: 1023px) {
  .card-cta {
    max-width: 100%;
  }
}
.card-cta .card__image {
  margin-bottom: 0;
  position: relative;
  isolation: isolate;
  width: 100%;
  border-radius: 20px;
  background-color: var(--c-teal-950);
  overflow: hidden;
  color: var(--c-white);
  font-family: var(--ff-din);
  font-size: 3.5rem;
  line-height: 1.2;
  text-align: center;
}
.card-cta .card__image:not(:last-child) {
  margin-bottom: 4.1rem;
}
@media (max-width: 1023px) {
  .card-cta .card__image {
    margin-bottom: 0;
    font-size: 2.8rem;
  }
  .card-cta .card__image:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .card-cta .card__image {
    margin-bottom: 0;
    font-size: 2.6rem;
  }
  .card-cta .card__image:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.card-cta .card__image img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.26;
  object-fit: cover;
}
.card-cta .card__image figcaption {
  grid-row: 1/2;
  grid-column: 1/2;
  display: flex;
  place-items: center;
  place-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 359/258;
  padding: 2.4rem 2.4rem 2.2rem;
}
.card-cta .card__actions {
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  place-content: center;
  gap: 1.2rem;
}
.card-cta .card__actions .btn {
  --btn-padding-inline: 1.3rem 1.4rem;
  --btn-fw: 700;
}
.card-cta:nth-child(3n+1) {
  margin-right: auto;
}
@media (max-width: 1023px) {
  .card-cta:nth-child(3n+1) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .card-cta:nth-child(3n+1) {
    margin-inline: auto;
  }
}
.card-cta:nth-child(3n+2) {
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .card-cta:nth-child(3n+2) {
    margin-inline: 0;
  }
}
@media (max-width: 767px) {
  .card-cta:nth-child(3n+2) {
    margin-inline: auto;
  }
}
.card-cta:nth-child(3n+3) {
  margin-left: auto;
}
@media (max-width: 1023px) {
  .card-cta:nth-child(3n+3) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .card-cta:nth-child(3n+3) {
    margin-inline: auto;
  }
}
.card-donate {
  max-width: 32rem;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .card-donate {
    max-width: 24rem;
  }
}
.card-donate .card__image {
  margin-bottom: 0;
  max-width: 23.3rem;
  margin-inline: auto;
  border-radius: var(--rounded-circle);
  overflow: hidden;
}
.card-donate .card__image:not(:last-child) {
  margin-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .card-donate .card__image {
    max-width: 18rem;
  }
}
.card-donate .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.card-donate .card__head {
  margin-bottom: 0;
}
.card-donate .card__head:not(:last-child) {
  margin-bottom: 1.7rem;
}
.card-donate .card__content {
  margin-bottom: 0;
  font-style: italic;
}
.card-donate .card__content:not(:last-child) {
  margin-bottom: 2.3rem;
}
.card-donate .card__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.card-donate .card__link {
  color: var(--c-red-600);
  font-weight: 700;
  text-decoration: none;
  transition: color var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .card-donate .card__link:is(:hover, :focus-visible) {
    color: var(--c-yellow-600);
  }
}
@media (hover: none) or (pointer: coarse) {
  .card-donate .card__link.active {
    color: var(--c-yellow-600);
  }
}
.card-icon {
  width: 100%;
  max-width: 25rem;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .card-icon {
    max-width: 22rem;
  }
}
.card-icon .card__icon {
  margin-bottom: 0;
  position: relative;
  display: flex;
  place-items: center;
  place-content: center;
  width: 100%;
  max-width: 23.3rem;
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: var(--rounded-circle);
  background-color: var(--c-yellow-600);
}
.card-icon .card__icon:not(:last-child) {
  margin-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .card-icon .card__icon {
    max-width: 18rem;
  }
}
.card-icon .card__icon img {
  max-width: 75%;
  max-height: 75%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 767px) {
  .card-icon .card__icon img {
    max-width: 60%;
    max-height: 60%;
  }
}
.card-text {
  max-width: 34.4rem;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .card-text {
    max-width: 30rem;
  }
}
.card-text .card__head {
  margin-bottom: 0;
}
.card-text .card__head:not(:last-child) {
  margin-bottom: 1.7rem;
}
.card-text .card__content {
  font-weight: 700;
  font-style: italic;
}
.card {
  text-align: center;
}
.card .card__image {
  margin-bottom: 0;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.card .card__image:not(:last-child) {
  margin-bottom: 2.1rem;
}
@media (max-width: 1023px) {
  .card .card__image {
    margin-bottom: 0;
  }
  .card .card__image:not(:last-child) {
    margin-bottom: 1.4rem;
  }
}
.card .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card .card__head {
  margin-bottom: 0;
}
.card .card__head:not(:last-child) {
  margin-bottom: 0.5rem;
}
.card .card__content {
  padding-inline: 0.2rem;
}
.cards {
  --col-min-size: 30rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--col-min-size), 1fr));
  gap: 2.4rem 1.3rem;
}
@media (max-width: 1023px) {
  .cards {
    --col-min-size: 26rem;
  }
}
.cta {
  position: relative;
  background-color: var(--c-teal-900);
  color: var(--c-white);
}
.cta .cta__inner {
  padding-block: 1.2rem 0.9rem;
  font-weight: 700;
  font-size: 1.7rem;
}
@media (max-width: 1023px) {
  .cta .cta__inner {
    padding-block: 0.8rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cta .cta__inner {
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.cta .cta__text {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.cta .cta__link {
  position: absolute;
  inset: 0;
}
.cta .cta__tel {
  position: relative;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .cta .cta__tel:is(:hover, :focus-visible) {
    text-decoration-color: currentColor;
  }
}
@media (hover: none) or (pointer: coarse) {
  .cta .cta__tel.active {
    text-decoration-color: currentColor;
  }
}
.cta .cta__close {
  position: absolute;
  top: 50%;
  right: 0.7rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.1rem;
  padding: 0.4rem;
  border: none;
  background: none;
  cursor: pointer;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .cta .cta__close {
    margin-top: 0;
  }
}
.cta .cta__close:after {
  -webkit-mask-size: contain;
  -webkit-mask-image: url(./images/close.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-image: url(./images/close.png);
  mask-repeat: no-repeat;
  mask-position: center;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
}
.dropdown-nav {
  position: relative;
}
.dropdown-nav .dropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  transition: color var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .dropdown-nav .dropdown__trigger:is(:hover, :focus-visible) {
    color: var(--c-teal);
  }
}
@media (hover: none) or (pointer: coarse) {
  .dropdown-nav .dropdown__trigger.active {
    color: var(--c-teal);
  }
}
.dropdown-nav .dropdown__trigger:after {
  -webkit-mask-size: contain;
  -webkit-mask-image: url(./images/arrow-down.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-image: url(./images/arrow-down.png);
  mask-repeat: no-repeat;
  mask-position: center;
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.4rem;
  background-color: currentColor;
  transition: transform var(--t-duration);
}
.dropdown-nav .dropdown__inner {
  --bg-offset: var(--header-height) - var(--header-inner-offset);
  position: fixed;
  top: var(--header-height);
  left: 0;
  z-index: -1;
  width: 100vw;
  border-bottom: 3px solid var(--c-yellow-600);
  padding-bottom: 2.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity, visibility;
  transition-duration: var(--t-duration);
}
@media (max-width: 1023px) {
  .dropdown-nav .dropdown__inner {
    padding-block: 1.2rem 1.6rem;
  }
}
@media (max-width: 767px) {
  .dropdown-nav .dropdown__inner {
    visibility: visible;
    position: static;
    display: grid;
    grid-template-rows: 0fr;
    width: auto;
    border: none;
    padding: 0;
    opacity: 1;
    overflow: hidden;
    transition: grid-template-rows 0.25s linear;
  }
}
@media (max-width: 767px) {
  .dropdown-nav .dropdown__inner .shell {
    min-height: 0;
  }
}
.dropdown-nav .dropdown__inner:before {
  content: "";
  position: absolute;
  inset: calc(-1 * (var(--bg-offset))) 0 0 0;
  z-index: -1;
  background-image: linear-gradient(-160deg, #89bab1 0%, #bfe9e1 100%);
}
@media (max-width: 767px) {
  .dropdown-nav .dropdown__inner:before {
    content: none;
  }
}
.dropdown-nav .dropdown__body {
  display: flex;
  gap: 0.4rem;
}
@media (max-width: 1023px) {
  .dropdown-nav .dropdown__body {
    gap: 3.2rem;
  }
}
@media (max-width: 767px) {
  .dropdown-nav .dropdown__body {
    padding-top: 1rem;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform 0.25s linear, visibility 0s 0.25s linear;
  }
}
.dropdown-nav .dropdown__main {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5556;
}
@media (max-width: 1199px) {
  .dropdown-nav .dropdown__main {
    font-size: 1.6rem;
  }
}
.dropdown-nav .dropdown__main h4 {
  margin-bottom: 0;
}
.dropdown-nav .dropdown__main h4:not(:last-child) {
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .dropdown-nav .dropdown__main h4 {
    display: none;
  }
}
.dropdown-nav .dropdown__main ul {
  list-style: none;
}
.dropdown-nav .dropdown__main a {
  text-decoration: none;
  transition: color var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .dropdown-nav .dropdown__main a:is(:hover, :focus-visible) {
    color: var(--c-teal);
  }
}
@media (hover: none) or (pointer: coarse) {
  .dropdown-nav .dropdown__main a.active {
    color: var(--c-teal);
  }
}
.dropdown-nav .dropdown__aside {
  flex: 1;
  padding-top: 1.1rem;
}
@media (max-width: 1023px) {
  .dropdown-nav .dropdown__aside {
    padding-top: 1.4rem;
  }
}
@media (max-width: 767px) {
  .dropdown-nav .dropdown__aside {
    display: none;
  }
}
.dropdown-nav .dropdown__aside ul {
  --list-col-min-width: 12rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--list-col-min-width), 1fr));
  gap: 1.6rem 0.5rem;
  padding-right: 0.4rem;
}
@media (max-width: 1199px) {
  .dropdown-nav .dropdown__aside ul {
    --list-col-min-width: 11rem;
    padding-right: 0;
  }
}
.dropdown-nav .dropdown__aside ul li {
  text-align: center;
}
.dropdown-nav .dropdown__aside a {
  font-family: var(--ff-din);
  font-size: 2.1rem;
  line-height: 1.2;
  text-decoration: none;
  transition: color var(--t-duration);
}
@media (max-width: 1199px) {
  .dropdown-nav .dropdown__aside a {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .dropdown-nav .dropdown__aside a {
    font-size: 1.9rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .dropdown-nav .dropdown__aside a:is(:hover, :focus-visible) {
    color: var(--c-teal);
  }
}
@media (hover: none) or (pointer: coarse) {
  .dropdown-nav .dropdown__aside a.active {
    color: var(--c-teal);
  }
}
.dropdown-nav .dropdown__aside a figure img {
  border-radius: 20px;
}
.dropdown-nav .dropdown__aside a figure figcaption {
  margin-top: 0;
}
.dropdown-nav .dropdown__aside a figure figcaption:not(:first-child) {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .dropdown-nav .dropdown__aside a figure figcaption {
    margin-top: 0;
  }
  .dropdown-nav .dropdown__aside a figure figcaption:not(:first-child) {
    margin-top: 0.8rem;
  }
}
.dropdown-nav.open .dropdown__trigger {
  color: var(--c-teal);
}
.dropdown-nav.open .dropdown__trigger:after {
  transform: rotate(180deg);
}
.dropdown-nav.open .dropdown__inner {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .dropdown-nav.open .dropdown__inner {
    grid-template-rows: 1fr;
  }
}
@media (max-width: 767px) {
  .dropdown-nav.open .dropdown__body {
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.25s linear, visibility 0s linear;
  }
}
*:has(+ .footer) {
  position: relative;
  margin-bottom: -2px;
}
*:has(+ .footer):after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: var(--c-white);
}
.footer {
  --shape-thickness: 0.5rem;
  --shape-size: 15.1rem;
  --shape-left-x: 0;
  --shape-left-y: 0.8rem;
  --shape-mid-x: 87.35%;
  --shape-mid-y: var(--shape-size);
  --shape-right-x: 100%;
  --shape-right-y-factor: 0.59;
  --shape-right-y: calc(var(--shape-size) * var(--shape-right-y-factor));
  --shape-left: var(--shape-left-x) var(--shape-left-y);
  --shape-mid: var(--shape-mid-x) var(--shape-mid-y);
  --shape-right: var(--shape-right-x) var(--shape-right-y);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  z-index: var(--z-footer);
  padding-top: var(--shape-size);
}
@media (max-width: 1023px) {
  .footer {
    --shape-thickness: 0.4rem;
    --shape-size: 12rem;
  }
}
@media (max-width: 767px) {
  .footer {
    --shape-size: 8rem;
  }
}
.footer:before, .footer:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--c-yellow-600);
  clip-path: polygon(0% 0%, var(--shape-left), var(--shape-mid), var(--shape-right), 100% 0%);
}
.footer:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--c-white);
  margin-top: calc(-1 * var(--shape-thickness));
}
.footer .footer__inner {
  position: relative;
  padding-block: 4.2rem 4.6rem;
}
@media (max-width: 1023px) {
  .footer .footer__inner {
    padding-block: 2rem 3.2rem;
  }
}
.footer .footer__logo {
  --logo-max-width: 10.5rem;
  margin-bottom: 0;
  display: block;
  margin-inline: auto;
}
.footer .footer__logo:not(:last-child) {
  margin-bottom: 2.9rem;
}
@media (max-width: 1023px) {
  .footer .footer__logo {
    --logo-max-width: 9.4rem;
    margin-bottom: 0;
  }
  .footer .footer__logo:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__logo {
    --logo-max-width: 6.8rem;
  }
}
.footer .footer__nav {
  margin-bottom: 0;
  border-block: 3px solid currentColor;
  padding: 2.9rem 1.7rem 2.3rem 0;
}
.footer .footer__nav:not(:last-child) {
  margin-bottom: 5.8rem;
}
@media (max-width: 1023px) {
  .footer .footer__nav {
    margin-bottom: 0;
    border-block-width: 2px;
    padding: 2.2rem 0 2rem;
  }
  .footer .footer__nav:not(:last-child) {
    margin-bottom: 4.2rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__nav {
    margin-bottom: 0;
    padding-block: 1.6rem 1.4rem;
  }
  .footer .footer__nav:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
.footer .footer__nav ul {
  --row-gap: 2.2rem;
  --col-gap: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--row-gap) var(--col-gap);
  list-style: none;
}
@media (max-width: 1023px) {
  .footer .footer__nav ul {
    --row-gap: 2rem;
    --col-gap: 3.8rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__nav ul {
    --row-gap: 1.2rem;
    --col-gap: 2.4rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-inline: 1.4rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__nav li {
    flex: 0 0 calc(33.3333333333% - var(--col-gap) * 2 / 3);
  }
}
@media (max-width: 767px) {
  .footer .footer__nav li:nth-child(3n+2) {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .footer__nav li:nth-child(4n+3) {
    text-align: right;
  }
}
.footer .footer__nav a {
  text-decoration: none;
  transition: color var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__nav a:is(:hover, :focus-visible) {
    color: var(--c-yellow-600);
  }
}
@media (hover: none) or (pointer: coarse) {
  .footer .footer__nav a.active {
    color: var(--c-yellow-600);
  }
}
.footer .footer__body {
  display: flex;
  gap: 2.5rem;
  margin-left: -0.2rem;
}
@media (max-width: 1023px) {
  .footer .footer__body {
    gap: 2rem;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer__body {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.footer .footer__content {
  max-width: 62rem;
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .footer .footer__content {
    max-width: 48rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__content {
    width: 100%;
    max-width: 100%;
  }
}
.footer .footer__copy {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.footer .footer__copy:not(:last-child) {
  margin-bottom: 0.9rem;
}
.footer .footer__cta {
  width: 100%;
  max-width: 52.4rem;
  padding-top: 0.2rem;
}
@media (max-width: 1023px) {
  .footer .footer__cta {
    max-width: min(42rem, 50%);
  }
}
@media (max-width: 767px) {
  .footer .footer__cta {
    width: 100%;
    max-width: 100%;
  }
}
.form-donate .form__payments {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
.form-donate .form__payments:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .form-donate .form__payments {
    margin-bottom: 0;
    gap: 2rem;
  }
  .form-donate .form__payments:not(:last-child) {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 767px) {
  .form-donate .form__payments {
    margin-bottom: 0;
    gap: 1.6rem;
  }
  .form-donate .form__payments:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.form-donate .form__payments .form__payments-item {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5556;
}
@media (max-width: 1023px) {
  .form-donate .form__payments .form__payments-item {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .form-donate .form__payments .form__payments-item {
    font-size: 1.4rem;
  }
}
.form-donate .form__payments .form__payments-item label {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 1.1rem 0.4rem 0.7rem 0;
  cursor: pointer;
  transition: padding-inline, background-color, color;
  transition-duration: var(--t-duration);
}
@media (max-width: 1023px) {
  .form-donate .form__payments .form__payments-item label {
    border-radius: 6px;
    padding: 0.8rem 0.4rem 0.7rem 0;
  }
}
@media (max-width: 767px) {
  .form-donate .form__payments .form__payments-item label {
    padding: 0.7rem 0.4rem 0.6rem 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .form-donate .form__payments .form__payments-item label:is(:hover, :focus-visible) {
    color: var(--c-teal-800);
  }
}
@media (hover: none) or (pointer: coarse) {
  .form-donate .form__payments .form__payments-item label.active {
    color: var(--c-teal-800);
  }
}
.form-donate .form__payments .form__payments-item label:before {
  -webkit-mask-size: contain;
  -webkit-mask-image: url(./images/check.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-image: url(./images/check.png);
  mask-repeat: no-repeat;
  mask-position: center;
  content: "";
  display: inline-block;
  width: 1.6rem;
  max-width: 0;
  height: 1.2rem;
  margin-top: -0.3rem;
  background-color: currentColor;
  transition: max-width var(--t-duration);
}
@media (max-width: 1023px) {
  .form-donate .form__payments .form__payments-item label:before {
    width: 1.4rem;
    height: 1rem;
  }
}
.form-donate .form__payments .form__payments-item input:checked + label {
  gap: 1rem;
  padding-inline: 1.8rem 1.6rem;
  background-color: var(--c-teal-900);
  color: var(--c-white);
}
@media (max-width: 1023px) {
  .form-donate .form__payments .form__payments-item input:checked + label {
    gap: 0.7rem;
    padding-inline: 1.2rem 1.4rem;
  }
}
.form-donate .form__payments .form__payments-item input:checked + label:before {
  max-width: 1.6rem;
}
@media (max-width: 1023px) {
  .form-donate .form__payments .form__payments-item input:checked + label:before {
    max-width: 1.4rem;
  }
}
.form-donate .form__label {
  margin-bottom: 0;
  display: block;
  font-size: 2rem;
  font-weight: 600;
}
.form-donate .form__label:not(:last-child) {
  margin-bottom: 2.9rem;
}
@media (max-width: 1023px) {
  .form-donate .form__label {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .form-donate .form__label:not(:last-child) {
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .form-donate .form__label {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .form-donate .form__label:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.form-donate .form__body {
  max-width: 26.2rem;
}
.form-donate .form__amounts {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.2rem;
}
.form-donate .form__amounts:not(:last-child) {
  margin-bottom: 1.4rem;
}
@media (max-width: 1023px) {
  .form-donate .form__amounts {
    margin-bottom: 0;
    gap: 0.8rem;
  }
  .form-donate .form__amounts:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.form-donate .form__amounts .form__amounts-item {
  flex: 1;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5556;
  text-align: center;
}
@media (max-width: 1023px) {
  .form-donate .form__amounts .form__amounts-item {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .form-donate .form__amounts .form__amounts-item {
    font-size: 1.4rem;
  }
}
.form-donate .form__amounts .form__amounts-item label {
  display: block;
  border-radius: 8px;
  padding: 1rem 2.2rem 0.8rem;
  background-color: var(--c-gray-200);
  transition: background-color var(--t-duration);
}
@media (max-width: 1023px) {
  .form-donate .form__amounts .form__amounts-item label {
    border-radius: 6px;
    padding: 0.7rem 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .form-donate .form__amounts .form__amounts-item label:is(:hover, :focus-visible) {
    background-color: var(--c-gray-300);
  }
}
@media (hover: none) or (pointer: coarse) {
  .form-donate .form__amounts .form__amounts-item label.active {
    background-color: var(--c-gray-300);
  }
}
.form-donate .form__amounts .form__amounts-item input:checked + label {
  background-color: var(--c-teal-900);
  color: var(--c-white);
}
.form-donate .form__amount-other {
  margin-bottom: 0;
  display: flex;
  gap: 1.1rem;
}
.form-donate .form__amount-other:not(:last-child) {
  margin-bottom: 2.3rem;
}
@media (max-width: 1023px) {
  .form-donate .form__amount-other {
    margin-bottom: 0;
    gap: 0.8rem;
  }
  .form-donate .form__amount-other:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
.form-donate .form__amount-other input {
  flex: 1;
  appearance: none;
  display: block;
  width: 100%;
  min-width: 8rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 1rem 1.9rem 0.8rem;
  background-color: var(--c-gray-200);
  font-size: 1.8rem;
  line-height: 1.5556;
}
@media (max-width: 1023px) {
  .form-donate .form__amount-other input {
    padding: 0.7rem 1.7rem;
    font-size: 1.6rem;
  }
}
.form-donate .form__amount-other .form__select {
  flex: 1;
  position: relative;
  max-width: 7.4rem;
}
.form-donate .form__amount-other .form__select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.1rem;
  display: block;
  margin-top: -1px;
  border-inline: 6px solid transparent;
  border-top: 7px solid currentColor;
  transform: translateY(-50%);
}
.form-donate .form__amount-other .form__select select {
  appearance: none;
  display: block;
  max-width: 100%;
  padding: 0.9rem 2.6rem 0.9rem 1.6rem;
  border: none;
  border-radius: 8px;
  background-color: var(--c-gray-200);
  font-size: 1.4rem;
  line-height: 2;
}
@media (max-width: 1023px) {
  .form-donate .form__amount-other .form__select select {
    padding: 0.8rem 2.6rem 0.6rem 1.6rem;
  }
}
.form-donate .form__submit .form__btn {
  --btn-min-size: 100%;
  --btn-padding-block: 1rem 0.6rem;
  --btn-padding-inline: 1rem 1.6rem;
  --btn-fw: 700;
  --btn-fz: 1.8rem;
  --btn-lh: 1.5556;
}
@media (max-width: 1023px) {
  .form-donate .form__submit .form__btn {
    --btn-fz: 1.6rem;
  }
}
.form-donate:not(:has([name=payment-type][id=monthly]:checked)) .show-monthly {
  display: none;
}
.form-subscribe form {
  display: flex;
  gap: 1.1rem;
}
@media (max-width: 1023px) {
  .form-subscribe form {
    gap: 0.8rem;
  }
}
.form-subscribe .form__input {
  flex: 1;
  appearance: none;
  min-width: 0;
  border: none;
  border-radius: 10px;
  padding: 1.1rem 1.7rem 0.5rem;
  background-color: var(--c-white);
  color: var(--c-black);
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .form-subscribe .form__input {
    padding: 0.7rem 1.2rem 0.5rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .form-subscribe .form__input {
    border-radius: 8px;
  }
}
.form-subscribe .form__input::placeholder {
  color: var(--c-gray-300);
}
.form-subscribe .form__btn {
  --btn-min-size: 15rem;
  --btn-border-size: 1px;
  --btn-rounding: 10px;
  --btn-padding-block: 1.1rem 1rem;
  --btn-padding-inline: 1rem 1.5rem;
  --btn-fw: 600;
  --btn-fz: 1.8rem;
  --btn-lh: 1.0556;
}
@media (max-width: 1023px) {
  .form-subscribe .form__btn {
    --btn-min-size: 13.8rem;
    --btn-padding-block: 1rem;
    --btn-padding-inline: 1.2rem;
    --btn-fz: 1.6rem;
  }
}
@media (max-width: 767px) {
  .form-subscribe .form__btn {
    --btn-min-size: 11.6rem;
    --btn-rounding: 8px;
    --btn-padding-block: 0.8rem;
    --btn-padding-inline: 1rem;
  }
}
.grid-flex {
  --grid-gutter: 2rem;
  display: flex;
  flex-flow: row wrap;
  margin-inline: calc(var(--grid-gutter) / 2 * -1);
}
.grid-flex .grid__col {
  --grid-cols: 1;
  padding-inline: calc(var(--grid-gutter) / 2);
  max-width: calc(100% / var(--grid-cols));
  flex: 0 0 calc(100% / var(--grid-cols));
}
.grid-flex .grid__col--1of2 {
  --grid-cols: 2;
}
.grid-flex .grid__col--1of3 {
  --grid-cols: 3;
}
.grid-flex .grid__col--1of4 {
  --grid-cols: 4;
}
.grid-flex .grid__col--1of5 {
  --grid-cols: 5;
}
.grid-flex .grid__col--1of6 {
  --grid-cols: 6;
}
.grid {
  --grid-cols: 1;
  --grid-gutter: 2rem;
  display: grid;
  grid-template-columns: repeat(var(--grid-cols), 1fr);
  gap: var(--grid-gutter);
}
.grid--size-1of2 {
  --grid-cols: 2;
}
.grid--size-1of3 {
  --grid-cols: 3;
}
.grid--size-1of4 {
  --grid-cols: 4;
}
.grid--size-1of5 {
  --grid-cols: 5;
}
.grid--size-1of6 {
  --grid-cols: 6;
}
.header {
  position: fixed;
  isolation: isolate;
  top: 0;
  left: 0;
  z-index: var(--z-header);
  width: 100%;
  transition: background-color, box-shadow;
  transition-duration: var(--t-duration);
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 2.4rem;
  transition: padding-block var(--t-duration);
}
@media (max-width: 1023px) {
  .header .header__inner {
    gap: 1.6rem;
    padding-block: 2rem;
  }
}
@media (max-width: 767px) {
  .header .header__inner {
    padding-block: 1.2rem;
  }
}
.header .header__logo {
  --logo-max-width: 9.1rem;
  margin-right: 0;
  flex-shrink: 0;
  transition: max-width var(--t-duration);
}
.header .header__logo:not(:last-child) {
  margin-right: auto;
}
@media (max-width: 1023px) {
  .header .header__logo {
    --logo-max-width: 5.8rem;
  }
}
.header .header__menu {
  display: contents;
}
@media (max-width: 767px) {
  .header .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    width: 100%;
    height: 100dvh;
    padding: var(--header-height) var(--shell-gutter) var(--shell-gutter);
    background-color: var(--c-white);
    overflow: auto;
    transform: translateX(-100%);
    transition: transform var(--t-duration);
  }
}
.header .header__nav {
  margin-inline: auto;
  padding-bottom: 0.2rem;
  transition: padding-bottom var(--t-duration);
}
@media (max-width: 1023px) {
  .header .header__nav {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header .header__nav {
    margin-inline: 0;
    padding-top: 2rem;
  }
}
.header .header__actions {
  margin-inline: 1.2rem -0.2rem;
  padding-bottom: 0.5rem;
  transition: padding-bottom var(--t-duration);
}
@media (max-width: 1023px) {
  .header .header__actions {
    margin-inline: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header .header__actions {
    position: sticky;
    bottom: calc(-1 * var(--shell-gutter));
    z-index: 1;
    margin-block: auto calc(-1 * var(--shell-gutter));
    padding-bottom: var(--shell-gutter);
    background-color: white;
  }
}
@media (max-width: 767px) {
  .header .header__btn {
    width: 100%;
  }
}
.header.scrolled {
  background-color: var(--c-white);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.header.scrolled .header__inner {
  padding-block: 1.2rem;
}
@media (max-width: 1023px) {
  .header.scrolled .header__inner {
    padding-block: 1rem;
  }
}
.header.scrolled .header__logo {
  --logo-max-width: 6.1rem;
}
@media (max-width: 1023px) {
  .header.scrolled .header__logo {
    --logo-max-width: 4.8rem;
  }
}
.header.scrolled .header__nav {
  padding-bottom: 0;
}
.header.scrolled .header__actions {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .header.scrolled .header__actions {
    padding-bottom: var(--shell-gutter);
  }
}
.header.no-transition {
  transition: none;
}
.header.no-transition * {
  transition: none;
}
@media (max-width: 767px) {
  .menu-open .header .header__menu {
    transform: translateX(0);
  }
}
.hero-banner {
  --hero-min-h: 58rem;
  position: relative;
  isolation: isolate;
  z-index: var(--z-section);
  display: flex;
  flex-direction: column;
  place-items: center;
  place-content: center;
  min-height: max(100dvh, var(--hero-min-h));
}
@media (max-width: 1023px) {
  .hero-banner {
    --hero-min-h: 52rem;
  }
}
@media (max-width: 767px) {
  .hero-banner {
    --hero-min-h: 44rem;
  }
}
.hero-banner .hero__inner {
  max-width: 107rem;
  margin: auto;
  padding-block: 15.4rem 5rem;
}
@media (max-width: 1023px) {
  .hero-banner .hero__inner {
    max-width: 96rem;
    padding-block: 13rem 3rem;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero__inner {
    padding-block: 12rem 3rem;
  }
}
.hero-banner .hero__head {
  margin-bottom: 0;
  text-align: center;
}
.hero-banner .hero__head:not(:last-child) {
  margin-bottom: 1.7rem;
}
.hero-banner .hero__content {
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .hero-banner .hero__content {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero__content {
    font-size: 1.6rem;
  }
}
.hero-banner .hero__banner {
  width: 100%;
  padding-block: 2.6rem 2.2rem;
  background-color: var(--c-teal-900);
  color: var(--c-white);
  font-size: 1.7rem;
  text-align: center;
}
@media (max-width: 1199px) {
  .hero-banner .hero__banner {
    padding-block: 1.8rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .hero-banner .hero__banner {
    padding-block: 1.6rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero__banner {
    padding-block: 1.2rem;
    font-size: 1.2rem;
  }
}
.hero-banner .hero__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.27;
  overflow: hidden;
}
.hero-banner .hero__background img {
  width: 103.5%;
  height: 107%;
  margin-top: -1.9%;
  object-fit: cover;
  object-position: center 60%;
}
@media (max-width: 1023px) {
  .hero-banner .hero__background img {
    width: 100%;
    height: 100%;
    margin-top: 0;
    object-position: center;
  }
}
.hero-decoration {
  --hero-min-h: 58rem;
  position: relative;
  isolation: isolate;
  z-index: var(--z-section);
  display: flex;
  flex-direction: column;
  place-items: center;
  place-content: center;
  min-height: max(100dvh, var(--hero-min-h));
  padding-block: 16.9rem 4rem;
}
@media (max-width: 1023px) {
  .hero-decoration {
    --hero-min-h: 52rem;
    padding-block: 13rem 3rem;
  }
}
@media (max-width: 767px) {
  .hero-decoration {
    --hero-min-h: 44rem;
  }
}
.hero-decoration .hero__inner {
  max-width: 100rem;
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .hero-decoration .hero__inner {
    max-width: 73rem;
  }
}
.hero-decoration .hero__entry {
  margin-bottom: 0;
  display: grid;
  text-align: center;
}
.hero-decoration .hero__entry:not(:last-child) {
  margin-bottom: 2.9rem;
}
.hero-decoration .hero__entry:before {
  content: "";
  z-index: 1;
  grid-row: 1/2;
  grid-column: 1/2;
  height: 40%;
  aspect-ratio: 1;
  margin: auto;
  border-radius: var(--rounded-circle);
  background-color: var(--c-yellow-600);
  filter: blur(81px);
}
.hero-decoration .hero__decoration {
  z-index: 1;
  grid-row: 1/2;
  grid-column: 1/2;
  max-width: 50rem;
  margin: auto;
  opacity: 0.9;
  transform: translateX(-1px);
}
@media (max-width: 1023px) {
  .hero-decoration .hero__decoration {
    max-width: 42rem;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .hero-decoration .hero__decoration {
    max-width: 32rem;
  }
}
.hero-decoration .hero__head {
  z-index: 1;
  grid-row: 1/2;
  grid-column: 1/2;
  max-width: 50rem;
  margin: auto;
  padding-top: 9.7%;
  transform: translateX(1px);
}
@media (max-width: 1023px) {
  .hero-decoration .hero__head {
    max-width: 42rem;
    padding-top: 12%;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .hero-decoration .hero__head {
    max-width: 34rem;
    padding-top: 25%;
  }
}
.hero-decoration .hero__head h1 {
  line-height: 0.8571;
}
.hero-decoration .hero__content {
  --hero-content-offset: 3.1rem;
  margin-bottom: 0;
  max-width: calc(78rem + var(--hero-content-offset));
  margin-inline: auto;
  padding-left: var(--hero-content-offset);
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
.hero-decoration .hero__content:not(:last-child) {
  margin-bottom: 2.2rem;
}
@media (max-width: 1199px) {
  .hero-decoration .hero__content {
    --hero-content-offset: 0rem;
  }
}
@media (max-width: 1023px) {
  .hero-decoration .hero__content {
    max-width: 70rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .hero-decoration .hero__content {
    max-width: 60rem;
    font-size: 1.6rem;
  }
}
.hero-decoration .hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
}
@media (max-width: 767px) {
  .hero-decoration .hero__actions {
    gap: 1rem;
  }
}
.hero-decoration .hero__btn {
  --btn-fw: 600;
}
.hero-decoration .hero__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  padding-top: calc(var(--header-inner-offset) * 0.85);
  opacity: 0.27;
  overflow: hidden;
  transition: padding-top var(--t-duration);
}
.hero-decoration .hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-links {
  position: relative;
  isolation: isolate;
  z-index: var(--z-section);
  display: flex;
  flex-direction: column;
  place-items: center;
  place-content: center;
  min-height: 100dvh;
  padding-block: 16.7rem 4rem;
}
@media (max-width: 1023px) {
  .hero-links {
    padding-block: 15rem 5rem;
  }
}
.hero-links .hero__entry {
  margin-bottom: 0;
  max-width: 102rem;
  margin-inline: auto;
  font-size: 2rem;
  text-align: center;
}
.hero-links .hero__entry:not(:last-child) {
  margin-bottom: 6.3rem;
}
@media (max-width: 1023px) {
  .hero-links .hero__entry {
    margin-bottom: 0;
    max-width: 73rem;
    font-size: 1.8rem;
  }
  .hero-links .hero__entry:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .hero-links .hero__entry {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .hero-links .hero__entry:not(:last-child) {
    margin-bottom: 4.6rem;
  }
}
.hero-links .hero__head {
  margin-bottom: 0;
}
.hero-links .hero__head:not(:last-child) {
  margin-bottom: 0.2rem;
}
@media (max-width: 1023px) {
  .hero-links .hero__head {
    margin-bottom: 0;
  }
  .hero-links .hero__head:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .hero-links .hero__head {
    margin-bottom: 0;
  }
  .hero-links .hero__head:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.hero-links .hero__content {
  margin-bottom: 0;
}
.hero-links .hero__content:not(:last-child) {
  margin-bottom: 2rem;
}
.hero-links .hero__links {
  margin-right: 0.3rem;
}
.hero-links .hero__links ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 1.7rem 0.6rem;
  text-transform: uppercase;
  list-style: none;
}
@media (max-width: 767px) {
  .hero-links .hero__links ul {
    row-gap: 1.2rem;
  }
}
.hero-links .hero__links .btn {
  --btn-padding-block: 1.4rem 1.3rem;
  --btn-padding-inline: 0.5rem 0.4rem;
  --btn-fw: 700;
  --btn-fz: 1.6rem;
  --btn-lh: 1.2;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.hero-links .hero__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  padding-top: calc(var(--header-inner-offset) * 0.85);
  opacity: 0.27;
  overflow: hidden;
  transition: padding-top var(--t-duration);
}
.hero-links .hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-simple {
  position: relative;
  isolation: isolate;
  z-index: var(--z-section);
  display: flex;
  flex-direction: column;
  place-items: center;
  place-content: center;
  min-height: 47.9rem;
  padding-block: 15rem 6rem;
}
@media (max-width: 1023px) {
  .hero-simple {
    min-height: 40rem;
    padding-block: 13rem 5rem;
  }
}
@media (max-width: 767px) {
  .hero-simple {
    min-height: 32rem;
  }
}
.hero-simple .hero__head {
  text-align: center;
}
.hero-simple .hero__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.27;
}
.hero-simple .hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
}
.hero-simple .hero__background img.object-top-sm {
  object-position: center 22.2%;
}
.hero {
  --hero-min-h: 58rem;
  --hero-bg-border-size: 5px;
  --hero-bg-border-radius: calc(4 * var(--hero-bg-border-size, 0px));
  --hero-bg-border-offset: calc(-1 * var(--hero-bg-border-size, 0px));
  --hero-bg-bottom-offset: calc(2 * var(--hero-bg-border-size, 0px));
  position: relative;
  isolation: isolate;
  z-index: var(--z-section);
  display: flex;
  flex-direction: column;
  place-items: center;
  place-content: center;
  min-height: max(100dvh, var(--hero-min-h));
  padding-block: 15rem 16.4rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .hero {
    --hero-min-h: 52rem;
    --hero-bg-border-size: 4px;
    padding-block: 13rem 10.4rem;
  }
}
@media (max-width: 767px) {
  .hero {
    --hero-min-h: 44rem;
  }
}
.hero .hero__inner {
  max-width: 100rem;
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .hero .hero__inner {
    max-width: 73rem;
  }
}
@media (max-width: 767px) {
  .hero .hero__inner {
    max-width: 50rem;
  }
}
.hero .hero__head {
  margin-bottom: 0;
  text-align: center;
}
.hero .hero__head:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .hero .hero__head {
    margin-bottom: 0;
  }
  .hero .hero__head:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.hero .hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  padding-right: 0.4rem;
}
@media (max-width: 1199px) {
  .hero .hero__actions {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hero .hero__actions {
    gap: 1rem;
  }
}
.hero .hero__background {
  position: absolute;
  inset: var(--hero-bg-border-offset, 0px);
  bottom: var(--hero-bg-bottom-offset, 0px);
  z-index: -1;
  border: var(--hero-bg-border-size, 0px) solid var(--c-yellow-600);
  border-radius: 0 0 var(--hero-bg-border-radius) var(--hero-bg-border-radius);
  background-color: var(--c-teal-100);
  overflow: hidden;
}
.hero .hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 2%;
  opacity: 0.27;
}
.intro {
  position: relative;
  isolation: isolate;
  z-index: var(--z-section);
  display: flex;
  flex-direction: column;
  place-items: center;
  place-content: center;
  min-height: 100dvh;
  padding-block: 17.1rem 5rem;
}
@media (max-width: 1023px) {
  .intro {
    padding-block: 13rem 4rem;
  }
}
@media (max-width: 767px) {
  .intro {
    padding-block: 16rem 6rem;
  }
}
.intro .intro__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem 2.4rem;
}
.intro .intro__body {
  flex: 1;
  min-width: 50rem;
  max-width: 59.4rem;
}
@media (max-width: 1023px) {
  .intro .intro__body {
    min-width: 41.4rem;
  }
}
@media (max-width: 767px) {
  .intro .intro__body {
    min-width: 100%;
  }
}
.intro .intro__head {
  margin-bottom: 0;
}
.intro .intro__head:not(:last-child) {
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .intro .intro__head {
    margin-bottom: 0;
  }
  .intro .intro__head:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.intro .intro__content {
  margin-bottom: 0;
  margin-left: 0.1rem;
  font-size: 2rem;
}
.intro .intro__content:not(:last-child) {
  margin-bottom: 2.8rem;
}
@media (max-width: 1023px) {
  .intro .intro__content {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .intro .intro__content {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .intro .intro__content:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.intro .intro__content p {
  margin-bottom: 0;
}
.intro .intro__content p:not(:last-child) {
  margin-bottom: calc(1em * var(--lh-base));
}
.intro .intro__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2rem;
}
.intro .intro__actions .btn {
  --btn-padding-inline: 1.7rem;
}
@media (max-width: 767px) {
  .intro .intro__actions .btn {
    --btn-padding-inline: 1.2rem;
  }
}
.intro .intro__image {
  flex: 1;
  min-width: 30rem;
  max-width: 52.1rem;
  margin: 1.2rem 0.3rem 0 0;
}
@media (max-width: 1023px) {
  .intro .intro__image {
    min-width: 28rem;
    max-width: 38rem;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .intro .intro__image {
    min-width: 100%;
  }
}
.intro .intro__image img {
  width: 100%;
  border-radius: 20px;
}
.intro .intro__image figcaption {
  margin-top: 0;
  margin-left: 0.8rem;
  font-size: 0;
}
.intro .intro__image figcaption:not(:first-child) {
  margin-top: 3.6rem;
}
@media (max-width: 1023px) {
  .intro .intro__image figcaption {
    margin-top: 0;
  }
  .intro .intro__image figcaption:not(:first-child) {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .intro .intro__image figcaption {
    margin-top: 0;
  }
  .intro .intro__image figcaption:not(:first-child) {
    margin-top: 1.6rem;
  }
}
.intro .intro__image figcaption span {
  margin-bottom: 0;
  display: block;
  font-family: var(--ff-din);
  font-size: 4rem;
}
.intro .intro__image figcaption span:not(:last-child) {
  margin-bottom: 0.4rem;
}
@media (max-width: 1023px) {
  .intro .intro__image figcaption span {
    margin-bottom: 0;
    font-size: 3.2rem;
  }
  .intro .intro__image figcaption span:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .intro .intro__image figcaption span {
    font-size: 2.4rem;
  }
}
.intro .intro__image figcaption small {
  display: block;
  margin-left: 0.1rem;
  font-weight: 700;
  font-size: 2.4rem;
  font-style: italic;
}
@media (max-width: 1023px) {
  .intro .intro__image figcaption small {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .intro .intro__image figcaption small {
    font-size: 1.6rem;
  }
}
.intro .intro__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  padding-top: calc(var(--header-inner-offset) * 0.95);
  opacity: 0.27;
  overflow: hidden;
  transition: padding-top var(--t-duration);
}
.intro .intro__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-logos {
  --list-columns: 4;
  --list-gap: 2rem;
  --list-item-width: calc((100% - (var(--list-gap) * (var(--list-columns) - 1))) / var(--list-columns));
  display: flex;
  flex-wrap: wrap;
  gap: var(--list-gap);
  list-style: none;
  justify-content: center;
}
@media (max-width: 1023px) {
  .list-logos {
    --list-columns: 3.5;
    --list-gap: 1.2rem;
  }
}
@media (max-width: 767px) {
  .list-logos {
    --list-columns: 2;
  }
}
@media (max-width: 374px) {
  .list-logos {
    --list-columns: 1;
  }
}
.list-logos li {
  flex: 0 0 var(--list-item-width);
  display: flex;
  place-items: center;
  place-content: center;
  aspect-ratio: 270/96;
  height: auto;
  border: 1px solid var(--c-teal-900);
  border-radius: 10px;
  padding: 0.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .list-logos li {
    max-width: 22rem;
  }
}
@media (max-width: 374px) {
  .list-logos li {
    max-width: 100%;
  }
}
.list-logos li img {
  max-width: 100%;
  max-height: 100%;
}
.logo {
  --logo-max-width: 10rem;
  display: inline-block;
  width: fit-content;
  max-width: var(--logo-max-width);
  text-decoration: none;
}
.logo img {
  width: var(--logo-width, auto);
  height: auto;
}
.logo:is(a) {
  transition: opacity var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .logo:is(a):is(:hover, :focus-visible) {
    opacity: 0.75;
  }
}
@media (hover: none) or (pointer: coarse) {
  .logo:is(a).active {
    opacity: 0.75;
  }
}
@media (max-width: 767px) {
  .nav {
    font-weight: 700;
    font-size: 2rem;
  }
}
.nav .nav__list {
  display: flex;
  gap: 3.1rem;
}
@media (max-width: 1023px) {
  .nav .nav__list {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .nav .nav__list {
    flex-direction: column;
  }
}
.nav .nav__link {
  text-decoration: none;
  transition: color var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .nav .nav__link:is(:hover, :focus-visible) {
    color: var(--c-teal);
  }
}
@media (hover: none) or (pointer: coarse) {
  .nav .nav__link.active {
    color: var(--c-teal);
  }
}
.mfp-container {
  padding: 0;
  overflow: hidden;
}
.mfp-container:before {
  content: "";
  position: absolute;
  inset: 0 -20rem;
  z-index: -1;
  background-color: var(--c-teal-100);
  filter: blur(12.7rem);
}
.mfp-container:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--c-teal-100), transparent);
}
.mfp-container .mfp-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-block: 4rem;
  overflow: auto;
}
.popup-donate {
  display: flex;
  flex-direction: column;
  margin-block: auto;
}
.popup-donate .popup__inner {
  margin-block: auto;
}
.popup-donate .popup__close {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.525em;
  margin-inline: auto 0.1rem;
  border: none;
  background: none;
  font-weight: 600;
  transition: color var(--t-duration);
}
.popup-donate .popup__close:not(:last-child) {
  margin-bottom: 0.6rem;
}
@media (hover: hover) and (pointer: fine) {
  .popup-donate .popup__close:is(:hover, :focus-visible) {
    color: var(--c-teal-800);
  }
}
@media (hover: none) or (pointer: coarse) {
  .popup-donate .popup__close.active {
    color: var(--c-teal-800);
  }
}
.popup-donate .popup__close:after {
  -webkit-mask-size: contain;
  -webkit-mask-image: url(./images/close-lg.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-image: url(./images/close-lg.png);
  mask-repeat: no-repeat;
  mask-position: center;
  content: "";
  display: inline-block;
  width: 0.9444em;
  height: 0.9444em;
  margin-top: -2px;
  background-color: currentColor;
}
.popup-donate .popup__body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  border-radius: 20px;
  padding: 3.2rem 1.4rem 4.4rem 3.8rem;
  background-color: var(--c-white);
}
@media (max-width: 767px) {
  .popup-donate .popup__body {
    border-radius: 12px;
    padding: 2.4rem;
  }
}
@media (max-width: 374px) {
  .popup-donate .popup__body {
    padding: 1.8rem;
  }
}
.popup-donate .popup__aside {
  flex: 1;
  min-width: 30rem;
  max-width: 50rem;
}
@media (max-width: 767px) {
  .popup-donate .popup__aside {
    min-width: 100%;
  }
}
.popup-donate .popup__main {
  flex: 2;
  min-width: 30rem;
  max-width: 62.6rem;
  max-width: 64.6rem;
  padding-top: 0.2rem;
}
@media (max-width: 767px) {
  .popup-donate .popup__main {
    min-width: 100%;
    padding-top: 0;
  }
}
.popup-donate .popup__logo {
  --logo-max-width: 9.1rem;
  margin-bottom: 0;
}
.popup-donate .popup__logo:not(:last-child) {
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .popup-donate .popup__logo {
    --logo-max-width: 7.4rem;
    margin-bottom: 0;
  }
  .popup-donate .popup__logo:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.popup-donate .popup__form {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .popup-donate .popup__form {
    margin-left: 0;
  }
}
.popup-donate .popup__image {
  margin-bottom: 0;
  max-width: 62.6rem;
  margin-left: 0.2rem;
  border-radius: 20px;
  overflow: hidden;
}
.popup-donate .popup__image:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .popup-donate .popup__image {
    margin-left: 0;
    border-radius: 12px;
  }
}
.popup-donate .popup__content {
  font-weight: 600;
  text-align: justify;
  line-height: 1.195;
}
.section-accordion {
  padding-block: 10.7rem 10.6rem;
}
@media (max-width: 1023px) {
  .section-accordion {
    padding-block: 6rem;
  }
}
@media (max-width: 767px) {
  .section-accordion {
    padding-block: 4rem;
  }
}
.section-accordion .section__inner {
  padding-inline: 0.2rem 0.5rem;
}
.section-accordion .section__entry {
  margin-bottom: 0;
}
.section-accordion .section__entry:not(:last-child) {
  margin-bottom: 7.9rem;
}
@media (max-width: 1023px) {
  .section-accordion .section__entry {
    margin-bottom: 0;
  }
  .section-accordion .section__entry:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .section-accordion .section__entry {
    margin-bottom: 0;
  }
  .section-accordion .section__entry:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.section-accordion .section__body {
  max-width: 87.2rem;
  margin-inline: auto;
  padding-right: 0.8rem;
}
.section-accordion .section__head {
  margin-bottom: 0;
  margin-inline: 0.5rem -0.6rem;
  text-align: center;
}
.section-accordion .section__head:not(:last-child) {
  margin-bottom: 3.9rem;
}
@media (max-width: 1199px) {
  .section-accordion .section__head {
    margin-inline: 0;
  }
}
@media (max-width: 1023px) {
  .section-accordion .section__head {
    margin-bottom: 0;
  }
  .section-accordion .section__head:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .section-accordion .section__head {
    margin-bottom: 0;
  }
  .section-accordion .section__head:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.section-cards {
  position: relative;
  isolation: isolate;
  padding-block: 3.8rem 6rem;
}
@media (max-width: 1023px) {
  .section-cards {
    padding-block: 3.2rem 5.4rem;
  }
}
@media (max-width: 767px) {
  .section-cards {
    padding-block: 2.8rem 3.6rem;
  }
}
.section-cards .section__inner {
  padding-inline: 0.1rem 0.3rem;
}
@media (max-width: 1023px) {
  .section-cards .section__inner {
    padding-inline: 0;
  }
}
.section-cards .section__head {
  margin-bottom: 0;
  text-align: center;
}
.section-cards .section__head:not(:last-child) {
  margin-bottom: 4.1rem;
}
@media (max-width: 1023px) {
  .section-cards .section__head {
    margin-bottom: 0;
  }
  .section-cards .section__head:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .section-cards .section__head {
    margin-bottom: 0;
  }
  .section-cards .section__head:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.section-cards .section__body {
  margin-bottom: 0;
}
.section-cards .section__body:not(:last-child) {
  margin-bottom: 4rem;
}
.section-cards .section__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  padding-right: 0.8rem;
}
@media (max-width: 1199px) {
  .section-cards .section__actions {
    padding-right: 0;
  }
}
.section-cards .section__actions .btn {
  --btn-fw: 600;
}
.section-cards .section__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.04;
  mix-blend-mode: luminosity;
}
.section-cards .section__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 39%;
}
.section-cards.section-cards--md {
  padding-block: 4.9rem 10.6rem;
}
@media (max-width: 1023px) {
  .section-cards.section-cards--md {
    padding-block: 3.2rem 5.4rem;
  }
}
@media (max-width: 767px) {
  .section-cards.section-cards--md {
    padding-block: 2.8rem 3.6rem;
  }
}
.section-cards.section-cards--md .section__inner {
  margin-inline: -0.8rem -1.6rem;
  padding-inline: 0;
}
@media (max-width: 1023px) {
  .section-cards.section-cards--md .section__inner {
    margin-inline: 0;
  }
}
.section-cards.section-cards--md .section__head {
  margin-bottom: 0;
  padding-right: 0.8rem;
}
.section-cards.section-cards--md .section__head:not(:last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .section-cards.section-cards--md .section__head {
    margin-bottom: 0;
    padding-right: 0;
  }
  .section-cards.section-cards--md .section__head:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .section-cards.section-cards--md .section__head {
    margin-bottom: 0;
  }
  .section-cards.section-cards--md .section__head:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.section-cards.section-cards--lg {
  padding-block: 5.5rem 5.4rem;
}
@media (max-width: 1023px) {
  .section-cards.section-cards--lg {
    padding-block: 4.2rem 5.4rem;
  }
}
@media (max-width: 767px) {
  .section-cards.section-cards--lg {
    padding-block: 3.2rem 3.6rem;
  }
}
.section-cards.section-cards--lg .section__inner {
  margin-inline: -0.8rem -1.6rem;
  padding-inline: 0;
}
@media (max-width: 1023px) {
  .section-cards.section-cards--lg .section__inner {
    margin-inline: 0;
  }
}
.section-cards.section-cards--lg .section__head {
  margin-bottom: 0;
  padding-right: 0.8rem;
}
.section-cards.section-cards--lg .section__head:not(:last-child) {
  margin-bottom: 4.9rem;
}
@media (max-width: 1023px) {
  .section-cards.section-cards--lg .section__head {
    margin-bottom: 0;
    padding-right: 0;
  }
  .section-cards.section-cards--lg .section__head:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .section-cards.section-cards--lg .section__head {
    margin-bottom: 0;
  }
  .section-cards.section-cards--lg .section__head:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.section-cards.section-cards--lg .section__body {
  margin-bottom: 0;
}
.section-cards.section-cards--lg .section__body:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 1023px) {
  .section-cards.section-cards--lg .section__body {
    margin-bottom: 0;
  }
  .section-cards.section-cards--lg .section__body:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.section-cards.section-cards--xl {
  padding-block: 8.8rem 7.5rem;
}
@media (max-width: 1023px) {
  .section-cards.section-cards--xl {
    padding-block: 4.4rem 5.4rem;
  }
}
@media (max-width: 767px) {
  .section-cards.section-cards--xl {
    padding-block: 3.2rem 3.6rem;
  }
}
.section-cards.section-cards--xl .section__inner {
  margin-inline: -0.8rem -1.6rem;
  padding-inline: 0;
}
@media (max-width: 1023px) {
  .section-cards.section-cards--xl .section__inner {
    margin-inline: 0;
  }
}
.section-cards.section-cards--xl .section__head {
  margin-bottom: 0;
  padding-right: 0.8rem;
}
.section-cards.section-cards--xl .section__head:not(:last-child) {
  margin-bottom: 5.1rem;
}
@media (max-width: 1023px) {
  .section-cards.section-cards--xl .section__head {
    margin-bottom: 0;
    padding-right: 0;
  }
  .section-cards.section-cards--xl .section__head:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .section-cards.section-cards--xl .section__head {
    margin-bottom: 0;
  }
  .section-cards.section-cards--xl .section__head:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.section-cards.section-cards--xl .section__body {
  margin-bottom: 0;
}
.section-cards.section-cards--xl .section__body:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 1023px) {
  .section-cards.section-cards--xl .section__body {
    margin-bottom: 0;
  }
  .section-cards.section-cards--xl .section__body:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.section-decoration {
  position: relative;
  isolation: isolate;
  z-index: var(--z-section);
  padding-block: 5.9rem 7.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-decoration {
    padding-block: 3rem 6rem;
  }
}
.section-decoration .section__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding-right: 3.9rem;
}
@media (max-width: 1023px) {
  .section-decoration .section__inner {
    gap: 2.4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .section-decoration .section__inner {
    flex-wrap: wrap;
    gap: 4rem 2rem;
    padding-right: 1rem;
  }
}
.section-decoration .section__body {
  max-width: 64rem;
  margin-left: -0.1rem;
  padding-bottom: 2.7rem;
}
@media (max-width: 1023px) {
  .section-decoration .section__body {
    max-width: 48rem;
    margin-left: 0;
    padding-bottom: 0;
  }
}
.section-decoration .section__head {
  margin-bottom: 0;
  margin-left: -0.1rem;
}
.section-decoration .section__head:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 1023px) {
  .section-decoration .section__head {
    margin-left: 0;
  }
}
.section-decoration .section__head .underline {
  text-underline-offset: 0.22em;
  text-decoration-thickness: 0.09em;
}
.section-decoration .section__content {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .section-decoration .section__content {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .section-decoration .section__content {
    font-size: 1.6rem;
  }
}
.section-decoration .section__media {
  max-width: 41.6rem;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section-decoration .section__media {
    max-width: 32rem;
  }
}
@media (max-width: 767px) {
  .section-decoration .section__media {
    max-width: 30rem;
    margin-left: auto;
  }
}
.section-decoration .section__media img {
  width: 100%;
  height: auto;
}
.section-decoration .section__decoration {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.36;
  transform: translateX(21.5%) translateY(29.5%);
}
@media (max-width: 1023px) {
  .section-decoration .section__decoration {
    transform: translateX(32%) translateY(45%);
  }
}
.section-feature {
  padding-block: 5.5rem 6.3rem;
}
@media (max-width: 1023px) {
  .section-feature {
    padding-block: 4rem;
  }
}
@media (max-width: 767px) {
  .section-feature {
    padding-block: 3.2rem;
  }
}
.section-feature .section__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.9rem;
}
@media (max-width: 1023px) {
  .section-feature .section__inner {
    gap: 1.4rem;
  }
}
.section-feature .section__media {
  flex: 1;
  min-width: 50.7rem;
  margin-top: 0.4rem;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .section-feature .section__media {
    min-width: 46rem;
  }
}
@media (max-width: 1023px) {
  .section-feature .section__media {
    min-width: 32rem;
  }
}
@media (max-width: 767px) {
  .section-feature .section__media {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-feature .section__media img {
    width: 100%;
  }
}
.section-feature .section__body {
  flex: 2;
  min-width: 39.4rem;
}
@media (max-width: 767px) {
  .section-feature .section__body {
    min-width: 100%;
  }
}
.section-feature .section__head {
  margin-bottom: 0;
}
.section-feature .section__head:not(:last-child) {
  margin-bottom: 1.8rem;
}
.section-feature .section__content {
  padding-inline: 0.5rem;
}
@media (max-width: 1199px) {
  .section-feature .section__content {
    margin-right: 0;
    padding-inline: 0;
  }
}
.section-feature .section__content p {
  margin-bottom: 0;
  letter-spacing: -0.007em;
}
.section-feature .section__content p:not(:last-child) {
  margin-bottom: calc(1em * var(--lh-base));
}
@media (max-width: 1199px) {
  .section-feature .section__content p {
    letter-spacing: normal;
  }
}
.section-feature .section__content strong {
  letter-spacing: normal;
}
.section-logos {
  padding-block: 4.4rem 8rem;
}
@media (max-width: 1023px) {
  .section-logos {
    padding-block: 4rem 5.6rem;
  }
}
@media (max-width: 767px) {
  .section-logos {
    padding-block: 2.4rem 3.6rem;
  }
}
.section-logos .section__head {
  margin-bottom: 0;
  max-width: 80rem;
  margin-inline: auto;
  font-size: 2rem;
  text-align: center;
}
.section-logos .section__head:not(:last-child) {
  margin-bottom: 6.2rem;
}
@media (max-width: 1023px) {
  .section-logos .section__head {
    margin-bottom: 0;
    max-width: 62rem;
    font-size: 1.8rem;
  }
  .section-logos .section__head:not(:last-child) {
    margin-bottom: 5.2rem;
  }
}
@media (max-width: 767px) {
  .section-logos .section__head {
    margin-bottom: 0;
    max-width: 48rem;
    font-size: 1.6rem;
  }
  .section-logos .section__head:not(:last-child) {
    margin-bottom: 3.8rem;
  }
}
.section-logos .section__head h2 {
  margin-bottom: 0;
  margin-bottom: 0;
}
.section-logos .section__head h2:not(:last-child) {
  margin-bottom: 1.1rem;
}
.section-logos .section__head h2:not(:last-child) {
  margin-bottom: 1.3rem;
}
.section-logos .section__body {
  padding-inline: 0.5rem 0.3rem;
}
@media (max-width: 1023px) {
  .section-logos .section__body {
    padding-inline: 0;
  }
}
.section-text-image {
  padding-block: 8.1rem 5.9rem;
}
@media (max-width: 1023px) {
  .section-text-image {
    padding-block: 5rem;
  }
}
@media (max-width: 767px) {
  .section-text-image {
    padding-block: 3.2rem;
  }
}
.section-text-image .section__inner {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  gap: 4rem 1.9rem;
  padding-inline: 0.3rem 0.1rem;
}
@media (max-width: 1023px) {
  .section-text-image .section__inner {
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .section-text-image .section__inner {
    gap: 2.4rem;
  }
}
.section-text-image .section__body {
  flex: 1;
  min-width: 42rem;
  max-width: 70.8rem;
}
@media (max-width: 767px) {
  .section-text-image .section__body {
    min-width: 100%;
  }
}
.section-text-image .section__head {
  margin-bottom: 0;
  margin-left: -0.2rem;
}
.section-text-image .section__head:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media (max-width: 1023px) {
  .section-text-image .section__head {
    margin-left: 0;
  }
}
.section-text-image .section__head .underline {
  text-underline-offset: 0.22em;
  text-decoration-thickness: 0.09em;
}
.section-text-image .section__content {
  padding-top: 0.7rem;
  text-align: justify;
}
@media (max-width: 1023px) {
  .section-text-image .section__content {
    padding-top: 0;
  }
}
.section-text-image .section__content p {
  margin-bottom: 0;
}
.section-text-image .section__content p:not(:last-child) {
  margin-bottom: calc(1em * var(--lh-base));
}
.section-text-image .section__content p strong {
  font-weight: 600;
}
.section-text-image .section__image {
  flex: 1;
  max-width: 40.9rem;
  border-radius: 20px;
  overflow: hidden;
}
.section-text-image .section__image img {
  width: 100%;
}
.section-text-media {
  padding-block: 11.4rem 10.1rem;
}
@media (max-width: 1023px) {
  .section-text-media {
    padding-block: 5rem;
  }
}
@media (max-width: 767px) {
  .section-text-media {
    padding-block: 3.2rem;
  }
}
.section-text-media .section__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem 2.1rem;
  padding-right: 0.5rem;
}
@media (max-width: 1023px) {
  .section-text-media .section__inner {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section-text-media .section__inner {
    gap: 2.4rem;
  }
}
.section-text-media .section__body {
  flex: 1;
  min-width: 40rem;
  max-width: 64.7rem;
  padding-top: 0.1rem;
}
@media (max-width: 1023px) {
  .section-text-media .section__body {
    padding-top: 0;
    min-width: 38rem;
  }
}
@media (max-width: 767px) {
  .section-text-media .section__body {
    min-width: 100%;
    max-width: 100%;
  }
}
.section-text-media .section__head {
  margin-bottom: 0;
}
.section-text-media .section__head:not(:last-child) {
  margin-bottom: 2.2rem;
}
.section-text-media .section__head .underline {
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.09em;
}
.section-text-media .section__content {
  margin-left: 1px;
  font-size: 2rem;
  text-align: justify;
}
@media (max-width: 1199px) {
  .section-text-media .section__content {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .section-text-media .section__content {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .section-text-media .section__content {
    font-size: 1.6rem;
  }
}
.section-text-media .section__media {
  flex: 1;
  display: flex;
  max-width: 47.7rem;
  border-radius: 20px;
  background-color: var(--c-black);
  overflow: hidden;
  text-align: right;
}
@media (max-width: 767px) {
  .section-text-media .section__media {
    max-width: 100%;
  }
}
.section-text-media .section__media :is(figure, img, video, iframe) {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.section-text-media .section__media iframe {
  aspect-ratio: 16/9;
}
.shell {
  --shell-gutter: 2.4rem;
  --shell-max-width: 115rem;
  --shell-max-width-plus-gutter: calc(var(--shell-max-width) + (var(--shell-gutter) * 2));
  width: min(100%, var(--shell-max-width-plus-gutter));
  padding-inline: var(--shell-gutter);
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .shell {
    --shell-gutter: 2rem;
  }
}
@media (max-width: 767px) {
  .shell {
    --shell-gutter: 1.6rem;
  }
}
.shell.shell--fluid {
  max-width: none;
}
.wrapper {
  position: relative;
  min-height: 100svh;
}
