* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  position: relative;
  -webkit-font-smoothing: antialiased !important;
}

@font-face {
  font-family: "font";
  font-style: normal;
  font-weight: 300;
  src: url("./font.ttf") format("truetype");
}
body {
  font-family: Poppins, sans-serif;
  font-size: calc((100vw - 360px) / 1080 * 4 + 16px);
}

.tip {
    font-size: 12px;
    opacity: .6;
    text-align: center;
    margin-top: 24px;
}

.w-m {
  max-width: 960px;
  margin: 0 auto;
}

.nav-wrap {
  width: 100%;
  padding: calc((100vw - 360px) / 1080 * 24 + 24px) 24px calc((100vw - 360px) / 1080 * 36 + 12px);
  opacity: 0;
}
.nav-wrap .nav {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: calc((100vw - 360px) / 1080 * 20 + 12px);
  max-width: 1200px !important;
}
.nav-wrap .nav .nav__item {
  cursor: pointer;
  font-size: calc((100vw - 360px) / 1080 * 4 + 16px);
}
@media (max-width: 840px) {
  .nav-wrap .nav .nav__item {
    min-width: 40%;
    text-align: center;
  }
  .nav-wrap .nav .nav__item._brand {
    min-width: 100%;
  }
}
.nav-wrap .nav .nav__item._brand {
  margin-right: auto;
  text-align: center;
}
.nav-wrap .nav .nav__item._brand .nav__item--icon {
  height: calc((100vw - 360px) / 1080 * 84 + 108px);
}

