:root {
  --desktop-scale: min(1, calc(100vw / 1793px));
}

.h1 {
  font-weight: 735;
  font-stretch: 75%;
  font-size: 16.25rem;
  line-height: 12.60625rem;
  text-transform: uppercase;
}

.h2 {
  font-weight: 735;
  font-stretch: 75%;
  font-size: 11.125rem;
  line-height: 10rem;
  text-transform: uppercase;
}

.h3 {
  font-weight: 665;
  font-stretch: 75%;
  font-size: 7.25rem;
  line-height: 6.625rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.h4 {
  font-weight: 762;
  font-stretch: 75%;
  font-size: 4.625rem;
  line-height: 4.125rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.h5 {
  font-weight: 746;
  font-stretch: 75%;
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.text-button {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.text-body-lg {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 3.375rem;
}

.text-body-md {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.875rem;
}

.text-body-sm {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.text-caption {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.text-article-semibold {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.9375rem;
}

.text-article-small {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.125rem;
  vertical-align: bottom;
}

@media (max-width: 1024px) {
  .h1 {
    font-size: 98.667px;
    font-weight: 762;
    line-height: 80px;
    letter-spacing: -1.973px;
  }
  .h2 {
    font-size: 74px;
    font-weight: 762;
    line-height: 66px;
    letter-spacing: -1.48px;
  }
  .h3 {
    font-size: 74px;
    font-weight: 762;
    line-height: 66px;
    letter-spacing: -1.48px;
  }
  .h4 {
    font-size: 32px;
    font-weight: 746;
    line-height: 36px;
    letter-spacing: 1.28px;
  }
  .h5 {
    font-size: 32px;
    line-height: 36px;
  }
  .text-button {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
  }
  .text-body-lg {
    font-size: 22px;
    line-height: 28px;
  }
  .text-body-md {
    font-size: 22px;
    line-height: 28px;
  }
  .text-body-sm {
    font-size: 16px;
    line-height: 22px;
  }
  .text-caption {
    font-size: 12px;
    line-height: 16px;
  }
  .text-article-semibold {
    font-size: 16px;
    line-height: 22px;
  }
  .text-article-small {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    vertical-align: bottom;
  }
}
/* ==========================================================================
   Normalize / Reset
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin for common elements */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles and padding */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: inherit;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Link resets */
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make media elements easier to work with */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

/* Form element resets */
input,
button,
textarea,
select {
  font-family: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

button {
  cursor: pointer;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/Mona-Sans.woff2") format("woff2");
  font-weight: 200 900;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body {
  overflow-x: clip;
}

body {
  background: #050505;
  font-family: "Mona Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
}

html {
  font-size: calc(1rem * var(--desktop-scale));
}

.container {
  width: 100%;
  max-width: calc(1730px * var(--desktop-scale) + 2.5rem);
  margin: 0 auto;
  padding: 0 1.25rem;
}
.container--xxl {
  max-width: calc(1730px + 2.5rem);
}
.container--lg {
  max-width: calc(1280px + 2.5rem);
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .container {
    max-width: 100%;
    padding-inline: 20px;
  }
}
img,
video,
iframe,
svg {
  max-width: 100%;
  height: auto;
}

video {
  display: block;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.site main {
  flex: 1 0 auto;
}

html.has-nav-open {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-block: 1.875rem;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
  pointer-events: none;
}
.header--hidden {
  transform: translateY(-100%);
}
.has-nav-open .header .header__logo {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: inline-flex;
  align-items: center;
  padding: 0.5625rem 0.6875rem;
  pointer-events: auto;
  border-radius: 6px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: border-radius 0.3s ease-in-out, background 0.3s ease-in-out;
}
.header__logo-mark {
  display: block;
  width: 8.125rem;
  height: 1.5625rem;
  -webkit-mask: url(../images/logo/header-logo.svg) no-repeat center/contain;
  mask: url(../images/logo/header-logo.svg) no-repeat center/contain;
  transition: background 0.3s ease-in-out;
}
.header--light .header__logo {
  background: rgba(255, 255, 255, 0.3);
}
.header--light .header__logo-mark {
  background-color: #050505;
}
.header--dark .header__logo {
  background: rgba(5, 5, 5, 0.2);
}
.header--dark .header__logo-mark {
  background-color: #ffffff;
}

@media (max-width: 1024px) {
  .header {
    padding-block: 30px;
  }
  .header__logo {
    padding: 6px 8px;
  }
  .header__logo-mark {
    width: 90px;
    height: 18px;
  }
  .has-nav-open .header .header__logo {
    background: #461b2a;
  }
}
.burger {
  --burger-line-width: calc(100% - 1.125rem);
  --burger-close-width: 90%;
  --burger-line-offset: 0.5rem;
  position: relative;
  width: 6.4375rem;
  height: 2.6875rem;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  pointer-events: auto;
  overflow: hidden;
  border-radius: 6px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: background 0.35s ease, backdrop-filter 0.35s ease;
}
.burger:focus-visible {
  outline: none;
}
.burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: var(--burger-line-width);
  height: 0.1875rem;
  border-radius: 25px;
  opacity: 1;
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1), width 0.4s cubic-bezier(0.65, 0, 0.35, 1), background 0.3s ease;
}
.burger span:first-child {
  transform: translate(-50%, calc(-50% - var(--burger-line-offset)));
}
.burger span:last-child {
  transform: translate(-50%, calc(-50% + var(--burger-line-offset)));
}
.burger--light {
  background: rgba(255, 255, 255, 0.3);
}
.burger--light span {
  background-color: #050505;
}
.burger--dark {
  background: rgba(5, 5, 5, 0.2);
}
.burger--dark span {
  background-color: #ffffff;
}
.burger.is-active {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.burger.is-active span {
  width: var(--burger-close-width);
  background: #ffffff;
}
.burger.is-active span:first-child {
  transform: translate(-50%, -50%) rotate(25deg);
}
.burger.is-active span:last-child {
  transform: translate(-50%, -50%) rotate(-25deg);
}
@media (prefers-reduced-motion: reduce) {
  .burger,
  .burger span {
    transition-duration: 0.01ms;
  }
}

@media (max-width: 1024px) {
  .burger {
    --burger-line-width: calc(100% - 16px);
    --burger-line-offset: 4.5px;
    width: 73px;
    height: 30px;
    border-radius: 6px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
  .burger span {
    height: 2.5px;
    border-radius: 25px;
  }
  .has-nav-open .burger:not(.is-active) {
    background: #461b2a;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
.nav {
  position: fixed;
  inset: 0;
  z-index: 999;
  visibility: hidden;
  transition: visibility 0s linear 0.7s;
}
.nav.is-open {
  visibility: visible;
  transition-delay: 0s;
}
.nav__scrim {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.6);
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.nav__panel {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-end;
}
.nav.is-open .nav__scrim {
  opacity: 1;
}
.nav__submenus {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}
.nav__submenu {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  overflow-y: auto;
  scrollbar-width: none;
  background: #461b2a;
  padding: 6.25rem clamp(1.25rem, 5vw, 6.25rem) 2.5rem max(20px, (100vw - 1770px) / 2 + 20px);
  transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.6s ease-in-out, visibility 0.3s linear;
}
.nav__submenu::-webkit-scrollbar {
  display: none;
}
.nav__submenu.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.nav__primary {
  flex: 0 0 auto;
  width: max-content;
  background: #461b2a;
  padding: 6.25rem max(20px, (100vw - 1770px) / 2 + 20px) 3.75rem 3.75rem;
  display: flex;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.7s ease-in-out, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav.is-open .nav__primary {
  opacity: 1;
  transform: translateX(0);
}
.nav.is-open .nav__link {
  color: #ff96d4;
}
.nav__list, .nav__sublist {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.nav__item:nth-child(1), .nav__sublist > li:nth-child(1) {
  --nav-item-index: 0;
}
.nav__item:nth-child(2), .nav__sublist > li:nth-child(2) {
  --nav-item-index: 1;
}
.nav__item:nth-child(3), .nav__sublist > li:nth-child(3) {
  --nav-item-index: 2;
}
.nav__item:nth-child(4), .nav__sublist > li:nth-child(4) {
  --nav-item-index: 3;
}
.nav__item:nth-child(5), .nav__sublist > li:nth-child(5) {
  --nav-item-index: 4;
}
.nav__item:nth-child(6), .nav__sublist > li:nth-child(6) {
  --nav-item-index: 5;
}
.nav__item:nth-child(7), .nav__sublist > li:nth-child(7) {
  --nav-item-index: 6;
}
.nav__item:nth-child(8), .nav__sublist > li:nth-child(8) {
  --nav-item-index: 7;
}
.nav__item:nth-child(9), .nav__sublist > li:nth-child(9) {
  --nav-item-index: 8;
}
.nav__item:nth-child(10), .nav__sublist > li:nth-child(10) {
  --nav-item-index: 9;
}
.nav__link, .nav__sublink {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  font-stretch: 75%;
  font-size: 5.625rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.1125rem;
  text-transform: uppercase;
  --nav-icon-shift: 5.25rem;
}
.nav__link::before, .nav__sublink::before {
  content: "";
  width: 4rem;
  height: 3.625rem;
  margin-right: 1.25rem;
  flex-shrink: 0;
  background-color: currentColor;
  mask: url(../images/icons/icon-arrow-nav.svg) no-repeat center/contain;
  -webkit-mask: url(../images/icons/icon-arrow-nav.svg) no-repeat center/contain;
  opacity: 0;
  transform-origin: left center;
  transform: translateX(calc(var(--nav-icon-shift) * -1)) scaleX(0.15);
  transition: opacity 0.4s cubic-bezier(0.85, 0, 0.08, 0.99), transform 0.4s cubic-bezier(0.85, 0, 0.08, 0.99);
}
.nav__link-label, .nav__sublink-label {
  position: relative;
  display: inline-block;
  transform: translateX(calc(var(--nav-icon-shift) * -1));
  transition: transform 0.4s cubic-bezier(0.85, 0, 0.08, 0.99);
}
.nav__link-label-mask, .nav__sublink-label-mask {
  display: inline-flex;
  overflow: hidden;
}
.nav__link-label-text, .nav__sublink-label-text {
  display: inline-block;
  transform: translateY(110%);
  transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--nav-item-index, 0) * 0.08s);
}
.nav.is-open .nav__link-label-text, .nav__submenu.is-active .nav__sublist > li .nav__sublink-label-text {
  transform: translateY(0);
}
.nav__link {
  color: #774453;
  transition: color 1s ease-in-out;
}
@media (any-hover: hover) {
  .nav__link:hover::before {
    opacity: 1;
    transform: translateX(0) scaleX(1);
  }
  .nav__link:hover .nav__link-label {
    transform: translateX(0);
  }
}
.nav__link:focus-visible::before {
  opacity: 1;
  transform: translateX(0) scaleX(1);
}
.nav__link:focus-visible .nav__link-label {
  transform: translateX(0);
}
.nav__link.is-open::before {
  opacity: 1;
  transform: translateX(100%) rotate(180deg);
}
.nav__link.is-open .nav__link-label {
  transform: translateX(0);
}
.nav__sublink {
  color: #f7ccce;
}
.nav__sublink--cta {
  color: #ff96d4;
}
@media (any-hover: hover) {
  .nav__sublink:hover::before {
    opacity: 1;
    transform: translateX(0) scaleX(1);
  }
  .nav__sublink:hover .nav__sublink-label {
    transform: translateX(0);
  }
}
.nav__sublink:focus-visible::before {
  opacity: 1;
  transform: translateX(0) scaleX(1);
}
.nav__sublink:focus-visible .nav__sublink-label {
  transform: translateX(0);
}

@media (max-width: 1024px) {
  .nav__panel {
    flex-direction: column;
  }
  .nav__primary {
    width: 100%;
    flex: 1 1 auto;
    padding: 130px 12px 40px;
    overflow-y: auto;
  }
  .nav__submenus {
    position: static;
    flex: 0 0 0;
  }
  .nav__submenu {
    position: static;
    inset: auto;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    background: transparent;
    padding: 0;
    transform: none;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease-in-out;
  }
  .nav__submenu.is-active {
    grid-template-rows: 1fr;
  }
  .nav__submenu.is-active .nav__sublist {
    padding-block: 12px;
  }
  .nav__list, .nav__sublist {
    row-gap: 12px;
  }
  .nav__sublist {
    min-height: 0;
    overflow: hidden;
    transition: padding 0.4s ease-in-out;
  }
  .nav__link, .nav__sublink {
    column-gap: 10px;
  }
  .nav__link::before, .nav__sublink::before {
    opacity: 1;
    order: 1;
    width: 60px;
    height: 50px;
    margin-right: 0;
    transform: none;
  }
  .nav__sublink:not(.nav__sublink--cta)::before {
    width: 28px;
    height: 24px;
  }
  .nav__link-label, .nav__sublink-label {
    transform: translateX(0);
  }
  .nav__link {
    font-size: 64px;
    font-weight: 762;
    line-height: 66px;
    letter-spacing: -1.28px;
  }
  .nav__link[data-nav-toggle]::before {
    mask-image: url(../images/icons/icon-arrow-nav-mobile.svg);
    -webkit-mask-image: url(../images/icons/icon-arrow-nav-mobile.svg);
  }
  .nav__link.is-open::before {
    transform: rotateX(-180deg);
  }
  .nav__sublink {
    font-size: 44px;
    font-weight: 746;
    line-height: 36px;
    letter-spacing: -0.88px;
  }
  .nav__sublink--cta {
    font-size: 64px;
    font-weight: 762;
    line-height: 66px;
    letter-spacing: -1.28px;
  }
}
.footer {
  margin-block: 2.5rem;
  padding-inline: 1.25rem;
  color: #374C45;
}
.footer__container {
  padding-block: 5rem;
  background: #9EC7C9;
  border-radius: 6px;
}
.footer__content {
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.footer__body {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}
.footer__quote {
  margin-right: 2.5rem;
  max-width: 16.875rem;
  font-stretch: 75%;
  font-weight: 746;
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.footer__nav {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.25rem;
}
.footer__nav-list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.125rem;
}
.footer__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-inline: -0.75rem;
  padding: 0.125rem 0.75rem;
  border-radius: 4px;
  color: #374C45;
  background-color: transparent;
  font-stretch: 98%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.footer__nav-link::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
  background-color: currentColor;
  mask: url(../images/icons/icon-arrow-right.svg) no-repeat center/contain;
  -webkit-mask: url(../images/icons/icon-arrow-right.svg) no-repeat center/contain;
  opacity: 0;
  transform: translateX(-0.375rem);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .footer__nav-link:hover {
    background-color: #374C45;
    color: #C4DDDF;
  }
  .footer__nav-link:hover::after {
    opacity: 1;
    transform: translateX(0);
  }
}
.footer__caption {
  color: #050505;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.footer__bottom {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.footer__bottom img {
  display: block;
}
.footer__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5rem;
}
.footer__socials-list {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(3, 3rem);
  align-items: center;
  gap: 0.25rem;
}
.footer__socials-item {
  display: block;
}
.footer__socials-link {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 4px;
  background: #374C45;
  color: #C4DDDF;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .footer__socials-link:hover {
    background: #050505;
    color: #9EC7C9;
  }
}
.footer__legal .footer__nav-list {
  margin-top: 1rem;
}
.footer__copy {
  position: absolute;
  top: 8.9655172414%;
  right: 0.2081967213%;
  text-align: end;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

@media (max-width: 1024px) {
  .footer {
    margin-block: 25px;
    padding-block: 20px;
  }
  .footer__container {
    padding-block: 20px;
  }
  .footer__content {
    row-gap: 30px;
  }
  .footer__body {
    flex-direction: column;
    row-gap: 20px;
  }
  .footer__quote {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.88px;
  }
  .footer__nav {
    order: 2;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }
  .footer__nav-list {
    margin-top: 12px;
    row-gap: 0;
  }
  .footer__nav-link {
    margin-inline: -8px;
    padding: 0 8px;
    gap: 6px;
    font-size: 14px;
  }
  .footer__nav-link::after {
    width: 10px;
    height: 9px;
    transform: none;
  }
  .footer__caption {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
  .footer__aside {
    display: contents;
  }
  .footer__socials {
    order: 1;
  }
  .footer__socials-list {
    grid-template-columns: repeat(3, 42px);
    margin-bottom: 12px;
    gap: 6px;
  }
  .footer__socials-link {
    gap: 4px;
  }
  .footer__legal {
    order: 3;
  }
  .footer__legal .footer__nav-list {
    margin-top: 12px;
  }
  .footer__bottom img {
    aspect-ratio: 312/68;
    width: 100%;
    height: auto;
  }
  .footer__copy {
    top: -12px;
    font-size: 8px;
  }
}
.breadcrumbs {
  z-index: 1;
  position: absolute;
  top: 6.5rem;
  mix-blend-mode: multiply;
}
.breadcrumbs__list {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
}
.breadcrumbs__item {
  color: #4f4f4f;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  text-transform: uppercase;
}
.breadcrumbs__item--current {
  color: #919191;
}
.breadcrumbs__sep {
  color: #4f4f4f;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .breadcrumbs {
    top: 104px;
  }
  .breadcrumbs__list {
    gap: 4px;
  }
  .breadcrumbs__item {
    font-size: 12px;
    line-height: 16px;
  }
}
.contact-form .gform-theme--framework .gform-loader {
  display: none;
}
.contact-form .gform_wrapper {
  display: block !important;
}
.contact-form .gform_validation_errors,
.contact-form .gform_submission_error {
  display: none !important;
}
.contact-form .gfield_error input[type=text],
.contact-form .gfield_error input[type=email],
.contact-form .gfield_error input[type=tel],
.contact-form .gfield_error input[type=url],
.contact-form .gfield_error select,
.contact-form .gfield_error textarea,
.contact-form .gform_wrapper input[aria-invalid=true],
.contact-form .gform_wrapper select[aria-invalid=true],
.contact-form .gform_wrapper textarea[aria-invalid=true] {
  color: #FF4037 !important;
  border: 1px solid #FF4037 !important;
}
.contact-form .gfield_error input[type=text]::placeholder,
.contact-form .gfield_error input[type=email]::placeholder,
.contact-form .gfield_error input[type=tel]::placeholder,
.contact-form .gfield_error input[type=url]::placeholder,
.contact-form .gfield_error select::placeholder,
.contact-form .gfield_error textarea::placeholder,
.contact-form .gform_wrapper input[aria-invalid=true]::placeholder,
.contact-form .gform_wrapper select[aria-invalid=true]::placeholder,
.contact-form .gform_wrapper textarea[aria-invalid=true]::placeholder {
  color: #FF4037 !important;
}
.contact-form .gform_wrapper .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}
.contact-form .gfield_validation_message {
  color: #FF4037 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  font-family: "Mona Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.93125rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-block-start: 0.125rem !important;
}
.contact-form .gform_wrapper .gfield_label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.93125rem;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #4f4f4f;
}
.contact-form .gform_wrapper .gfield:not(.gfield_contains_required) .gfield_label::after {
  content: "(Optional)";
  color: #919191;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact-form .gform_wrapper .gfield_required {
  display: none;
}
.contact-form .gform_wrapper .gform-field-label--type-sub {
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.93125rem;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #4f4f4f;
}
.contact-form .gform_wrapper input[type=text],
.contact-form .gform_wrapper input[type=email],
.contact-form .gform_wrapper input[type=tel],
.contact-form .gform_wrapper input[type=url],
.contact-form .gform_wrapper select,
.contact-form .gform_wrapper textarea {
  width: 100%;
  background-color: #ffffff;
  border: 0;
  border-radius: 4px;
  padding: 1.0625rem 1.5rem;
  font-family: "Mona Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  color: #050505;
  height: 4.125rem;
}
.contact-form .gform_wrapper input[type=text]::placeholder,
.contact-form .gform_wrapper input[type=email]::placeholder,
.contact-form .gform_wrapper input[type=tel]::placeholder,
.contact-form .gform_wrapper input[type=url]::placeholder,
.contact-form .gform_wrapper select::placeholder,
.contact-form .gform_wrapper textarea::placeholder {
  font-size: 1.25rem;
}
.contact-form .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}
.contact-form .gform_wrapper button.gform_button,
.contact-form .gform_wrapper input.gform_button {
  display: block !important;
  width: 100% !important;
  padding: 1.25rem 1.75rem !important;
  background-color: #F79FDA !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: #050505 !important;
  cursor: pointer !important;
  height: auto !important;
  min-height: 0 !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease !important;
  font-family: Inter !important;
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  text-transform: uppercase !important;
  margin-top: 2.5rem !important;
}
.contact-form .gform_wrapper button.gform_button:hover, .contact-form .gform_wrapper button.gform_button:focus,
.contact-form .gform_wrapper input.gform_button:hover,
.contact-form .gform_wrapper input.gform_button:focus {
  background-color: #ff96d4 !important;
  color: #050505 !important;
  outline: none !important;
}
.contact-form .gform_wrapper button.gform_button.is-invalid, .contact-form .gform_wrapper button.gform_button:disabled, .contact-form .gform_wrapper button.gform_button[disabled],
.contact-form .gform_wrapper input.gform_button.is-invalid,
.contact-form .gform_wrapper input.gform_button:disabled,
.contact-form .gform_wrapper input.gform_button[disabled] {
  background-color: #e2e2e2 !important;
  color: #919191 !important;
  cursor: not-allowed !important;
}
.contact-form .gform_wrapper button.gform_button.is-invalid:hover, .contact-form .gform_wrapper button.gform_button.is-invalid:focus, .contact-form .gform_wrapper button.gform_button:disabled:hover, .contact-form .gform_wrapper button.gform_button:disabled:focus, .contact-form .gform_wrapper button.gform_button[disabled]:hover, .contact-form .gform_wrapper button.gform_button[disabled]:focus,
.contact-form .gform_wrapper input.gform_button.is-invalid:hover,
.contact-form .gform_wrapper input.gform_button.is-invalid:focus,
.contact-form .gform_wrapper input.gform_button:disabled:hover,
.contact-form .gform_wrapper input.gform_button:disabled:focus,
.contact-form .gform_wrapper input.gform_button[disabled]:hover,
.contact-form .gform_wrapper input.gform_button[disabled]:focus {
  background-color: #e2e2e2 !important;
  color: #919191 !important;
}
.contact-form .gform-theme--foundation .gfield textarea.small {
  min-block-size: 9.0625rem;
}

@media (max-width: 1024px) {
  .contact-form .gform_wrapper .gform_fields {
    gap: 31px;
  }
  .contact-form .gfield_validation_message {
    margin-block-start: 2px !important;
    font-size: 10px;
    line-height: 14.9px;
  }
  .contact-form .gform_wrapper .gfield_label,
  .contact-form .gform_wrapper .gform-field-label--type-sub {
    gap: 8px;
    font-size: 10px;
    line-height: 14.9px;
  }
  .contact-form .gform_wrapper input[type=text],
  .contact-form .gform_wrapper input[type=email],
  .contact-form .gform_wrapper input[type=tel],
  .contact-form .gform_wrapper input[type=url],
  .contact-form .gform_wrapper select,
  .contact-form .gform_wrapper textarea {
    padding: 17px 24px;
    font-size: 20px;
    height: 66px;
  }
  .contact-form .gform_wrapper input[type=text]::placeholder,
  .contact-form .gform_wrapper input[type=email]::placeholder,
  .contact-form .gform_wrapper input[type=tel]::placeholder,
  .contact-form .gform_wrapper input[type=url]::placeholder,
  .contact-form .gform_wrapper select::placeholder,
  .contact-form .gform_wrapper textarea::placeholder {
    font-size: 20px;
  }
  .contact-form .gform_wrapper button.gform_button,
  .contact-form .gform_wrapper input.gform_button {
    padding: 20px 28px !important;
    font-size: 18px !important;
    line-height: 24px !important;
    margin-top: 40px !important;
  }
  .contact-form .gform-theme--foundation .gfield textarea.small {
    min-block-size: 145px;
  }
  .contact-form__notice {
    padding: 16px 20px;
  }
}
.contact-form--modal .gform_wrapper .gform_fields {
  gap: 1rem;
}
.contact-form--modal .gform_wrapper .gfield_label {
  margin-bottom: 0.4375rem;
}
.contact-form--modal .gform_wrapper input[type=text],
.contact-form--modal .gform_wrapper input[type=email],
.contact-form--modal .gform_wrapper input[type=tel],
.contact-form--modal .gform_wrapper input[type=url],
.contact-form--modal .gform_wrapper select,
.contact-form--modal .gform_wrapper textarea {
  padding: 1.0625rem 1.5rem;
  font-size: 1.25rem;
  line-height: 2rem;
  height: 3.75rem;
}
.contact-form--modal .gform_wrapper input[type=text]::placeholder,
.contact-form--modal .gform_wrapper input[type=email]::placeholder,
.contact-form--modal .gform_wrapper input[type=tel]::placeholder,
.contact-form--modal .gform_wrapper input[type=url]::placeholder,
.contact-form--modal .gform_wrapper select::placeholder,
.contact-form--modal .gform_wrapper textarea::placeholder {
  color: #919191;
  font-size: 1.25rem;
}
.contact-form--modal .gform_wrapper button.gform_button,
.contact-form--modal .gform_wrapper input.gform_button {
  padding: 1.25rem 1.875rem !important;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  margin-top: 1.5625rem !important;
}
.contact-form--modal .gform-theme--foundation .gfield textarea.small {
  resize: none;
  overflow-y: auto;
  min-block-size: 6.25rem;
  scrollbar-width: none;
}
.contact-form--modal .gform-theme--foundation .gfield textarea.small::-webkit-scrollbar {
  display: none;
}

.contact-form__notice {
  padding: 1rem 1.25rem;
  background-color: #C4DDDF;
  color: #050505;
  font-size: 0.875rem;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .contact-form--modal .gform_wrapper .gfield_label {
    margin-bottom: 7px;
  }
  .contact-form--modal .gform_wrapper input[type=text],
  .contact-form--modal .gform_wrapper input[type=email],
  .contact-form--modal .gform_wrapper input[type=tel],
  .contact-form--modal .gform_wrapper input[type=url],
  .contact-form--modal .gform_wrapper select,
  .contact-form--modal .gform_wrapper textarea {
    padding: 17px 24px;
    font-size: 20px;
    line-height: 32px;
    height: 66px;
  }
  .contact-form--modal .gform_wrapper input[type=text]::placeholder,
  .contact-form--modal .gform_wrapper input[type=email]::placeholder,
  .contact-form--modal .gform_wrapper input[type=tel]::placeholder,
  .contact-form--modal .gform_wrapper input[type=url]::placeholder,
  .contact-form--modal .gform_wrapper select::placeholder,
  .contact-form--modal .gform_wrapper textarea::placeholder {
    font-size: 20px;
  }
  .contact-form--modal .gform_wrapper .gform_fields {
    gap: 30px;
  }
  .contact-form--modal .gform_wrapper button.gform_button,
  .contact-form--modal .gform_wrapper input.gform_button {
    padding: 20px 30px !important;
    font-size: 18px !important;
    line-height: 24px !important;
    margin-top: 40px !important;
  }
  .contact-form--modal .gform-theme--foundation .gfield textarea.small {
    min-block-size: 72px;
  }
}
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.contact-modal[hidden] {
  display: none;
}
.contact-modal__scrim {
  position: absolute;
  inset: 0;
  background-color: rgba(5, 5, 5, 0.6);
  backdrop-filter: blur(2px);
}
.contact-modal__dialog {
  position: relative;
  width: 89.25rem;
  height: 95dvh;
  overflow-y: auto;
  background-color: #C4DDDF;
  border-radius: 6px;
  padding: 3.125rem;
}
.contact-modal__close {
  position: absolute;
  top: 1.875rem;
  right: 1.75rem;
  width: 5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: #050505;
  cursor: pointer;
}
.contact-modal__body {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
}
.contact-modal__title {
  color: #050505;
  text-transform: uppercase;
  max-width: 53.125rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-size: 7.25rem;
  font-weight: 665;
  line-height: 6.625rem;
  letter-spacing: -2.32px;
}
.contact-modal__intro {
  color: #374C45;
  max-width: 35rem;
  margin: 0 auto 1.5625rem;
  z-index: 2;
  text-align: center;
  font-size: 2rem;
  font-weight: 746;
  line-height: 2.25rem;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.contact-modal__decor {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.contact-modal__decor svg {
  width: 100%;
  height: auto;
}
.contact-modal__decor--asterisk {
  top: 21.875rem;
  left: 2.5rem;
  color: #9EC7C9;
}
.contact-modal__decor--asterisk2 {
  top: 21.875rem;
  right: -4.375rem;
  color: #ff96d4;
}
.contact-modal .contact-form--modal {
  width: min(100%, 35rem);
  text-align: left;
  margin: auto;
  z-index: 2;
}
.contact-modal--success .contact-modal__dialog {
  background-color: #050505;
}
.contact-modal--success .contact-modal__close {
  color: #ffffff;
}
.contact-modal--success .contact-modal__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  overflow: visible;
  text-align: left;
}
.contact-modal--success .success-hero {
  padding-block: 0;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-modal--success .success-hero .h3 {
  font-size: 6.25rem;
}
.contact-modal--success .success-hero .container {
  gap: 1.5rem;
  align-items: center;
}
.contact-modal--success .success-hero__text {
  align-items: center;
}
.contact-modal--success .success-hero img {
  margin-top: 0;
  max-width: 20rem;
  height: auto;
}
.contact-modal--success .explore .container {
  grid-template-columns: repeat(3, 1fr);
}
.contact-modal--success .explore__item {
  padding: 0.9375rem;
  gap: 0.625rem;
}
.contact-modal--success .explore__item .text-button {
  padding: 0.9375rem 0;
}

@media (max-width: 1024px) {
  .contact-modal {
    padding: 0 7px;
  }
  .contact-modal__intro {
    text-wrap: balance;
    font-size: 32px;
    line-height: 36px;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .contact-modal__dialog {
    width: 100%;
    height: min(95dvh, 100dvh - 30px);
    padding: 40px 12px;
  }
  .contact-modal__close {
    top: 19px;
    right: 11px;
    width: 61px;
    height: 31px;
  }
  .contact-modal__decor {
    display: none;
  }
  .contact-modal__title {
    font-size: 74px;
    font-weight: 762;
    line-height: 66px;
    letter-spacing: -1.48px;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .contact-modal .contact-form--modal {
    width: 100%;
  }
  .contact-modal--success .success-hero .h3 {
    font-size: 64px;
  }
  .contact-modal--success .success-hero img {
    max-width: 320px;
  }
  .contact-modal--success .success-hero .container {
    gap: 24px;
  }
  .contact-modal--success .explore {
    display: none;
  }
}
html.has-contact-modal-open {
  overflow: hidden;
}

.explore .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.4375rem;
}
.explore__item {
  background-color: #F79FDA;
  transition: background-color 0.3s ease;
  padding: 1.875rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-radius: 6px;
}
.explore__item h3 {
  color: #050505;
}
.explore__item p {
  max-width: 32.375rem;
  color: #4f4f4f;
  transition: color 0.3s ease;
}
.explore__item .text-button {
  color: #050505;
  padding: 1.5rem 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: auto;
  white-space: nowrap;
}
.explore__item:hover {
  background-color: #ff6ac5;
}
.explore__item:hover p {
  color: #050505;
}

@media (max-width: 1024px) {
  .explore .container {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .explore__item {
    padding: 30px 20px;
    gap: 20px;
  }
  .explore__item h3 {
    font-weight: 762;
    font-size: 74px;
    line-height: 66px;
    letter-spacing: -2%;
    text-transform: uppercase;
  }
  .explore__item p {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    max-width: 100%;
  }
  .explore__item .text-button {
    padding: 26px 0;
    gap: 16px;
  }
  .explore__item .text-button svg {
    width: 22px;
    height: 22px;
  }
}
.success-hero {
  padding-block: 13.75rem 9.875rem;
}
.success-hero .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.success-hero__text {
  gap: 4.3125rem;
  display: flex;
  flex-direction: column;
}
.success-hero h1 {
  color: #9EC7C9;
  max-width: 70rem;
}
.success-hero img {
  margin-top: -6.6875rem;
  width: 35.625rem;
}

@media (max-width: 1024px) {
  .success-hero {
    padding-block: 179px 0;
  }
  .success-hero__text {
    gap: 69px;
  }
  .success-hero .container {
    flex-direction: column;
  }
  .success-hero img {
    margin-top: 0;
    width: 100%;
  }
  .success-hero h1 {
    color: #ffffff;
    max-width: 100%;
    font-weight: 762;
    font-size: 64px;
    line-height: 66px;
    letter-spacing: -2%;
    text-transform: uppercase;
  }
}
/*# sourceMappingURL=default.css.map */