@font-face {
  font-family: Haffer SQ XH;
  src: url(/assets/font/HafferSQXH-Regular.ttf);
}
@font-face {
  font-family: Haffer SQ XH;
  src: url(/assets/font/HafferSQXH-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: Haffer SQ XH;
  src: url(/assets/font/HafferSQXH-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Haffer SQ XH;
  src: url(/assets/font/HafferSQXH-Bold.ttf);
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Haffer SQ XH", sans-serif;
}

body {
  scroll-behavior: smooth;
}
body.disable__scroll {
  overflow: hidden;
}

.slash__title .title__wrapper {
  overflow: hidden;
}
.slash__title .title__wrapper .title {
  transform: translateX(0px);
  opacity: 1;
  display: inline-block;
}

.side__line {
  position: fixed;
  height: 100vh;
  top: 0;
  z-index: 1000;
  width: 6px;
}
.side__line::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(148, 148, 148, 0.15);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.side__line .line__bar {
  width: 100%;
  height: 132px;
  background: #000e8c;
  position: relative;
  z-index: 1;
  transition: 0.1s ease;
}
.side__line.side__line--left {
  left: 161px;
}
.side__line.side__line--left .line__bar {
  top: 16%;
}
.side__line.side__line--right {
  right: 161px;
}
.side__line.side__line--right .line__bar {
  top: 82%;
}

.textFor__reveal {
  font-kerning: none;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
  transform: translateZ(0);
}
.textFor__reveal .line {
  will-change: transform;
}

.extraSplit__line {
  display: block;
  overflow: hidden;
}
.extraSplit__line .split__line {
  display: block;
}

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

h2 {
  color: #fff;
  text-align: center;
  font-size: 84px;
  font-style: normal;
  font-weight: 500;
  line-height: 88px; /* 104.762% */
  letter-spacing: -4.2px;
  margin-bottom: 40px;
}

h4 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px; /* 104.167% */
  letter-spacing: -2.4px;
}

p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px; /* 166.667% */
  opacity: 0.8;
}

.container {
  padding-inline: 80px;
  width: 100%;
}

.btn {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn a {
  text-decoration: none;
}
.btn.btn__primary a {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: white;
  gap: 14px;
  font-weight: 500;
  padding-block: 10px;
}
.btn.btn__primary a::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
}
.btn.btn__secondary a {
  min-height: 54px;
  padding: 10px 56px;
  border-radius: 2000px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn__header {
  border-radius: 100px;
  background: #000e8c;
  overflow: hidden;
}
.btn.btn__header a {
  padding: 10px 10px;
  min-width: 154px;
  min-height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: white;
}

section:first-of-type {
  padding-top: 300px;
}

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
}
.section.section--white {
  background: #fff;
}
.section.section--white h2 {
  color: #000;
}
.section.section--white p {
  color: #000;
  opacity: 0.8;
}
.section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tablet {
  display: none;
}

.mobile {
  display: none !important;
}

