:root {
  --color-black: #000000;
  --color-black-opacity: rgba(0, 0, 0, 0.1);
  --color-black-dark: #111822;
  --color-black-soft: #101820;
  --color-neutral: #8a8f8d;
  --color-white: #000000;
}

:root[data-nav-clear] {
  --color-black: #fff;
  --color-black-opacity: rgba(255, 255, 255, 0.239);
  --color-black-dark: #fff;
  --color-black-soft: #fff;
  --color-white: #fff;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 5rem;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .navbar {
    padding: 3.5rem 3.2rem 0;
    pointer-events: all;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .navbar {
    padding: 3.5rem 3.2rem 0;
    pointer-events: all;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .navbar {
    padding: 1rem 3.2rem 0;
    pointer-events: all;
  }
}
.navbar .navbar-left {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: flex-start;
  width: 50rem;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-left {
    width: fit-content;
    gap: 1.1rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .navbar .navbar-left {
    width: fit-content;
    gap: 1.1rem;
  }
}
.navbar .navbar-left__logo-wrapper a {
  display: flex;
}
.navbar .navbar-left__logo-wrapper a svg {
  width: 93px;
  height: 18px;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-left__logo-wrapper a svg {
    width: 74px;
    height: 18px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .navbar .navbar-left__logo-wrapper a svg {
    width: 74px;
    height: 18px;
  }
}
.navbar .navbar-left__logo-wrapper a svg path {
  fill: var(--color-black);
  transition: fill 0.3s ease-out;
}
.navbar .navbar-left__wave-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid var(--color-black-opacity);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: border 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-left__wave-wrapper {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .navbar .navbar-left__wave-wrapper {
    width: 26px;
    height: 26px;
  }
}
.navbar .navbar-left__wave-wrapper svg {
  width: 22px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .navbar .navbar-left__wave-wrapper svg {
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .navbar .navbar-left__wave-wrapper svg {
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
  }
}
.navbar .navbar-left__wave-wrapper svg polyline {
  stroke: var(--color-black);
  stroke-width: 1px;
  transition: stroke 0.3s ease-out;
}
.navbar .navbar-left__wave-wrapper canvas {
  width: 2.16rem;
  height: 2.16rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navbar .navbar-left__wave-wrapper:hover {
  border: 1px solid var(--color-neutral);
}
.navbar .navbar-left__wave-wrapper:hover svg polyline {
  stroke: var(--color-white);
}
.navbar .navbar-left__divider {
  height: 13px;
  width: 1px;
  background-color: var(--color-black);
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-left__divider {
    height: 13px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .navbar .navbar-left__divider {
    height: 13px;
  }
}
.navbar .navbar-center {
  display: flex;
  align-items: center;
  gap: 4.4rem;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-center {
    display: none;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .navbar .navbar-center {
    display: none;
  }
}
.navbar .navbar-center__link {
  color: var(--color-neutral);
  font-family: Aventa;
  font-size: clamp(15px, 2rem, 20px);
  font-weight: 400;
  line-height: normal;
  transition: color 0.3s ease-out;
}
.navbar .navbar-center__link.--is-active {
  color: var(--color-black-soft);
  pointer-events: none;
}
.navbar .navbar-center:hover .navbar-center__link {
  color: var(--color-neutral);
}
.navbar .navbar-center:hover .navbar-center__link:hover {
  color: var(--color-black-soft);
}
.navbar .navbar-right {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: flex-end;
  width: 50rem;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-right {
    width: fit-content;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .navbar .navbar-right {
    width: fit-content;
  }
}
.navbar .navbar-right .cta-1 {
  position: relative;
  border-radius: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-right .cta-1 {
    display: none;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .navbar .navbar-right .cta-1 {
    display: none;
  }
}
.navbar .navbar-right .cta-1 .btn-animate-chars__bg {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: transparent;
}
.navbar .navbar-right .cta-1 .btn-animate-chars__text {
  position: relative;
  padding-bottom: 3px;
}
.navbar .navbar-right .cta-1 .btn-animate-chars__text::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  transition: transform 0.5s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.3s ease-out;
}
.navbar .navbar-right .cta-1:hover .btn-animate-chars__text::after {
  transform: scaleX(0.8);
}
.navbar .navbar-right .cta-1 .btn-animate-chars__text span {
  color: var(--color-black-dark);
  font-family: Aventa;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 87.6%;
  transition: color 0.3s ease-out;
  font-size: clamp(15px, 2rem, 20px);
}
.navbar .navbar-right__divider {
  height: 13px;
  width: 1px;
  background-color: var(--color-black);
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-right__divider {
    display: none;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .navbar .navbar-right__divider {
    display: none;
  }
}
.navbar .navbar-right__menu-button__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 87px;
  height: 15px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-right__menu-button__wrapper {
    width: 55px;
    height: 13px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .navbar .navbar-right__menu-button__wrapper {
    width: 55px;
    height: 13px;
  }
}
.navbar .navbar-right__menu-button__wrapper .navbar__menu-bar {
  width: 60px;
  height: 3px;
  background-color: var(--color-black-dark);
  display: block;
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-right__menu-button__wrapper .navbar__menu-bar {
    width: 40px;
    height: 2px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .navbar .navbar-right__menu-button__wrapper .navbar__menu-bar {
    width: 40px;
    height: 2px;
  }
}
.navbar .navbar-right__menu-button__wrapper .navbar__menu-bar.--is-top {
  transform: translateX(-20%);
}
@media screen and (max-width: 991px) {
  .navbar .navbar-right__menu-button__wrapper .navbar__menu-bar.--is-top {
    transform: translateX(-15%);
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .navbar .navbar-right__menu-button__wrapper .navbar__menu-bar.--is-top {
    transform: translateX(-15%);
  }
}
.navbar .navbar-right__menu-button__wrapper .navbar__menu-bar.--is-bottom {
  transform: translateX(20%);
}
@media screen and (max-width: 991px) {
  .navbar .navbar-right__menu-button__wrapper .navbar__menu-bar.--is-bottom {
    transform: translateX(15%);
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .navbar .navbar-right__menu-button__wrapper .navbar__menu-bar.--is-bottom {
    transform: translateX(15%);
  }
}
.navbar .navbar-right__menu-button__wrapper:hover .navbar__menu-bar {
  transform: translateX(0);
}
.navbar[data-nav="open"] .navbar__menu-bar {
  transform: scale(0);
}
.navbar[data-nav="closed"] .navbar__menu-bar {
  transform: scale(1);
}

.menu {
  position: fixed;
  width: 100%;
  height: 100svh;
  z-index: 30;
  inset: 0;
  padding: 2.6rem 5rem 5rem;
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .menu {
    padding: 0;
    z-index: 8;
    display: block;
    visibility: hidden;
    opacity: 0;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, 0.737254902);
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .menu {
    padding: 0;
    z-index: 8;
    display: block;
    visibility: hidden;
    opacity: 0;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, 0.737254902);
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .menu {
    padding: 1.8rem 2.5rem;
  }
}
.menu__ellipse {
  position: absolute;
  width: min(71.2rem, 71.2vh);
  height: min(71.2rem, 71.2vh);
  border-radius: 100%;
  opacity: 0.6;
  background: #ffaa52;
  filter: blur(250px);
  -webkit-filter: blur(250px);
}
@media screen and (max-width: 991px) {
  .menu__ellipse {
    display: none;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .menu__ellipse {
    display: none;
  }
}
.menu__ellipse-1 {
  top: 24rem;
  left: 0%;
  transform: translate(-50%, 0);
}
.menu__ellipse-2 {
  top: 0;
  right: 0%;
  transform: translate(50%, -50%);
}
.menu__wrapper {
  pointer-events: all;
  position: relative;
  background-color: rgba(255, 255, 255, 0.158);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  clip-path: url(#menu-bg-clip);
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  align-items: center;
  padding-inline: 14.1rem;
  padding-block: 10rem 5rem;
  opacity: 0;
  will-change: transform;
  align-content: end;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .menu__wrapper {
    position: static;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    clip-path: none;
    padding-inline: 0;
    padding-block: 4rem 4rem;
    justify-items: center;
    background-color: transparent;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    opacity: 1;
    align-items: end;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .menu__wrapper {
    position: static;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    clip-path: none;
    padding-inline: 0;
    padding-block: 4rem 4rem;
    justify-items: center;
    background-color: transparent;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    opacity: 1;
    align-items: end;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .menu__wrapper {
    position: relative;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    clip-path: url(#menu-bg-clip);
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    align-items: center;
    padding-inline: 4rem;
    padding-block: 5rem 2rem;
    min-height: 280px;
    max-height: 500px;
  }
}
.menu__wrapper .menu-close {
  position: absolute;
  top: 2.8rem;
  right: 3.6rem;
  width: 3.3rem;
  height: 3.4rem;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.menu__wrapper .menu-close:hover {
  transform: scale(0.9);
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .menu__wrapper .menu-close {
    width: 2rem;
    height: 2rem;
    top: 4rem;
    right: 3.2rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .menu__wrapper .menu-close {
    width: 2rem;
    height: 2rem;
    top: 4rem;
    right: 3.2rem;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .menu__wrapper .menu-close {
    width: 1.5rem;
    height: 1.5rem;
    top: 1.5rem;
    right: 1.2rem;
  }
}
.menu__wrapper .menu-close svg {
  width: 100%;
  height: 100%;
}
.menu__wrapper .menu__connect {
  display: grid;
  gap: min(4.8rem, 4.8vh);
}
@media screen and (max-width: 991px) {
  .menu__wrapper .menu__connect {
    display: none;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .menu__wrapper .menu__connect {
    display: none;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .menu__wrapper .menu__connect {
    display: grid;
    gap: 2rem;
  }
}
.menu__wrapper .menu__connect .menu__connect-heading {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .menu__wrapper .menu__connect .menu__connect-heading {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .menu__wrapper .menu__connect .menu__connect-heading {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .menu__wrapper .menu__connect .menu__connect-heading {
    gap: 0.5rem;
    margin-bottom: 0;
  }
}
.menu__wrapper .menu__connect .menu__connect-heading .menu__connect-heading-icon {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #ff8200;
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .menu__wrapper .menu__connect .menu__connect-heading .menu__connect-heading-icon {
    width: 1vh;
    height: 1vh;
  }
}
.menu__wrapper .menu__connect .menu__connect-heading .menu__connect-heading-text {
  color: #ff8200;
  font-family: Aventa;
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .menu__wrapper .menu__connect .menu__connect-heading .menu__connect-heading-text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .menu__wrapper .menu__connect .menu__connect-heading .menu__connect-heading-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .menu__wrapper .menu__connect .menu__connect-heading .menu__connect-heading-text {
    font-size: 1rem;
  }
}
.menu__wrapper .menu__connect .menu__connect-text {
  color: #101820;
  font-family: Orlean;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.95px;
  width: 68rem;
}
@media screen and (max-width: 991px) {
  .menu__wrapper .menu__connect .menu__connect-text {
    width: 34.7rem;
    font-size: 4rem;
    letter-spacing: 1.2px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .menu__wrapper .menu__connect .menu__connect-text {
    width: 34.7rem;
    font-size: 4rem;
    letter-spacing: 1.2px;
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  .menu__wrapper .menu__connect .menu__connect-text {
    width: 100%;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .menu__wrapper .menu__connect .menu__connect-text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .menu__wrapper .menu__connect .cta-1 .btn-animate-chars__text span {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .menu__wrapper .menu__connect .cta-1 .cta-1__arrow-wrapper {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.menu__wrapper .menu__navigation {
  display: grid;
  gap: min(3rem, 3vh);
  justify-self: end;
  justify-items: center;
  min-width: 23rem;
}
@media screen and (max-width: 991px) {
  .menu__wrapper .menu__navigation {
    justify-self: center;
    margin-bottom: min(7rem, 7vh);
    gap: min(3.6rem, 3.6vh);
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .menu__wrapper .menu__navigation {
    justify-self: center;
    margin-bottom: min(7rem, 7vh);
    gap: min(3.6rem, 3.6vh);
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .menu__wrapper .menu__navigation {
    justify-self: end;
    justify-items: center;
    min-width: 8rem;
    gap: 1rem;
    margin-bottom: 0;
  }
}
.menu__wrapper .menu__navigation .menu__navigation-item {
  position: relative;
  display: block;
  will-change: transform;
}
.menu__wrapper .menu__navigation .menu__navigation-item.--is-active {
  pointer-events: none;
}
.menu__wrapper .menu__navigation .menu__navigation-item.--is-active .menu__navigation-icon {
  transform: translate(-100%, -50%) scale(1);
}
.menu__wrapper .menu__navigation .menu__navigation-item.--is-active .menu__navigation-text {
  opacity: 1;
}
.menu__wrapper .menu__navigation .menu__navigation-icon {
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translate(-100%, -50%) scale(0);
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #ff8200;
  border-radius: 100%;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .menu__wrapper .menu__navigation .menu__navigation-icon {
    width: 1.1rem;
    height: 1.1rem;
    left: -1.4rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .menu__wrapper .menu__navigation .menu__navigation-icon {
    width: 1.1rem;
    height: 1.1rem;
    left: -1.4rem;
  }
}
.menu__wrapper .menu__navigation .menu__navigation-text {
  color: #334049;
  text-align: center;
  font-family: Orlean;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.35px;
  opacity: 0.5;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .menu__wrapper .menu__navigation .menu__navigation-text {
    font-size: min(4.5rem, 4.5vh);
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .menu__wrapper .menu__navigation .menu__navigation-text {
    font-size: min(4.5rem, 4.5vh);
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .menu__wrapper .menu__navigation .menu__navigation-text {
    font-size: 2rem;
  }
}
.menu__wrapper .menu__navigation:hover .menu__navigation-item .menu__navigation-icon {
  transform: translate(-100%, -50%) scale(0);
}
.menu__wrapper .menu__navigation:hover .menu__navigation-item .menu__navigation-text {
  opacity: 0.5;
}
.menu__wrapper .menu__navigation .menu__navigation-item:hover .menu__navigation-icon {
  transform: translate(-100%, -50%) scale(1);
}
.menu__wrapper .menu__navigation .menu__navigation-item:hover .menu__navigation-text {
  opacity: 1;
}
.menu__wrapper .menu__cta-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .menu__wrapper .menu__cta-mobile {
    display: block;
    margin-bottom: min(16rem, 16vh);
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .menu__wrapper .menu__cta-mobile {
    display: block;
    margin-bottom: min(16rem, 16vh);
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .menu__wrapper .menu__cta-mobile {
    display: none;
  }
}
.menu__wrapper .menu__cta-mobile .cta-1 {
  padding: 1.2rem 2.2rem 1.2rem 2.2rem;
}
.menu__wrapper .menu__socials {
  width: fit-content;
  justify-self: center;
  grid-column: 1 / span 2;
  display: grid;
  justify-items: center;
}
@media screen and (max-width: 991px) {
  .menu__wrapper .menu__socials {
    grid-column: 1;
    align-self: flex-end;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .menu__wrapper .menu__socials {
    grid-column: 1;
    align-self: flex-end;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .menu__wrapper .menu__socials {
    justify-self: center;
    grid-column: 1 / span 2;
  }
}
.menu__wrapper .menu__socials .menu__socials-divider {
  width: 11.9rem;
  height: 1px;
  margin-bottom: min(3.2rem, 3.2vh);
  background: #8a8f8d;
}
@media screen and (max-width: 991px) {
  .menu__wrapper .menu__socials .menu__socials-divider {
    display: none;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .menu__wrapper .menu__socials .menu__socials-divider {
    display: none;
  }
}
.menu__wrapper .menu__socials .menu__socials-list {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.menu__wrapper .menu__socials .menu__socials-link {
  position: relative;
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #5b6871;
  cursor: pointer;
}
.menu__wrapper .menu__socials .menu__socials-link svg {
  overflow: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1.5rem;
  overflow: visible;
}
@media (min-width: 992px) and (orientation: portrait) {
  .menu__wrapper .menu__socials .menu__socials-link svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.menu[data-menu-clear] .menu-close rect {
  fill: white;
}
.menu[data-menu-clear] .menu__connect-text,
.menu[data-menu-clear] .menu__navigation-text {
  color: white;
}
.menu[data-menu-clear] .menu__socials-link {
  border-color: white;
}
.menu[data-menu-clear] .menu__socials-link svg path {
  fill: white;
}

.cta-1.btn-animate-chars {
  color: #131313;
  cursor: pointer;
  border-radius: 3rem;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding: 1.9rem 3.7rem;
  gap: 0.8rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  max-width: fit-content;
  /* Characters */
  /* Background */
  /* Arrow */
}
@media screen and (max-width: 991px) {
  .cta-1.btn-animate-chars {
    padding: 1.2rem 2.2rem 1.2rem 2.2rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .cta-1.btn-animate-chars {
    padding: 1.2rem 2.2rem 1.2rem 2.2rem;
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  .cta-1.btn-animate-chars {
    padding: 1rem 1.4rem 1rem 1.6rem;
  }
}
.cta-1.btn-animate-chars .btn-animate-chars__text {
  white-space: nowrap;
}
.cta-1.btn-animate-chars [data-button-animate-chars] {
  overflow: hidden;
  position: relative;
  display: inline-block;
  display: flex;
}
.cta-1.btn-animate-chars [data-button-animate-chars] span {
  display: inline-block;
  position: relative;
  text-shadow: 0px 1.3em currentColor;
  transform: translateY(0em) rotate(0.001deg);
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  color: #fff;
  font-family: Aventa;
  font-size: 2rem;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
}
@media screen and (max-width: 991px) {
  .cta-1.btn-animate-chars [data-button-animate-chars] span {
    color: #fcfcfd;
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    line-height: normal;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .cta-1.btn-animate-chars [data-button-animate-chars] span {
    color: #fcfcfd;
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    line-height: normal;
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  .cta-1.btn-animate-chars [data-button-animate-chars] span {
    font-size: 1.2rem;
  }
}
.cta-1.btn-animate-chars:hover [data-button-animate-chars] span {
  transform: translateY(-1.3em) rotate(0.001deg);
}
.cta-1.btn-animate-chars .btn-animate-chars__bg {
  background-color: #101820;
  border-radius: 3rem;
  position: absolute;
  z-index: -1;
  inset: 0;
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  box-shadow: 0px 10px 36px 0px rgba(16, 24, 32, 0.35), 0px 0px 0px 1px rgba(16, 24, 32, 0.06);
  -webkit-box-shadow: 0px 10px 36px 0px rgba(16, 24, 32, 0.35), 0px 0px 0px 1px rgba(16, 24, 32, 0.06);
}
.cta-1.btn-animate-chars:hover .btn-animate-chars__bg {
  transform: scale(0.95);
}
.cta-1.btn-animate-chars:hover svg {
  transform: translate(2.2rem, -2.2rem);
}
.cta-1.btn-animate-chars .cta-1__arrow-wrapper {
  width: 2.2rem;
  height: 2.2rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .cta-1.btn-animate-chars .cta-1__arrow-wrapper {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .cta-1.btn-animate-chars .cta-1__arrow-wrapper {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.cta-1.btn-animate-chars .cta-1__arrow-wrapper svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(#ff6711 -2.2rem 2.2rem 0px);
  -webkit-filter: drop-shadow(#ff6711 -2.2rem 2.2rem 0px);
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  object-fit: contain;
}

.cta-2.btn {
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  /* Clear */
  /* Light */
  /* Dark */
}
.cta-2.btn[data-filter-status="active"] .btn__circle {
  transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
}
.cta-2.btn .btn__text {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1);
}
.cta-2.btn .btn-text-p {
  white-space: nowrap;
  color: inherit;
}
.cta-2.btn .btn__bg {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cta-2.btn .btn__circle-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.cta-2.btn .btn__circle {
  pointer-events: none;
  border-radius: 50%;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.7s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.4s cubic-bezier(0.625, 0.05, 0, 1);
  transform: translate(-50%, -50%) scale(0) rotate(0.001deg);
}
@media screen and (max-width: 991px) {
  .cta-2.btn .btn__circle {
    transition-duration: 0s;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .cta-2.btn .btn__circle {
    transition-duration: 0s;
  }
}
.cta-2.btn .before__100 {
  padding-top: 100%;
  display: block;
}
.cta-2.btn .btn__text {
  transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1);
}
.cta-2.btn:hover .btn__circle {
  transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
}
@media screen and (max-width: 991px) {
  .cta-2.btn:hover .btn__circle {
    transform: unset;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .cta-2.btn:hover .btn__circle {
    transform: unset;
  }
}
.cta-2.btn[data-theme="clear"]:hover .btn__text {
  color: #031819;
}
@media screen and (max-width: 991px) {
  .cta-2.btn[data-theme="clear"]:hover .btn__text {
    color: #fcfcfd;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .cta-2.btn[data-theme="clear"]:hover .btn__text {
    color: #fcfcfd;
  }
}
.cta-2.btn[data-theme="clear"] .btn__bg {
  background-color: transparent;
}
.cta-2.btn[data-theme="clear"] .btn__text {
  color: #fcfcfd;
}
.cta-2.btn[data-theme="clear"] .btn__circle {
  background-color: #fcfcfd;
}
.cta-2.btn[data-filter-status="active"][data-theme="clear"] .btn__text {
  color: #031819;
}
.cta-2.btn[data-theme="light"]:hover .btn__text {
  color: #fcfcfd;
}
@media screen and (max-width: 991px) {
  .cta-2.btn[data-theme="light"]:hover .btn__text {
    color: #031819;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .cta-2.btn[data-theme="light"]:hover .btn__text {
    color: #031819;
  }
}
.cta-2.btn[data-theme="light"] .btn__bg {
  background-color: transparent;
}
.cta-2.btn[data-theme="light"] .btn__text {
  color: #031819;
}
.cta-2.btn[data-theme="light"] .btn__circle {
  background-color: #ff8200;
}
.cta-2.btn[data-theme="dark"]:hover .btn__text {
  color: #fcfcfd;
}
.cta-2.btn[data-theme="dark"] .btn__bg {
  background-color: transparent;
}
.cta-2.btn[data-theme="dark"] .btn__text {
  color: #d0d2d1;
}
.cta-2.btn[data-theme="dark"] .btn__circle {
  background-color: #ff8200;
}

.cta-3.btn-group {
  justify-content: center;
  display: flex;
  transform-origin: right;
  /* Hover */
}
.cta-3.btn-group .btn-bubble-arrow {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}
.cta-3.btn-group .btn-bubble-arrow__arrow {
  color: #131313;
  background-color: #fcfcfd;
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform: scale(0) rotate(0.001deg);
  transform-origin: left;
}
@media screen and (max-width: 991px) {
  .cta-3.btn-group .btn-bubble-arrow__arrow {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .cta-3.btn-group .btn-bubble-arrow__arrow {
    width: 2rem;
    height: 2rem;
  }
}
.cta-3.btn-group .btn-bubble-arrow__arrow.is--duplicate {
  z-index: 2;
  background-color: #fcfcfd;
  position: absolute;
  right: 0;
}
.cta-3.btn-group .btn-bubble-arrow__arrow-svg {
  width: 40%;
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform: rotate(0.001deg);
}
.cta-3.btn-group .btn-bubble-arrow__arrow.is--duplicate {
  position: absolute;
  z-index: 2;
  right: 0;
  transform: scale(1) rotate(0.001deg);
  transform-origin: right;
}
.cta-3.btn-group .btn-bubble-arrow__content {
  color: #efeeec;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-inline: 2.8rem;
  display: flex;
  position: relative;
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform: translateX(-3.125rem) rotate(0.001deg);
  border: 1px solid #8a8f8d;
}
@media screen and (max-width: 991px) {
  .cta-3.btn-group .btn-bubble-arrow__content {
    height: 2rem;
    padding-inline: 2rem;
    border-radius: 2rem;
    transform: translateX(-2.05rem) rotate(0.001deg);
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .cta-3.btn-group .btn-bubble-arrow__content {
    height: 2rem;
    padding-inline: 2rem;
    border-radius: 2rem;
    transform: translateX(-2.05rem) rotate(0.001deg);
  }
}
.cta-3.btn-group .btn-bubble-arrow__content-text {
  line-height: 1;
  color: #8a8f8d;
  font-family: Orlean;
  font-size: clamp(12px, 1.5rem, 15px);
  font-weight: 500;
  line-height: normal;
  height: fit-content;
  letter-spacing: 0.55px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .cta-3.btn-group .btn-bubble-arrow__content-text {
    font-size: 1rem;
    letter-spacing: 0.3px;
    line-height: normal;
    display: block;
    align-content: center;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .cta-3.btn-group .btn-bubble-arrow__content-text {
    font-size: 1rem;
    letter-spacing: 0.3px;
    line-height: normal;
    display: block;
    align-content: center;
  }
}
.cta-3.btn-group .btn-bubble-arrow:hover .btn-bubble-arrow__content {
  transform: translateX(0em) rotate(0.001deg);
}
@media screen and (max-width: 991px) {
  .cta-3.btn-group .btn-bubble-arrow:hover .btn-bubble-arrow__content {
    transform: unset;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .cta-3.btn-group .btn-bubble-arrow:hover .btn-bubble-arrow__content {
    transform: unset;
  }
}
.cta-3.btn-group .btn-bubble-arrow:hover .btn-bubble-arrow__arrow-svg {
  transform: rotate(-45deg);
}
.cta-3.btn-group .btn-bubble-arrow:hover .btn-bubble-arrow__arrow {
  transform: scale(1) rotate(0.001deg);
}
.cta-3.btn-group .btn-bubble-arrow:hover .btn-bubble-arrow__arrow.is--duplicate {
  transform: scale(0) rotate(0.001deg);
}

.footer {
  padding: 24.5rem 5rem 2.5rem;
  height: fit-content;
  background: #000;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 14.9rem 2rem 5rem;
    margin-top: -1px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer {
    padding: 14.9rem 2rem 5rem;
    margin-top: -1px;
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  .footer {
    padding: 14.9rem 4rem 5rem;
  }
}
.footer .footer-grid {
  width: 100%;
}
.footer .footer-grid .footer-text {
  color: #fcfcfd;
  font-family: Orlean;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.95px;
  width: 66.4rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer-text {
    width: 100%;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 5.6rem;
    letter-spacing: 1.2px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer-text {
    width: 100%;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 5.6rem;
    letter-spacing: 1.2px;
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  .footer .footer-grid .footer-text {
    width: 100%;
    margin-inline: auto;
    font-size: 6.5rem;
  }
}
.footer .footer-grid .footer-text span {
  color: #8a8f8d;
}
.footer .footer-grid .footer-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer-center {
    flex-direction: column;
    gap: 12.2rem;
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer-center {
    flex-direction: column;
    gap: 12.2rem;
    width: 100%;
  }
}
.footer .footer-grid .footer-center__left-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.7rem;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer-center__left-link {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer-center__left-link {
    gap: 1.5rem;
  }
}
.footer .footer-grid .footer-center__left-link:hover svg {
  transform: translate(4.3rem, -4.3rem);
}
.footer .footer-grid .footer-center__left-link:hover .footer-center__left-link-text {
  opacity: 0.8;
}
.footer .footer-grid .footer-center__left-link .footer-center__left-link-icon {
  width: 4.3rem;
  height: 4.3rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer-center__left-link .footer-center__left-link-icon {
    width: 3.3rem;
    height: 3.3rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer-center__left-link .footer-center__left-link-icon {
    width: 3.3rem;
    height: 3.3rem;
  }
}
.footer .footer-grid .footer-center__left-link .footer-center__left-link-icon svg {
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  filter: drop-shadow(#fcfcfd -4.3rem 4.3rem 0px);
  -webkit-filter: drop-shadow(#fcfcfd -4.3rem 4.3rem 0px);
}
.footer .footer-grid .footer-center__left-link .footer-center__left-link-text {
  color: #fcfcfd;
  text-align: center;
  font-family: Orlean;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.35px;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer-center__left-link .footer-center__left-link-text {
    font-size: 3rem;
    letter-spacing: 0.9px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer-center__left-link .footer-center__left-link-text {
    font-size: 3rem;
    letter-spacing: 0.9px;
  }
}
.footer .footer-grid .footer-center__navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer-center__navigation {
    flex-wrap: wrap;
    gap: 5rem 6.9rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer-center__navigation {
    flex-wrap: wrap;
    gap: 5rem 6.9rem;
  }
}
.footer .footer-grid .footer-center__navigation .footer-center__navigation-link {
  color: #fcfcfd;
  font-family: Orlean;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.75px;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer-center__navigation .footer-center__navigation-link {
    font-size: 2rem;
    letter-spacing: 0.6px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer-center__navigation .footer-center__navigation-link {
    font-size: 2rem;
    letter-spacing: 0.6px;
  }
}
.footer .footer-grid .footer-center__navigation .footer-center__navigation-link:hover {
  opacity: 0.8;
}
.footer .footer-grid .footer-divider {
  stroke-width: 2px;
  height: 2px;
  width: 100%;
  background-color: #8a8f8d;
  opacity: 0.3;
  margin-block: 6rem 5.8rem;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer-divider {
    margin-block: 6rem 5.3rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer-divider {
    margin-block: 6rem 5.3rem;
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  .footer .footer-grid .footer-divider {
    margin-block: 5.8rem 4.5rem;
  }
}
.footer .footer-grid .footer__logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer__logo-wrapper {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer__logo-wrapper {
    margin-bottom: 5rem;
  }
}
.footer .footer-grid .footer__logo-wrapper .footer__logo-inner {
  overflow: hidden;
}
.footer .footer-grid .footer__logo-wrapper svg {
  width: auto;
  height: 29.3rem;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer__logo-wrapper svg {
    height: 8.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer__logo-wrapper svg {
    height: 8.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  .footer .footer-grid .footer__logo-wrapper svg {
    height: 14rem;
  }
}
@media (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer__logo-wrapper svg {
    height: 12rem;
  }
}
.footer .footer-grid .footer__logo-wrapper .footer__logo-inner:nth-of-type(3) svg {
  height: 35rem;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer__logo-wrapper .footer__logo-inner:nth-of-type(3) svg {
    height: 10.3rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer__logo-wrapper .footer__logo-inner:nth-of-type(3) svg {
    height: 10.3rem;
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  .footer .footer-grid .footer__logo-wrapper .footer__logo-inner:nth-of-type(3) svg {
    height: 17rem;
  }
}
@media (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer__logo-wrapper .footer__logo-inner:nth-of-type(3) svg {
    height: 14rem;
  }
}
.footer .footer-grid .footer-bottom {
  display: grid;
  grid-template-areas: "stack";
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer-bottom {
    grid-template-areas: "copyright copyright" "socials top";
    row-gap: 6rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer-bottom {
    grid-template-areas: "copyright copyright" "socials top";
    row-gap: 6rem;
  }
}
.footer .footer-grid .footer-bottom__socials {
  grid-area: stack;
  justify-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer-bottom__socials {
    grid-area: socials;
    gap: 1rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer-bottom__socials {
    grid-area: socials;
    gap: 1rem;
  }
}
.footer .footer-grid .footer-bottom__socials .footer-bottom__socials-link svg {
  height: 2rem;
  width: 2.7rem;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer-bottom__socials .footer-bottom__socials-link svg {
    width: auto;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer-bottom__socials .footer-bottom__socials-link svg {
    width: auto;
  }
}
.footer .footer-grid .footer-bottom__socials .footer-bottom__socials-link svg path {
  transition: all 0.3s ease-out;
}
.footer .footer-grid .footer-bottom__socials .footer-bottom__socials-link:hover svg path {
  fill: #fcfcfd;
}
.footer .footer-grid .footer-bottom__copyright {
  grid-area: stack;
  justify-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.4rem;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer-bottom__copyright {
    grid-area: copyright;
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer-bottom__copyright {
    grid-area: copyright;
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  .footer .footer-grid .footer-bottom__copyright {
    justify-content: flex-start;
    gap: 2.8rem;
  }
}
.footer .footer-grid .footer-bottom__copyright .footer-bottom__copyright-text,
.footer .footer-grid .footer-bottom__copyright .footer-bottom__copyright-link {
  color: #8a8f8d;
  font-family: Aventa;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer-bottom__copyright .footer-bottom__copyright-text,
  .footer .footer-grid .footer-bottom__copyright .footer-bottom__copyright-link {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer-bottom__copyright .footer-bottom__copyright-text,
  .footer .footer-grid .footer-bottom__copyright .footer-bottom__copyright-link {
    font-size: 1.1rem;
  }
}
.footer .footer-grid .footer-bottom__copyright .footer-bottom__copyright-link:hover {
  color: #fcfcfd;
}
.footer .footer-grid .footer-bottom__scroll-top {
  grid-area: stack;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer-bottom__scroll-top {
    grid-area: top;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer-bottom__scroll-top {
    grid-area: top;
  }
}
.footer .footer-grid .footer-bottom__scroll-top .footer-bottom__scroll-top-text {
  color: #fcfcfd;
  font-family: Orlean;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 991px) {
  .footer .footer-grid .footer-bottom__scroll-top .footer-bottom__scroll-top-text {
    font-size: 1.6em;
    letter-spacing: 0.48px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .footer .footer-grid .footer-bottom__scroll-top .footer-bottom__scroll-top-text {
    font-size: 1.6em;
    letter-spacing: 0.48px;
  }
}
.footer .footer-grid .footer-bottom .footer-bottom__scroll-top-icon {
  width: 2.2rem;
  height: 2.2rem;
}
.footer .footer-grid .footer-bottom .footer-bottom__scroll-top-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

@font-face {
  font-family: "Aventa";
  src: url("/fonts/aventa/Aventa-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  descent-override: 2%;
  ascent-override: 75%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Aventa";
  src: url("/fonts/aventa/Aventa-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  descent-override: 2%;
  ascent-override: 75%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Aventa";
  src: url("/fonts/aventa/Aventa-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  descent-override: 2%;
  ascent-override: 77%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Aventa";
  src: url("/fonts/aventa/Aventa-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  descent-override: 2%;
  ascent-override: 75%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Aventa-default";
  src: url("/fonts/aventa/Aventa-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aventa";
  src: url("/fonts/aventa/Aventa-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  descent-override: 2%;
  ascent-override: 75%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Aventa";
  src: url("/fonts/aventa/Aventa-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  descent-override: 2%;
  ascent-override: 75%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Aventa";
  src: url("/fonts/aventa/Aventa-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  descent-override: 2%;
  ascent-override: 75%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Aventa";
  src: url("/fonts/aventa/Aventa-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  descent-override: 2%;
  ascent-override: 75%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Aventa";
  src: url("/fonts/aventa/Aventa-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  descent-override: 2%;
  ascent-override: 75%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Orlean";
  src: url("/fonts/orlean/orlean-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  descent-override: 2%;
  ascent-override: 72%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Orlean";
  src: url("/fonts/orlean/orlean-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  descent-override: 2%;
  ascent-override: 72%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Orlean";
  src: url("/fonts/orlean/orlean-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  descent-override: 2%;
  ascent-override: 72%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Orlean";
  src: url("/fonts/orlean/orlean-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  descent-override: 2%;
  ascent-override: 72%;
  line-gap-override: 0%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

picture {
  height: 100%;
}

button {
  background: transparent;
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

html {
  font-size: 0.5208333333vw;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 2.2727272727vw;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  html {
    font-size: 2.2727272727vw;
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media (min-width: 992px) and (orientation: portrait) {
  html {
    font-size: 1.6666666667vw;
  }
}
body {
  background-color: #fff;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

::selection {
  background-color: #ff8200;
  color: #fff;
}

.overflow-wrapper {
  overflow: hidden;
}

.clippy {
  position: absolute;
  top: -999px;
  left: -999px;
  width: 0;
  height: 0;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

.hero {
  position: relative;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding-block: min(15rem, 15vh) min(35rem, 35vh);
}
@media screen and (max-width: 991px) {
  .hero {
    padding-block: 14.3rem 9.5rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero {
    padding-block: 14.3rem 9.5rem;
  }
}
/* .hero .hero__ellipse-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.hero .hero__ellipse {
  position: absolute;
  flex-shrink: 0;
  left: 50%;
  border-radius: 100%;
  pointer-events: none;
  user-select: none;
}
.hero .hero__ellipse-0 {
  width: min(61.2rem, 61.2vh);
  height: min(61.2rem, 61.2vh);
  opacity: 0.9;
  background: #ffab52;
  filter: blur(250px);
  -webkit-filter: blur(250px);
  transform: translate(-50%, -50%);
  top: min(50rem, 50vh);
  will-change: transform;
}
@media screen and (max-width: 991px) {
  .hero .hero__ellipse-0 {
    width: 37.3rem;
    height: 37.3rem;
    background: #ffab52;
    top: 8rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .hero__ellipse-0 {
    width: 37.3rem;
    height: 37.3rem;
    background: #ffab52;
    top: 8rem;
  }
}
.hero .hero__ellipse-1 {
  width: 25rem;
  height: 25rem;
  background-color: #ff9b33;
  opacity: 1;
  mix-blend-mode: multiply;
  top: min(20rem, 20vh);
  left: 50%;
  transform: translateX(-50%);
  filter: blur(20px);
  -webkit-filter: blur(20px);
  will-change: transform;
}
@media screen and (max-width: 991px) {
  .hero .hero__ellipse-1 {
    width: 13.1rem;
    height: 13.1rem;
    top: 11rem;
    mix-blend-mode: normal;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .hero__ellipse-1 {
    width: 13.1rem;
    height: 13.1rem;
    top: 11rem;
    mix-blend-mode: normal;
  }
}
.hero .hero__ellipse-2 {
  width: 110.9rem;
  height: 113rem;
  border: 2px solid #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 54.81%);
  mask-image: linear-gradient(to bottom, #fff 10%, transparent 30%);
  top: min(25rem, 25vh);
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  will-change: transform;
}
@media screen and (max-width: 991px) {
  .hero .hero__ellipse-2 {
    width: 59.3rem;
    height: 59.3rem;
    top: 13rem;
    backdrop-filter: blur(90px);
    -webkit-backdrop-filter: blur(90px);
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .hero__ellipse-2 {
    width: 59.3rem;
    height: 59.3rem;
    top: 13rem;
    backdrop-filter: blur(90px);
    -webkit-backdrop-filter: blur(90px);
  }
} */

.hero .hero__blur-0 {
  border-radius: 100%;
  position: absolute;
  width: 71.2rem;
  height: 71.2rem;
  background: #ffaa52;
  filter: blur(250px);
  -webkit-filter: blur(200px);
  transform: translate(-50%, -50%);
  top: 50%;
  will-change: transform;
  left: 50%;
}
@media screen and (max-width: 991px) {
  .hero .hero__blur-0 {
    width: 26rem;
    height: 26rem;
    background: #ffab52;
    top: 45%;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .hero__blur-0 {
    width: 37.3rem;
    height: 37.3rem;
    background: #ffab52;
    top: 45%;
  }
}

.hero .hero__blur-1 {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 50rem;
  height: 45rem;
  mix-blend-mode: multiply;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .hero .hero__blur-1 {
    width: 25rem;
    height: 25rem;
    top:8%;
    filter: blur(20px);
    -webkit-filter: blur(20px);
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .hero__blur-1 {
    width: 20rem;
    height: 20rem;
    top: 22%;
    filter: blur(20px);
    -webkit-filter: blur(20px);
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  .hero .hero__blur-1 {
    height: 30rem;
    width: 30rem;
    top: 3%;
  }
}
.hero .hero__blur-2 {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 113rem;
  height: 113rem;
  object-fit: contain;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .hero .hero__blur-2 {
    width: 42rem;
    height: 42rem;
    top:38%;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 100%;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .hero__blur-2 {
    width: 59.3rem;
    height: 59.3rem;
    top: 30%;
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  .hero .hero__blur-2 {
    height: 60.1rem;
    width: 60.1rem;
    top: 33%;
     backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
  }
}

.hero .hero-grid {
  position: relative;
  display: grid;
  gap: 0;
  width: 100%;
  padding-inline: 5rem;
  align-content: start;
  height: fit-content;
}
@media screen and (max-width: 991px) {
  .hero .hero-grid {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .hero-grid {
    padding-inline: 2rem;
  }
}
.hero .hero-grid .hero__link {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: min(12.5rem, 12.5vh);
  visibility: hidden;
  opacity: 0;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .hero .hero-grid .hero__link {
    display: none;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .hero-grid .hero__link {
    display: none;
  }
}
.hero .hero-grid .hero__link:hover .hero__link-icon svg {
  transform: translate(-2.2rem, 0rem);
}
@media screen and (max-width: 991px) {
  .hero .hero-grid .hero__link:hover .hero__link-icon svg {
    transform: translate(0rem, 0rem);
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .hero-grid .hero__link:hover .hero__link-icon svg {
    transform: translate(0rem, 0rem);
  }
}
.hero .hero-grid .hero__link .hero__link-icon {
  width: clamp(12px, 1.75rem, 17.5px);
  height: 1.1rem;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .hero .hero-grid .hero__link .hero__link-icon {
    width: 1.3rem;
    height: 0.9rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .hero-grid .hero__link .hero__link-icon {
    width: 1.3rem;
    height: 0.9rem;
  }
}
.hero .hero-grid .hero__link .hero__link-icon svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(#ff6711 2.5rem 0rem 0px);
  -webkit-filter: drop-shadow(#ff6711 2.5rem 0rem 0px);
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}
.hero .hero-grid .hero__link .hero__link-text {
  color: #101820;
  text-align: center;
  font-family: Aventa;
  font-size: clamp(15px, 1.5rem + 3px, 20px);
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .hero .hero-grid .hero__link .hero__link-text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .hero-grid .hero__link .hero__link-text {
    font-size: 1.2rem;
  }
}
.hero .hero-grid .hero__heading {
  color: #101820;
  font-family: Orlean;
  font-size: min(15rem, 15vh);
  font-weight: 400;
  line-height: 1;
  height: fit-content;
  letter-spacing: 4.5px;
  max-width: 134rem;
  justify-self: center;
  text-align: center;
  opacity: 0;
}
.hero .hero-grid .hero__heading span {
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .hero .hero-grid .hero__heading {
    font-size: 3.8rem;
    letter-spacing: 1.14px;
    line-height: 1;
    max-width: 33rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .hero-grid .hero__heading {
    font-size: 3.8rem;
    letter-spacing: 1.14px;
    line-height: 1;
    max-width: 33rem;
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  .hero .hero-grid .hero__heading {
    font-size: 5rem;
    letter-spacing: 1.14px;
    line-height: 1;
    max-width: 45rem;
  }
}
.hero .hero-grid .hero__text {
  color: #101820;
  font-family: Aventa;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: min(12rem, 12vh);
}
@media screen and (max-width: 991px) {
  .hero .hero-grid .hero__text {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .hero-grid .hero__text {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}
.hero .hero-grid .hero__text span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 991px) {
  .hero .hero-grid .hero__text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .hero-grid .hero__text {
    font-size: 1rem;
  }
}
.hero .lets-talk__socials.--is-desktop {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .hero .lets-talk__socials.--is-desktop {
    display: none;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .lets-talk__socials.--is-desktop {
    display: none;
  }
}
.hero .lets-talk__socials.--is-desktop .lets-talk__socials-link {
  position: relative;
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #5b6871;
}
@media screen and (max-width: 991px) {
  .hero .lets-talk__socials.--is-desktop .lets-talk__socials-link {
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .lets-talk__socials.--is-desktop .lets-talk__socials-link {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.hero .lets-talk__socials.--is-desktop .lets-talk__socials-link svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1.7rem;
  height: 1.5rem;
}
@media screen and (max-width: 991px) {
  .hero .lets-talk__socials.--is-desktop .lets-talk__socials-link svg {
    height: 1rem;
    object-fit: contain;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .hero .lets-talk__socials.--is-desktop .lets-talk__socials-link svg {
    height: 1rem;
    object-fit: contain;
  }
}

.content {
  padding-inline: 5rem;
  min-height: 100vh;
  padding-bottom: 8.7rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .content {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content {
    padding-inline: 2rem;
  }
}
.content .context-flex {
  display: flex;
  column-gap: 11rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .content .context-flex {
    flex-direction: column;
    column-gap: 0;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex {
    flex-direction: column;
    column-gap: 0;
  }
}
.content .context-flex .content-panel {
  display: flex;
  flex-direction: column;
  padding-right: 4.8rem;
  flex-shrink: 0;
  border-right: 1px solid #d0d2d1;
  height: fit-content;
  max-height: 80vh;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-panel {
    padding-right: 0;
    padding-bottom: 0;
    border-right: 0;
    display: grid;
    top: 0;
    grid-template-columns: auto 4rem auto;
    column-gap: 2.2rem;
    align-items: center;
    position: static;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-panel {
    padding-right: 0;
    padding-bottom: 0;
    border-right: 0;
    display: grid;
    top: 0;
    grid-template-columns: auto 4rem auto;
    column-gap: 2.2rem;
    align-items: center;
    position: static;
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  .content .context-flex .content-panel {
    grid-template-columns: 10rem 4rem auto;
  }
}
.content .context-flex .content-panel img {
  width: min(13.8rem, 13.8vh);
  height: min(13.8rem, 13.8vh);
  border-radius: 100%;
  margin-bottom: min(3.4rem, 3.4vh);
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-panel img {
    width: 10rem;
    height: 10rem;
    margin-bottom: 0rem;
    grid-column: 1;
    grid-row: 1 / span 3;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-panel img {
    width: 10rem;
    height: 10rem;
    margin-bottom: 0rem;
    grid-column: 1;
    grid-row: 1 / span 3;
  }
}
.content .context-flex .content-panel__mdx {
  color: #101820;
  font-family: Orlean;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.6px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-panel__mdx {
    margin-bottom: 0;
    grid-column: 2;
    width: 4rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-panel__mdx {
    margin-bottom: 0;
    grid-column: 2;
    width: 4rem;
  }
}
.content .context-flex .content-panel__hashtag {
  color: #d0d2d1;
  font-family: Aventa;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: min(1.7rem, 1.7vh);
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-panel__hashtag {
    grid-column: 3;
    font-size: 1.2rem;
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-panel__hashtag {
    grid-column: 3;
    font-size: 1.2rem;
    margin-bottom: 0rem;
  }
}
.content .context-flex .content-panel__description {
  color: #8a8f8d;
  font-family: Aventa;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  width: 31rem;
  margin-bottom: min(3rem, 3vh);
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-panel__description {
    grid-column: 2 / span 2;
    font-size: 1.1rem;
    margin-block: 1.2rem;
    width: 25.6rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-panel__description {
    grid-column: 2 / span 2;
    font-size: 1.1rem;
    margin-block: 1.2rem;
    width: 25.6rem;
  }
}
.content .context-flex .content-panel__socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-panel__socials {
    grid-column: 2 / span 2;
    height: 2rem;
    width: 25.6rem;
    gap: 0.4rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-panel__socials {
    grid-column: 2 / span 2;
    height: 2rem;
    width: 25.6rem;
    gap: 0.4rem;
  }
}
.content .context-flex .content-panel__socials .content-panel__socials-link {
  position: relative;
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #8a8f8d;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-panel__socials .content-panel__socials-link {
    position: relative;
    border-radius: 100%;
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-panel__socials .content-panel__socials-link {
    position: relative;
    border-radius: 100%;
    width: 2.6rem;
    height: 2.6rem;
  }
}
.content .context-flex .content-panel__socials .content-panel__socials-link svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1.7rem;
  height: 1.5rem;
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-panel__socials .content-panel__socials-link svg {
    height: 1rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-panel__socials .content-panel__socials-link svg {
    height: 1rem;
  }
}
.content .context-flex .content-panel__socials .content-panel__socials-link svg path {
  fill: #8a8f8d;
}
.content .context-flex .content-panel__divider {
  width: 6.45rem;
  height: 1px;
  background: #d0d2d1;
  margin-block: min(3rem, 3vh) min(4.3rem, 4.3vh);
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-panel__divider {
    display: none;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-panel__divider {
    display: none;
  }
}
.content .context-flex .content-panel__input-wrapper {
  position: relative;
  border-radius: 3rem;
  border: 1px solid #d0d2d1;
  height: 4rem;
  padding: 0.8rem 5rem 0.8rem 2rem;
  margin-bottom: 3.4rem;
  max-width: 30.7rem;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-panel__input-wrapper {
    grid-column: 1 / span 3;
    grid-row: 4;
    border: none;
    max-width: 26.1rem;
    background: #f6f6f6;
    margin-top: 5.7rem;
    border: none;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-panel__input-wrapper {
    grid-column: 1 / span 3;
    grid-row: 4;
    border: none;
    max-width: 26.1rem;
    background: #f6f6f6;
    margin-top: 5.7rem;
    border: none;
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  .content .context-flex .content-panel__input-wrapper {
    max-width: 82%;
  }
}
.content .context-flex .content-panel__input-wrapper .content-panel__label {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.8rem;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.content .context-flex .content-panel__input-wrapper .content-panel__label svg {
  width: 2.4rem;
  height: 2.4rem;
}
.content .context-flex .content-panel__input-wrapper .content-panel__label span {
  color: #101820;
  font-family: Aventa;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-panel__input-wrapper .content-panel__label span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-panel__input-wrapper .content-panel__label span {
    font-size: 1.2rem;
  }
}
.content .context-flex .content-panel__input-wrapper .content-panel__search {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
}
.content .context-flex .content-panel__input-wrapper .content-panel__search:focus {
  border: none;
}
.content .context-flex .content-panel__input-wrapper .content-panel__input-clear {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-panel__input-wrapper .content-panel__input-clear {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-panel__input-wrapper .content-panel__input-clear {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.content .context-flex .content-panel__input-wrapper .content-panel__input-clear:hover {
  transform: scale(0.9) translateY(-50%);
}
.content .context-flex .content-panel__input-wrapper .content-panel__input-clear svg {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-out;
}
.content .context-flex .content-panel__input-wrapper .content-panel__search:focus + .content-panel__label,
.content .context-flex .content-panel__input-wrapper .content-panel__search:not(:placeholder-shown) + .content-panel__label {
  opacity: 0;
  pointer-events: none;
}
.content .context-flex .content-panel__input-wrapper .content-panel__search:not(:placeholder-shown) ~ .content-panel__input-clear {
  opacity: 1;
  visibility: visible;
}
.content .context-flex .content-panel__categories {
  max-width: 30.7rem;
  max-height: 40rem;
  overflow: auto;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-panel__categories {
    display: none;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-panel__categories {
    display: none;
  }
}
.content .context-flex .content-panel__categories .content-panel__categories-title {
  color: #101820;
  font-family: Orlean;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.6px;
  margin-bottom: min(2.5rem, 2.5vh);
  display: block;
}
.content .context-flex .content-panel__categories .content-panel__categories-list {
  display: grid;
  gap: min(1.6rem, 1.6vh);
}
.content .context-flex .content-panel__categories .content-panel__categories-list .content-panel__categories-item {
  display: flex;
  height: 4rem;
  padding: 0.8rem 2rem;
  align-items: center;
  justify-content: flex-start;
  gap: 1.8rem;
  border-radius: 3rem;
  background: #f6f6f6;
  cursor: pointer;
  transition: background 0.3s ease-out;
}
.content .context-flex .content-panel__categories .content-panel__categories-list .content-panel__categories-item:hover,
.content .context-flex .content-panel__categories .content-panel__categories-list .content-panel__categories-item.--is-active {
  background: #cecece;
}
.content .context-flex .content-panel__categories .content-panel__categories-list .content-panel__categories-item svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  overflow: visible;
}
.content .context-flex .content-panel__categories .content-panel__categories-list .content-panel__categories-item span {
  color: #101820;
  font-family: Aventa;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: normal;
}
.content .context-flex .content-panel__categories.--is-mobile {
  position: relative;
  z-index: 1;
  grid-column: 1 / span 3;
  grid-row: 4;
  justify-self: end;
  margin-top: 5.7rem;
  margin-bottom: 3.4rem;
  overflow: visible;
}
@media (min-width: 992px) {
  .content .context-flex .content-panel__categories.--is-mobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-panel__categories.--is-mobile {
    display: block;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-panel__categories.--is-mobile {
    display: block;
  }
}
.content .context-flex .content-panel__categories.--is-mobile .content-panel__categories-filter {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  padding: 0.8rem 2rem;
  border-radius: 3rem;
  background: #f6f6f6;
  width: 12.8rem;
  height: 4rem;
}
.content .context-flex .content-panel__categories.--is-mobile .content-panel__categories-filter svg {
  width: 1.6rem;
  height: 1.7rem;
}
.content .context-flex .content-panel__categories.--is-mobile .content-panel__categories-filter span {
  color: #101820;
  font-family: Aventa;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
}
.content .context-flex .content-panel__categories.--is-mobile .content-panel__categories-list {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  gap: 0.5rem;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
.content .context-flex .content-panel__categories.--is-mobile .content-panel__categories-list .content-panel__categories-item {
  display: flex;
  max-height: 4rem;
  padding: 0.8rem 2rem;
  align-items: center;
  justify-content: flex-start;
  gap: 1.8rem;
  border-radius: 3rem;
  background: #f6f6f6;
  cursor: pointer;
  transition: background 0.3s ease-out;
}
.content .context-flex .content-panel__categories.--is-mobile .content-panel__categories-list .content-panel__categories-item svg {
  width: 1.5rem;
  height: 1.3rem;
  flex-shrink: 0;
}
.content .context-flex .content-panel__categories.--is-mobile .content-panel__categories-list .content-panel__categories-item span {
  color: #101820;
  font-family: Aventa;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  flex-shrink: 0;
}
.content .context-flex .content-panel__categories.--is-mobile .content-panel__categories-list .content-panel__categories-item.--is-active {
  background: #cecece;
}
.content .context-flex .content-panel__categories.--is-mobile[data-filter-status="active"] .content-panel__categories-list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.content .context-flex .content-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  flex-grow: 1;
  row-gap: 9rem;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    width: 100%;
    column-gap: 2.9rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    width: 100%;
    column-gap: 2.9rem;
  }
}
.content .context-flex .content-grid .content-item {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  width: 41.4rem;
}
.content .context-flex .content-grid .content-item:hover .content-item__image-wrapper img {
  transform: scale(1.01);
}
.content .context-flex .content-grid .content-item:hover .content-item__title {
  color: #ff8200;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-grid .content-item {
    width: 18.4rem;
    row-gap: 0.8rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-grid .content-item {
    width: 18.4rem;
    row-gap: 0.8rem;
  }
}
@media screen and (min-width: 482px) and (max-width: 991px) {
  .content .context-flex .content-grid .content-item {
    width: 100%;
  }
}
.content .context-flex .content-grid .content-item:hover .content-item__blur-bg {
  opacity: 1;
}
.content .context-flex .content-grid .content-item__top {
  position: relative;
  width: 100%;
  height: 41.9rem;
  padding: 1.5rem;
  border-radius: 3rem;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-grid .content-item__top {
    height: 20rem;
    border-radius: 2rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-grid .content-item__top {
    height: 20rem;
    border-radius: 2rem;
    padding: 1rem;
  }
}
.content .context-flex .content-grid .content-item__top .content-item__blur-bg {
  position: absolute;
  inset: 0;
  border-radius: 3rem;
  opacity: 0.2;
  z-index: -1;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-grid .content-item__top .content-item__blur-bg {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-grid .content-item__top .content-item__blur-bg {
    border-radius: 2rem;
  }
}
.content .context-flex .content-grid .content-item__top .content-item__image-wrapper {
  overflow: hidden;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-grid .content-item__top .content-item__image-wrapper {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-grid .content-item__top .content-item__image-wrapper {
    border-radius: 2rem;
  }
}
.content .context-flex .content-grid .content-item__top .content-item__image-wrapper img {
  width: 100%;
  transform: scale(1.1);
  transition: transform 0.4s ease-out;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-grid .content-item__top .content-item__image-wrapper img {
    transform: scale(1);
    transition: none;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-grid .content-item__top .content-item__image-wrapper img {
    transform: scale(1);
    transition: none;
  }
}
.content .context-flex .content-grid .content-item__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 1.7rem;
  padding-inline: 0.8rem;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-grid .content-item__bottom {
    row-gap: 0.7rem;
    padding-inline: 0rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-grid .content-item__bottom {
    row-gap: 0.7rem;
    padding-inline: 0rem;
  }
}
.content .context-flex .content-grid .content-item .content-item__categories {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content .context-flex .content-grid .content-item .content-item__category {
  display: flex;
  padding: 0.6rem 1.7rem;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  background: #101820;
  color: #d0d2d1;
  text-align: center;
  font-family: Orlean;
  font-size: 2rem;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.6px;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-grid .content-item .content-item__category {
    font-size: 1rem;
    letter-spacing: 0.3px;
    padding: 0.6rem 1.1rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-grid .content-item .content-item__category {
    font-size: 1rem;
    letter-spacing: 0.3px;
    padding: 0.6rem 1.1rem;
  }
}
.content .context-flex .content-grid .content-item .content-item__date {
  color: #d0d2d1;
  font-family: Orlean;
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-grid .content-item .content-item__date {
    font-size: 1.2rem;
    letter-spacing: 0.36px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-grid .content-item .content-item__date {
    font-size: 1.2rem;
    letter-spacing: 0.36px;
  }
}
.content .context-flex .content-grid .content-item .content-item__title {
  color: #101820;
  font-family: Orlean;
  font-size: 3rem;
  font-weight: 430;
  line-height: 100%;
  letter-spacing: 0.9px;
  transition: color 0.3s ease-out;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .content .context-flex .content-grid .content-item .content-item__title {
    font-size: 1.2rem;
    letter-spacing: 0.36px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .context-flex .content-grid .content-item .content-item__title {
    font-size: 1.2rem;
    letter-spacing: 0.36px;
  }
}
.content .context-flex .content-grid .no-saved-posts {
  color: #101820;
  font-family: Aventa;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: normal;
}
.content .content-pagination {
  display: flex;
  justify-content: center;
}
.content .content-pagination__wrapper {
  position: relative;
  padding-inline: 7rem;
  background: #fff;
  box-shadow: 0px 48px 100px 0px rgba(17, 12, 46, 0.15);
  border-radius: 3rem;
  width: fit-content;
  margin-top: 13.5rem;
  margin-left: 45rem;
  display: flex;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
@media screen and (max-width: 991px) {
  .content .content-pagination__wrapper {
    padding-inline: 3.6rem;
    border-radius: 2rem;
    margin-top: 6rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .content-pagination__wrapper {
    padding-inline: 3.6rem;
    border-radius: 2rem;
    margin-top: 6rem;
    margin-left: 0;
  }
}
.content .blog-swiper-navigation {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 6rem);
}
@media screen and (max-width: 991px) {
  .content .blog-swiper-navigation {
    width: 100%;
    width: calc(100% - 3rem);
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .blog-swiper-navigation {
    width: 100%;
    width: calc(100% - 3rem);
  }
}
.content .blog-swiper-navigation .blog-swiper-button-prev,
.content .blog-swiper-navigation .blog-swiper-button-next {
  width: 5.5px;
  height: 11.5px;
  cursor: pointer;
  pointer-events: all;
}
.content .blog-swiper-navigation .blog-swiper-button-prev svg,
.content .blog-swiper-navigation .blog-swiper-button-next svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.content .blog-swiper-navigation .blog-swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
  pointer-events: none;
}
.content .blog-swiper-container {
  position: relative;
  padding: 1rem 0rem;
  gap: 3.6rem;
  max-width: 200px;
  overflow: hidden;
}
.content .blog-swiper-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .content .blog-swiper-wrapper {
    gap: 0.5rem;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .blog-swiper-wrapper {
    gap: 0.5rem;
  }
}
.content .blog-swiper-slide {
  display: flex;
  width: 4.1rem;
  height: 4.6rem;
  padding: 4px 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Orlean;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.9px;
  color: #d0d2d1;
  cursor: pointer;
  transition: all 0.3s ease-out;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .content .blog-swiper-slide {
    width: 3.3rem;
    height: 4rem;
    font-size: 1.6rem;
    letter-spacing: 0.48px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .content .blog-swiper-slide {
    width: 3.3rem;
    height: 4rem;
    font-size: 1.6rem;
    letter-spacing: 0.48px;
  }
}
.content .blog-swiper-slide.--is-active {
  background: #101820;
  color: #fcfcfd;
}
.content .blog-swiper-wrapper:hover .blog-swiper-slide {
  color: #d0d2d1;
  background-color: transparent;
}
.content .blog-swiper-wrapper:hover .blog-swiper-slide:hover {
  background: #101820;
  color: #fcfcfd;
}
.content .content-grid__status {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
.content .content-grid__status .content-grid__status-loader {
  display: block;
  --height-of-loader: 4px;
  --loader-color: #fff;
  width: 130px;
  height: var(--height-of-loader);
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.content .content-grid__status .content-grid__status-loader::before {
  content: "";
  position: absolute;
  background: var(--loader-color);
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 30px;
  animation: moving 1s ease-in-out infinite;
}
@keyframes moving {
  50% {
    width: 100%;
  }
  100% {
    width: 0;
    right: 0;
    left: unset;
  }
}
.content .content-grid__status[data-fetch-status="loading"] {
  opacity: 1;
}
.content .content-grid__status[data-fetch-status="success"] {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.loading-screen {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: none;
}
.loading-screen__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-block: 10rem;
}
.loading-screen__wrapper img,
.loading-screen__wrapper svg {
  width: 10rem;
  height: 10rem;
  object-fit: contain;
}
.loading-screen__wrapper path {
  opacity: 0;
}

:root[data-page-status="loading"] .loading-screen {
  opacity: 1;
  visibility: visible;
}

:root[data-page-status="complete"] .loading-screen {
  opacity: 0;
  visibility: hidden;
}

.overflow-wrapper {
  overflow-x: hidden;
  overflow-y: visible;
}

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