/* Hanken Grotesk Fonts */
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@300;400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1440px;
}

.wrapper {
  width: 100%;
}

.header-section .container {
  overflow: visible !important;
}

.dropdown-menu {
  padding: 0;
  margin-top: 5px;
}

.dropdown-menu.show {
  right: 0;
  left: auto !important;
  position: relative !important;
}

.header {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
.header .flag {
  cursor: pointer;
  /* margin-right: 120px; */
}
.header .flag .dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
}
.header .flag img {
  width: 30px;
  height: 30px;
  display: inline-flex;
  padding: 3.182px;
  justify-content: center;
  align-items: center;
  gap: 7.955px;
  border-radius: 63.636px;
  border: 0.795px solid #000;
}
.header .flag .dropdown .menu-flag {
  width: 30px;
  height: auto;
  display: inline;
  padding: 0;
  margin-right: 9px;
  border-radius: 0;
  border: none;
}

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

button {
  /* font-family: 'Hanken Grotesk', sans-serif; */
  font-family: "Hanken Grotesk", sans-serif;
  display: flex;
  width: 200px;
  height: 65px;
  /* padding: 16px 24px; */
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #116dff;
  border: #116dff;
  color: #FFF;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.34px;
  transition: 0.3s;
}

button:hover {
  background: #418aff;
}

.hero-section {
  /* height: calc(100vh / 2); */
}
.hero-section .container {
  display: flex;
  padding-top: 150px;
}
.hero-section .flexbox {
  display: flex;
  align-items: flex-start;
}
.hero-section .flexbox .hero-text {
  display: flex;
  width: 579px;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}
.hero-section .flexbox .hero-text h1 {
  /* font-family: 'Hanken Grotesk', sans-serif; */
  font-family: "Hanken Grotesk", sans-serif;
  margin: 0;
  font-size: 71px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.1em;
}
.hero-section .flexbox .hero-text .sub-heading {
  /* font-family: 'Hanken Grotesk', sans-serif; */
  font-family: "Hanken Grotesk", sans-serif;
  margin: 0;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-align: left;
}
.hero-section .flexbox .hero-text .badge {
  display: flex;
  padding: 21px 0px 1px 0px;
  align-items: flex-start;
  gap: 19px;
}
.hero-section .flexbox .hero-text .badge p {
  /* font-family: 'Hanken Grotesk', sans-serif; */
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.17px;
}
.hero-section .flexbox .hero-text .badge svg {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.hero-section .flexbox .hero-video {
  position: relative;
}
.hero-section .flexbox .hero-video .video {
  background: #ffffff;
  overflow: hidden;
  border-radius: 21px;
  border: 12px solid #ffffff;
}
.hero-section .flexbox .hero-video .video img {
  width: 707px;
  height: auto;
  flex-shrink: 0;
  transition: 0.3s;
}
.hero-section .flexbox .hero-video .video video {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  transition: 0.3s;
  cursor: pointer;
  display: none;
}
.hero-section .flexbox .hero-video .video iframe {
  width: 706px;
  height: 397px;
}
.hero-section .flexbox .hero-video svg {
  /* opacity: 0; */
  width: 12%;
  height: auto;
  flex-shrink: 0;
  position: absolute;
  left: 12%;
  bottom: 0%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  /* transition: .3s; */
}
.hero-section .blue-box {
  width: 398px;
  height: 559px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #0372C1;
  right: 167px;
  top: -83px;
  position: relative;
  z-index: -1;
}

.video-palyer-wrapper {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.video-palyer-wrapper .video-player {
  position: relative;
  display: none;
}
.video-palyer-wrapper .video-player video {
  outline: none;
  margin: 0 auto;
}
.video-palyer-wrapper .video-player .close-btn {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 45px;
  cursor: pointer;
}

video:focus {
  outline: none;
}

.flex-section {
  padding: 70px 0;
}
.flex-section .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 23px;
}
.flex-section .flexbox .text-section {
  padding-top: 35px;
  display: flex;
  /* width: 579px; */
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}
.flex-section .flexbox .text-section h2 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
}
.flex-section .flexbox .text-section p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.4px;
}
.flex-section .flexbox .text-section button {
  color: #FFF;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.flex-section .flexbox .image-section {
  position: relative;
  padding-top: 35px;
}
.flex-section .flexbox .image-section img {
  width: 100%;
  max-width: 533px;
  border: 13px solid #0372C1;
  border-radius: 15px;
}
.flex-section .flexbox .image-section .rect1 {
  position: absolute;
  top: 0px;
  right: -40px;
  z-index: -1;
  width: 141.081px;
  height: 181.151px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 8.348px solid rgba(3, 114, 193, 0.1);
  background: #FFF;
}
.flex-section .flexbox .image-section .rect2 {
  position: absolute;
  left: -40px;
  bottom: 26px;
  z-index: -1;
  width: 141.081px;
  height: 96.002px;
  flex-shrink: 0;
  border-radius: 900px;
  border: 8.348px solid rgba(3, 114, 193, 0.1);
  background: #FFF;
}
.flex-section .flexbox .image-section .rect3 {
  position: absolute;
  top: 0px;
  left: -40px;
  z-index: -1;
  width: 141.081px;
  height: 181.151px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 8.348px solid rgba(3, 114, 193, 0.1);
  background: #FFF;
}
.flex-section .flexbox .image-section .rect4 {
  position: absolute;
  right: -40px;
  bottom: 26px;
  z-index: -1;
  width: 141.081px;
  height: 96.002px;
  flex-shrink: 0;
  border-radius: 900px;
  border: 8.348px solid rgba(3, 114, 193, 0.1);
  background: #FFF;
}
.flex-section .flexbox .image-section .rect5 {
  position: absolute;
  bottom: 26px;
  left: -40px;
  z-index: -1;
  width: 141.081px;
  height: 181.151px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 8.348px solid rgba(3, 114, 193, 0.1);
  background: #FFF;
}
.flex-section .flexbox .image-section .rect6 {
  position: absolute;
  right: -40px;
  top: 64px;
  z-index: -1;
  width: 141.081px;
  height: 96.002px;
  flex-shrink: 0;
  border-radius: 900px;
  border: 8.348px solid rgba(3, 114, 193, 0.1);
  background: #FFF;
}

