:root {
  --primary: #3d82f2;
  --text: #1b1b1f;
  --gray: #6b7280;
  --bg-light: #f8fafc;
  --border: #e5e7eb;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Sora', sans-serif;
}

body {
  color: var(--text);
  line-height: 1.6;
  position: relative;
  z-index: 0;
}
.container{
  width: 100%;
  max-width: 1241px;
  margin: auto;
}

.header-content{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
}
header {
  text-align: center;
  height: 86px;
  position: absolute;
  z-index: 5;
  width: 100%;
  background: #fff;
}

header img {
  height: 28px;
}

.hero {
  text-align: center;
  padding-top: 86px;
  /* background: linear-gradient(to bottom, #f1f5f9, white); */
  background: url(../images/background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.hero p {
  font-size: 1rem;
  color: var(--gray);
  margin-bottom: 2rem;
}

.hero-button {
  background: linear-gradient(135deg, #649EFBCC, var(--primary));
  border: none;
  color: white;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  width: 188px;
  height: 51px;
  font-size: 16px;
  letter-spacing: -0.32px;
}
.hero-content-top{
  margin-bottom: 62px;
  margin-top: 113px;
}
.hero-content-top h2{
  font-size: 64px;
  line-height: 105%;
  letter-spacing: -0.64px;
  color: #051823;
}
.hero-content-top p{
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.5px;
  opacity: 0.6;
}
.hero-content-bottom{
  display: flex;
  position: relative;
  justify-content: center;
}
.hero-content-bottom-socials{
  position: absolute;
  left: 131px;
  bottom: 147px;
  width: 255px;
  max-height: 134px;
  display: flex;
  flex-direction: column;
}
.hero-content-bottom-socials-top{
    background: #F5F9FC;
    border-radius: 10px 10px 0 0;
}
.hero-content-bottom-socials-bottom{
  background-color: #fff;
  font-size: 11px;
  padding: 13.27px 0px 14.34px 15.02px;
  line-height: 1;
  border-radius: 0 0 10px 10px;
  text-align: left;
  box-shadow: 0px 3.77px 10.68px 0px rgba(13, 10, 44, 0.08);
}
.hero-content-bottom-call{
  position: absolute;
  right: 130px;
  bottom: 195px;
  width: 267.2px;
}
.hero-content-bottom-call img {
    width: 100%;
}
.hero-content-bottom-chat{
  margin-bottom: 3px;
}
.hero-content-bottom-chat img{
  width: 561px;
  height: 505px;
}
.chat-preview {
  margin: 2rem auto;
  max-width: 800px;
  padding: 1rem;
}

.chat-preview img {
  width: 100%;
  border-radius: 12px;
  background: #e2e8f0;
  height: 300px;
  object-fit: cover;
}
.socials-list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 23.39px 15.02px;
}
.socials-list-item{
  background: #fff;
  border-radius: 100%;
  padding: 2.87px;
  width: 50.58px;height: 51.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3.77px 10.68px 0px rgba(13, 10, 44, 0.08);
}
.socials-list-item-bg{
  width: 40px;height: 40px;
  border-radius: 100%;

}
.socials-list-item-bg.wup{

}
.socials-list-item-bg.inst{
  
}
.socials-list-item-bg.tg{
  
}
.socials-list-item-bg.web{
  
}
.features {
  position: relative;
  margin-top: -40px;
  background: #fff;
  border-radius: 64px 64px 0 0;
}
.features-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding-top: 130px;
  margin-bottom: 2rem;
}

.feature {
  position: relative;
  max-width: 403px;
  padding-top: 31px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #F9FAFB;
}
.feature-textblock{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}
.feature-textblock.first{
  max-width: 67.7%;
  margin-bottom: 27px;
}
.feature-textblock.second{
  max-width: 78.4%;
  margin-bottom: 27px;
}
.feature-textblock.third{
  max-width: 75.7%;
  margin-bottom: 67px;
}
.feature h3 {
  font-size: 19px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: -0.38px;
}

.feature p {
  font-size: 0.95rem;
  line-height: 140%;
  letter-spacing: -0.3px;
  color: var(--gray);
}
.feature img{
  width: 100%;
}
.feature-opacity-block{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52px;
}
.feature-opacity-block.second{
  height: 48px;
}
.feature-opacity-block.third{
  height: 68px;
}

.disclaimer {
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -2%;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  margin-top: 20px;
  vertical-align: middle;
  color: #00000099;
  opacity: .6;
}

.disclaimer-link {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #00000099;
}

.video-section {
  text-align: center;
  padding: 37px 16px;
  margin-top: 124px;
}

.video-section h1 {
  font-size: 48px;
  letter-spacing: -0.96px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 3rem;
}

.video-placeholder {
  background: #f1f5f9;
  transition: background-color 0.5s ease;
  width: 100%;
  min-height: 650px;
  margin: 0 auto;
  border-radius: 12px;
  display: flex;
  align-items: center;
  position: relative;
}

.video-placeholder.bg-light {
  background-color: #fbfbfd;
}
 
.animated-video-wrapper {
  display: none;
  width: 100%;
}

.video-caption-blue {
    color: #2f78e1;
    font-weight: 500;
}

video {
    width: 100%;
    max-height: 480px;
    object-fit: contain;
  
}

.demo-block {
    filter: grayscale(1) blur(3px);
    max-width: 100%;
}

.demo-block, .summary-block {
    margin: 0 auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 5px 25px 0px #00000005;
    padding: 3rem;
    min-width: 778px;
}

.last-summary-block {
    padding: 1rem;
    margin-top: 3rem;
}

.summary-block{
  max-width: 325px;
}

.demo-block-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

.demo-block-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    vertical-align: middle;
}

