body {
  background-color: #020202;
  font-family: "Roboto", sans-serif;
  color: #FFF;
  font-size: 16.8px;
  font-weight: 400;
  line-height: 29.4px;
  margin: 0;
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
}

.header {
  border-bottom: 1px solid #1E2028;
  background: rgba(10, 11, 15, 0.82);
  backdrop-filter: blur(7px);
  padding-top: 13px;
  padding-bottom: 10px;
  position: fixed;
  z-index: 999;
  width: 100%;
}
@media (max-width: 800px) {
  .header {
    display: none;
  }
}
.header .container {
  width: 100%;
  max-width: 1712px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.header .header-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.header .header-grid .col2 {
  display: grid;
  align-items: center;
  justify-content: end;
}
.header .header-grid .col2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header-grid .col2 ul li {
  display: inline-block;
  margin-right: 10px;
}
.header .header-grid .col2 ul li:last-child {
  margin-right: 0;
}
.header .header-grid .col2 ul li a {
  color: #8A8FA8;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  text-decoration: none;
}
.header .header-grid .col2 ul li .btn {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.76px;
  border-radius: 8px;
  background: #C30600;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
}

.header-mobile {
  border-bottom: 1px solid #1E2028;
  background: rgba(10, 11, 15, 0.82);
  padding-top: 13px;
  padding-bottom: 10px;
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
}
@media (max-width: 800px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile .header-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.header-mobile .header-grid .col2 {
  position: relative;
  display: grid;
  justify-content: end;
}
.header-mobile .header-grid .col2 .mob-menu {
  display: none;
}
.header-mobile .header-grid .col2 .mob-menu.active {
  display: block;
}
.header-mobile .header-grid .col2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #4f4f4f;
  padding: 10px;
  position: absolute;
  top: 52px;
  right: 0;
  z-index: 999;
  width: 100%;
  min-width: 176px;
}
.header-mobile .header-grid .col2 ul li {
  margin-bottom: 10px;
}
.header-mobile .header-grid .col2 ul a {
  text-decoration: none;
  color: #fff;
}
.header-mobile .header-grid .col2 ul .btn {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.76px;
  border-radius: 8px;
  background: #C30600;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
}
.header-mobile .header-grid .col2 .burger {
  background-color: #fff;
  display: block;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  padding: 1px;
}
.header-mobile .header-grid .col2 .burger img {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1266px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.main {
  padding-top: 198px;
  padding-bottom: 400px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 800px) {
  .main {
    padding-bottom: 50px;
    padding-top: 112px;
  }
}
.main .blackspace {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(7, 4, 4, 0) 0%, #070404 63.94%);
  height: 436px;
  z-index: 1;
}
.main video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.main .container {
  position: relative;
  z-index: 10;
}
.main h1 {
  color: #F0F2F8;
  font-family: "JetBrains Mono", monospace;
  font-size: 37px;
  font-style: normal;
  font-weight: 300;
  line-height: 51px;
  width: 100%;
  max-width: 800px;
  margin: 0;
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .main h1 {
    font-size: 33px;
    line-height: 46p;
  }
}
.main h1 span {
  color: #C30600;
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
}
.main p {
  color: #FFF;
  font-family: "JetBrains Mono", monospace;
  font-size: 17.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.92px;
  margin: 0;
  margin-bottom: 33px;
}
.main .btn-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 15px;
  align-items: center;
}
@media (max-width: 800px) {
  .main .btn-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.main .btn-grid .btn1 {
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.68px;
  border-radius: 10px;
  background: #C30600;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 26px;
  padding-right: 26px;
  text-decoration: none;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
}
@media (max-width: 800px) {
  .main .btn-grid .btn1 {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
  }
}
.main .btn-grid .btn2 {
  color: #F0F2F8;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.68px;
  border-radius: 10px;
  border: 1px solid #F6F6F6;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 26px;
  padding-right: 26px;
  text-decoration: none;
}
@media (max-width: 800px) {
  .main .btn-grid .btn2 {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
  }
}

.sec2 {
  padding-top: 100px;
  padding-bottom: 71px;
}
.sec2 .cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 66px;
  align-items: center;
}
@media (max-width: 800px) {
  .sec2 .cols-2 {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
.sec2 .cols-2 .col1 .eyebrown {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  align-items: center;
}
.sec2 .cols-2 .col1 .eyebrown .col1 {
  display: grid;
  align-items: center;
}
.sec2 .cols-2 .col1 .eyebrown .col1 .line {
  width: 15px;
  height: 1.5px;
  background-color: #C30600;
}
.sec2 .cols-2 .col1 .eyebrown .col2 p {
  margin: 0;
  color: #C30600;
  font-family: "JetBrains Mono", monospace;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.43px;
  letter-spacing: 1.152px;
  text-transform: uppercase;
}
.sec2 .cols-2 .col1 h2 {
  color: #F0F2F8;
  font-family: "Montserrat", sans-serif;
  font-size: 46.4px;
  font-style: normal;
  font-weight: 300;
  line-height: 51.97px;
  letter-spacing: -1.392px;
  margin: 0;
  margin-top: 46px;
  margin-bottom: 31px;
}
@media (max-width: 800px) {
  .sec2 .cols-2 .col1 h2 {
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  .sec2 .cols-2 .col1 p {
    font-size: 14px;
    line-height: 21px;
  }
}
.sec3 {
  padding-bottom: 142px;
  padding-top: 100px;
}
.sec3 .eyebrown {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  align-items: center;
}
.sec3 .eyebrown .col1 {
  display: grid;
  align-items: center;
}
.sec3 .eyebrown .col1 .line {
  width: 15px;
  height: 1.5px;
  background-color: #C30600;
}
.sec3 .eyebrown .col2 p {
  margin: 0;
  color: #C30600;
  font-family: "JetBrains Mono", monospace;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.43px;
  letter-spacing: 1.152px;
  text-transform: uppercase;
}
.sec3 h2 {
  color: #F0F2F8;
  font-family: "Montserrat", sans-serif;
  font-size: 46.4px;
  font-style: normal;
  font-weight: 300;
  line-height: 51.97px;
  letter-spacing: -1.392px;
  margin: 0;
  margin-top: 33px;
  margin-bottom: 34px;
}
@media (max-width: 800px) {
  .sec3 h2 {
    font-size: 28px;
  }
}
.sec3 p {
  color: #FFF;
  font-family: "JetBrains Mono", monospace;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.56px;
}
@media (max-width: 800px) {
  .sec3 p {
    font-size: 14px;
  }
}
.sec3 .carousel {
  margin-top: 50px;
  position: relative;
}
.sec3 .carousel .aleft {
  position: absolute;
  left: -39px;
  top: 42%;
}
@media (max-width: 800px) {
  .sec3 .carousel .aleft {
    left: 0;
  }
}
.sec3 .carousel .aright {
  position: absolute;
  right: -39px;
  top: 42%;
}
@media (max-width: 800px) {
  .sec3 .carousel .aright {
    right: 0;
  }
}
.sec3 .carousel .item {
  border-radius: 16px;
  border: 1px solid #1E2028;
  background: #111217;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 33px;
  padding-right: 33px;
}
.sec3 .carousel .item h3 {
  color: #F0F2F8;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: 28.16px;
  letter-spacing: -0.352px;
  margin: 0;
  margin-top: 27px;
  margin-bottom: 28px;
}
@media (max-width: 800px) {
  .sec3 .carousel .item h3 {
    font-size: 19px;
  }
}
.sec3 .carousel .item p {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.4px;
  margin: 0;
}
@media (max-width: 800px) {
  .sec3 .carousel .item p {
    font-size: 14px;
    line-height: 23px;
  }
}

.sec4 {
  background: linear-gradient(to bottom, #020202 0%, #120814 20%, #2a1020 40%, #4a1d2a 60%, #8a3a2c 80%, #f2a65a 100%);
  background-position: center top;
  background-size: cover;
  padding-top: 100px;
}
.sec4 .cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 66px;
  align-items: start;
}
@media (max-width: 800px) {
  .sec4 .cols-2 {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
.sec4 .cols-2 .col1 .eyebrown {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  align-items: center;
}
.sec4 .cols-2 .col1 .eyebrown .col1 {
  display: grid;
  align-items: center;
}
.sec4 .cols-2 .col1 .eyebrown .col1 .line {
  width: 15px;
  height: 1.5px;
  background-color: #C30600;
}
.sec4 .cols-2 .col1 .eyebrown .col2 p {
  margin: 0;
  color: #C30600;
  font-family: "JetBrains Mono", monospace;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.43px;
  letter-spacing: 1.152px;
  text-transform: uppercase;
}
.sec4 .cols-2 .col1 h2 {
  color: #F0F2F8;
  font-family: "Montserrat", sans-serif;
  font-size: 46.4px;
  font-style: normal;
  font-weight: 300;
  line-height: 51.97px;
  letter-spacing: -1.392px;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 17px;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 800px) {
  .sec4 .cols-2 .col1 h2 {
    font-size: 28px;
  }
}
.sec4 .cols-2 .col1 .fp {
  color: #FFF;
  font-family: "JetBrains Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px;
  margin-bottom: 43px;
  width: 100%;
  max-width: 526px;
}
@media (max-width: 800px) {
  .sec4 .cols-2 .col1 .fp {
    font-size: 14px;
  }
}
.sec4 .cols-2 .col1 h4 {
  color: #FFF;
  font-family: "JetBrains Mono", monospace;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.43px;
  letter-spacing: 0.922px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 9px;
}
.sec4 .cols-2 .col1 .list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 429px;
  margin-top: 20px;
  margin-bottom: 28px;
}
.sec4 .cols-2 .col1 .list li {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #FFF;
}
.sec4 .cols-2 .col1 .list li:last-child {
  border-bottom: none;
}
.sec4 .cols-2 .col1 .p2 {
  color: #F0F2F8;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px;
  margin-bottom: 29px;
  margin-top: 0;
}
.sec4 .cols-2 .col1 .p2 a {
  color: #F0F2F8;
  text-decoration: none;
}
.sec4 .cols-2 .col2 .form-grid .field-group {
  margin-bottom: 21px;
}
.sec4 .cols-2 .col2 .form-grid .field-group label {
  color: #FFF;
  font-family: "JetBrains Mono", monospace;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.48px;
  letter-spacing: 0.512px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px;
}
.sec4 .cols-2 .col2 .form-grid .field-group input[type=text], .sec4 .cols-2 .col2 .form-grid .field-group input[type=email] {
  border-radius: 10px;
  border: 1px solid #1E2028;
  background: #16181F;
  padding: 12px 15px;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 14.8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
}
.sec4 .cols-2 .col2 .form-grid .field-group textarea {
  border-radius: 10px;
  border: 1px solid #1E2028;
  background: #16181F;
  padding: 12px 15px;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 14.8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  height: 130px;
  box-sizing: border-box;
}
.sec4 .cols-2 .col2 .form-grid .field-group input[type=submit] {
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15.2px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px;
  background: #C30600;
  padding-top: 13px;
  padding-bottom: 13px;
  border: none;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.footer {
  padding-top: 46px;
  padding-bottom: 55px;
  border-top: 1px solid #1E2028;
  margin-top: 98px;
}
.footer .container {
  width: 100%;
  max-width: 1712px;
  margin-left: auto;
  margin-right: auto;
}
.footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
@media (max-width: 800px) {
  .footer .footer-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
    justify-content: center;
    justify-items: center;
  }
}
.footer .footer-grid .col2 {
  display: grid;
  justify-content: end;
}
.footer .footer-grid .col2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-grid .col2 ul li {
  display: inline-block;
  margin-right: 50px;
}
.footer .footer-grid .col2 ul li:last-child {
  margin-right: 0;
}
.footer .footer-grid .col2 ul li a {
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  text-decoration: none;
}
.footer .footer-grid .col3 {
  display: grid;
  justify-content: end;
}
.footer .footer-grid .col3 p {
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.48px;
  margin: 0;
}

@media (max-width: 800px) {
  #tns1-ow {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}