* {
  box-sizing: border-box;
}

.white-text {
  color: #fff !important;
}

.mb-80 {
  margin-bottom: 110px;
}
@media (max-width: 769px) {
  .mb-80 {
    margin-bottom: 0px;
  }
}

.mt-100 {
  margin-top: 100px;
}

.bullet-point-about {
  list-style: none;
  padding: 0;
  margin: 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bullet-point-about li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 18px;
  font-weight: 500;
  color: #475467;
  font-style: normal;
  line-height: 140%;
}
@media (max-width: 768px) {
  .bullet-point-about li {
    font-size: 16px;
  }
}
.bullet-point-about li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><rect width="22" height="22" rx="11" fill="%23F4EBFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15.6717 6.77427L9.10834 13.1084L7.36667 11.2476C7.04584 10.9451 6.54167 10.9268 6.17501 11.1834C5.81751 11.4493 5.71667 11.9168 5.93667 12.2926L7.99917 15.6476C8.20084 15.9593 8.54917 16.1518 8.94334 16.1518C9.31917 16.1518 9.67667 15.9593 9.87834 15.6476C10.2083 15.2168 16.5058 7.70927 16.5058 7.70927C17.3308 6.86594 16.3317 6.12344 15.6717 6.76511V6.77427Z" fill="%237F56D9"/></svg>');
  background-size: cover;
}

.blue-title-span {
  color: #014EAA;
}