.demo-block-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-align: start;
    color: #051823BF;
    opacity: .75;
    margin: 0 0 30px 0;
}

.phone-form-wrapper, .otp-form-wrapper{
    width: 100%;
}

.demo-form {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  height: 50px;
  position: relative;
}

.demo-form-flag {
    position: absolute;
    top: 15px;
    left: 10px;
    border-radius: 2px;
}

.demo-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    background: #F9FAFB;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    padding-left: 50px;
}

.demo-form-start, .otp-verify-button{
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #649EFBCC, var(--primary));
  border: none;
  color: white;
  border-radius: 5px;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  width: 50%;
  min-height: 50px;
}

footer {
  text-align: center;
  font-size: 1rem;
  padding: 33px 0;
  color: #051823;
  opacity: 0.5;
  border-top: 1px solid #DEE5ED;
}
.footer-content{
  text-align: center;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    margin-bottom: .7rem;
}

.footer-content a {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #051823;
    text-decoration: none;
}

.ini {
    width: 50%;
}
.iti--separate-dial-code .iti__selected-flag{
  background-color: #F9FAFB;
  border-radius: 5px 0 0 5px;
  height: 48px;
}
.img-desctop{
  display: block;
  width: 510px;
}
.img-mobile{
  display: none;
}

@media (max-width: 990px) {
    .container{
      max-width: 760px;
      overflow: hidden;
    }
    header{
      height: 80px;
    }
    .header-content {
      display: flex;
      padding: 0 1rem;
    }
    .hero-content-top {
        margin: 90px 2rem;
    }
    .hero-button {
        width: 400px;
        height: 60px;
    }
    .hero-content-bottom-chat{
      margin-left: -140px;
    }
    .hero-content-bottom-chat img{
      width: 561px;
      height: auto;
    }
    .hero-content-bottom-call{
      position: absolute;
      right: 20px;
      bottom: 65px;
      width: 240.2px;
    }
    .hero-content-bottom-call img{
      width: 100%;
    }
    .hero-content-bottom-socials{
      top: 0;
      right: 30px;
      left: auto;
    }
    .features-list {
        padding-top: 90px;
    }
    .video-section {
        margin-top: 90px;
    }
    .video-section .container h1 {
        width: 60%;
        margin: 3rem auto;
    }
    .feature {
        max-width: 90%;
    }
    .demo-block, .summary-block {
        min-width: auto;
    }
    .demo-form {
        flex-direction: column;
        min-height: 105px;
    }
    .demo-form-flag {
        top: 11px;
    }
    .demo-form-start, .otp-verify-button {
        width: 100%;
    }
    
    .footer-content {
        padding: 0 1rem;
    }
}

