@font-face {
    font-family: Varien;
    src: url(./assets/Varien.ttf);
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: 'Noto Sans', Arial, sans-serif;
    background: #F6F4FF;
    color: #2F1D37;
    overflow-x: hidden;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 48px 18px 48px;
    position: sticky;
    top: 0;
    background-color: #F6F4FF;
}
.logo {
    font-weight: 900;
    font-size: 32px;
    letter-spacing: -2px;
}
.logo span {
    color: #BC1DFF;
}
.full-h-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 78px);
    background-color: #F6F4FF;
    padding-left: 32px;
    padding-right: 32px;
}
.download-btn {
    background: none;
    border: 1px solid  #BC1DFF;
    color: #2F1D37;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: background 0.2s, color 0.2s;
    font-family: Varien;
    font-weight: 400;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    border-bottom-width: 4px;

}
.download-btn:hover {
    background: #BC1DFF;
    color: #fff;
}

.download-btn:hover .hover {
    display: block;
}
.hover  {
    display: none;
}
.download-btn:hover .non-hover {
    display: none;
}
.download-btn.disabled .hover {
    display: block;
}
.hover  {
    display: none;
}
.download-btn.disabled .non-hover {
    display: none;
}
.supermain-title {
    font-family: Varien;
    font-family: Varien;
    font-weight: 400;
    font-size: 60px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #2F1D37;
}
.supermain-title span {
    color: #BC1DFF;
    font-style: italic;
    letter-spacing: 10px;
}
.secondary-title {
            
    font-family: Varien;
font-weight: 400;
font-size: 40px;
leading-trim: Cap height;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: capitalize;
color: #2F1D37;
}
.secondary-title span {
    color: #BC1DFF;
    font-style: italic;
    letter-spacing: 5px;
}
.default-descr {
    font-family: Noto Sans;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #67627D;
}

.cta-btn {
    background: #BC1DFF;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 48px 76px;
   
    cursor: pointer;
   
    box-shadow: 0 4px 24px #BC1DFF33;
    transition: background 0.2s;
    font-family: Varien;
    font-weight: 400;
    font-size: 44px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    box-sizing: border-box;
    border: 4px solid transparent;

}
.cta-btn:hover {
    background: #F3EAFF;
    border: 4px solid #BC1DFF;
    border: 4px solid  #BC1DFF;
    color: #BC1DFF;
}
.terms-text {
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #67627D;
    margin-top: 16px;
    margin-bottom: 2px;
}
.terms-text.margined {

    margin-bottom: 80px;
}
.terms-text a {
    color: #67627D;
    text-decoration: underline;
}
.cta-white {
    background: #F6F4FF;
    color: #2F1D37;
    border: none;
    border-radius: 9px;
    padding: 24px 56px;
   
    cursor: pointer;
    margin-bottom: 80px;
    box-shadow: 0px 0px 40px 0px #BC1DFF4D;

    transition: background 0.2s;
    font-family: Noto Sans;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    box-sizing: border-box;
    border: 4px solid transparent;

}
.cta-white:hover {
    background: #D8AAFF;
    
}
.white-title {
    font-family: Varien;
    font-weight: 400;
    font-size: 40px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #FFFFFF;
}
.white-title span{
    font-style: italic;
}
.vertical-line {
    height: 73px;
    width: 1px;
    background-color: #FFFFFF;
}
.faq-table {
    max-width: 1600px;
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
    margin-top: 80px;
    width: 85%;
}
.faq-table tr {
    border-bottom: 1px solid #D8AAFF;
}
.faq-table td {
    padding: 63px 0;
    
}
.faq-question {
    font-family: Noto Sans;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2F1D37;
    width: 40%;
}
.faq-answer {
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #67627D;
    color: #6c648b;
}
.footer {
    background: #67627D;
    color: #fff;
    padding: 0;
    margin-top: 64px;
    width: 100vw;
    padding: 80px 64px;
    padding-bottom: 32px;
}
.footer-inner {
    
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 16px 12px 16px;
    gap: 12px;
}
.footer-links {
    display: flex;
    gap: 28px;
    font-size: 15px;
}
.footer-links.first-row {
    margin-top: 32px;
}
.footer-links.last-row {
    margin-bottom: 80px;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.2s;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}