header {
  padding-block: 40px 47px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: fixed;
  top: 0;
  z-index: 500;
  background: #000;
  left: 0;
  width: 100%;
  transition: 0.3s ease-out;
}
header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
}
header.scrolled {
  gap: 0;
  padding-block: 10px;
}
header.scrolled .header__top {
  padding-block: 20px;
}
header.scrolled .header__top .header__logo {
  opacity: 0;
}
header.scrolled .header__top .header__icon {
  opacity: 1;
}
header.scrolled .header__bottom {
  height: 0;
}
header.scrolled .header__bottom .navbar {
  transform: translateY(-47px);
  border-bottom: 0;
}
header.scrolled .header__bottom .navbar .navLink__list .nav__link a {
  padding-block: 10px;
}
header.scrolled__menu::before {
  opacity: 1;
}
header .header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-block: 40px;
  gap: 53px;
  transition: 0.3s ease;
}
@media screen and (max-width: 1540px) {
  header .header__top {
    gap: 20px;
  }
}
header .header__top .headerMenu__wrapper .header__menu {
  display: flex;
  flex-direction: column;
  width: 40px;
  gap: 8px;
  align-items: flex-end;
  padding-block: 10px;
  cursor: pointer;
}
header .header__top .headerMenu__wrapper .header__menu .line {
  height: 2px;
  background: white;
  transition: 0.3s ease;
}
header .header__top .headerMenu__wrapper .header__menu .line--one {
  width: 100%;
}
header .header__top .headerMenu__wrapper .header__menu .line--two {
  width: 14px;
  margin-right: 4px;
}
header .header__top .headerMenu__wrapper.header__menu--active .header__menu .line.line--two {
  width: 100%;
  margin: 0;
  transform: translateY(-5px) rotate(45deg);
}
header .header__top .headerMenu__wrapper.header__menu--active .header__menu .line.line--one {
  transform: translateY(5px) rotate(-45deg);
}
header .header__top .headerMenu__wrapper.header__menu--active .headerMenu__nav {
  opacity: 1;
  pointer-events: auto;
}
header .header__top .headerMenu__wrapper .headerMenu__nav {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  z-index: -1;
  padding-inline: 162px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-out;
  padding-top: 155px;
  overflow-y: auto;
}
header .header__top .headerMenu__wrapper .headerMenu__nav.tablet {
  display: none;
}
header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navLeft {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1056px;
  padding-left: 94px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navLeft a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 38px;
  transition: 0.3s ease-out;
}
header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navLeft a.header__social--active img {
  opacity: 1;
  transform: translateX(0px);
}
header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navLeft a img {
  width: 136px;
  height: 136px;
  opacity: 0;
  transform: translateX(10px);
  transition: 0.3s ease-in-out;
}
header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navLeft a span {
  color: #fff;
  font-size: 84px;
  font-style: normal;
  font-weight: 500;
  line-height: 100px; /* 119.048% */
  letter-spacing: -4.2px;
}
header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navRight .separate {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navRight .separate h6 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navRight .separate a {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 150% */
  text-decoration: none;
}
header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navRight .separate a.mail {
  text-decoration: underline;
}
header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navRight .separate p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 150% */
  max-width: 330px;
  text-align: left;
}
header .header__top .header__icon {
  width: 40px;
  height: 55.385px;
  margin-right: auto;
  opacity: 0;
  transition: 0.3s ease-out;
}
header .header__top .header__icon a {
  width: 100%;
  height: 100%;
  display: block;
}
header .header__top .header__icon a img {
  width: 100%;
  height: 100%;
}
header .header__top .header__logo {
  width: 278.674px;
  height: 45.052px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
}
header .header__top .header__logo a {
  width: 100%;
  height: 100%;
  display: block;
}
header .header__top .header__logo a img {
  width: 100%;
  height: 100%;
}
header .header__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header__bottom .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-inline: 40px;
  transition: 0.3s ease-out;
}
header .header__bottom .navbar .navLink__list {
  display: flex;
  align-items: center;
  gap: 50px;
  list-style: none;
}
@media screen and (max-width: 1540px) {
  header .header__bottom .navbar .navLink__list {
    gap: 20px;
  }
}
header .header__bottom .navbar .navLink__list .nav__link a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 20px;
  padding-bottom: 24px;
  opacity: 0.6;
}

.footer {
  background: #000;
}
.footer .container {
  padding-inline: 162px;
}
.footer .footer__top {
  display: flex;
  border-block: 2px solid rgba(255, 255, 255, 0.1);
}
.footer .footer__top .footer__left {
  padding-block: 110px 40px;
  padding-right: 86px;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}