@media (max-width: 600px) {
  .img-desctop{
    display: none;
  }
  .img-mobile{
    display: block;
  }
  .hero{
    padding-top: 60px;
  }
  .container{
    max-width: 288px;
    overflow: hidden;
  }
  header{
    height: 60px;
  }
  header .container {
    max-width: 90%;
  }
  .header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0;
  }
  header img {
    height: 25px;
  }
  .hero-content-top{
    margin: 0;
    margin-top: 69px;
  }
  .hero-content-bottom{
    display: block;
  }
  .hero h2 {
    font-size: 2rem;
    letter-spacing: -0.64px;
    line-height: 105%;
    padding: 0 24px;
    margin-bottom: 18px;
  }
  .hero-content-top p{
    font-size: 16px;
    line-height: 135%;
    letter-spacing: -0.32px;
    opacity: 0.6;
  }
  .hero-button{
    width: 240px;
    font-size: 15px;
    line-height: 24.5px;
    height: 46px;
  }
  .hero-content-bottom-socials{
    width: 152px;
    bottom: 224px;
    left: 138px;
  }
  .hero-content-bottom-socials-bottom{
    font-size: 6.5px;
    padding: 7.97px 0 8.41px 9.01px;
  }
  .socials-list{
    padding: 14px 9px;
    gap: 4px;
  }
  .socials-list-item{
    width: 32px;
    height: 31px;
  }
  .socials-list-item img{
    width: 100%;
  }
  .hero-content-bottom-chat{
    margin-top: 72px;
    margin-left: -14px;
  }
  .hero-content-bottom-chat img{
    width: 244px;
    height: auto;
  }
  .hero-content-bottom-call{
    position: absolute;
    right: -9px;
    bottom: 28px;
    width: 155px;
  }
  .hero-content-bottom-call img{
    width: 100%;
  }
  .features .container {
    max-width: 90%;
  }
  .features {
    flex-direction: column;
    align-items: center;
    border-radius: 24px 24px 0 0;
    margin-top: -23px;
  }
  .features-list{
    padding-top: 50px;
    gap: 29px;
  }
  .feature{
    padding-top: 24px;
  }
  .feature p{
    font-size: 15px;
    letter-spacing: -0.3px;
    line-height: 140%;
  }
  .feature.second{
    padding-top: 41px;
  }
  .feature-textblock{
    gap: 11px;
  }
  .feature-textblock.first{
    margin-bottom: 11px;
  }
  .feature-textblock.third{
    max-width: 79.7%;
    margin-bottom: 56px;
  }
  .video-section .container {
    max-width: 90%;
  }
  .video-section .container h1 {
    width: auto;
    margin: 2rem 1rem;
  }
  .video-section{
    margin-top: 27px;
  }
  .video-section h1{
    font-size: 28px;
  }
  .video-placeholder{
    min-height: 450px;
    padding: 4rem 1rem;
  }
  .demo-block, .summary-block {
    padding: 2rem 1rem;
  }
  .demo-block-content {
    align-items: center;
    gap: 1.5rem;
  }
  .demo-block-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
  }
  .demo-block-description {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
  }
  .demo-form {
    min-height: 110px;
  }
  .demo-form input {
    font-size: 14px;  
  }
  .demo-form-flag {
      top: 13px;
  }
  .iti__flag-container{
    font-size: 14px;
  }
  .disclaimer{
    font-weight: 300;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-right: 10px;
  }
  footer .container {
    max-width: 90%;
  }
  .footer-content {
    padding: 0;
  }
}

@media (max-width: 340px) {
    .demo-form input {
      font-size: 12px;  
    }
    .iti__flag-container{
      font-size: 12px;
    }
}

/* Privacy Begin */
.privacy-back-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #051823;
    opacity: .5;
    text-decoration: none;
}

.privacy-back-arrow {
    padding-right: 5px;
}

.privacy {
    padding: 0 20px;
    padding-top: 80px;
    padding-bottom: 32px;
}

