@font-face {
  font-family: "Thunder";
  src: url("/assets/images/Thunder-LC.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thunder";
  src: url("/assets/images/Thunder-BoldLC.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thunder";
  src: url("/assets/images/Thunder-SemiBoldLC.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("/assets/images/ClashDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("/assets/images/ClashDisplay-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*, html {
  box-sizing: border-box;
  margin: unset;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: #01120C;
  color: black;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p {
  margin: unset;
}
body img {
  object-fit: cover;
}
body a {
  text-decoration: none;
  color: inherit;
}

section {
  width: 100%;
  overflow: hidden;
}

/* CONTAINER STYLE */
.container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding-inline: 32px;
}
@media (max-width: 992px) {
  .container {
    padding-inline: 24px;
  }
}
@media (max-width: 842px) {
  .container {
    padding-inline: 16px;
  }
}

/* HEADING STYLE */
.heading__h1 {
  font-family: "Thunder", sans-serif;
  color: #FFF;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%;
  letter-spacing: -1.28px;
  text-transform: uppercase;
}
.heading__h1--accent {
  color: #FFA100;
}
@media (max-width: 1200px) {
  .heading__h1 {
    font-size: 97px;
  }
}
@media (max-width: 576px) {
  .heading__h1 {
    font-size: 72px;
    letter-spacing: -0.78px;
  }
}

.heading__h2 {
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}
.heading__h2--accent {
  color: #175941;
}
@media (max-width: 1200px) {
  .heading__h2 {
    font-size: 56px;
    letter-spacing: -0.24px;
  }
}

.heading__h3 {
  color: #FFF;
  text-align: right;
  font-family: "Thunder", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 56.32px */
  letter-spacing: -0.64px;
  text-transform: uppercase;
}
.heading__h3__accent {
  color: #FFA100;
}
@media (max-width: 1200px) {
  .heading__h3 {
    font-size: 42px;
    letter-spacing: -0.14px;
  }
}

/* EYEBLOW STYLE */
.eyebrow {
  font-family: "Thunder", sans-serif;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  max-width: 130px;
}
.eyebrow__accent {
  color: #FFA100;
}

/* BUTTON STYLE */
.btn {
  font-family: "Thunder", sans-serif;
  color: #01120C;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 28.16px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
  transition: all 300ms ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}
@media (max-width: 1200px) {
  .btn {
    font-size: 24px;
  }
}
@media (max-width: 842px) {
  .btn {
    padding: 12px 24px;
    letter-spacing: -0.12px;
  }
}
@media (max-width: 576px) {
  .btn {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.btn:hover {
  filter: brightness(0.9);
  text-decoration: underline;
}
.btn--primary {
  padding: 24px 41px 18px;
  border-radius: 61.983px;
  background: #FFA100;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .btn--primary {
    padding: 18px 32px 14px;
  }
}
@media (max-width: 576px) {
  .btn--primary {
    padding: 16px 28px 12px;
    width: 100%;
  }
}
.btn--primary {
  padding: 24px 41px 18px;
  border-radius: 61.983px;
  background: #FFA100;
  color: #01120C;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .btn--primary {
    padding: 18px 32px 14px;
  }
}
@media (max-width: 576px) {
  .btn--primary {
    padding: 16px 28px 12px;
  }
}
.btn--secondary {
  padding: 12px 24px;
  font-family: "Inter", sans-serif;
  color: #01120C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.64px;
  border-radius: 16px;
  background: #FFA100;
  text-transform: capitalize;
}
.btn--tertiary {
  padding: 24px 41px 18px;
  border-radius: 61.983px;
  background: #FF4426;
  color: #FFFFFF;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .btn--tertiary {
    padding: 18px 32px 14px;
  }
}
@media (max-width: 576px) {
  .btn--tertiary {
    padding: 16px 28px 12px;
  }
}

.box-join__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px;
}
.box-join__inner-icon {
  padding: 16px;
  border-radius: 32px;
  background-color: #FFA100;
  display: flex;
}
@media (max-width: 1200px) {
  .box-join__inner-icon {
    padding: 12px;
  }
}
.box-join__inner img {
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
}
.box-join__inner--custom {
  display: flex;
  padding: 24px 24px 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #FFF;
}
@media (max-width: 576px) {
  .box-join__inner--custom {
    width: 100%;
    padding: 18px 18px 12px 18px;
    border-radius: 16px;
  }
}
.box-join__title {
  color: #2C1A32;
  text-align: center;
  font-family: "Thunder", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 88%;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .box-join__title {
    font-size: 64px;
  }
}
@media (max-width: 576px) {
  .box-join__title {
    font-size: 42px;
    letter-spacing: -0.3px;
  }
}
.box-join__span {
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 28.16px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .box-join__span {
    font-size: 24px;
    letter-spacing: -0.12px;
  }
}
@media (max-width: 576px) {
  .box-join__span {
    letter-spacing: 0;
  }
}

.text--white {
  color: #FFFFFF;
}

.btn--learn-more {
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: 1.44px;
  text-transform: uppercase;
  gap: 2px;
  padding: 14px 28px 12px;
  border-radius: 100px;
  border: 4px solid #FFF;
  background-color: #BC002C;
}
@media (max-width: 576px) {
  .btn--learn-more {
    width: 100%;
  }
}
.btn--learn-more img {
  max-width: 18px;
  max-height: 18px;
  width: 100%;
  height: 100%;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: 24px;
  z-index: 999;
  transition: all 300ms ease;
}
@media (max-width: 992px) {
  .navbar {
    padding-block: 14px;
  }
}
.navbar__logo {
  display: flex;
}
.navbar__logo img {
  max-width: 74px;
  max-height: 21px;
  width: 100%;
  height: 100%;
}
.navbar.hidden {
  transform: translateY(-100%);
}
.navbar.show {
  transform: translateY(0%);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding-block: 14px;
}
.navbar .container {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .navbar .container {
    grid-template-columns: repeat(2, max-content);
  }
}
.navbar__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .navbar__menu {
    padding: 16px;
  }
}
.navbar__menu .nav__link {
  color: #FFFFFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 15.36px */
  letter-spacing: -0.48px;
  text-transform: uppercase;
  text-wrap: auto;
  text-align: center;
  padding: 6px 6px 4px;
  border-radius: 4px;
  transition: all 300ms ease;
}
@media (max-width: 992px) {
  .navbar__menu .nav__link {
    font-size: 16px;
    letter-spacing: -0.64px;
  }
}
.navbar__menu .nav__link:hover {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px) saturate(120%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar__menu .nav__link.active {
  color: #FFA100;
}
@media (max-width: 842px) {
  .navbar__menu {
    position: fixed;
    inset: 0;
    background: black;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 998;
  }
  .navbar__menu.active {
    opacity: 1;
    visibility: visible;
  }
  .navbar__menu .btn {
    margin-top: 16px;
  }
}
.navbar__toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
}
.navbar__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
}
@media (max-width: 842px) {
  .navbar__toggle {
    display: flex;
    align-items: flex-end;
  }
}
.navbar__toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.navbar__toggle.active span:nth-child(2) {
  opacity: 0;
}
.navbar__toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 842px) {
  .navbar .navbar__menu {
    display: none;
  }
  .navbar__menu.active {
    display: flex;
  }
  .navbar .navbar__logo {
    z-index: 999;
  }
}

.navbar--secondary .container {
  align-items: flex-start;
}
.navbar--secondary .navbar__menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (min-width: 993px) {
  .navbar--secondary .navbar__menu .nav__link {
    color: rgba(255, 249, 235, 0.6);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 16.8px */
    letter-spacing: 1.12px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    transition: all 300ms ease;
  }
  .navbar--secondary .navbar__menu .nav__link img {
    width: 14px;
    height: 14px;
    display: none;
  }
  .navbar--secondary .navbar__menu .nav__link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    content: "";
    width: 0%;
    height: 0.6px;
    border-bottom: 0.6px solid #FFF9EB;
    transition: all 300ms ease;
  }
  .navbar--secondary .navbar__menu .nav__link:hover {
    color: #FFF9EB;
    background-color: unset;
    box-shadow: unset;
  }
  .navbar--secondary .navbar__menu .nav__link:hover::after {
    width: 100%;
  }
  .navbar--secondary .navbar__menu .nav__link.active {
    color: #FFF9EB;
  }
  .navbar--secondary .navbar__menu .nav__link.active::after {
    width: 100%;
  }
  .navbar--secondary .navbar__menu .nav__link.active img {
    display: inline-flex;
  }
  .navbar--secondary .navbar__menu .mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .navbar--secondary .btn--learn-more {
    display: none;
  }
  .navbar--secondary .mobile {
    display: inline-flex;
    margin-top: unset;
  }
  .navbar--secondary .navbar__menu {
    align-items: center;
    gap: 40px;
    padding: 16px;
  }
  .navbar--secondary .navbar__menu .nav__link img {
    display: none;
  }
}

