@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "MonumentExtended";
  src: url("../fonts/MonumentExtended-Ultrabold.eot");
  src: local("☺"), url("../fonts/MonumentExtended-Ultrabold.woff") format("woff"), url("../fonts/MonumentExtended-Ultrabold.ttf") format("truetype"), url("../fonts/MonumentExtended-Ultrabold.otf") format("otf");
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  font-size: 16px;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #FAFAFA;
  background-color: #000;
  height: 100%;
}

a,
span,
p,
b,
h1,
h2,
h3,
h4,
h5 {
  color: #fff;
}

h1 {
  font-size: 48px;
}

h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.title {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 80px;
  color: #181A23;
}

.title_white {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 80px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .title {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .title_white {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .title_white {
    font-size: 26px;
    margin-bottom: 60px;
  }
  .title_white_second {
    padding: 0 20px;
  }
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
}
.header.scrolled {
  position: fixed;
  backdrop-filter: blur(10px);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
@media (max-width: 768px) {
  .header__inner {
    border: none;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .header__menu {
    display: none;
  }
}
.header__menu-mob {
  display: none;
}
@media (max-width: 768px) {
  .header__menu-mob {
    display: block;
  }
}
@media (max-width: 576px) {
  .header__menu-mob {
    font-size: 16px;
  }
}
.header__menu ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header__menu-link {
  color: #FAFAFA;
  opacity: 0.4;
  padding: 18px 0px;
  border-bottom: 4px solid transparent;
  transition: 0.3s;
}
.header__menu-link:hover {
  opacity: 1;
  border-bottom: 4px solid #FF3600;
}
.header__menu-link.active {
  opacity: 1;
  border-bottom: 4px solid #FF3600;
}
.header__button {
  padding: 20px 40px;
  background-color: #FF3600;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
}

.home {
  background: url("../image/Home/bg.png") center/cover no-repeat;
}
.home__gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  height: 60px;
}
.home__inner {
  padding-top: 100px;
  padding-bottom: 500px;
  text-align: center;
}
@media (max-width: 768px) {
  .home__inner {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  .home__inner {
    padding-bottom: 300px;
  }
}
.home__title {
  font-size: 64px;
  font-weight: 700;
  font-family: "MonumentExtended";
}
.home__title span {
  font-family: "MonumentExtended";
  font-size: 64px;
  font-weight: 700;
  color: #FF3600;
}
@media (max-width: 768px) {
  .home__title {
    display: none;
  }
}
.home__subtitle {
  margin-top: 25px;
  color: #FAFAFA;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .home__subtitle {
    display: none;
  }
}
.home__scroll {
  padding: 35px 0px;
  border-top: 1px solid rgba(250, 250, 250, 0.2);
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 768px) {
  .home__scroll {
    display: none;
  }
}
.home__arrows {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about {
  padding: 40px 0px;
  background-color: #000;
}
.about__inner {
  display: flex;
  align-items: end;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .about__inner svg {
    width: 68px;
    height: 68px;
  }
}
.about__title {
  flex: 0 0 80%;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .about__title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .about__title {
    font-size: 22px;
  }
}

.problems {
  padding: 40px 0px;
  background-color: #000;
}
.problems__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.problems__column {
  position: relative;
  margin: -0.5px;
  width: 33%;
}
.problems__column::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0%;
  padding: 1px;
  background: linear-gradient(to right, rgba(39, 39, 39, 1), rgba(39, 39, 39, 1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (max-width: 1024px) {
  .problems__column {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .problems__column {
    width: 50%;
  }
}
.problems__card {
  text-align: center;
  padding: 50% 10%;
  height: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .problems__card img {
    width: 40px;
    height: 40px;
  }
}
.problems__card-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FAFAFA;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .problems__card-title {
    font-size: 15px;
    margin-top: 15px;
  }
}

.usercase {
  padding: 100px 0px 40px 0px;
  background-color: #000;
}
@media (max-width: 1024px) {
  .usercase .container {
    padding: 0;
  }
}
.usercase__tabs::after {
  clear: both;
  content: "";
  display: table;
}
.usercase__tab {
  display: inline;
  font-size: 0;
}
.usercase__tab > [type=radio] {
  clip: rect(0 0 0 0);
  height: 1px;
  opacity: 0;
  position: fixed;
  width: 1px;
  z-index: -1;
}
@media (min-width: 1024px) {
  .usercase__tab [type=radio]:checked + .usercase__tab-label {
    background: #FF3600;
    z-index: 1;
  }
  .usercase__tab [type=radio]:checked ~ .usercase__tab-panel {
    display: inline;
  }
}
.usercase__tab-num {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.01em;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
}
@media (max-width: 768px) {
  .usercase__tab-num {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.usercase__tab-label {
  background: transparent;
  border: 1px solid rgba(250, 250, 250, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 25px;
  position: relative;
  vertical-align: bottom;
  width: 33.3333%;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .usercase__tab-label {
    width: 100%;
  }
  .usercase__tab-label.active {
    background: #FF3600;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .usercase__tab-label {
    font-size: 18px;
    padding: 15px 20px;
  }
}
.usercase__tab-panel {
  display: inline;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 0;
  width: 0;
}
@media (max-width: 1024px) {
  .usercase__tab-panel {
    display: inline;
  }
}
.usercase__tab-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: left;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .usercase__tab-content {
    flex-direction: column;
    margin-top: 0px;
    padding: 0px 20px;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  .usercase__tab-content.active {
    max-height: 1700px;
    margin: 40px 0px;
  }
}
.usercase__info {
  padding-right: 30px;
  flex: 0 0 50%;
}
@media (max-width: 1024px) {
  .usercase__info {
    width: 100%;
    padding: 0;
  }
}
.usercase__info-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.usercase__info-tab {
  padding-right: 30px;
  flex: 0 0 50%;
}
.usercase__info-tab div {
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fafafa;
}
.usercase__info-tab div.active {
  border-bottom: 2px solid #FF3600;
}
@media (max-width: 768px) {
  .usercase__info-tab div {
    font-size: 12px;
  }
}
.usercase__info-tab:last-child {
  padding: 0;
}
.usercase__info-item {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
@media (max-width: 1024px) {
  .usercase__info-item {
    flex-direction: column;
  }
}
.usercase__info-title {
  flex: 0 0 50%;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .usercase__info-title {
    font-size: 18px;
  }
}
.usercase__info-title span {
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  color: #000;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .usercase__info-title span {
    width: 34px;
    height: 34px;
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .usercase__info-title {
    margin-bottom: 20px;
  }
}
.usercase__info-text {
  flex: 0 0 50%;
  font-size: 18px;
  font-weight: 400;
  color: #FAFAFA;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .usercase__info-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.usercase__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .usercase__image {
    width: 100%;
  }
}

.roadmap {
  background-color: #F2F2F2;
  padding: 40px 0px;
}
.roadmap__inner {
  display: flex;
  align-items: center;
}
.roadmap__column:first-child {
  flex: 0 0 70%;
}
@media (max-width: 576px) {
  .roadmap__column:first-child {
    flex: 0 0 60%;
  }
}
.roadmap__column:first-child .roadmap__item {
  border-left: 2px solid #FF3600;
  border-bottom: 60px solid #FF3600;
}
.roadmap__column:last-child {
  flex: 0 0 30%;
}
@media (max-width: 576px) {
  .roadmap__column:last-child {
    flex: 0 0 40%;
  }
}
.roadmap__column:last-child .roadmap__item {
  border-left: 2px solid #181A23;
  border-bottom: 20px solid #181A23;
}
.roadmap__item {
  height: 140px;
  margin-bottom: 20px;
}
.roadmap__item-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #181A23;
  margin-left: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .roadmap__item-title {
    font-size: 14px;
  }
}
.roadmap__months {
  display: flex;
  justify-content: space-between;
}
.roadmap__months span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #181A23;
}
.roadmap__months span:last-child {
  position: relative;
  left: 15px;
}
.roadmap__month {
  display: flex;
  justify-content: flex-end;
}
.roadmap__month span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #181A23;
}

.ourteam {
  padding: 40px 0px;
  background-color: #fff;
}
.ourteam__inner {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.ourteam__column {
  flex: 0 0 25%;
  padding: 0px 15px;
}
@media (max-width: 768px) {
  .ourteam__column {
    flex: 0 0 50%;
  }
}
.ourteam__card {
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .ourteam__card {
    margin-bottom: 20px;
  }
}
.ourteam__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ourteam__info {
  display: flex;
  justify-content: space-between;
  margin: 30px 0px 5px 0px;
}
@media (max-width: 768px) {
  .ourteam__info {
    margin: 10px 0px 0px 0px;
  }
}
.ourteam__career {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #FF3600;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .ourteam__career {
    font-size: 12px;
  }
}
.ourteam__social {
  opacity: 0.3;
}
@media (max-width: 768px) {
  .ourteam__social svg {
    width: 16px;
    height: 16px;
  }
}
.ourteam__name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #181A23;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .ourteam__name {
    font-size: 16px;
  }
}

.contact {
  padding: 40px 0px;
  background-color: #fff;
}
.contact__buttons {
  display: flex;
}
.contact__button {
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  border: 1px solid #000;
  color: #000;
  transition: 0.3s;
}
.contact__button.active {
  background-color: #000;
  color: #fff;
}
.contact__button:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 576px) {
  .contact__button {
    width: 50%;
    font-size: 12px;
    padding: 10px;
  }
}
.contact__form {
  margin-top: 50px;
}
@media (max-width: 576px) {
  .contact__form {
    margin-top: 20px;
  }
}
.contact__inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .contact__inputs {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.contact__input {
  flex: 0 1 100%;
}
@media (max-width: 576px) {
  .contact__input {
    width: 100%;
  }
}
.contact__input label {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #181a23;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .contact__input label {
    font-size: 14px;
  }
}
.contact__input input {
  border: none;
  border-bottom: 3px solid #000;
  padding: 10px 0px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0px;
}
@media (max-width: 576px) {
  .contact__input input {
    padding: 5px 0px;
  }
}
.contact__message {
  color: #FF3600;
  height: 20px;
  margin-top: 10px;
}
.contact__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  width: 100%;
  background-color: #FF3600;
  color: #fff;
  height: 90px;
  gap: 10px;
}
.contact__submit span {
  display: contents;
}
@media (max-width: 576px) {
  .contact__submit {
    font-size: 16px;
    height: 60px;
  }
}
.contact__policy {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin-top: 30px;
}

.footer {
  padding: 40px 0px;
  background-color: #000;
}
.footer__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #4d4d4d;
}
@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 40px;
  }
}
.footer__info {
  flex: 0 0 665px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .footer__info {
    flex: 0 0 60%;
  }
}
@media (max-width: 768px) {
  .footer__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.footer__logo {
  height: 30px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__menu li {
  margin-bottom: 20px;
}
.footer__menu li a {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #fff;
  transition: 0.3s;
}
.footer__menu li a:hover {
  opacity: 0.7;
}
.footer__menu li:last-child {
  margin: 0;
}
.footer__email {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #fafafa;
  transition: 0.3s;
}
.footer__email:hover {
  opacity: 0.7;
}
.footer__copyright {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
.footer__copyright_content {
  display: flex;
  justify-content: space-between;
  max-width: 665px;
  width: 100%;
}
@media (max-width: 1024px) {
  .footer__copyright_content {
    max-width: 590px;
  }
}
.footer__copyright a {
  color: #fafafa;
  opacity: 0.6;
  transition: 0.3s;
}
.footer__copyright a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .footer__copyright {
    flex-direction: column;
    gap: 20px;
  }
}

.popup__success {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  display: none;
}
.popup__success.show {
  display: flex;
}
.popup__success-container {
  background-color: #fff;
  max-width: 450px;
  position: relative;
}
.popup__success-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
}
.popup__success-inner {
  padding: 40px;
}
.popup__success-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 40px;
}
.popup__success-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  color: #000;
}

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