.privacy .container {
    @media (max-width: 990px) {
        max-width: unset;
    }
}

.privacy-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 105%;
    letter-spacing: -1%;
    color: #051823;
    margin: 32px 0;
    text-align: center; 
}

.privacy-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.privacy-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.privacy-block-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #051823D9;
    opacity: .85;
}

.privacy-block-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #051823D9;
    opacity: .85;
}

.privacy-block-description a {
    color: inherit;
}

.privacy-block-description strong {
    font-weight: 700;
}

/* Privacy End */

.call-animation-title{
    color: #1b1b1f;
    font-weight: 500;
    margin-top: 20px;
}

.otp-form-wrapper .otp-input-group{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.otp-digit::-webkit-outer-spin-button,
.otp-digit::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-digit[type=number] {
    -moz-appearance: textfield;
}

.otp-form-wrapper input.otp-digit {
    width: 40px;
    padding: 0 0 0 13px;
    margin: 0 5px;
    
    @media(max-width: 600px) {
        width: 30px;
        padding: 0 0 0 10px;
    }
}

.form-error {
    margin: 0;
    color: #d9534f;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2%;
    vertical-align: middle;
    opacity: .75;
    display: none;
}

.health-check-error {
    color: var(--primary);
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 140%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-align: center;
    z-index: 3;

    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    align-content: center;
    
    @media (max-width: 600px) {
        font-size: 1.3rem;
    }
}

.resend-link {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    cursor: not-allowed;
    transition: color 0.3s;
    color: #00000099;
}

.resend-link.enabled {
    color: #007bff;
    cursor: pointer;
}

.use-another-phone {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    transition: color 0.3s;
    color: #007bff;
    cursor: pointer;
}


.select-channel-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    
    @media (max-width: 980px) {
        width: 100%;
    }
}

.select-channel-title {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-align: center;
    color: #051823BF !important;
    margin: 0 0 20px 0;
    
    @media (max-width: 980px) {
        font-size: 20px;
    }
    
    @media (max-width: 600px) {
        font-size: 14px;
    }
}

.select-channel-button-wrapper {
    display: flex;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    
    @media (max-width: 980px) {
        flex-direction: column;
        margin: auto;
        gap: 1rem;
        width: 100%;
    }
}

.select-channel-button {
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    height: 51px;
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 0 1rem;
}

.select-channel-button.call {
    background: linear-gradient(135deg, #649EFBCC, var(--primary));
}

.select-channel-button.whatsapp {
    background: linear-gradient(135deg, #55cd61CC, #33bb47);
}

.select-channel-button span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-align: center;
}

.select-channel-button {
    width: 100%;
    
    @media (max-width: 980px) {
        width: 100% !important;
    }
}

.iti__search-input {
    height: 51px !important;
}

.cookies {
  bottom: 30px;
  display: none;
  position: fixed;
  right: 30px;
  width: max-content;
  z-index: 100;
}

@media (max-width: 640px) {
  .cookies {
    border-radius: none;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}

.cookies.show {
  display: block;
}

.cookies__content {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .078);
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  padding: 10px 20px;
}

@media (max-width: 640px) {
  .cookies__content {
    gap: 1rem;
    padding: 1rem;
  }
}

.cookies__text {
  color: #051823;
}

.cookies__text,
.cookies__text .cookies__link {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -2%;
  line-height: 130%;
  margin-bottom: 0;
  margin-top: 0;
  opacity: .8;
}

.cookies__text .cookies__link {
  text-decoration-offset: 0;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
  text-decoration-thickness: 0.03rem;
  text-underline-offset: 0.1rem;
  background-color: transparent;
  color: inherit;
}

.cookies__btn {
  background: rgba(48, 122, 242, 0.102);
  border-radius: 4px;
  color: #307af2;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  letter-spacing: -2%;
  line-height: 100%;
  padding: 12px 24px 12px 22px;
  transition: 0.3s;
  border: 0;
  font-family: inherit;
  margin: 0;
}

.cookies__btn:focus,
.cookies__btn:hover {
  background: rgba(48, 122, 242, 0.149);
  color: #307af2;
}