.section-hero {
  background-color: #0B0E2E;
  position: relative;
  padding-top: 136px;
  background: radial-gradient(282.16% 141.42% at 100% 100%, rgba(59, 67, 143, 0.4) 0%, rgba(11, 14, 46, 0) 100%), #0B0E2E;
}
@media (max-width: 992px) {
  .section-hero {
    padding-top: 98px;
  }
}
@media (max-width: 576px) {
  .section-hero {
    padding-top: 72px;
  }
}
.section-hero .container {
  position: relative;
  padding-block: 32px;
}
@media (max-width: 992px) {
  .section-hero .container {
    padding-block: 16px;
  }
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 72px;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .hero {
    gap: 42px;
  }
}
.hero__head {
  display: flex;
  flex-direction: column;
}
.hero__subtext {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .hero__subtext {
    justify-content: flex-start;
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .hero__subtext {
    flex-wrap: wrap;
    gap: unset;
  }
}
.hero .heading__h1 {
  color: #FFFFFF;
  font-family: "Thunder", sans-serif;
  font-size: 180px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 158.4px */
  letter-spacing: -1.8px;
  text-transform: uppercase;
}
.hero .heading__h1__accent {
  color: #FF4426;
}
@media (max-width: 1200px) {
  .hero .heading__h1 {
    font-size: 124px;
  }
}
@media (max-width: 992px) {
  .hero .heading__h1 {
    font-size: 82px;
  }
}
@media (max-width: 576px) {
  .hero .heading__h1 {
    font-size: 72px;
    letter-spacing: -0.8px;
  }
}
.hero__span {
  width: 30px;
  height: 31px;
  display: inline-block;
  position: relative;
  background: url("/assets/images/hero__tagline.webp") no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .hero__span {
    width: 20px;
    height: 20px;
    margin-bottom: unset;
  }
}
@media (max-width: 576px) {
  .hero__span {
    display: none;
  }
}
.hero__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 576px) {
  .hero__content {
    flex-direction: column;
  }
}
.hero__item {
  display: flex;
  flex-direction: column;
  gap: 119px;
}
@media (max-width: 992px) {
  .hero__item {
    gap: 32px;
  }
}
@media (max-width: 576px) {
  .hero__item {
    width: 100%;
    gap: 16px;
  }
}
.hero__item__span {
  color: #FFDC50;
  font-family: "Thunder", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 28.16px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
  display: inline-flex;
  max-width: 96px;
}
@media (max-width: 1200px) {
  .hero__item__span {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .hero__item__span {
    letter-spacing: -0.12px;
  }
}
@media (max-width: 576px) {
  .hero__item__span {
    max-width: 100%;
  }
}
.hero__item__title {
  color: #FFFFFF;
  font-family: "Thunder", sans-serif;
  font-size: 160px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 140.8px */
  letter-spacing: -1.6px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .hero__item__title {
    font-size: 112px;
  }
}
.hero__summary {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 494px;
}
@media (max-width: 1200px) {
  .hero__summary {
    max-width: 324px;
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .hero__summary {
    max-width: 424px;
    gap: 16px;
  }
}
.hero__summary img {
  max-width: 30px;
  max-height: 31px;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .hero__summary img {
    max-width: 24px;
  }
}
@media (max-width: 576px) {
  .hero__summary img {
    display: none;
  }
}
.hero__summary__desc {
  color: #FFDC50;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .hero__summary__desc {
    font-size: 14px;
  }
}
.hero__media {
  display: flex;
  max-width: 605px;
  max-height: 756px;
  position: absolute;
  bottom: 0;
  left: 359px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .hero__media {
    max-width: 485px;
    left: 46%;
    transform: translateX(-50%);
  }
}
@media (max-width: 992px) {
  .hero__media {
    display: none;
  }
}
.hero__media img {
  width: 100%;
  height: 100%;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero__overlay__layer {
  width: 100%;
  height: 50%;
  pointer-events: none;
}
.hero__overlay__layer:first-child {
  background: url("/assets/images/hero__overlay__layer-1.webp") center/cover no-repeat;
  background-color: #3B438F;
  height: 55%;
}
.hero__overlay__layer:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45%;
}
.hero__overlay__layer:last-child img {
  max-width: 1376px;
  width: 100%;
  pointer-events: none;
}

.job-hero {
  background: url("/assets/images/job-hero__background.webp") center/cover no-repeat;
  overflow: hidden;
  padding-top: 45px;
}
.job-hero .container {
  position: relative;
}
.job-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px;
  padding-top: 64px;
  padding-bottom: 32px;
}
@media (max-width: 1200px) {
  .job-hero__content {
    gap: 64px;
  }
}
@media (max-width: 842px) {
  .job-hero__content {
    gap: 64px;
    padding-top: 42px;
    padding-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .job-hero__content {
    gap: 32px;
  }
}
.job-hero__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .job-hero__top {
    gap: 32px;
  }
}
@media (max-width: 842px) {
  .job-hero__top {
    gap: 16px;
  }
}
.job-hero__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 858px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .job-hero__bottom {
    max-width: 758px;
  }
}
@media (max-width: 576px) {
  .job-hero__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.job-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .job-hero__inner {
    align-items: flex-start;
  }
}
.job-hero__span {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  background: url("/assets/images/job-hero__vector-tigline-title.webp") no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 576px) {
  .job-hero__span {
    width: 20px;
    height: 20px;
  }
}
.job-hero__wrap {
  display: inline-flex;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 992px) {
  .job-hero__wrap:first-child {
    flex-direction: row-reverse;
  }
}
@media (max-width: 576px) {
  .job-hero__wrap {
    gap: 18px;
  }
}
@media (max-width: 576px) {
  .job-hero__wrap:last-child {
    flex-direction: column;
  }
}
.job-hero__box-button {
  border-radius: 61.983px;
  border: 2.479px solid #38544A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 349px;
  padding: 8px;
  gap: 71px;
}
.job-hero__box-button img {
  max-width: 82.437px;
  max-height: 42.768px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .job-hero__box-button {
    gap: 32px;
  }
}
.job-hero__box-summary {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 332px;
}
.job-hero__box-summary img {
  max-width: 30px;
  max-height: 31px;
  width: 100%;
  height: 100%;
}
@media (max-width: 842px) {
  .job-hero__box-summary img {
    max-width: 24px;
  }
}
.job-hero__summary {
  color: #38544A;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  text-transform: uppercase;
}
.job-hero__box-join {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 32px;
  background: #175941;
  padding: 8px;
}
@media (max-width: 576px) {
  .job-hero__box-join {
    width: 100%;
    border-radius: 16px;
  }
}
.job-hero__media {
  position: absolute;
  right: -80px;
  bottom: 0;
  max-width: 663px;
  max-height: 928px;
}
.job-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .job-hero__media {
    max-width: 563px;
    max-height: 828px;
  }
}
@media (max-width: 992px) {
  .job-hero__media {
    display: none;
  }
}