.free .flexbox {
  flex-direction: column;
}
.free .flexbox .text-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-section .flexbox .text-section {
  gap: 0;
}
.app-section .flexbox .text-section .p1 {
  font-family: Hanken Grotesk, sans-serif;
  font-size: 23px;
  font-style: normal;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
.app-section .flexbox .text-section h3 {
  font-family: Hanken Grotesk, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.38px;
}
.app-section .flexbox .text-section .p2 {
  font-family: "Hanken Grotesk", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.4px;
}
.app-section .flexbox .image-section {
  display: flex;
  align-items: center;
}
.app-section .flexbox .image-section img {
  max-width: 255px;
  border: none;
  padding: 0 15px;
}

.footer {
  margin-top: 75px;
}
.footer .footer-logo {
  max-width: 248px;
  display: block;
  margin: 0 auto;
}
.footer p {
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.36px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.footer .social {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  width: 100%;
  justify-content: center;
}
.footer .social a svg {
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 23px;
  background: rgba(3, 114, 193, 0.1);
}
.footer .copyright {
  font-family: Hanken Grotesk, sans-serif;
  margin-top: 50px;
  padding-top: 27px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  border-top: 2px solid #E5E5EA;
}

/*animation element*/
.animation-element {
  opacity: 0;
  position: relative;
}

/*animation element sliding left*/
.animation-element.slide-left {
  opacity: 0;
  transition: all 500ms linear;
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  transition: all 1000ms linear;
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.fade {
  opacity: 0;
  transition: all 1000ms linear;
}

.animation-element.fade.in-view {
  opacity: 1;
}

/* ------------------------------------------------------- */
/* Media Query */
/* Laptop */
@media (max-width: 1710px) and (min-width: 1440px) {
  .container {
    overflow: hidden;
  }
  .hero-section .blue-box {
    right: 297px;
  }
}
@media (max-width: 1439px) and (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
  .hero-section .container {
    padding-top: 71px;
  }
  .hero-section .flexbox .hero-video .video img {
    width: 449px;
  }
  .hero-section .flexbox .hero-video .video iframe {
    width: 449px;
    height: 252px;
  }
  .hero-section .flexbox .hero-text h1 {
    font-size: 43px !important;
  }
  .hero-section .flexbox .hero-text .sub-heading {
    font-size: 19px;
  }
  .hero-section .flexbox .hero-text .sub-heading br {
    display: none;
  }
  .hero-section .flexbox .hero-text {
    gap: 18px;
    width: 421px;
  }
  button {
    font-size: 20px !important;
    width: 180px;
    height: 57px;
  }
  .hero-section .blue-box {
    height: 381px;
    width: 255px;
    top: -68px;
    right: 142px;
  }
  .flex-section .flexbox .text-section h2 {
    font-size: 58px;
  }
  .flex-section .flexbox .text-section p {
    font-size: 19px;
  }
  .flex-section .flexbox .image-section img {
    max-width: 380px;
  }
  .app-section {
    padding-top: 0px;
  }
  .footer {
    margin-top: 0;
  }
}
/* Tablet */
@media (max-width: 1023px) {
  .hero-section .container {
    flex-direction: column;
    padding-top: 17px;
    overflow: hidden;
  }
  .hero-section .flexbox {
    flex-direction: column;
    align-items: center;
  }
  .hero-section .flexbox .hero-text {
    width: 100%;
    /* display: block; */
    text-align: center;
  }
  .hero-section .flexbox .hero-text h1 {
    font-size: 54px !important;
    text-align: center;
  }
  .hero-section .flexbox .hero-text {
    align-items: center;
  }
  .hero-section .flexbox .hero-text .badge {
    padding: 0;
  }
  .hero-section .blue-box {
    display: none;
  }
  .flex-section {
    padding: 0;
    margin: 70px 0;
  }
  .flex-section .flexbox {
    flex-direction: column;
    align-items: flex-start;
    max-width: 533px;
    margin: 0 auto;
  }
  .flex-section .flexbox .text-section h2 {
    font-size: 54px;
  }
  .flex-section .flexbox .text-section {
    order: 2;
  }
  .free .flexbox {
    align-items: center;
  }
  .flex-section .flexbox .image-section {
    padding: 0;
    margin: 0 auto;
  }
  .app-section .text-section {
    align-items: center !important;
    margin: 0 auto;
  }
  .app-section .flexbox .text-section .p2 {
    font-size: 17px;
  }
  .app-section .flexbox .image-section img {
    padding: 0 10px;
  }
  .animation-element.slide-left, .animation-element.slide-right {
    opacity: 0 !important;
    transition: all 1000ms linear !important;
    transform: none !important;
  }
  .animation-element.slide-left.in-view, .animation-element.slide-right.in-view {
    opacity: 1 !important;
    transform: none !important;
  }
  .animation-element.slide-left.in-view {
    opacity: 1;
  }
}
/* Mobile */
@media (max-width: 739px) {
  .container {
    overflow: hidden;
  }
  .hero-section .flexbox .hero-text h1 {
    font-size: 37px !important;
  }
  .hero-section .flexbox .hero-text .sub-heading {
    font-size: 15px;
    text-align: center;
  }
  .hero-section .flexbox .hero-text .sub-heading br {
    display: none;
  }
  button {
    width: 160px;
    height: 47px;
    font-size: 19px !important;
  }
  .hero-section .flexbox .hero-text .badge p {
    font-size: 14px;
  }
  .hero-section .flexbox .hero-video .video img {
    width: 100%;
  }
  .hero-section .flexbox .hero-video .video iframe {
    width: 398px;
    height: 223px;
  }
  .flex-section .flexbox .text-section h2 {
    font-size: 32px;
  }
  .flex-section .flexbox .text-section p {
    font-size: 16px;
  }
  .flex-section .flexbox .text-section {
    gap: 0;
  }
  .flex-section .flexbox .text-section br {
    display: none;
  }
  .text-section p br {
    display: none;
  }
  .flex-section .flexbox {
    padding: 0 33px;
  }
  .preferredLanguage h2 br {
    display: block !important;
  }
  .brighterFuture h2 br {
    display: block !important;
  }
  .app-section .flexbox .text-section h3 {
    font-size: 27px;
  }
  .app-section .flexbox .text-section .p1 {
    font-size: 18px;
  }
  .app-section .flexbox .text-section .p2 {
    font-size: 12px;
  }
  .footer .footer-logo {
    max-width: 195px;
  }
  .footer p {
    margin-bottom: 25px;
  }
  .app-section .flexbox .image-section img {
    padding: 0 13px;
  }
  .video-palyer-wrapper .video-player .close-btn {
    width: 25px;
  }
  .app-section {
    margin-top: -51px !important;
  }
  .flex-section {
    margin: 35px 0;
  }
  .flex-section .flexbox .text-section {
    padding-top: 9px;
  }
  .app-section .flexbox .text-section {
    order: 0;
    margin-top: 10px;
  }
}
.home-chinese .hero-section .flexbox .hero-text .sub-heading span br {
  display: none;
}

@media (max-width: 739px) {
  .home-chinese .hero-section .flexbox .hero-text .sub-heading span br {
    display: block;
  }
  .home-chinese .flex-section .flexbox .text-section br {
    display: block;
  }
  .home-chinese .app-section .flexbox .text-section .p2 br {
    display: none;
  }
}
.home-espanol .hero-section .flexbox .hero-text h1 {
  font-size: 60px;
}

.home-vietnamese .hero-section .flexbox .hero-text h1 {
  font-size: 67px;
}

@media (max-width: 739px) {
  .home-vietnamese .hero-section .flexbox .hero-text h1 {
    font-size: 37px;
  }
}
.home-japanese .hero-section .flexbox .hero-text h1 {
  font-size: 62px;
}

.home-japanese .app-section .flexbox .text-section h3 {
  font-size: 56px;
}

@media (max-width: 739px) {
  .home-japanese .hero-section .flexbox .hero-text h1 {
    font-size: 37px;
  }
  .home-japanese .app-section .flexbox .text-section h3 {
    font-size: 27px;
  }
}/*# sourceMappingURL=style.css.map */