.footer .footer__top .footer__left .footer__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.footer .footer__top .footer__left .footer__logo img {
  width: 278.674px;
  height: 45.052px;
}
.footer .footer__top .footer__left .footer__logo p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.16px;
  margin-left: 5px;
}
.footer .footer__top .footer__left h2 {
  max-width: 921px;
  text-align: left;
  margin-block: 111px 126px;
}
.footer .footer__top .footer__left .footer__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 27px;
}
.footer .footer__top .footer__left .footer__links li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  color: white;
}
.footer .footer__top .footer__right {
  padding-block: 110px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 56px;
  padding-left: 20px;
}
.footer .footer__top .footer__right .social__icons {
  display: flex;
  align-items: center;
  gap: 32px;
}
.footer .footer__top .footer__right .social__icons a {
  text-decoration: none;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer__top .footer__right .social__icons a img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .footer__top .footer__right .footerDetails__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.footer .footer__top .footer__right .footerDetails__list .footer__detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .footer__top .footer__right .footerDetails__list .footer__detail h6 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  letter-spacing: 0.2px;
}
.footer .footer__top .footer__right .footerDetails__list .footer__detail a {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 150% */
  letter-spacing: 0.2px;
  text-decoration: none;
}
.footer .footer__top .footer__right .footerDetails__list .footer__detail a.mail {
  text-decoration: underline;
}
.footer .footer__top .footer__right .footerDetails__list .footer__detail a.map {
  text-decoration-line: underline;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.16px;
  text-decoration-line: underline;
}
.footer .footer__top .footer__right .footerDetails__list .footer__detail p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 150% */
  letter-spacing: 0.2px;
  opacity: 1;
  text-align: left;
  max-width: 348px;
}
.footer .footer__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-block: 30px 127px;
}
.footer .footer__bottom span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 187.5% */
  letter-spacing: 0.16px;
}
.footer .footer__bottom .term__links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .footer__bottom .term__links .divider {
  width: 1px;
  background: #fff;
  height: 14px;
}
.footer .footer__bottom .term__links a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 187.5% */
  letter-spacing: 0.16px;
  text-decoration: none;
}