.section-why {
  background-color: #01120C;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .section-why {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media (max-width: 842px) {
  .section-why {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.section-why .why {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1200px) {
  .section-why .why {
    gap: 40px;
  }
}
@media (max-width: 842px) {
  .section-why .why {
    gap: 32px;
  }
}
.section-why .why-head {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 842px) {
  .section-why .why-head {
    flex-direction: column;
    gap: 16px;
  }
}
.section-why .why-head .heading__h2 {
  color: #FFFFFF;
  max-width: 1028px;
}
@media (max-width: 1200px) {
  .section-why .why-head .heading__h2 {
    max-width: 768px;
  }
}
.section-why .why-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 64px;
}
@media (max-width: 842px) {
  .section-why .why-content {
    flex-direction: column;
  }
}
@media (max-width: 842px) {
  .section-why .why-wrap__card {
    display: none;
  }
}
.section-why .why-wrap__card .why__card {
  display: flex;
  flex-direction: column;
  gap: 72px;
  max-width: 464px;
  width: 100%;
}
@media (max-width: 1200px) {
  .section-why .why-wrap__card .why__card {
    gap: 42px;
  }
}
.section-why .why-wrap__card .why__card__media {
  display: flex;
  flex-direction: column;
  position: relative;
}
.section-why .why-wrap__card .why__card__img {
  width: 100%;
}
.section-why .why-wrap__card .why__card__ornament {
  width: 100%;
  max-width: 248px;
  position: absolute;
  top: -124px;
  left: 50%;
  transform: translate(-50%, 0);
  mix-blend-mode: difference;
}
@media (max-width: 1200px) {
  .section-why .why-wrap__card .why__card__ornament {
    max-width: 160px;
    top: -82px;
  }
}
.section-why .why-wrap__card .why__card__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section-why .why-wrap__card .why__card__title {
  color: #FFFFFF;
  font-family: "Thunder", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 21.12px */
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .section-why .why-wrap__card .why__card__title {
    font-size: 18px;
    letter-spacing: -0.04px;
  }
}
.section-why .why-wrap__card .why__card__vector {
  max-width: 42px;
  max-height: 82px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .section-why .why-wrap__card .why__card__vector {
    max-width: 28px;
  }
}
.section-why .why-wrap__accordions {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 796px;
}
@media (max-width: 1200px) {
  .section-why .why-wrap__accordions {
    gap: 18px;
  }
}
.section-why .why-wrap__accordions .why__accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #002619;
  padding: 24px;
  transition: all 300ms ease;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .section-why .why-wrap__accordions .why__accordion {
    padding: 16px;
  }
}
.section-why .why-wrap__accordions .why__accordion__content {
  display: flex;
  gap: 32px;
}
@media (max-width: 842px) {
  .section-why .why-wrap__accordions .why__accordion__content {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .section-why .why-wrap__accordions .why__accordion__content {
    flex-direction: column;
  }
}
.section-why .why-wrap__accordions .why__accordion__vector {
  max-width: 30px;
  max-height: 30px;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
}
@media (max-width: 1200px) {
  .section-why .why-wrap__accordions .why__accordion__vector {
    max-width: 24px;
  }
}
.section-why .why-wrap__accordions .why__accordion__inner {
  display: flex;
  flex-direction: column;
  max-width: 456px;
  gap: 8px;
}
.section-why .why-wrap__accordions .why__accordion__title {
  color: #FFFFFF;
  font-family: "Thunder", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 88%; /* 42.24px */
  letter-spacing: -0.48px;
  text-transform: uppercase;
  transition: all 300ms ease;
}
@media (max-width: 1200px) {
  .section-why .why-wrap__accordions .why__accordion__title {
    font-size: 36px;
    letter-spacing: -0.08px;
  }
}
.section-why .why-wrap__accordions .why__accordion__summary {
  color: rgba(255, 255, 255, 0.64);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.64px;
}
.section-why .why-wrap__accordions .why__accordion__arrow {
  max-width: 59px;
  max-height: 48px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 300ms ease, margin 200ms ease, transform 300ms ease;
  margin-right: 32px;
}
@media (max-width: 1200px) {
  .section-why .why-wrap__accordions .why__accordion__arrow {
    max-width: 42px;
    margin-right: 24px;
  }
}
@media (max-width: 576px) {
  .section-why .why-wrap__accordions .why__accordion__arrow {
    display: none;
  }
}
.section-why .why-wrap__accordions .why__accordion:hover {
  background-color: #2C1A32;
}
.section-why .why-wrap__accordions .why__accordion:hover .why__accordion__vector {
  transform: rotate(65deg);
}
.section-why .why-wrap__accordions .why__accordion:hover .why__accordion__title {
  color: #FFA100;
}
.section-why .why-wrap__accordions .why__accordion:hover .why__accordion__arrow {
  opacity: 1;
  transform: scale(1);
  margin-right: 0;
}

.section-core {
  padding-block: 80px;
}
@media (max-width: 992px) {
  .section-core {
    padding-block: 40px;
  }
}
.section-core .container {
  position: relative;
}

.core {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 1;
}
.core__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 812px;
  width: 100%;
  position: absolute;
  top: 78px;
  left: 0;
}
@media (max-width: 1200px) {
  .core__head {
    max-width: 612px;
    top: 32px;
  }
}
@media (max-width: 992px) {
  .core__head {
    flex-direction: column;
    max-width: 321px;
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .core__head {
    position: relative;
    align-items: flex-start;
    top: unset;
  }
}
.core__head .heading__h2 {
  color: #FFFFFF;
  font-family: "Thunder", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 84.48px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
  max-width: 467px;
}
@media (max-width: 1200px) {
  .core__head .heading__h2 {
    font-size: 72px;
    max-width: 346px;
  }
}
@media (max-width: 992px) {
  .core__head .heading__h2 {
    font-size: 54px;
    letter-spacing: -0.26px;
  }
}
.core__span {
  color: #FFFFFF;
  font-family: "Thunder", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 21.12px */
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.core__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .core__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .core__grid {
    grid-template-columns: 1fr;
  }
}
.core__card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 24px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #175941;
  cursor: pointer;
}
.core__card:first-child {
  grid-area: 1/3/2/4;
}
.core__card:nth-child(2) {
  grid-area: 2/1/3/2;
}
.core__card:nth-child(3) {
  grid-area: 2/2/3/3;
}
.core__card:nth-child(4) {
  grid-area: 2/3/3/4;
}
.core__card:last-child {
  grid-area: 3/1/4/2;
}
@media (max-width: 1200px) {
  .core__card {
    border-radius: 16px;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .core__card:first-child {
    grid-area: 1/2/2/3;
  }
  .core__card:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .core__card:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .core__card:nth-child(4) {
    grid-area: 3/1/4/2;
  }
  .core__card:last-child {
    grid-area: 3/2/4/3;
  }
}
@media (max-width: 576px) {
  .core__card:first-child {
    grid-area: unset;
  }
  .core__card:nth-child(2) {
    grid-area: unset;
  }
  .core__card:nth-child(3) {
    grid-area: unset;
  }
  .core__card:nth-child(4) {
    grid-area: unset;
  }
  .core__card:last-child {
    grid-area: unset;
  }
}
.core__card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 124px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .core__card__content {
    gap: 42px;
  }
}
.core__card__media {
  display: flex;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 250ms ease;
}
.core__card__img {
  width: 100%;
  height: 100%;
}
.core__card__icons {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.core__card__icon {
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: 100%;
  color: #FFA100;
  transition: all 300ms ease;
}
@media (max-width: 1200px) {
  .core__card__icon {
    max-width: 32px;
    max-height: 32px;
  }
}
.core__card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.core__card__title {
  color: #FFFFFF;
  font-family: "Thunder", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .core__card__title {
    font-size: 32px;
  }
}
.core__card__desc {
  color: rgba(255, 255, 255, 0.64);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.64px;
}
@media (max-width: 992px) {
  .core__card__desc {
    letter-spacing: -0.14px;
  }
}
.core__card:hover .core__card__media {
  opacity: 1;
  transform: scale(1.12);
}
.core__card:hover .core__card__icon {
  color: #FFFFFF;
  transform: rotate(65deg);
}
.core__bottom {
  max-width: 796px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .core__bottom {
    max-width: 458px;
  }
}
@media (max-width: 992px) {
  .core__bottom {
    position: relative;
    max-width: 100%;
  }
}
.core__bottom .heading__h3 {
  text-align: right;
}
.core__bg {
  max-width: 1201px;
  max-height: 750px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 197px;
  left: -157px;
  z-index: 0;
}

.section-build {
  padding-block: 80px;
}
@media (max-width: 992px) {
  .section-build {
    padding-block: 40px;
  }
}
.section-build .build {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 992px) {
  .section-build .build {
    gap: 32px;
  }
}
.section-build .build__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 992px) {
  .section-build .build__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-build .build__head .eyebrow {
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .section-build .build__head .eyebrow {
    margin-bottom: 16px;
  }
}
@media (max-width: 842px) {
  .section-build .build__head .eyebrow {
    margin-bottom: 0;
  }
}
.section-build .build__head .heading__h2 {
  color: #FFFFFF;
  font-family: "Thunder", sans-serif;
  font-size: 160px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 140.8px */
  letter-spacing: -1.6px;
  text-transform: uppercase;
  max-width: 1161px;
}
@media (max-width: 1200px) {
  .section-build .build__head .heading__h2 {
    font-size: 98px;
  }
}
@media (max-width: 992px) {
  .section-build .build__head .heading__h2 {
    font-size: 64px;
    letter-spacing: -1px;
  }
}
.section-build .build__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1200px) {
  .section-build .build__grid {
    grid-template-columns: 1fr;
  }
}
.section-build .build__card {
  background-color: #0E4632;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .section-build .build__card {
    border-radius: 18px;
  }
}
.section-build .build__card:last-child {
  background-color: #2C1A32;
}
.section-build .build__card:last-child .build__card__body {
  background-color: #36233C;
}
.section-build .build__card:last-child .build__item {
  background-color: #2C1A32;
}
.section-build .build__card:last-child .build__item:hover {
  background-color: #28172B;
}
.section-build .build__card:last-child .build__sign__title {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: -0.8px;
  text-transform: unset;
}
.section-build .build__card__head {
  padding-top: 40px;
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .section-build .build__card__head {
    padding-top: 24px;
    padding-bottom: 14px;
  }
}
.section-build .build__card__title {
  color: #FFFFFF;
  text-align: center;
  font-family: "Thunder", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 42.24px */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .section-build .build__card__title {
    font-size: 32px;
    letter-spacing: -0.18px;
  }
}
.section-build .build__card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  background-color: #175941;
  border-radius: 40px;
  height: 100%;
}
@media (max-width: 992px) {
  .section-build .build__card__body {
    border-radius: 18px;
    gap: 24px;
  }
}
.section-build .build__card__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (max-width: 576px) {
  .section-build .build__card__items {
    grid-template-columns: 1fr;
  }
}
.section-build .build__card__items .build__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background-color: #0E4632;
  border-radius: 24px;
  transition: all 300ms ease;
}
@media (max-width: 992px) {
  .section-build .build__card__items .build__item {
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
  }
}
.section-build .build__card__items .build__item__icon {
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
}
.section-build .build__card__items .build__item__icon img {
  width: 100%;
  height: 100%;
}
.section-build .build__card__items .build__item__summary {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.64px;
}
.section-build .build__card__items .build__item__summary span {
  color: #FFFFFF;
  font-weight: 700;
}
.section-build .build__card__items .build__item:hover {
  background-color: #0D3B2A;
}
.section-build .build__card__items .build__item:hover .build__item__icon {
  transform: rotate(85deg) scale(1.2);
}
.section-build .build__card__sign {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 24px 24px;
  gap: 16px;
}
@media (max-width: 992px) {
  .section-build .build__card__sign {
    padding: 0 16px 16px;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .section-build .build__card__sign {
    padding: 0;
    flex-direction: column;
  }
}
.section-build .build__card__sign .build__sign__inner {
  display: flex;
  flex-direction: column;
  max-width: 433px;
}
.section-build .build__card__sign .build__sign__title {
  color: #FFFFFF;
  font-family: "Thunder", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  text-transform: uppercase;
}
.section-build .build__card__sign .build__sign__summary {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.64px;
}
.section-build .build__card__sign .build__sign__buttons {
  display: flex;
}

.section-services {
  background-color: #0B0E2E;
  padding-block: 80px;
}
@media (max-width: 992px) {
  .section-services {
    padding-block: 40px;
  }
}

.services {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.services__head .heading__h2 {
  color: #FFFFFF;
  text-align: center;
  font-family: "Thunder", sans-serif;
  font-size: 217px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 190.96px */
  letter-spacing: -2.17px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .services__head .heading__h2 {
    font-size: 142px;
    letter-spacing: -1.17px;
  }
}
@media (max-width: 992px) {
  .services__head .heading__h2 {
    font-size: 102px;
    letter-spacing: -0.17px;
  }
}
@media (max-width: 576px) {
  .services__head .heading__h2 {
    font-size: 54px;
  }
}
.services__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 42px;
}
@media (max-width: 992px) {
  .services__content {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .services__content {
    gap: 32px;
  }
}
.services__card {
  max-width: 564px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1200px) {
  .services__card {
    max-width: 398px;
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .services__card {
    max-width: 100%;
  }
}
.services__card__media {
  display: flex;
}
.services__card__media img {
  width: 100%;
  height: 100%;
}
.services__card__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1200px) {
  .services__card__body {
    gap: 24px;
  }
}
.services__card__title {
  color: #FFFFFF;
  font-family: "Thunder", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  max-width: 116px;
}
.services__card__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 86px;
}
@media (max-width: 1200px) {
  .services__card__inner {
    gap: 32px;
  }
}
.services__card__inner img {
  max-width: 30px;
  max-height: 31px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .services__card__inner img {
    max-width: 24px;
  }
}
@media (max-width: 992px) {
  .services__card__inner img {
    display: none;
  }
}
.services__card__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1200px) {
  .services__card__wrap {
    gap: 24px;
  }
}
.services__card__desc {
  color: rgba(255, 255, 255, 0.64);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .services__card__desc {
    font-size: 14px;
  }
}
.services__list {
  display: flex;
  flex-direction: column;
  max-width: 680px;
}
@media (max-width: 992px) {
  .services__list {
    max-width: 100%;
  }
}
.services__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 24px;
  border-bottom: 1px solid #3B438F;
  transition: all 300ms ease;
  position: relative;
  gap: 16px;
}
@media (max-width: 1200px) {
  .services__item {
    padding: 28px 24px;
  }
}
@media (max-width: 576px) {
  .services__item {
    flex-direction: column;
    padding: 16px 12px;
  }
}
.services__item::after {
  content: "";
  width: 100%;
  height: 0%;
  background-color: rgba(255, 68, 38, 0.16);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: inherit;
}
.services__item__title {
  color: #FFDC50;
  font-family: "Thunder", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 28.16px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
  max-width: 216px;
}
@media (max-width: 1200px) {
  .services__item__title {
    font-size: 24px;
    letter-spacing: -0.12px;
  }
}
.services__item__desc {
  color: rgba(255, 255, 255, 0.64);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.64px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .services__item__desc {
    margin-top: 16px;
  }
}
@media (max-width: 576px) {
  .services__item__desc {
    margin-top: unset;
  }
}
.services__item:hover {
  border-color: #FF4426;
}
.services__item:hover::after {
  height: 100%;
}