main {
  min-height: 100vh;
  background: #363934;
  color: #fff;
  overflow: hidden;
}
main section {
  padding: 24px;
}
main .header {
  width: 100%;
  margin-top: calc((100vw - 360px) / 1080 * 36 + 12px);
  opacity: 0;
}
main .header .header__body {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: calc((100vw - 360px) / 1080 * 24 + 12px);
  z-index: 1;
}
main .header .header__body .header__heading {
  text-align: center;
  font-size: calc((100vw - 360px) / 1080 * 72 + 36px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.2px;
  font-family: font, sans-serif;
  text-transform: uppercase;
}
main .header .header__body .header__text {
  text-align: center;
  font-size: calc((100vw - 360px) / 1080 * 4 + 16px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2px;
  opacity: 0.8;
  max-width: 600px;
}
main .header .header__body .header__text._md {
  font-size: calc((100vw - 360px) / 1080 * 12 + 20px);
}
main .header .header__body .header__btn-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 32px;
}
main .header .header__body .header__btn-wrap .header__btn {
  padding: 24px 48px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: calc((100vw - 360px) / 1080 * 4 + 16px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2px;
  will-change: background, color;
  transition: all 0.2s ease;
  cursor: pointer;
}
main .header .header__body .header__btn-wrap .header__btn:hover {
  background: #fff;
  color: #000;
}
main .header .header__img-wrap {
  position: absolute;
  top: 100%;
  width: 100%;
  transform: translateY(-30%);
  z-index: 0;
}
main .header .header__img-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((100vw - 360px) / 1080 * 176 + 144px);
  background: linear-gradient(180deg, rgba(54, 57, 52, 0) 0%, #363934 100%);
}
main .header .header__img-wrap .header__img {
  width: 100%;
  max-width: 90%;
  margin: auto;
  display: block;
}
main .header .header__img-wrap .header__img .header__heading {
  text-align: center;
  font-size: calc((100vw - 360px) / 1080 * 40 + 48px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.2px;
}
main .header .header__img-wrap .header__img .header__text {
  text-align: center;
  font-size: calc((100vw - 360px) / 1080 * 4 + 16px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.2px;
}
main .about {
  width: 100%;
  margin-top: calc((100vw - 360px) / 1080 * 272 + 48px);
}
main .about .about__body {
  opacity: 0;
}
main .about .about__body .about__heading {
  text-align: center;
  font-size: calc((100vw - 360px) / 1080 * 40 + 48px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.2px;
}
main .about .about__body .about__text {
  text-align: left;
  font-size: calc((100vw - 360px) / 1080 * 24 + 24px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2px;
  margin: auto;
  margin-top: calc((100vw - 360px) / 1080 * 24 + 12px);
}
main .goals {
  width: 100%;
  margin-top: calc((100vw - 360px) / 1080 * 96 + 48px);
  opacity: 0;
}
main .goals .goals__body {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: calc((100vw - 360px) / 1080 * 24 + 12px);
}
main .goals .goals__body .goals__heading {
  text-align: center;
  font-size: calc((100vw - 360px) / 1080 * 40 + 48px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.2px;
}
main .goals .goals__body .goals__text {
  text-align: center;
  font-size: calc((100vw - 360px) / 1080 * 4 + 16px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2px;
  max-width: 900px;
}
main .mission {
  width: 100%;
  margin-top: calc((100vw - 360px) / 1080 * 96 + 48px);
  opacity: 0;
}
main .mission .mission__body {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: calc((100vw - 360px) / 1080 * 24 + 12px);
}
main .mission .mission__body .mission__heading {
  text-align: center;
  font-size: calc((100vw - 360px) / 1080 * 40 + 48px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.2px;
}
main .mission .mission__body .mission__text {
  text-align: center;
  font-size: calc((100vw - 360px) / 1080 * 4 + 16px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2px;
  max-width: 900px;
}
main .contact {
  width: 100%;
  margin-top: calc((100vw - 360px) / 1080 * 96 + 48px);
  background: #222;
  color: #fff;
  padding: calc((100vw - 360px) / 1080 * 24 + 48px) 24px;
  opacity: 0;
}
main .contact .contact__body {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 560px) {
  main .contact .contact__body {
    flex-flow: column;
  }
  main .contact .contact__body .contact__form {
    text-align: center;
  }
  main .contact .contact__body .contact__form .contact__input-wrap {
    text-align: left;
  }
}
main .contact .contact__body .contact__brand-wrap {
    text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
}
main .contact .contact__body .contact__brand-wrap .contact__brand {
  height: calc((100vw - 360px) / 1080 * 120 + 72px);
}
main .contact .contact__body .contact__form {
  flex: 1;
  width: 100%;
}
main .contact .contact__body .contact__form .contact__heading {
  font-size: calc((100vw - 360px) / 1080 * 16 + 32px);
}
main .contact .contact__body .contact__form .contact__input-wrap {
  margin-top: 24px;
  width: 100%;
  max-width: 400px;
}
main .contact .contact__body .contact__form .contact__input-wrap._phone {
  display: flex;
  flex-flow: row-reverse;
}
main .contact .contact__body .contact__form .contact__input-wrap._phone .contact__input {
  flex: 1;
  padding: 16px 16px 16px 2px !important;
  border-left: none !important;
}
main .contact .contact__body .contact__form .contact__input-wrap._phone .contact__input._code {
  flex: 0;
  padding: 16px 2px 16px 16px !important;
  border-right: none !important;
  color: transparent;
}
main .contact .contact__body .contact__form .contact__input-wrap .contact__input, main .contact .contact__body .contact__form .contact__input-wrap .contact__input-code {
  width: 100%;
  padding: 16px;
  border: 1px solid #444;
  background: #333;
}
main .contact .contact__body .contact__form .contact__input-wrap .contact__input:focus ~ .contact__input._code, main .contact .contact__body .contact__form .contact__input-wrap .contact__input:active ~ .contact__input._code, main .contact .contact__body .contact__form .contact__input-wrap .contact__input:valid ~ .contact__input._code, main .contact .contact__body .contact__form .contact__input-wrap .contact__input-code:focus ~ .contact__input._code, main .contact .contact__body .contact__form .contact__input-wrap .contact__input-code:active ~ .contact__input._code, main .contact .contact__body .contact__form .contact__input-wrap .contact__input-code:valid ~ .contact__input._code {
  color: #fff;
  will-change: color;
  transition: all 0.2s ease;
}
main .contact .contact__body .contact__form .contact__input-wrap .contact__input:focus ~ .contact__label, main .contact .contact__body .contact__form .contact__input-wrap .contact__input:active ~ .contact__label, main .contact .contact__body .contact__form .contact__input-wrap .contact__input:valid ~ .contact__label, main .contact .contact__body .contact__form .contact__input-wrap .contact__input-code:focus ~ .contact__label, main .contact .contact__body .contact__form .contact__input-wrap .contact__input-code:active ~ .contact__label, main .contact .contact__body .contact__form .contact__input-wrap .contact__input-code:valid ~ .contact__label {
  transform: translateY(-8px) scale(0.6);
}
main .contact .contact__body .contact__form .contact__input-wrap .contact__label {
  position: absolute;
  top: 8px;
  left: 16px;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  z-index: 10;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.6;
  will-change: transform;
  transition: all 0.2s ease;
  transform-origin: top left;
}
main .contact .contact__body .contact__form .contact__btn {
  padding: 16px 24px;
  background: #ddd;
  color: #000;
  margin-top: 24px;
  cursor: pointer;
}
main .footer {
  padding: calc((100vw - 360px) / 1080 * 48 + 96px) 0;
}/*# sourceMappingURL=style.css.map */