@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:wght@100..900&display=swap");
@font-face {
  font-family: "AeonikProRegular";
  src: url("../fonts/AeonikPro/woff/Aeonik-Regular.woff");
}
@font-face {
  font-family: "AeonikProMedium";
  src: url("../fonts/AeonikPro/woff/Aeonik-Medium.woff");
}
@font-face {
  font-family: "AeonikProBold";
  src: url("../fonts/AeonikPro/woff/Aeonik-Bold.woff");
}
.hero {
  position: relative;
}
.hero__horizontal {
  position: absolute;
  left: 0 !important;
  top: 72px;
  height: auto;
  width: 100vw !important;
}
input {
  font-size: 16px !important;
}
@media screen and (max-width: 820px) {
  .hero__horizontal {
    top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .hero__horizontal {
    top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .hero__horizontal {
    top: 30px;
  }
}
.hero__left {
  position: absolute;
  min-height: 100%;
  left: 32px;
  max-width: 10vw;
  mask: linear-gradient(to bottom, red, transparent);
}
.hero__right {
  position: absolute;
  min-height: 100%;
  right: 32px;
  max-width: 10vw;
  mask: linear-gradient(to bottom, red, transparent);
}
.hero__header {
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__header--logo span {
  font-family: "AeonikProBold";
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
}
.hero__content {
  position: relative;
  z-index: 1;
  padding-top: 126px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 820px) {
  .hero__content {
    padding-top: 82px;
  }
}
@media screen and (max-width: 640px) {
  .hero__content {
    padding-top: 72px;
  }
}
@media screen and (max-width: 480px) {
  .hero__content {
    padding-top: 52px;
  }
}
.hero__content--label {
  position: relative;
  padding: 8px;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .hero__content--label {
    flex-direction: column;
    justify-content: center;
    padding: 8px 24px;
    margin-bottom: 20px;
  }
}
.hero__content--label::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  border-radius: inherit;
  background: var(--primary-color);
}
.hero__content--label_image img {
  width: 100%;
  height: 100%;
}
.hero__content--label_text {
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -1.4%;
  padding: 0 4px;
  color: #475267;
}
@media screen and (max-width: 820px) {
  .hero__content--label_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .hero__content--label_text {
    font-size: 11px;
  }
}
@media screen and (max-width: 375px) {
  .hero__content--label_text {
    font-size: 10px;
  }
}
.hero__content--text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.hero__content--text h1 {
  font-family: "AeonikProMedium";
  font-weight: 500;
  font-size: 56px;
  line-height: 130%;
  letter-spacing: -3%;
}
@media screen and (max-width: 1024px) {
  .hero__content--text h1 {
    font-size: 48px;
    line-height: 50px;
  }
}
@media screen and (max-width: 640px) {
  .hero__content--text h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

.hero__content--text p {
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #1d2639;
}
@media screen and (max-width: 820px) {
  .hero__content--text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .hero__content--text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .hero__content--text p {
    font-size: 13px;
  }
}

.demo-video {
  padding-top: 30px;
  padding-bottom: 56px;
  position: relative;
  max-width: 100% !important;
  overflow: clip;
}

@media screen and (max-width: 480px) {
  .demo-video {
    padding-top: 70px;
  }
}
.demo-video__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  filter: blur(50px);
  transform: scale(1.2);
}
.demo-video-video {
  aspect-ratio: 16/9;
  object-fit: contain;
  width: 100%;
  height: fit-content;
}
.demo-video__box {
  position: relative;
  background-color: #000;
  border-radius: 24px;
  width: 100%;
  min-height: 0px;
  max-height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.play-text {
  width: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .demo-video__box {
    height: 0;
    padding-top: 100%;
  }
}
.demo-video__box::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(
    to bottom right,
    rgba(97, 77, 227, 0.6) 16%,
    rgba(251, 3, 255, 0.6) 43%,
    rgba(20, 16, 255, 0.7) 82%,
    rgba(97, 77, 227, 0.4) 100%
  );
}
.demo-video__box--container {
  background-color: #f3f4f6;
  padding: 24px 15px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  width: fit-content;
  height: 70px;
  position: absolute;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.demo-video__box--button {
  background-color: #f3f4f6;
  padding: 24px 15px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  width: fit-content;
  height: 70px;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .demo-video__box--button {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 640px) {
  .demo-video__box--button {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 480px) {
  .demo-video__box--button {
    transform: scale(0.5);
  }
}

.access {
  padding-bottom: 52px;
  padding-top: 52px;
}
.access__form {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 480px) {
  .access__form {
    gap: 24px;
  }
}
.access__form--inputs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .access__form--inputs {
    gap: 18px;
  }
}
.access__form--inputs > div {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 640px) {
  .access__form--inputs > div {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 480px) {
  .access__form--inputs > div {
    gap: 18px;
  }
}
.access__form--inputs_input {
  width: 100%;
  position: relative;
  border-radius: 64px;
}
.access__form--inputs_input input {
  color: inherit;
  border: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  position: relative;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.4%;
  border-radius: inherit;
  padding: 26px;
  height: 100px;
  &:focus {
    outline: 1px solid #ff0000;
  }
}

@media screen and (max-width: 820px) {
  .access__form--inputs_input input {
    height: 70px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .access__form--inputs_input input {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 375px) {
  .access__form--inputs_input input {
    height: 40px;
    font-size: 13px;
    line-height: 23px;
  }
}
.access__form--inputs_input input::placeholder {
  color: #667085;
}
.access__form--button {
  cursor: pointer;
  padding: 12px 20px;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 1px solid #ff5e00;
  border-radius: 100px;
  background-color: #ff0000;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .access__form--button {
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .access__form--button {
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .access__form--button {
    height: 40px;
  }
}
.access__form--button span {
  font-family: "Inter Tight", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: -0.4%;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .access__form--button span {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .access__form--button span {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .access__form--button span {
    font-size: 15px;
  }
}
.access__form--button svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 820px) {
  .access__form--button svg {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 480px) {
  .access__form--button svg {
    width: 12px;
    height: 12px;
  }
}

.faq {
  position: relative;
  padding-bottom: 194px;
}
@media screen and (max-width: 1024px) {
  .faq {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 820px) {
  .faq {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 640px) {
  .faq {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  .faq {
    padding-bottom: 110px;
  }
}
.faq > div.container {
  position: relative;
  z-index: 2;
}
.faq__header {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 105px;
}
@media screen and (max-width: 1024px) {
  .faq__header {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 820px) {
  .faq__header {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 640px) {
  .faq__header {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .faq__header {
    padding-bottom: 50px;
  }
}
.faq__header span {
  display: inline-block;
  padding-bottom: 4px;
  color: #ff5e00;
  font-size: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}
@media screen and (max-width: 820px) {
  .faq__header span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .faq__header span {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .faq__header span {
    font-size: 13px;
  }
}
.faq__header > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq__header > div h2 {
  font-family: "AeonikProMedium";
  font-size: 64px;
  line-height: 130%;
  letter-spacing: 0%;
}
@media screen and (max-width: 1024px) {
  .faq__header > div h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 640px) {
  .faq__header > div h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 375px) {
  .faq__header > div h2 {
    font-size: 32px;
  }
}
.faq__header > div p {
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.4%;
  color: #667085;
}
@media screen and (max-width: 820px) {
  .faq__header > div p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .faq__header > div p {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .faq__header > div p {
    font-size: 13px;
  }
}
.faq__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
}
.faq__content--qa {
  padding-bottom: 24px;
  border-bottom: 2px solid #bdbdbd;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq__content--qa_question {
  font-family: "Inter Tight", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 480px) {
  .faq__content--qa_question {
    font-size: 19px;
  }
}
.faq__content--qa_answer {
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.4%;
  color: #475267;
}
@media screen and (max-width: 820px) {
  .faq__content--qa_answer {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .faq__content--qa_answer {
    font-size: 17px;
  }
}
@media screen and (max-width: 375px) {
  .faq__content--qa_answer {
    font-size: 16px;
  }
}

.footer {
  position: relative;
  text-align: center;
  padding: 76px 0;
  border: 1px solid #d0d5dd;
}
.footer > div.contaier {
  max-width: 1012px;
}
.footer__text {
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.4%;
  color: #667085;
  padding-bottom: 63px;
  opacity: 0.2;
}
@media screen and (max-width: 820px) {
  .footer__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .footer__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .footer__text {
    font-size: 13px;
  }
}
.footer__copyright {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.4%;
}
@media screen and (max-width: 820px) {
  .footer__copyright {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .footer__copyright {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 375px) {
  .footer__copyright {
    font-size: 13px;
    line-height: 23px;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #f9fcfe;
  font-family: "AeonikProRegular";
  color: #14151a;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.demo-video__box {
  position: relative;
  width: fit-content;
  margin: auto;
}

.demo-video__box--button {
  background-color: #ff0000;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  animation: pulse 2s infinite;
}

.demo-video__box--button__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 820px) {
  .demo-video__box--button__container {
    gap: 0px;
    width: 100%;
  }

  .demo-video__box--button {
    padding: 0px 15px;
  }

  .demo-video__box--button:hover {
    background-color: #ff0000;
    transform: scale(0);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  }
}

.demo-video__box--button:hover {
  background-color: #ff0000;
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

.demo-video__box--button svg {
  margin-right: 10px;
}

.play-text {
  display: block;
}

@keyframes pulse {
}

input {
  font-size: 16px !important;
}

html {
  scroll-behavior: smooth;
}

.popup {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid rgb(230, 230, 230);
  box-shadow: -2px 2px 12px 0px rgba(255, 0, 0, 0.1),
    2px -2px 12px 0px rgba(255, 0, 0, 0.1);
  border-radius: 8px;
  width: min(459px, 90%);
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 20;
  transition: 0.3s ease;
  transform: translateX(-200%);
}
@media screen and (max-width: 480px) {
  .popup {
    right: 50%;
    width: calc(95% - 32px);
    margin: auto;
    left: 8px;
  }
}
.popup.active {
  transition: 0.3s ease;
  transform: translateX(0);
}

.popup__content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
}
.popup__content--icon {
  align-self: flex-start;
}
.popup__content--text {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4%;
  color: rgb(20, 21, 26);
}
@media screen and (max-width: 480px) {
  .popup__content--text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 375px) {
  .popup__content--text {
    font-size: 14px;
    line-height: 24px;
  }
}
.popup__close {
  cursor: pointer;
  background-color: transparent;
  border: none;
  transition: 0.3s ease;
  align-self: center;
  padding: 5px;
  border-radius: 5px;
}
.popup__close:hover {
  background-color: #e3f1fa;
}

.disPopup {
  position: fixed; /* Add this for absolute positioning */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center horizontally and vertically */
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  z-index: 10;
  display: none;
  flex-direction: column;
  gap: 10px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}

.step {
  display: none;
}

.step p {
  text-transform: capitalize;
}

.step.active {
  display: flex !important;
  animation: fadeIn 0.5s ease-in-out;
  align-items: center;
  gap: 5px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.cta {
  padding: 10px 20px;
  background: #fff;
  color: #ff0000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
}

.cta:hover {
  opacity: 0.9;
}

.discount-code {
  font-size: 24px;
  margin-top: 10px;
  font-weight: bold;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.loading img:first-child {
  animation: rotate 1s linear infinite;
  width: 24px;
  height: 24px;
}

.checkmark {
  display: none;
  width: 24px;
  height: 24px;
}

.checkmark {
  width: 100%;
  height: 100%;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.completed.loading img:first-child {
  display: none;
}

.completed .checkmark {
  display: block;
}
.tsl-content {
  li {
    list-style: disc !important;
    width: fit-content !important;
    margin: auto !important;
  }
}