.section-connecting {
  background-color: #0B0E2E;
}
.section-connecting .container {
  position: relative;
}

.connecting {
  padding-block: 80px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .connecting {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .connecting {
    padding-block: 40px;
  }
}
@media (max-width: 576px) {
  .connecting {
    gap: 16px;
  }
}
.connecting__head .heading__h2 {
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 84.48px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
  max-width: 680px;
}
@media (max-width: 1200px) {
  .connecting__head .heading__h2 {
    font-size: 72px;
  }
}
@media (max-width: 576px) {
  .connecting__head .heading__h2 {
    font-size: 54px;
  }
}
.connecting__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-top: -40px;
}
@media (max-width: 1200px) {
  .connecting__wrapper {
    flex-direction: column;
    margin-top: unset;
    align-items: flex-start;
    gap: 24px;
  }
}
.connecting__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  max-width: 448px;
}
@media (max-width: 1200px) {
  .connecting__content {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .connecting__content {
    flex-direction: column;
    gap: 16px;
  }
}
.connecting__content__desc {
  color: rgba(255, 255, 255, 0.64);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .connecting__content__desc {
    font-size: 14px;
    max-width: 448px;
  }
}
@media (max-width: 992px) {
  .connecting__content__desc {
    max-width: 100%;
  }
}
.connecting__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 796px;
}
@media (max-width: 1200px) {
  .connecting__cards {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .connecting__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.connecting__card {
  position: relative;
  padding: 24px;
  border-radius: 24px;
  background: #3B438F;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .connecting__card {
    height: 350px;
    padding: 16px;
    border-radius: 16px;
  }
}
@media (max-width: 576px) {
  .connecting__card {
    height: 280px;
  }
}
.connecting__card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.connecting__card__subtext {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.connecting__card__title {
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .connecting__card__title {
    font-size: 32px;
  }
}
.connecting__card__desc {
  color: rgba(255, 255, 255, 0.64);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.64px;
}
.connecting__card__icon {
  max-width: 48px;
  max-height: 48px;
}
@media (max-width: 992px) {
  .connecting__card__icon {
    max-width: 32px;
    max-height: 32px;
  }
}
.connecting__card__icon img {
  width: 100%;
  height: 100%;
}
.connecting__card__bg {
  max-width: 320px;
  max-height: 320px;
  position: absolute;
  right: -64px;
  bottom: -112px;
  pointer-events: none;
}
.connecting__card__bg img {
  width: 100%;
  height: 100%;
}
.connecting__bg {
  max-width: 547px;
  position: absolute;
  top: 0px;
  right: 48px;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 576px) {
  .connecting__bg {
    right: -48px;
  }
}
.connecting__bg img {
  width: 100%;
}

.section-portal {
  background-color: #0B0E2E;
  padding-block: 80px;
}
@media (max-width: 992px) {
  .section-portal {
    padding-block: 40px;
  }
}

.portal {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.portal__head {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.portal__head .heading__h2 {
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 84.48px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
  max-width: 616px;
}
@media (max-width: 1200px) {
  .portal__head .heading__h2 {
    font-size: 72px;
  }
}
@media (max-width: 576px) {
  .portal__head .heading__h2 {
    font-size: 54px;
  }
}
.portal__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1200px) {
  .portal__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .portal__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.portal__grid .core__card {
  grid-area: unset;
  background-color: #3B438F;
}
.portal__grid .core__card__icon {
  color: #FFDC50;
}
.portal__grid .core__card:hover .core__card__media {
  opacity: 1;
  transform: scale(1.12);
}
.portal__grid .core__card:hover .core__card__icon {
  color: #FFFFFF;
  transform: rotate(65deg);
}
.portal__grid .core__card__decoration {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .portal__grid .core__card__decoration {
    display: none;
  }
}
.portal__grid .core__card__decoration img {
  max-width: 40px;
  max-height: 40px;
}

.section-integrations {
  background: radial-gradient(154.49% 103.93% at 101.7% 100%, rgba(112, 10, 96, 0) 0%, #2F0428 63.73%), #2F0428;
}
.section-integrations .container {
  position: relative;
  padding-top: 45px;
}
@media (max-width: 576px) {
  .section-integrations .container {
    padding-top: 354px;
  }
}

.integrations {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding-top: 224px;
  padding-bottom: 32px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .integrations {
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
    padding-top: 98px;
  }
}
@media (max-width: 576px) {
  .integrations {
    padding-top: 42px;
    padding-bottom: 24px;
    gap: 40px;
    position: unset;
  }
}
.integrations__left {
  max-width: 585px;
  display: flex;
  flex-direction: column;
  gap: 128px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .integrations__left {
    gap: 32px;
    max-width: 438px;
  }
}
@media (max-width: 576px) {
  .integrations__left {
    gap: 16px;
    position: relative;
    z-index: 2;
  }
}
.integrations__left .eyebrow__accent {
  color: #D11B46;
}
.integrations__left .heading__h1__accent {
  color: #FF9D1C;
}
.integrations__left .heading__h1__gap {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .integrations__left .heading__h1__gap {
    justify-content: flex-start;
  }
}
.integrations__right {
  display: flex;
  flex-direction: column;
  gap: 124px;
  max-width: 448px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .integrations__right {
    gap: 32px;
  }
}
@media (max-width: 576px) {
  .integrations__right {
    z-index: 2;
  }
}
.integrations__right .join-card {
  display: flex;
  flex-direction: column;
  max-width: 324px;
  width: 100%;
  padding: 8px;
  gap: 8px;
  border-radius: 32px;
  background-color: #D11B46;
}
@media (max-width: 1200px) {
  .integrations__right .join-card {
    border-radius: 24px;
  }
}
@media (max-width: 576px) {
  .integrations__right .join-card {
    max-width: 194px;
    position: absolute;
    top: -356px;
    right: 0;
  }
}
.integrations__right .join-card__head {
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .integrations__right .join-card__head {
    padding: 0px;
    padding-left: 16px;
  }
}
.integrations__right .join-card__title {
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 28.16px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
  max-width: 115px;
}
@media (max-width: 1200px) {
  .integrations__right .join-card__title {
    font-size: 24px;
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .integrations__right .join-card__title {
    font-size: 16px;
    letter-spacing: -0.16px;
  }
}
.integrations__right .join-card__icon {
  padding: 16px;
  border-radius: 32px;
  background-color: #FFF9EB;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .integrations__right .join-card__icon {
    padding: 12px;
  }
}
@media (max-width: 576px) {
  .integrations__right .join-card__icon {
    padding: 8px;
  }
}
.integrations__right .join-card__icon img {
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .integrations__right .join-card__icon img {
    max-width: 12px;
    max-height: 12px;
  }
}
.integrations__right .join-card__body {
  padding: 24px 24px 16px;
  border-radius: 24px;
  background-color: #FFF9EB;
}
@media (max-width: 1200px) {
  .integrations__right .join-card__body {
    padding: 16px 16px 8px;
    border-radius: 18px;
  }
}
.integrations__right .join-card__number {
  color: #3A0632;
  text-align: center;
  font-family: "Thunder", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 70.4px */
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .integrations__right .join-card__number {
    font-size: 72px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 576px) {
  .integrations__right .join-card__number {
    font-size: 40px;
    letter-spacing: -0.4px;
  }
}
.integrations__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .integrations__item {
    gap: 24px;
  }
}
.integrations__item__subtext {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.integrations__item__subtext img {
  max-width: 30px;
  max-height: 31px;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .integrations__item__subtext img {
    display: none;
  }
}
.integrations__item__desc {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .integrations__item__desc {
    font-size: 14px;
  }
}
.integrations__media {
  display: flex;
  position: absolute;
  max-width: 684px;
  bottom: 0;
  left: 293px;
  z-index: 0;
}
@media (max-width: 1200px) {
  .integrations__media {
    left: unset;
    right: 0;
  }
}
@media (max-width: 992px) {
  .integrations__media {
    max-width: 484px;
  }
}
@media (max-width: 576px) {
  .integrations__media {
    bottom: unset;
    top: -26px;
    right: -40px;
    min-width: 514px;
    max-width: 514px;
    z-index: 1;
  }
}
.integrations__media img {
  width: 100%;
}
@media (max-width: 576px) {
  .integrations__media img.integrations__hero--desktop {
    display: none;
  }
}
@media (min-width: 577px) {
  .integrations__media img.integrations__hero--mobile {
    display: none;
  }
}
.integrations__overlay {
  position: absolute;
  inset: 0;
}
.integrations__overlay img:first-child {
  position: absolute;
  max-width: 460px;
  width: 100%;
  top: -147px;
  left: 54px;
}
@media (max-width: 1200px) {
  .integrations__overlay img:first-child {
    max-width: 260px;
    top: -84px;
    left: 24px;
  }
}
@media (max-width: 576px) {
  .integrations__overlay img:first-child {
    display: none;
  }
}
.integrations__overlay img:nth-child(2) {
  position: absolute;
  max-width: 564px;
  width: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .integrations__overlay img:nth-child(2) {
    max-width: 364px;
  }
}
@media (max-width: 576px) {
  .integrations__overlay img:nth-child(2) {
    display: none;
  }
}
.integrations__overlay img:last-child {
  position: absolute;
  max-width: 944px;
  width: 100%;
  bottom: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .integrations__overlay img:last-child {
    max-width: 644px;
  }
}
@media (max-width: 576px) {
  .integrations__overlay img:last-child {
    min-height: 528px;
  }
}

.section-need {
  background-color: #2F0428;
  padding-top: 160px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .section-need {
    padding-top: 80px;
  }
}
@media (max-width: 576px) {
  .section-need {
    padding-block: 40px;
  }
}
.section-need .container {
  position: relative;
}

.need {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 992px) {
  .need {
    gap: 32px;
  }
}
.need__head {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  max-width: 1144px;
}
@media (max-width: 992px) {
  .need__head {
    gap: 16px;
    flex-direction: column;
  }
}
.need__head .heading__h2 {
  max-width: 912px;
}
@media (max-width: 1200px) {
  .need__head .heading__h2 {
    max-width: 712px;
  }
}
@media (max-width: 576px) {
  .need__head .heading__h2 {
    font-size: 40px;
    letter-spacing: -0.4px;
  }
}
.need__head .heading__h2__accent {
  color: #FFA100;
}
.need__wrapper {
  position: relative;
}
.need__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .need__grid {
    grid-template-columns: 1fr;
  }
}
.need__flex {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.need__flex:first-child .need__card {
  margin-top: 165px;
}
@media (max-width: 992px) {
  .need__flex:first-child .need__card {
    margin-top: unset;
  }
}
.need__flex:last-child .need__card:first-child {
  margin-top: 88px;
}
@media (max-width: 992px) {
  .need__flex:last-child .need__card:first-child {
    margin-top: unset;
  }
}
.need__card {
  border-radius: 24px;
  background-color: #FFF9EB;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .need__card {
    padding: 16px;
    border-radius: 18px;
  }
}
@media (max-width: 992px) {
  .need__card {
    border-radius: 16px;
  }
}
.need__card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 128px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .need__card__content {
    gap: 64px;
  }
}
.need__card__content img {
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .need__card__content img {
    max-width: 32px;
    max-height: 32px;
  }
}
.need__card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.need__card__title {
  color: #000;
  font-family: "Thunder", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 42.24px */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .need__card__title {
    font-size: 32px;
    letter-spacing: -0.18px;
  }
}
.need__card__summary {
  color: rgba(0, 0, 0, 0.64);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.64px;
}
.need__card__bg {
  max-width: 320px;
  max-height: 320px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: -80px;
  right: -64px;
}
@media (max-width: 576px) {
  .need__card__bg {
    max-width: 220px;
    max-height: 220px;
  }
}
.need__ornament {
  max-width: 136px;
  width: 100%;
  position: absolute;
  bottom: 64px;
  left: 24px;
}
@media (max-width: 1200px) {
  .need__ornament {
    max-width: 84px;
    bottom: 32px;
    left: 14px;
  }
}
.need__overlay {
  max-width: 1231px;
  width: 100%;
  position: absolute;
  bottom: 354px;
  left: 80px;
}
@media (max-width: 1200px) {
  .need__overlay {
    bottom: 184px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 576px) {
  .need__overlay {
    max-width: 220px;
    max-height: 220px;
  }
}
.need__overlay img {
  width: 100%;
}

.section-tools {
  background-color: #2F0428;
  padding-block: 80px;
}
@media (max-width: 576px) {
  .section-tools {
    padding-block: 40px;
  }
}

.tools {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  max-width: 564px;
  margin-inline: auto;
}
.tools__head {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tools__download {
  display: flex;
  justify-content: space-between;
  color: #FFF;
  padding: 24px 40px;
  border-radius: 16px;
  background: #D11B46;
}
@media (max-width: 576px) {
  .tools__download {
    padding: 16px 20px;
  }
}
.tools__download__secondary {
  background: #FFF9EB;
  color: #000;
}
.tools__download__secondary .tools__download__label {
  color: #000;
}
.tools__download__secondary .tools__download__sublabel {
  color: #000;
}
.tools__download__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 576px) {
  .tools__download__wrap {
    gap: 4px;
  }
}
.tools__download__label {
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 28.16px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .tools__download__label {
    font-size: 24px;
    letter-spacing: -0.02px;
  }
}
.tools__download__sublabel {
  color: rgba(255, 255, 255, 0.64);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.64px;
}
.tools__download svg {
  color: inherit;
}
.tools__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.green-hero {
  background: radial-gradient(112.52% 180.03% at 0% 0%, #000 0%, rgba(0, 38, 25, 0) 100%), #002619;
}
.green-hero .integrations .eyebrow__accent {
  color: #FFA100;
}
.green-hero .integrations__media {
  max-width: 481px;
  left: 395px;
}
@media (max-width: 576px) {
  .green-hero .integrations__media {
    max-width: 481.101px;
    left: unset;
    right: -23.55px;
  }
}
.green-hero .integrations .join-card {
  background-color: #175941;
}
.green-hero .integrations .join-card__icon {
  background-color: #FFA100;
}

.need-green {
  background-color: #01120C;
}
.need-green .need__card {
  background-color: #175941;
}
.need-green .need__card__title {
  color: #FFFFFF;
}
.need-green .need__card__summary {
  color: rgba(255, 255, 255, 0.64);
}
.need-green .need .eyebrow {
  max-width: 100px;
  width: 100%;
}

.tools-green {
  background-color: #01120C;
}
.tools-green .tools__download {
  background-color: #2C1A32;
}
.tools-green .tools__download__secondary {
  background-color: #175941;
  color: #FFFFFF;
}
.tools-green .tools__download__secondary .tools__download__label {
  color: inherit;
}

.section-bluepage {
  background: linear-gradient(90deg, #0B0E2E 0%, #32387F 59.36%);
}
.section-bluepage .container {
  position: relative;
  padding-top: 268px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .section-bluepage .container {
    padding-top: 370px;
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .section-bluepage .container {
    padding-bottom: 24px;
  }
}

.bluepage {
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .bluepage {
    gap: 40px;
  }
}
.bluepage__head {
  max-width: 1147px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-end;
}
.bluepage__head .heading__h1 {
  color: #F0EADB;
  font-family: "Clash Display", sans-serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%; /* 102.4px */
  letter-spacing: -5.12px;
  text-transform: unset;
}
@media (max-width: 1200px) {
  .bluepage__head .heading__h1 {
    font-size: 98px;
    letter-spacing: -3.12px;
  }
}
@media (max-width: 992px) {
  .bluepage__head .heading__h1 {
    font-size: 64px;
  }
}
@media (max-width: 576px) {
  .bluepage__head .heading__h1 {
    font-size: 38px;
    letter-spacing: -1.6px;
  }
}
.bluepage__head .heading__h1__accent {
  color: #FF4426;
}
.bluepage__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .bluepage__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.bluepage__trusted {
  border-radius: 999px;
  background-color: #FFA100;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 8px 8px 8px 0;
  max-width: 658px;
  width: 100%;
}
@media (max-width: 1200px) {
  .bluepage__trusted {
    max-width: 418px;
  }
}
@media (max-width: 576px) {
  .bluepage__trusted {
    max-width: 289px;
  }
}
.bluepage__trusted.mobile {
  display: none;
}
@media (max-width: 992px) {
  .bluepage__trusted.mobile {
    display: flex;
  }
}
@media (max-width: 992px) {
  .bluepage__trusted.desktop {
    display: none;
  }
}
.bluepage__trusted__subtext {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.bluepage__trusted__title {
  color: #3B438A;
  font-family: "Clash Display", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%; /* 96px */
  letter-spacing: -4.8px;
}
@media (max-width: 1200px) {
  .bluepage__trusted__title {
    font-size: 86px;
  }
}
@media (max-width: 576px) {
  .bluepage__trusted__title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
.bluepage__trusted__content {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 50%;
  padding: 22px 42px 20px 22px;
  background: #3B438F;
  border-radius: 0 999px 999px 0;
}
@media (max-width: 1200px) {
  .bluepage__trusted__content {
    gap: 24px;
    padding: 16px;
  }
}
.bluepage__trusted__content img {
  max-width: 30px;
  width: 100%;
}
@media (max-width: 1200px) {
  .bluepage__trusted__content img {
    max-width: 24px;
  }
}
@media (max-width: 576px) {
  .bluepage__trusted__content img {
    max-width: 16px;
  }
}
.bluepage__trusted__desc {
  color: #FFF;
  font-family: "Clash Display", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%; /* 25.6px */
  letter-spacing: -1.28px;
}
@media (max-width: 1200px) {
  .bluepage__trusted__desc {
    font-size: 16px;
    letter-spacing: -0.28px;
  }
}
@media (max-width: 576px) {
  .bluepage__trusted__desc {
    font-size: 13px;
    letter-spacing: -0.56px;
  }
}
.bluepage__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 513px;
}
@media (max-width: 1200px) {
  .bluepage__item {
    max-width: 413px;
  }
}
@media (max-width: 992px) {
  .bluepage__item {
    flex-direction: row;
    max-width: 513px;
  }
}
@media (max-width: 576px) {
  .bluepage__item {
    gap: 16px;
  }
}
.bluepage__item img {
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .bluepage__item img {
    max-width: 24px;
  }
}
.bluepage__item__desc {
  color: #FFA100;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .bluepage__item__desc {
    font-size: 16px;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 576px) {
  .bluepage__item__desc {
    font-size: 14px;
  }
}
.bluepage__card {
  padding: 12px;
  max-width: 232px;
  max-height: 218px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 24px;
  background: #FFA100;
  position: absolute;
  top: -244px;
  right: 0;
}
@media (max-width: 1200px) {
  .bluepage__card {
    max-width: 152px;
    height: 138px;
    top: -184px;
    border-radius: 16px;
  }
}
@media (max-width: 992px) {
  .bluepage__card {
    position: relative;
    top: unset;
    right: unset;
    max-width: 100%;
    height: 100%;
  }
}
.bluepage__card__cyrcle {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background-color: #FF4426;
}
.bluepage__card__title {
  color: #FF4426;
  font-family: "Clash Display", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%; /* 25.6px */
  letter-spacing: -1.28px;
}
@media (max-width: 1200px) {
  .bluepage__card__title {
    font-size: 24px;
    letter-spacing: -0.28px;
  }
}
@media (max-width: 992px) {
  .bluepage__card__title {
    font-size: 32px;
    width: 100%;
  }
}
.bluepage__overlay {
  position: absolute;
  inset: 0;
}
.bluepage__overlay img {
  width: 100%;
}
.bluepage__overlay__person {
  max-width: 1233px;
  position: absolute;
  right: -136px;
  top: -98px;
  z-index: 1;
  pointer-events: none;
}
.bluepage__overlay__person.mobile {
  display: none;
}
@media (max-width: 992px) {
  .bluepage__overlay__person.mobile {
    display: inline-block;
    top: -35px;
    right: -55px;
  }
}
@media (max-width: 576px) {
  .bluepage__overlay__person.mobile {
    min-width: 522.807px;
    max-width: 522.807px;
  }
}
@media (max-width: 992px) {
  .bluepage__overlay__person {
    display: none;
  }
}
.bluepage__overlay__global {
  max-width: 1312px;
  position: absolute;
  top: -206px;
  left: -355px;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 576px) {
  .bluepage__overlay__global {
    top: -107px;
    left: unset;
    right: -40px;
    min-width: 634px;
  }
}
.bluepage__overlay__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0B0E2E 0%, #32387F 59.36%);
  z-index: 1;
}

.section-partners {
  background-color: #FF6026;
  padding-block: 32px;
}
@media (max-width: 1200px) {
  .section-partners {
    padding-block: 24px;
  }
}

.partners--orange {
  background-color: #BC002C;
}

.partners {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .partners {
    grid-template-columns: repeat(6, auto);
  }
}
@media (max-width: 576px) {
  .partners {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.partners__logo {
  max-width: 202px;
  max-height: 48px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}
@media (max-width: 1200px) {
  .partners__logo {
    max-width: 142px;
  }
}
@media (max-width: 576px) {
  .partners__logo {
    max-width: 101px;
    margin: unset;
  }
}
@media (max-width: 992px) {
  .partners__logo:first-child {
    grid-area: 1/1/2/3;
  }
}
@media (max-width: 576px) {
  .partners__logo:first-child {
    grid-area: unset;
  }
}
@media (max-width: 992px) {
  .partners__logo:nth-child(2) {
    grid-area: 1/3/2/5;
  }
}
@media (max-width: 576px) {
  .partners__logo:nth-child(2) {
    grid-area: unset;
  }
}
@media (max-width: 992px) {
  .partners__logo:nth-child(3) {
    grid-area: 1/5/2/7;
  }
}
@media (max-width: 576px) {
  .partners__logo:nth-child(3) {
    grid-area: unset;
  }
}
@media (max-width: 992px) {
  .partners__logo:nth-child(4) {
    grid-area: 2/2/3/4;
  }
}
@media (max-width: 576px) {
  .partners__logo:nth-child(4) {
    grid-area: unset;
  }
}
@media (max-width: 992px) {
  .partners__logo:last-child {
    grid-area: 2/4/3/6;
  }
}
@media (max-width: 576px) {
  .partners__logo:last-child {
    grid-area: unset;
  }
}

.section-about {
  background: linear-gradient(90deg, #0B0E2E 0%, #32387F 59.36%);
}
.section-about .container {
  position: relative;
  padding-inline: 0;
}

.about {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .about {
    flex-direction: column;
  }
}
.about__wrapper {
  position: relative;
  width: 100%;
}
.about__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 64px 32px;
  gap: 40px;
}
@media (max-width: 992px) {
  .about__content {
    padding: 64px 16px;
  }
}
.about__content__bottom {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about__overlay {
  position: absolute;
  top: 16px;
  left: 8px;
  right: 8px;
  bottom: 16px;
  pointer-events: none;
}
.about__overlay img {
  width: 100%;
  height: 100%;
}
.about__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about__head__label {
  color: #FFA100;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .about__head__label {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
}
.about__head__vector {
  max-width: 133px;
  width: 100%;
}
@media (max-width: 1200px) {
  .about__head__vector {
    max-width: 98px;
  }
}
@media (max-width: 992px) {
  .about__head__vector {
    max-width: 64px;
  }
}
.about__item {
  display: flex;
  justify-content: space-between;
  gap: 57px;
  flex-direction: column;
}
@media (max-width: 992px) {
  .about__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }
}
.about__item__tagline {
  max-width: 105px;
  width: 100%;
}
@media (max-width: 1200px) {
  .about__item__tagline {
    max-width: 64px;
  }
}
@media (max-width: 992px) {
  .about__item__tagline {
    max-width: 24px;
  }
}
.about__item .heading__h2 {
  color: #F0EADB;
  font-family: "Clash Display", sans-serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%; /* 102.4px */
  letter-spacing: -5.12px;
  text-transform: unset;
}
@media (max-width: 1200px) {
  .about__item .heading__h2 {
    font-size: 98px;
    letter-spacing: -3.12px;
  }
}
@media (max-width: 1200px) {
  .about__item .heading__h2 {
    font-size: 72px;
    letter-spacing: -1.6px;
  }
}
@media (max-width: 576px) {
  .about__item .heading__h2 {
    font-size: 40px;
  }
}
.about__item .heading__h2__accent {
  color: #FF4D2F;
}
.about__card {
  max-width: 597px;
  display: flex;
  flex-direction: column;
  background-color: #3B438F;
}
@media (max-width: 1200px) {
  .about__card {
    max-width: 464px;
  }
}
@media (max-width: 992px) {
  .about__card {
    max-width: 100%;
  }
}
.about__card__img {
  width: 100%;
}
.about__card__body {
  padding: 49px 32px;
}
@media (max-width: 1200px) {
  .about__card__body {
    padding: 32px 20px;
  }
}
@media (max-width: 992px) {
  .about__card__body {
    padding: 24px 16px;
  }
}
.about__card__desc {
  color: #FFA100;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .about__card__desc {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .about__card__desc {
    font-size: 16px;
    letter-spacing: -0.2px;
  }
}
.about .bluepage__card {
  top: 232px;
  right: -70px;
}
@media (max-width: 992px) {
  .about .bluepage__card {
    top: unset;
    right: unset;
  }
}

.section-login {
  position: relative;
  background-color: #01120C;
  height: 100vh;
}
.section-login .container {
  height: 100%;
}

.login {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.login__head {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.login__overlay {
  position: absolute;
  inset: 0;
  display: flex;
}
.login__overlay__inner {
  position: relative;
}
.login__overlay__inner:first-child {
  width: 58%;
}
.login__overlay__inner:first-child img {
  position: absolute;
  right: 0;
  bottom: -301px;
  width: 100%;
  max-height: 900px;
  height: 100%;
}
.login__overlay__inner:last-child {
  width: 42%;
  background-color: #2C1A32;
}
.login__overlay__inner:last-child img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.login__ornament {
  max-width: 40px;
  max-height: 40px;
  position: absolute;
  left: 0;
  bottom: 32px;
}
@media (max-width: 576px) {
  .login__ornament {
    display: none;
  }
}
.login__ornament img {
  width: 100%;
  height: 100%;
}
.login .btn--back {
  gap: 8px;
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 21.12px */
  letter-spacing: -0.24px;
  text-transform: uppercase;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .login .btn--back {
    padding: 0;
  }
  .login .btn--back span {
    display: none;
  }
}
.login .btn--back--icon {
  max-width: 20px;
  max-height: 16px;
  aspect-ratio: 5/4;
}
.login__label {
  color: #FFF;
  text-align: center;
  font-family: "Thunder", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%; /* 21.12px */
  letter-spacing: -0.24px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 1200px) {
  .login__label {
    position: relative;
    left: unset;
    transform: unset;
  }
}
.login__card {
  border-radius: 24px;
  background-color: #FFF;
  max-width: 448px;
  margin-inline: auto;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.login__card__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.login__card__title {
  color: #01120C;
  text-align: center;
  font-family: "Thunder", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .login__card__title {
    font-size: 32px;
  }
}
.login__card__span {
  color: rgba(1, 18, 12, 0.64);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.64px;
}
.login__card__inputs {
  position: relative;
  width: 100%;
}
.login__card__inputs img {
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.login__card__inputs input {
  outline: unset;
  border: unset;
  width: 100%;
  min-height: 50px;
  padding: 12px 12px 12px 44px;
  border-radius: 8px;
  background: #F3F3F3;
  color: #01120C;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.64px;
}
.login__card__inputs select {
    outline: unset;
    border: unset;
    width: 100%;
    min-height: 50px;
    padding: 12px 12px 12px 44px;
    border-radius: 8px;
    background: #F3F3F3;
    color: #01120C;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.64px;

    /* Optional: remove default arrow styling */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
} 
.login__card__inputs textarea {
    outline: unset;
    border: unset;
    width: 100%;
    min-height: 120px;
    padding: 12px 12px 12px 10px;
    border-radius: 8px;
    background: #F3F3F3;
    color: #01120C;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.64px;
    resize: vertical; /* or none if you want fixed */
}
.login__card__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.login__card__buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.login__forget-password {
  color: rgba(1, 18, 12, 0.64);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.64px;
}
.login .btn--get-started {
  border-radius: 16px;
  background-color: #FFA100;
  padding: 12px 24px;
  width: 100%;
  color: #01120C;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.64px;
  text-transform: unset;
}
.login__span {
  color: rgba(1, 18, 12, 0.64);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.64px;
  text-align: center;
}
.login .align-center {
  align-items: center;
}
.login .btn--platform {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  background-color: #F3F3F3;
}
.login .btn--platform img {
  max-width: 32px;
  max-height: 32px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
@media (max-width: 576px) {
  .login .btn--platform img {
    max-width: 24px;
  }
}
.login .label__sign-up {
  color: rgba(1, 18, 12, 0.64);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.64px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.login .label__sign-up a {
  font-weight: 600;
  color: #01120C;
}

.orange-hero {
  background: url("/assets/images/orange__bg.webp") center/cover no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.orange-hero .container {
  position: relative;
}

.orange {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 249px;
  padding-bottom: 160px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .orange {
    padding-bottom: 60px;
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .orange {
    flex-direction: column-reverse;
    gap: 16px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .orange {
    padding-top: 431px;
  }
}
.orange__subtext {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 8px;
}
@media (max-width: 1200px) {
  .orange__subtext {
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .orange__subtext {
    gap: 24px;
  }
}
.orange .heading__h1 {
  font-family: "Thunder", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 108px */
  letter-spacing: -1.2px;
  text-transform: uppercase;
  max-width: 564px;
}
@media (max-width: 1200px) {
  .orange .heading__h1 {
    font-size: 98px;
    max-width: 464px;
  }
}
@media (max-width: 992px) {
  .orange .heading__h1 {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .orange .heading__h1 {
    font-size: 64px;
    letter-spacing: -0.64px;
  }
}
.orange .heading__h1__accent-2 {
  background: linear-gradient(93deg, #FFF 71.6%, rgba(255, 255, 255, 0.06) 99.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  .orange .heading__h1__accent-2 {
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }
}
.orange .heading__h1__accent {
  color: #BC002C;
}
.orange .heading__h1__wrap {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.orange .heading__h1__box {
  padding: 10px;
  border-radius: 100px;
  border: 4px solid #FFF;
  display: inline-flex;
  justify-content: flex-end;
  max-width: 160px;
  width: 100%;
}
@media (max-width: 1200px) {
  .orange .heading__h1__box {
    padding: 5px;
    max-width: 120px;
  }
}
@media (max-width: 576px) {
  .orange .heading__h1__box {
    max-width: 104px;
  }
}
.orange .heading__h1__link {
  padding: 16px 23px;
  border-radius: 100px;
  background-color: #BC002C;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .orange .heading__h1__link {
    padding: 12px 18px;
  }
}
@media (max-width: 576px) {
  .orange .heading__h1__link {
    padding: 8px;
  }
}
.orange .heading__h1__link img {
  max-width: 32px;
  max-height: 32px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .orange .heading__h1__link img {
    max-width: 24px;
  }
}
@media (max-width: 576px) {
  .orange .heading__h1__link img {
    max-width: 14px;
  }
}
.orange .desc {
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  max-width: 448px;
}
@media (max-width: 1200px) {
  .orange .desc {
    font-size: 16px;
  }
}
.orange__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 40px;
  border: 4px solid #FFF;
  background-color: #BC002C;
  max-width: 274px;
  width: 100%;
  padding: 14px 12px 12px 12px;
}
@media (max-width: 992px) {
  .orange__card {
    display: none;
  }
}
@media (max-width: 576px) {
  .orange__card {
    display: flex;
    position: absolute;
    max-width: 169px;
    padding: 8px;
    border-radius: 24px;
    gap: 8px;
    top: 340px;
    right: 0;
  }
}
.orange__card__head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.orange__card__profiles img {
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: 100%;
  position: relative;
  border: 3px solid #BC002C;
  border-radius: 99px;
  z-index: 2;
}
@media (max-width: 576px) {
  .orange__card__profiles img {
    max-width: 28px;
  }
}
.orange__card__profiles img:not(:first-child) {
  margin-left: -12px;
  z-index: 1;
}
.orange__card__profiles img:last-child {
  z-index: 0;
}
.orange__card__span {
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 32px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .orange__card__span {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .orange__card__span {
    font-size: 16px;
  }
}
.orange__card__body {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 30px;
  background-color: #FFA100;
  padding: 16px;
  gap: 8px;
  align-items: flex-end;
}
@media (max-width: 576px) {
  .orange__card__body {
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .orange__card__body {
    gap: 0;
    padding: 8px;
    border-radius: 16px;
  }
}
.orange__card__desc {
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 28px */
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .orange__card__desc {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .orange__card__desc {
    font-size: 16px;
    max-width: 88px;
  }
}
.orange__card__icon {
  max-width: 16px;
  max-height: 16px;
}
@media (max-width: 576px) {
  .orange__card__icon {
    align-self: flex-end;
  }
}
.orange__label {
  color: #FFF;
  text-align: right;
  font-family: "Thunder", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  letter-spacing: -0.8px;
}
@media (max-width: 1200px) {
  .orange__label {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .orange__label {
    font-size: 32px;
  }
}
.orange__label .label__accent {
  color: #BC002C;
}
.orange__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .orange__wrapper {
    align-items: flex-start;
    gap: 16px;
  }
}
.orange__overlay {
  max-width: 1118px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 161px;
  display: flex;
}
@media (max-width: 1200px) {
  .orange__overlay {
    max-width: 718px;
  }
}
@media (max-width: 576px) {
  .orange__overlay {
    bottom: unset;
    left: unset;
    top: -55px;
    right: -66px;
    min-width: 523px;
  }
}
.orange__overlay img {
  width: 100%;
}
.orange__overlay img:last-child {
  display: none;
}
@media (max-width: 576px) {
  .orange__overlay img:first-child {
    display: none;
  }
  .orange__overlay img:last-child {
    display: inline-flex;
  }
}
.orange__overlay__bg {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(0deg, rgb(127, 57, 0) 10%, rgba(127, 57, 0, 0) 100%);
}

.section-system {
  background-color: #FF9C00;
  padding-top: 104px;
  padding-bottom: 52px;
}
@media (max-width: 992px) {
  .section-system {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.system {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .system {
    gap: 32px;
  }
}
.system__label {
  color: #BC002C;
  font-family: "Thunder", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: 1.44px;
  text-transform: uppercase;
  display: flex;
  gap: 4px;
  align-items: center;
}
@media (max-width: 576px) {
  .system__label {
    font-size: 16px;
  }
}
.system__label img {
  max-width: 14px;
  max-height: 14px;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .system__label img {
    max-width: 10px;
  }
}
.system .heading__h2 {
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 110px */
  letter-spacing: -1.1px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .system .heading__h2 {
    font-size: 82px;
  }
}
@media (max-width: 992px) {
  .system .heading__h2 {
    order: 3;
    letter-spacing: 0;
  }
}
@media (max-width: 576px) {
  .system .heading__h2 {
    font-size: 40px;
  }
}
.system .heading__h2__accent {
  color: #BC002C;
}
.system .heading__h2__box {
  margin-left: 104px;
  display: flex;
  gap: 8px;
}
@media (max-width: 576px) {
  .system .heading__h2__box {
    margin-left: 0;
  }
}
.system .heading__h2__fw {
  font-weight: 400;
}
.system__number {
  color: #BC002C;
  font-family: "Thunder", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  letter-spacing: -0.8px;
  display: inline-flex;
  align-items: center;
  gap: 92px;
}
@media (max-width: 1200px) {
  .system__number {
    gap: 42px;
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .system__number {
    font-size: 24px;
    gap: 16px;
    align-items: flex-start;
  }
}
.system__number img {
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .system__number img {
    max-width: 16px;
  }
}
.system__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .system__head {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.system__content {
  display: flex;
  align-items: flex-end;
  gap: 368px;
}
@media (max-width: 1200px) {
  .system__content {
    gap: 210px;
  }
}
@media (max-width: 992px) {
  .system__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.system__card {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 328px;
  width: 100%;
}
@media (max-width: 992px) {
  .system__card {
    max-width: 528px;
  }
}
@media (max-width: 576px) {
  .system__card {
    gap: 16px;
    max-width: 270px;
    height: 380px;
  }
}
.system__card img {
  width: 100%;
  height: 100%;
}
.system__card__title {
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 100px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: -8px;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .system__card__title {
    font-size: 86px;
  }
}
.system__card__inner {
  display: flex;
  flex-direction: column;
  background-color: #BC002C;
  padding: 17px 12px 12px;
  border-radius: 40px;
  border: 4px solid #FFF;
  max-width: 224px;
  position: absolute;
  top: 73px;
  right: -72px;
  transform: translateX(72px);
}
@media (max-width: 576px) {
  .system__card__inner {
    right: -82px;
    transform: unset;
  }
}
.system__card__subtext {
  border-radius: 30px;
  background-color: #FFA100;
  display: flex;
  flex-direction: column;
  padding: 16px;
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 28px */
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .system__card__subtext {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .system__card__subtext {
    border-radius: 16px;
  }
}
.system__card__subtext img {
  max-width: 16px;
  width: 100%;
  align-self: flex-end;
}
.system__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  max-width: 449px;
}
@media (max-width: 992px) {
  .system__item {
    max-width: 100%;
    gap: 16px;
  }
}
.system__item__desc {
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
}
@media (max-width: 1200px) {
  .system__item__desc {
    font-size: 16px;
  }
}
.system .btn--learn-more {
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: 1.44px;
  text-transform: uppercase;
  gap: 2px;
  padding: 14px 28px 12px;
  border-radius: 100px;
  border: 4px solid #FFF;
  background-color: #BC002C;
}
@media (max-width: 576px) {
  .system .btn--learn-more {
    width: 100%;
  }
}
.system .btn--learn-more img {
  max-width: 18px;
  max-height: 18px;
  width: 100%;
  height: 100%;
}

.section-outcomes {
  background-color: #FF9C00;
  padding-top: 53px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .section-outcomes {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.outcomes {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.outcomes .heading__h2 {
  color: #FFF;
  font-family: "Thunder", sans-serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 110px */
  letter-spacing: -1.1px;
  text-transform: uppercase;
  margin-top: 34px;
}
@media (max-width: 1200px) {
  .outcomes .heading__h2 {
    font-size: 82px;
  }
}
@media (max-width: 992px) {
  .outcomes .heading__h2 {
    margin-top: 16px;
  }
}
@media (max-width: 576px) {
  .outcomes .heading__h2 {
    font-size: 40px;
    letter-spacing: -0.6px;
    margin-top: unset;
    width: 100%;
  }
}
.outcomes .heading__h2__accent {
  color: #BC002C;
}
.outcomes .heading__h2__inner {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}
@media (max-width: 576px) {
  .outcomes .heading__h2__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 32px;
  }
}
.outcomes .heading__h2__inner .system__label {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .outcomes .heading__h2__inner .system__label {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .outcomes .heading__h2__inner .system__label {
    margin-bottom: 0;
  }
}
.outcomes__head {
  position: relative;
  z-index: 1;
}
.outcomes__head__wrap {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 576px) {
  .outcomes__head__wrap {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.outcomes__head__wrap .system__number {
  margin-bottom: -34px;
}
.outcomes__head__ornament {
  max-width: 400px;
  width: 100%;
  position: absolute;
  top: -18px;
  right: 0;
  z-index: -1;
}
@media (max-width: 576px) {
  .outcomes__head__ornament {
    right: -89px;
  }
}
.outcomes__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
@media (max-width: 1200px) {
  .outcomes__list {
    z-index: 1;
  }
}
.outcomes__item {
  background-color: #FFF9EB;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 992px) {
  .outcomes__item {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .outcomes__item {
    flex-direction: column;
  }
}
.outcomes__item__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1112px;
  width: 100%;
  gap: 16px;
}
@media (max-width: 1200px) {
  .outcomes__item__content {
    max-width: 780px;
  }
}
@media (max-width: 992px) {
  .outcomes__item__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.outcomes__item__subtext {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.outcomes__item__head {
  max-width: 448px;
  width: 100%;
}
@media (max-width: 1200px) {
  .outcomes__item__head {
    max-width: 348px;
  }
}
.outcomes__item__number {
  color: #BC002C;
  font-family: "Thunder", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 72px */
  letter-spacing: -1.2px;
}
@media (max-width: 1200px) {
  .outcomes__item__number {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .outcomes__item__number {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
}
.outcomes__item__title {
  color: #000;
  font-family: "Thunder", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 60px */
  letter-spacing: -0.6px;
  text-transform: uppercase;
  max-width: 340px;
  width: 100%;
}
@media (max-width: 1200px) {
  .outcomes__item__title {
    font-size: 48px;
    max-width: 280px;
  }
}
@media (max-width: 992px) {
  .outcomes__item__title {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .outcomes__item__title {
    font-size: 40px;
    letter-spacing: -0.4px;
  }
}
.outcomes__item__desc {
  color: rgba(37, 3, 32, 0.8);
  text-align: justify;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  max-width: 448px;
}
@media (max-width: 1200px) {
  .outcomes__item__desc {
    max-width: 348px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .outcomes__item__desc {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .outcomes__item__desc {
    font-size: 14px;
    max-width: 224px;
  }
}
.outcomes__item__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 23px;
  border-radius: 100px;
  background-color: #BC002C;
}
.outcomes__item__link img {
  max-width: 32px;
  width: 32px;
}
.footer {
  padding-block: 32px;
}
.footer .footer__wrapper {
  padding-inline: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1200px) {
  .footer .footer__wrapper {
    gap: 16px;
    padding-inline: 24px;
  }
}
@media (max-width: 992px) {
  .footer .footer__wrapper {
    padding-inline: 16px;
  }
}
@media (max-width: 842px) {
  .footer .footer__wrapper {
    padding-inline: 0;
    gap: 40px;
  }
}
.footer__menus {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .footer__menus {
    flex-wrap: wrap;
  }
}
@media (max-width: 842px) {
  .footer__menus {
    flex-direction: column;
    gap: 40px;
    padding-inline: 46px;
  }
}
.footer__link {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  transition: all 300ms ease;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__tagline {
  width: 100%;
  height: 100%;
}
.footer__tagline__img {
  width: 100%;
  height: 100%;
}

.footer--green-bg {
  background-color: #01120C;
  color: white;
}

.footer--blue-bg {
  background-color: #0B0E2E;
  color: white;
}

.footer--purple-bg {
  background-color: #2F0428;
  color: white;
}

.footer--red-bg {
  background-color: #01120C;
  color: white;
}