.footer-links a:hover {
    opacity: 1;
    text-decoration: underline;
}
.footer-copy {
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #F3EAFF;
}
#lottieplayer {
    cursor: pointer;
  }
  #indicator-img {
    cursor: pointer;
  }
  @media screen and (min-width: 1300px) {
  .indiWrap .indiWindow {
  right: max(601px, 35%) !important;
  }
  }
  
  @media screen and (min-width: 1800px) {
  .indiWrap .indiWindow {
  right: max(671px, 35%) !important;
  }
  }
  .legal-heading {
    font-family: Varien;
    font-weight: 400;
    font-size: 40px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color:#2F1D37;
    margin-bottom: 24px;
  }
.legal-heading span {
    color: #BC1DFF;
}
.legal-description {
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #67627D;
    margin-top: 24px;
    margin-bottom: 56px;
}
.legal-plain-text, li {
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2F1D37;
}
.legal-plain-text.bold {
    font-family: Noto Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2F1D37;
}
.legal-plain-text li {
    margin-top: 16px;
    margin-bottom: 16px;
}
.legal-plain-text a {
    color: #BC1DFF;
}
.legal-container {
    padding: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.chbox-container label {
    font-family: Noto Sans;
    font-weight: 400;
    font-style: Display Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;

    color: #67627D;
  }
  .chbox-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-family: Noto Sans;
    font-weight: 400;
    font-style: Display Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;

    color: #67627D;
  }
  .chbox-container.de {
    gap: 20px;
   
  }
  .label-container {
    display: block;
    position: relative;
    cursor: pointer;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  

  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #FF0000;
    box-sizing: border-box;
  }
  .shifted {
    top: -2px;
  }

  .label-container:hover input ~ .checkmark {
    background-color: #eee;
  
  }
  
  .label-container input:checked ~ .checkmark {
    background-color: #F3EAFF;
    border: none;
  }
 
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .label-container input:checked ~ .checkmark:after {
    display: block;
  }

  .label-container .checkmark:after {
    left: 5px;
    top: 3px;
    width: 3px;
    height: 7px;
    border: solid #D8AAFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .grab-cta.disabled {
    border-color: #E6E6E6 !important;
    background-color: #E6E6E6 !important;
    color: #ffffff  !important;
    pointer-events: none;
  }

  .grab-cta.disabled {
    border-color: #E6E6E6 !important;
    background-color: #E6E6E6 !important;
    color: #ffffff  !important;
    pointer-events: none;
  }
  
  .disabled-img {
    display: none;
  }
  .grab-cta.disabled .disabled-img{
    display: inline;
  }
  .grab-cta.disabled .enabled-img{
    display: none;
  }
  @media screen and (max-width: 1350px) {
    header {
      padding: 12px 24px 12px 24px;
    }
    .supermain-title {
      font-size: 48px;
      line-height: 120%;
      max-width: 95% !important;
    }
    .default-descr {
      font-size: 18px;
      line-height: 120%;
    }
    .cta-btn {
      font-size: 32px;
      line-height: 120%;
    }
    .hero-desc {
      margin-bottom: 12px !important;
      margin-top: 12px !important;
    }
    .cta-btn {
      padding: 24px 48px;
    }
    .terms-text {
      font-size: 12px;
    }
  
    .chbox-container {
      font-size: 12px;
    }
 
    
  }
  @media screen and (max-width: 1100px) {
    header {
      padding: 12px 24px 12px 24px;
    }
    .supermain-title {
      font-size: 36px;
      line-height: 120%;
      max-width: 95% !important;
    }
    .default-descr {
      font-size: 16px;
      line-height: 120%;
    }
    .cta-btn {
      font-size: 24px;
      line-height: 120%;
    }
    .hero-desc {
      margin-bottom: 12px !important;
      margin-top: 12px !important;
    }
    .cta-btn {
      padding: 18px 32px;
    }
    .terms-text {
      font-size: 10px;
    }
  
    .chbox-container {
      font-size: 10px;
    }
 
    
  }