header {
  background-color: #fff;
}
@media (max-width: 1025px) {
  header .nav-list {
    gap: 12px;
  }
}
header .nav-list li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
header .nav-list li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}
header .nav-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}
header .nav-list li a:hover::after {
  width: 100%;
}
header .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .logo h5 {
  margin-bottom: 0px;
  color: #000;
}
header .mobile-nav li a {
  color: #000;
}
@media (max-width: 769px) {
  header .mobile-nav {
    text-align: center;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
header .sign-in {
  border-radius: 8px;
  background: #014eaa;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 20px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 170px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  color: #fff;
  font-family: "Space Grotesk", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
header .sign-in:hover {
  background-color: #003643;
  border: 1px solid #003643;
}
header .scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
}
header .scrolled .nav-list li a {
  color: #000 !important;
}
header .scrolled .nav-list li a::after {
  background-color: #000;
  transition: width 0.3s ease;
}
header .scrolled .sign-in {
  color: #000 !important;
}
header .scrolled .sign-in:hover {
  color: #fff !important;
}

.privacy-pages {
  background-color: #000;
}
.privacy-pages .desktop {
  background-color: #fff;
}
.privacy-pages .desktop ul li a {
  color: #000;
}
.privacy-pages .desktop .sign-in {
  color: #000;
  border: 1px solid #000;
}
.privacy-pages .desktop .sign-in:hover {
  color: #fff;
}

section.hero .hero-wrapper {
  display: flex;
  margin-top: 89px;
  justify-content: space-between;
}
section.hero .hero-wrapper .heroLeft .leftWrapper {
  max-width: 640px;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .title h1 {
  color: #fff;
  font-family: "Space Grotesk", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.44px;
}
@media (max-width: 580px) {
  section.hero .hero-wrapper .heroLeft .leftWrapper .title h1 {
    line-height: 40px;
  }
}
section.hero .hero-wrapper .heroLeft .leftWrapper .title h1 span {
  color: #7ab7ff;
}
section.hero .hero-wrapper .heroLeft .leftWrapper p {
  color: #dce1ec;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 48px;
}
@media (max-width: 580px) {
  section.hero .hero-wrapper .heroLeft .leftWrapper p {
    font-size: 18px;
  }
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container {
  display: flex;
  gap: 70px;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 12px 24px;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  max-width: 179px;
  width: 100%;
  font-weight: 500;
  line-height: 150%;
  border: none;
  outline: none;
  height: 52px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .btn .text {
  display: inline-block;
  color: inherit;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .btn .arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .btn .arrow-circle {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: -35px;
  justify-content: center;
  background: white;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  color: #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .btn .arrow-circle svg {
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .btn .arrow-circle:hover svg {
  transform: rotate(30deg);
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .btn:hover .arrow-container {
  transform: translateX(10px);
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .download-app {
  border-radius: 44px;
  background: #00b512;
  color: white;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .download-app:hover {
  background-color: #218838;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .learn-more {
  background-color: transparent;
  color: white;
  border: 0.8px solid #40af3e;
  border-radius: 44px;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .learn-more .arrow-circle {
  background-color: #28a745;
  color: white;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .learn-more:hover {
  background-color: rgba(40, 167, 69, 0.1);
}
@media (max-width: 768px) {
  section.hero .hero-wrapper {
    flex-direction: column-reverse;
  }
  section.hero .hero-wrapper .heroRight {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  section.hero .hero-wrapper .heroLeft {
    display: flex;
    justify-content: center;
  }
  section.hero .hero-wrapper .heroLeft h1 {
    text-align: center;
    font-size: 40px !important;
  }
  section.hero .hero-wrapper .heroLeft p {
    text-align: center;
  }
  section.hero .hero-wrapper .heroLeft .button-container {
    gap: 10px !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

section.features-section {
  color: #212529;
  padding: 60px 0px;
}
@media (max-width: 480px) {
  section.features-section {
    text-align: center;
  }
}
section.features-section h1 {
  color: var(--Gray-900, #101828);
  text-align: center;
  font-family: "Space Grotesk", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.28px;
  margin-bottom: 89px;
}
@media (max-width: 580px) {
  section.features-section h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  section.features-section .feature-box {
    margin-top: 40px;
  }
}
section.features-section .feature-box h4 {
  color: #014eaa;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 768px) {
  section.features-section .feature-box h4 {
    font-size: 18px;
  }
}
section.features-section .feature-box h5 {
  color: var(--Gray-900, #101828);
  font-family: "Space Grotesk", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.84px;
}
@media (max-width: 580px) {
  section.features-section .feature-box h5 {
    font-size: 28px;
  }
}
section.features-section .feature-box p {
  color: var(--Gray-500, #667085);
  font-family: "Plus Jakarta Sans", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 768px) {
  section.features-section .feature-box p {
    font-size: 18px;
  }
}

section.appScreen {
  background: #6195be;
}
section.appScreen .app-screen-title h2 {
  text-align: center;
  color: #FFF;
  font-family: "Space Grotesk", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 50.4px */
  letter-spacing: -0.84px;
}
@media (max-width: 768px) {
  section.appScreen .app-screen-title h2 {
    font-size: 38px;
  }
}
section.appScreen .swiper-button-prev,
section.appScreen .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: translateY(-50%);
  cursor: pointer;
}
section.appScreen .swiper-button-prev {
  left: 80px;
}
@media (max-width: 769px) {
  section.appScreen .swiper-button-prev {
    left: 10px;
  }
}
section.appScreen .swiper-button-next {
  right: 80px;
}
@media (max-width: 769px) {
  section.appScreen .swiper-button-next {
    right: 10px;
  }
}
section.appScreen .swiper-button-prev svg,
section.appScreen .swiper-button-next svg {
  width: 24px;
  height: 24px;
}

section.contact-container {
  margin: auto;
}
section.contact-container .form-wrapper {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  max-width: 1062px;
  justify-content: center;
}
@media (max-width: 768px) {
  section.contact-container .form-wrapper {
    flex-direction: column;
  }
}
section.contact-container .form-wrapper .text-section {
  padding: 32px 80px 32px 32px;
}
@media (max-width: 768px) {
  section.contact-container .form-wrapper .text-section {
    padding-bottom: 0px;
  }
}
section.contact-container .form-wrapper .text-section h2 {
  color: var(--Gray-900, #101828);
  font-family: "Space Grotesk", serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.76px;
}
section.contact-container .form-wrapper .text-section p {
  color: var(--Gray-500, #667085);
  font-family: "Plus Jakarta Sans", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
section.contact-container .form-wrapper .form-section {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.contact-container .form-wrapper .form-section form {
  width: 100%;
}
section.contact-container .form-wrapper .form-section form label {
  color: #242121;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px;
}
section.contact-container .form-wrapper .form-section form .text-msg {
  min-height: 150px;
}
section.contact-container .form-wrapper .form-section form .form-control {
  border-radius: 8px;
  background: #f3f3f3;
  border: none;
  height: 60px;
  margin-bottom: 1rem;
}
section.contact-container .form-wrapper .form-section form .form-control:focus {
  outline: none;
  box-shadow: 0 0 5px #014eaa;
}
section.contact-container .form-wrapper .form-section form .btn-success {
  border-radius: 8px;
  background: #014eaa;
  border: none;
  margin-top: 44px;
  padding: 0.75rem;
  width: 100%;
  transition: background 0.3s;
  color: #fff;
  font-family: "Space Grotesk", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
section.contact-container .form-wrapper .form-section form .btn-success:hover {
  background: #002e67;
}

.faq {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 73px 0px;
}
@media (max-width: 580px) {
  .faq {
    padding: 15px;
  }
}
.faq h1 {
  color: var(--Gray-900, #101828);
  text-align: center;
  font-family: "Space Grotesk", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 48px;
  line-height: 120%;
  letter-spacing: -0.96px;
}
@media (max-width: 580px) {
  .faq h1 {
    font-size: 38px;
  }
}
.faq .accordion {
  margin: auto;
  max-width: 842px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 580px) {
  .faq .accordion {
    padding: 15px;
  }
}
.faq .accordion-item {
  margin-bottom: 22px !important;
  border: none !important;
  border-radius: 15px !important;
}
.faq .accordion-header {
  display: flex;
  border-radius: 15px !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  background-color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  color: var(--Gray-900, #101828);
  font-family: "Space Grotesk", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.faq .accordion-header .arrow {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M22.75 9.625L14 18.375L5.25 9.625" stroke="%23242121" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.faq .accordion-item.active .arrow {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M5.25 18.375L14 9.625L22.75 18.375" stroke="%23242121" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 16px;
  color: #666;
}
.faq .accordion-content p {
  margin: 0;
  padding: 16px 0;
  color: var(--Gray-500, #667085);
  font-family: "Plus Jakarta Sans", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.faq .accordion-item.active .accordion-content {
  max-height: 400px;
  padding: 16px;
}

section.ready {
  padding: 96px 0px;
}
section.ready .ready-main-wrapper {
  max-width: 1216px;
  border-radius: 24px;
  background: #7ab7ff;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.1), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
}
section.ready .ready-main-wrapper .ready-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 97px 0px 97px 97px;
}
@media (max-width: 769px) {
  section.ready .ready-main-wrapper .ready-wrapper {
    padding: 40px;
  }
}
section.ready .ready-main-wrapper .ready-wrapper .left img {
  max-width: 150px;
}
section.ready .ready-main-wrapper .ready-wrapper .left h5 {
  color: var(--Gray-900, #101828);
  font-family: "Space Grotesk", serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.16px;
}
@media (max-width: 769px) {
  section.ready .ready-main-wrapper .ready-wrapper .left h5 {
    font-size: 40px;
  }
}
section.ready .ready-main-wrapper .ready-wrapper .left p {
  color: #323438;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 769px) {
  section.ready .ready-main-wrapper .ready-wrapper .left p {
    font-size: 18px;
  }
}
section.ready .ready-main-wrapper .right {
  display: flex;
  align-items: end;
}
section.ready .ready-main-wrapper .right img {
  width: 100%;
}

footer {
  padding: 64px 0px;
  padding-bottom: 60px;
  background: #001733;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  footer .footer-top {
    flex-direction: column;
  }
}
footer .footer-top .left p {
  color: #d3d3d3;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 468px;
  margin-top: 13px;
  margin-bottom: 32px;
}
footer .footer-top .left ul {
  padding-left: 0px;
  list-style: none;
  gap: 32px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 769px) {
  footer .footer-top .left ul {
    gap: 20px;
    margin-bottom: 20px;
  }
}
footer .footer-top .left ul a {
  color: #fff;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
  font-style: normal;
  line-height: 17px;
  letter-spacing: 0.08px;
  font-weight: 500;
}
@media (max-width: 769px) {
  footer .footer-top .right img {
    margin-top: 20px;
  }
  footer .footer-top .right h5 {
    display: none;
  }
}
footer .footer-top .right h5 {
  color: var(--White, #fff);
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}
footer .footer-bottom {
  margin-top: 64px;
  border-top: 1px solid #517bae;
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}
@media (max-width: 769px) {
  footer .footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-items: center;
  }
}
footer .footer-bottom .left .links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
footer .footer-bottom .left .links a {
  text-decoration: none;
  color: #646060;
  color: #a9a9a9;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.08px;
}
footer .footer-bottom .left .links a:hover {
  text-decoration: underline;
}
footer .footer-bottom .left .links hr {
  border: none;
  border-left: 2px solid #9f9f9f;
  height: 16px;
  margin: 0;
}
footer .footer-bottom .left .copyright {
  font-size: 12px;
  color: #6c757d;
  margin-top: 10px;
}
footer .footer-bottom .right p {
  color: #fff;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 769px) {
  footer .footer-bottom .right p {
    margin-top: 30px;
  }
}

.android-img-hero {
  max-width: 200px;
}

.logo img {
  max-width: 155px;
}

@media (max-width: 768px) {
  .title-area {
    text-align: start !important;
  }
}

.privacy .text-center {
  text-align: center;
}
.privacy h2,
.privacy h1 {
  color: #011821;
  font-size: 28px;
  font-family: "Space Grotesk", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 119.375%;
  letter-spacing: 0.542px;
  margin-top: 18px;
  margin-bottom: 15px;
}
.privacy h1 {
  font-size: 32px;
}
.privacy p, .privacy li {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-family: "Plus Jakarta Sans", serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.542px;
}

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