@media screen and (max-width: 1440px) {
  .side__line {
    width: 4.5px;
  }
  .side__line .line__bar {
    height: 99px;
  }
  .side__line.side__line--left {
    left: 82px;
  }
  .side__line.side__line--left .line__bar {
    top: 26%;
  }
  .side__line.side__line--right {
    right: 82px;
  }
  .side__line.side__line--right .line__bar {
    top: 80%;
  }
  h2 {
    font-size: 64px;
    font-weight: 500;
    line-height: 78px; /* 121.875% */
    letter-spacing: -3.2px;
    margin-bottom: 32px;
    max-width: 1060px !important;
  }
  p {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px; /* 160% */
    max-width: 844px !important;
  }
  .container {
    padding-inline: 82px;
  }
  .btn.btn__primary a {
    font-size: 16px;
    gap: 8px;
  }
  .btn.btn__primary a::after {
    width: 30px;
    height: 1.5px;
  }
  .btn.btn__secondary a {
    padding: 10px 55px;
    min-height: 54px;
  }
  header {
    padding-block: 40px 48px;
    gap: 56px;
  }
  header.scrolled .header__bottom .navbar {
    transform: translateY(-49px);
  }
  header .header__top {
    height: 101px;
    gap: 20px;
  }
  header .header__top .headerMenu__wrapper .header__menu {
    width: 48px;
    height: 48px;
    justify-content: center;
    padding-inline: 4px;
  }
  header .header__top .headerMenu__wrapper .header__menu .line {
    height: 4px;
  }
  header .header__top .headerMenu__wrapper .header__menu .line.line--one {
    width: 40px;
  }
  header .header__top .headerMenu__wrapper .header__menu .line.line--two {
    width: 15px;
  }
  header .header__top .headerMenu__wrapper.header__menu--active .header__menu .line.line--one {
    transform: translateY(7px) rotate(-45deg);
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav {
    padding-top: 121px;
    padding-inline: 82px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navLeft {
    padding-left: 67px;
    max-width: 844px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navLeft a {
    gap: 40px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navLeft a img {
    width: 112px;
    height: 112px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navLeft a span {
    font-size: 64px;
    line-height: 78px; /* 121.875% */
    letter-spacing: -3.2px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navRight {
    gap: 32px;
    padding-inline: 20px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navRight .separate {
    gap: 8px;
    width: 100%;
    max-width: 305px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navRight .separate h6 {
    line-height: 24px; /* 150% */
    font-size: 16px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navRight .separate a {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.pc .headerMenu__navRight .separate p {
    font-size: 16px;
    line-height: 24px; /* 150% */
    max-width: 100% !important;
  }
  header .header__top .header__logo {
    width: 230px;
  }
  header .header__top .header__icon {
    width: 25px;
    height: 35.385px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1320px) {
  header .header__bottom .navbar {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1440px) {
  header .header__bottom .navbar .navLink__list {
    gap: 28.91px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1320px) {
  header .header__bottom .navbar .navLink__list {
    gap: 15px;
  }
}
@media screen and (max-width: 1440px) {
  header .header__bottom .navbar .navLink__list .nav__link a {
    font-size: 16px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1220px) {
  header.scrolled .header__bottom .navbar {
    margin-right: 20px;
  }
  header .header__top {
    gap: 8px;
  }
  header .header__top .btn.btn__header a {
    font-size: 14px;
    min-width: 100px;
    min-height: 36px;
  }
  header .header__bottom .navbar {
    padding-left: 40px;
  }
  header .header__bottom .navbar .navLink__list {
    gap: 10px;
  }
  header .header__bottom .navbar .navLink__list .nav__link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .footer .container {
    padding-inline: 82px;
  }
  .footer .footer__top .footer__left {
    padding-block: 85px 32px;
    padding-right: 20px;
  }
  .footer .footer__top .footer__left .footer__logo {
    gap: 3px;
  }
  .footer .footer__top .footer__left .footer__logo img {
    width: 208px;
    height: 33px;
  }
  .footer .footer__top .footer__left .footer__logo p {
    font-size: 12px;
  }
  .footer .footer__top .footer__left h2 {
    margin-block: 56px 80px;
    font-size: 64px;
    line-height: 68px; /* 121.875% */
    letter-spacing: -3.2px;
    max-width: 844px !important;
  }
  .footer .footer__top .footer__left .footer__links {
    gap: 32px;
  }
  .footer .footer__top .footer__left .footer__links li {
    width: 100%;
    max-width: 235px;
  }
  .footer .footer__top .footer__left .footer__links li a {
    font-size: 16px;
    line-height: 24px; /* 150% */
    width: 100%;
  }
  .footer .footer__top .footer__right {
    padding-block: 85px 32px;
    gap: 64px;
  }
  .footer .footer__top .footer__right .social__icons {
    gap: 32px;
  }
  .footer .footer__top .footer__right .social__icons a {
    width: 48px;
    height: 48px;
  }
  .footer .footer__top .footer__right .footerDetails__list {
    padding-right: 37px;
    gap: 32px;
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail {
    gap: 8px;
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail h6 {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail a {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail p {
    font-size: 16px;
    max-width: 311px !important;
    line-height: 24px; /* 150% */
  }
  .footer .footer__bottom {
    padding-block: 24px 64px;
  }
  .footer .footer__bottom span {
    font-size: 14px;
  }
  .footer .footer__bottom .term__links a {
    font-size: 14px;
  }
  .footer .footer__bottom .term__links .divider {
    height: 12px;
  }
}
@media screen and (max-width: 1080px) {
  .side__line {
    width: 5px;
  }
  .side__line .line__bar {
    height: 100px;
  }
  .side__line.side__line--left {
    left: 42px;
  }
  .side__line.side__line--left .line__bar {
    top: 26%;
  }
  .side__line.side__line--right {
    right: 42px;
  }
  .side__line.side__line--right .line__bar {
    top: 80%;
  }
  section:first-of-type {
    padding-top: 179px;
  }
  h2 {
    font-size: 48px;
    line-height: 58px; /* 120.833% */
    letter-spacing: -2.4px;
    max-width: 780px !important;
    margin-bottom: 24px;
  }
  p {
    font-size: 20px;
    line-height: 32px;
    max-width: 620px !important;
  }
  .container {
    padding-inline: 42px;
  }
  .btn.btn__secondary a {
    padding: 10px 38px;
    min-height: 48px;
    font-size: 16px;
  }
  .btn.btn__header a {
    min-width: 154px;
    min-height: 54px;
    font-size: 20px;
  }
  header {
    padding-block: 56px 69px;
  }
  header.scrolled .header__top {
    height: 80px;
  }
  header.scrolled .header__bottom .header__logo {
    transform: translateY(-37px);
    opacity: 0;
  }
  header .header__top {
    height: -moz-fit-content;
    height: fit-content;
  }
  header .header__top .headerMenu__wrapper .header__menu {
    height: 40px;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .header__top .headerMenu__wrapper .header__menu .line.line--one {
    width: 32px;
  }
  header .header__top .headerMenu__wrapper .header__menu .line.line--two {
    width: 12px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav {
    flex-direction: column;
    padding-inline: 112px;
    padding-block: 100px 112px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.pc {
    display: none;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet {
    display: flex;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav .headerMenu__navTop {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav .headerMenu__navTop nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    gap: 8px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav .headerMenu__navTop nav ul li a {
    color: #fff;
    font-size: 72px;
    font-weight: 500;
    line-height: 96px; /* 133.333% */
    letter-spacing: -3.6px;
    text-decoration: none;
    text-align: center;
    display: block;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav .headerMenu__navBottom {
    display: flex;
    justify-content: space-between;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav .headerMenu__navBottom a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    text-decoration: none;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav .headerMenu__navBottom a img {
    width: 88px;
    height: 88px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav .headerMenu__navBottom a span {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px; /* 140% */
    letter-spacing: 0.2px;
  }
  header .header__top .btn.btn__header a {
    min-width: 154px;
    min-height: 54px;
    font-size: 20px;
  }
  header .header__top .header__logo {
    display: none;
  }
  header .header__bottom {
    display: none;
  }
  header .header__bottom .navbar {
    display: none;
  }
  header .header__bottom .header__logo {
    width: 278.674px;
    height: 45.052px;
    transition: 0.3s ease-out;
  }
  header .header__bottom .header__logo a {
    width: 100%;
    height: 100%;
    display: block;
  }
  header .header__bottom .header__logo a img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .footer .container {
    padding-inline: 42px;
  }
  .footer .footer__top .footer__left {
    padding-block: 61px 24px;
    width: 100%;
    max-width: 620px;
  }
  .footer .footer__top .footer__left .footer__logo {
    gap: 15px;
  }
  .footer .footer__top .footer__left .footer__logo img {
    width: 232.518px;
    height: 38.045px;
  }
  .footer .footer__top .footer__left .footer__logo p {
    font-size: 12px;
    line-height: 16px; /* 133.333% */
  }
  .footer .footer__top .footer__left h2 {
    font-size: 48px;
    line-height: 52px; /* 120.833% */
    letter-spacing: -2.4px;
    max-width: 584px !important;
    margin-block: 32px 64px;
  }
  .footer .footer__top .footer__left .footer__links {
    gap: 24px 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer .footer__top .footer__left .footer__links li {
    max-width: 262px;
  }
  .footer .footer__top .footer__left .footer__links li a {
    font-size: 16px;
  }
  .footer .footer__top .footer__right {
    gap: 56px;
    padding-block: 61px 24px;
  }
  .footer .footer__top .footer__right .social__icons {
    gap: 16px;
  }
  .footer .footer__top .footer__right .social__icons a {
    width: 40px;
    height: 40px;
  }
  .footer .footer__top .footer__right .footerDetails__list {
    gap: 32px;
    padding-right: 0;
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail {
    gap: 8px;
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail h6 {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail a {
    line-height: 24px; /* 150% */
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail a.map {
    display: none;
  }
  .footer .footer__bottom {
    padding-block: 16px 99px;
  }
}
@media screen and (max-width: 744px) {
  .side__line {
    width: 3.633px;
  }
  .side__line .line__bar {
    height: 72.656px;
  }
  .side__line.side__line--left {
    left: 41px;
  }
  .side__line.side__line--left .line__bar {
    top: 26%;
  }
  .side__line.side__line--right {
    right: 41px;
  }
  .side__line.side__line--right .line__bar {
    top: 80%;
  }
  section:first-of-type {
    padding-top: 161px;
  }
  h2 {
    font-size: 40px;
    line-height: 44px; /* 122.222% */
    letter-spacing: -2px;
    max-width: 100% !important;
    margin-bottom: 24px;
    text-align: left !important;
  }
  p {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px; /* 140% */
    max-width: 100% !important;
    text-align: left;
  }
  .container {
    padding-inline: 107px;
  }
  .btn.btn__secondary a {
    padding: 10px 39px;
  }
  .tablet {
    display: block;
  }
  header {
    padding-block: 56px 51px;
    gap: 30px;
  }
  header .header__top {
    height: -moz-fit-content;
    height: fit-content;
  }
  header .header__top .headerMenu__wrapper .header__menu {
    height: 32px;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .header__top .headerMenu__wrapper .header__menu .line {
    height: 3px;
  }
  header .header__top .headerMenu__wrapper .header__menu .line.line--one {
    width: 24px;
  }
  header .header__top .headerMenu__wrapper .header__menu .line.line--two {
    width: 9.23px;
  }
  header .header__top .headerMenu__wrapper.header__menu--active .header__menu .line.line--one {
    transform: translateY(5px) rotate(-45deg);
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav {
    padding-inline: 100px;
    padding-block: 100px 88px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet .headerMenu__navTop nav ul li a {
    font-size: 56px;
    line-height: 74px; /* 132.143% */
    letter-spacing: -2.8px;
  }
}
@media screen and (max-width: 744px) and (max-width: 640px) {
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet .headerMenu__navTop nav ul li a {
    font-size: 40px;
    line-height: normal;
    letter-spacing: -2.2px;
  }
}
@media screen and (max-width: 744px) {
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet .headerMenu__navBottom a {
    gap: 20px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet .headerMenu__navBottom a img {
    width: 72px;
    height: 72px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet .headerMenu__navBottom a span {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 0.16px;
  }
}
@media screen and (max-width: 744px) and (max-width: 640px) {
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet .headerMenu__navBottom a {
    gap: 10px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet .headerMenu__navBottom a img {
    width: 50px;
    height: 50px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet .headerMenu__navBottom a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 744px) {
  header .header__top .btn.btn__header a {
    font-size: 16px;
  }
  header .header__bottom .header__logo {
    width: 201.736px;
    height: 32.705px;
  }
  .footer .container {
    padding-inline: 74px;
  }
  .footer .footer__top {
    flex-direction: column;
  }
  .footer .footer__top .footer__left {
    padding-block: 56px 32px;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footer__top .footer__left .footer__logo {
    gap: 8px;
  }
  .footer .footer__top .footer__left .footer__logo img {
    width: 201.736px;
    height: 32.705px;
  }
  .footer .footer__top .footer__left .footer__logo p {
    font-size: 8.719px;
    line-height: 11.625px; /* 133.333% */
  }
  .footer .footer__top .footer__left h2 {
    font-size: 38px;
    line-height: 42px; /* 115.789% */
    letter-spacing: -1.9px;
    max-width: 494px !important;
  }
  .footer .footer__top .footer__left .footer__links {
    gap: 16px;
    display: grid;
  }
  .footer .footer__top .footer__left .footer__links li {
    max-width: 262px;
  }
  .footer .footer__top .footer__left .footer__links li a {
    font-size: 14px;
  }
  .footer .footer__top .footer__right {
    gap: 32px;
    padding-block: 32px 24px;
    padding-left: 0;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .footer .footer__top .footer__right .social__icons a {
    width: 32px;
    height: 32px;
  }
  .footer .footer__top .footer__right .footerDetails__list {
    flex-wrap: wrap;
    gap: 10px;
    padding-right: 0;
    flex-direction: row;
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail {
    gap: 4px;
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail:nth-child(2) {
    margin-left: auto;
  }
}
@media screen and (max-width: 744px) and (max-width: 618px) {
  .footer .footer__top .footer__right .footerDetails__list .footer__detail:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 744px) {
  .footer .footer__top .footer__right .footerDetails__list .footer__detail h6 {
    font-size: 14px;
    line-height: 24px; /* 150% */
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail a {
    font-size: 14px;
    line-height: 24px; /* 150% */
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail a.map {
    display: none;
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail p {
    font-size: 14px;
    max-width: 290px !important;
  }
  .footer .footer__bottom {
    padding-block: 24px 34px;
  }
  .footer .footer__bottom span {
    font-size: 12px;
  }
  .footer .footer__bottom .term__links a {
    font-size: 12px;
  }
}
@media screen and (max-width: 475px) {
  .side__line {
    width: 4px;
  }
  .side__line .line__bar {
    height: 59px;
  }
  .side__line.side__line--left {
    left: 16px;
  }
  .side__line.side__line--left .line__bar {
    top: 26%;
  }
  .side__line.side__line--right {
    right: 16px;
  }
  .side__line.side__line--right .line__bar {
    top: 80%;
  }
  h2 {
    font-size: 40px;
    line-height: 44px; /* 120% */
    letter-spacing: -2px;
    max-width: 100% !important;
    margin-bottom: 24px;
  }
  p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px; /* 140% */
    max-width: 100% !important;
  }
  .container {
    padding-inline: 32px;
  }
  .mobile {
    display: block !important;
  }
  header {
    padding-block: 0px;
    gap: 72px;
  }
  header .header__top {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: row-reverse;
    padding-block: 63px;
  }
  header .header__top .header__icon {
    opacity: 1;
  }
  header .header__top .headerMenu__wrapper .header__menu {
    height: 32px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  header .header__top .headerMenu__wrapper .header__menu .line {
    height: 3px;
  }
  header .header__top .headerMenu__wrapper .header__menu .line.line--one {
    width: 24px;
  }
  header .header__top .headerMenu__wrapper .header__menu .line.line--two {
    width: 9.23px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav {
    padding-inline: 24px;
    height: 102vh;
    padding-bottom: 20px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet .headerMenu__navTop {
    flex: inherit;
    padding-top: 32px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet .headerMenu__navTop nav ul li a {
    font-size: 40px;
    line-height: 48px; /* 120% */
    letter-spacing: -2px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet .btn {
    margin-block: 40px 56px;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    min-height: 54px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet .headerMenu__navBottom {
    margin-bottom: auto;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet .headerMenu__navBottom a {
    gap: 16px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet .headerMenu__navBottom a img {
    width: 48px;
    height: 48px;
  }
  header .header__top .headerMenu__wrapper .headerMenu__nav.tablet .headerMenu__navBottom a span {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.14px;
  }
  header .header__top .btn {
    display: none;
  }
  header .header__bottom .header__logo {
    width: 201.736px;
    height: 32.705px;
  }
  .footer .container {
    padding-inline: 32px;
  }
  .footer .footer__top {
    flex-direction: column;
  }
  .footer .footer__top .footer__left {
    padding-block: 47px 32px;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footer__top .footer__left .footer__logo {
    gap: 8px;
  }
  .footer .footer__top .footer__left .footer__logo img {
    width: 201.736px;
    height: 32.705px;
  }
  .footer .footer__top .footer__left .footer__logo p {
    font-size: 12px;
    line-height: 18px; /* 133.333% */
  }
  .footer .footer__top .footer__left h2 {
    font-size: 40px;
    line-height: 48px; /* 120% */
    letter-spacing: -2px;
    max-width: 326px !important;
    margin-block: 32px 48px;
  }
  .footer .footer__top .footer__left .footer__links {
    gap: 16px;
  }
  .footer .footer__top .footer__left .footer__links li {
    max-width: 100%;
  }
  .footer .footer__top .footer__left .footer__links li a {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
  .footer .footer__top .footer__right {
    gap: 32px;
    padding-block: 32px;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .footer .footer__top .footer__right .social__icons a {
    width: 32px;
    height: 32px;
  }
  .footer .footer__top .footer__right .footerDetails__list {
    flex-wrap: wrap;
    gap: 24px;
    padding-right: 0;
    flex-direction: row;
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail {
    gap: 4px;
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail h6 {
    font-size: 16px;
    line-height: 22px; /* 150% */
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail a {
    font-size: 16px;
    line-height: 22px; /* 150% */
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail a.mail {
    text-decoration: none;
  }
  .footer .footer__top .footer__right .footerDetails__list .footer__detail p {
    font-size: 16px;
    max-width: 326px !important;
  }
  .footer .footer__bottom {
    padding-block: 24px 34px;
  }
  .footer .footer__bottom span {
    font-size: 12px;
  }
  .footer .footer__bottom .term__links {
    gap: 6px;
  }
  .footer .footer__bottom .term__links a {
    font-size: 12px;
  }
}/*# sourceMappingURL=globals.css.map */