.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #171c28;
  font-family: Inter Regular, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h2 {
  z-index: 2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baijamjuree, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.section-home-banner {
  height: 100vh;
  min-height: 600px;
}

.home-banner-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.hidden {
  display: none;
}

.home-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner-mask {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-content {
  padding-top: 100px;
  overflow: hidden;
}

.section-content.trial {
  background-image: url('../images/trial-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-content.testimonials {
  padding-bottom: 100px;
  position: relative;
}

.container {
  z-index: 1;
  max-width: 1440px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.facilities-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.facilities-slide-mask {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.testimonials-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.facilitiles-slide-img-mask {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.facilities-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.facilities-slide {
  padding-left: 3%;
  padding-right: 3%;
}

.section-title-b {
  margin-bottom: 25px;
  position: relative;
}

.section-title-shadow {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #147af4;
  text-transform: uppercase;
  margin-top: 4px;
  margin-left: 8px;
  font-family: Baijamjuree, sans-serif;
  font-size: 50px;
  line-height: 120%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.facilities-slide-arrow-l {
  width: 4%;
  background-image: url('../images/arrow-l.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 18%;
  transition: all .6s;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.facilities-slide-arrow-l:hover {
  background-image: url('../images/arrow-l-hover.svg');
}

.facilities-slide-arrow-r {
  width: 4%;
  background-image: url('../images/arrow-r.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 18%;
  transition: all .6s;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.facilities-slide-arrow-r:hover {
  background-image: url('../images/arrow-r-hover.svg');
}

.how-it-works-row {
  flex-wrap: wrap;
  display: flex;
}

.how-it-works-col {
  width: 50%;
}

.img {
  width: 100%;
}

.how-it-works-content-b {
  float: right;
  padding-left: 10%;
  padding-right: 10%;
}

.how-it-works-btn {
  color: #fff;
  padding: 25px 40px 25px 80px;
  font-family: Baijamjuree, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.how-it-works-btn-numbering {
  width: 80px;
  color: #147af4;
  font-size: 50px;
  line-height: 120%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.how-it-works-btn-arrow {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.how-it-works-expand {
  overflow: hidden;
}

.how-it-works-expand-txt {
  margin-bottom: 20px;
}

.how-it-works-txt-b {
  padding-bottom: 20px;
  padding-left: 80px;
}

.how-it-works-list {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.how-it-works-img {
  width: 100%;
  margin-top: -50px;
}

.facilities-mask-top {
  z-index: 1;
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.facilities-mask-bottom {
  z-index: 1;
  width: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-banner-slide-nav {
  margin-bottom: 2%;
}

.trial-row {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
  position: relative;
}

.trial-col {
  width: 33.33%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.trial-col.address {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.trial-link {
  clear: left;
  color: #fff;
  text-align: center;
  font-family: Baijamjuree, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .6s;
  display: block;
}

.trial-link:hover {
  color: #147af4;
}

.bottom-mask {
  z-index: 1;
  width: 100%;
  position: relative;
}

.footer {
  text-align: center;
  background-color: #083162;
  overflow: hidden;
}

.trial-img {
  width: 100px;
  height: 100px;
  background-color: rgba(23, 28, 40, .6);
  border: 1px solid #147af4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-txt-b {
  margin-top: 100px;
  margin-bottom: 25px;
}

.footer-title {
  font-family: Baijamjuree, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.trial-btn {
  color: #fff;
  background-color: #147af4;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-top: 25px;
  padding: 15px 30px;
  font-family: Baijamjuree, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .6s;
}

.trial-btn:hover {
  background-color: #083162;
}

.testimonials-bg-l {
  height: 80%;
  max-width: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.testimonials-bg-r {
  height: 80%;
  max-width: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.testimonials-img-b {
  overflow: hidden;
}

.testimonials-col {
  width: 50%;
  padding-left: 1px;
  padding-right: 1px;
}

.testimonials-row {
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-left: -1px;
  margin-right: -1px;
  display: flex;
}

.testimonials-content-b {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-slide-nav {
  margin-top: 15px;
  position: relative;
}

.align-center {
  text-align: center;
}

.testimonials-title {
  margin-top: 15px;
  font-family: Baijamjuree, sans-serif;
  font-size: 20px;
}

.home-banner-img-mobile {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sticky-btn {
  z-index: 500;
  width: 70px;
  height: 70px;
  background-color: #147af4;
  background-image: url('../images/icon-whatsapp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-bottom: 50px;
  margin-right: 25px;
  transition: all .6s;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sticky-btn:hover {
  background-color: #083162;
}

.header {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(23, 28, 40, .7), rgba(8, 49, 98, 0));
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-container {
  z-index: 1;
  max-width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 5%;
  display: flex;
  position: relative;
}

.header-logo-img {
  width: 174px;
}

.header-logo {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 0;
  font-family: Baijamjuree, sans-serif;
  font-weight: 700;
  transition: all .6s;
}

.nav-link:hover, .nav-link.w--current {
  border-bottom-color: #147af4;
}

.nav-menu {
  width: 35%;
  justify-content: space-between;
  display: flex;
  position: static;
}

.header-btn-b {
  margin-right: 5%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.header-btn-trial {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-right: 10%;
  padding: 15px 30px;
  text-decoration: none;
  transition: all .6s;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.header-btn-trial:hover {
  background-color: #147af4;
}

.header-btn-lang {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-left: 15px;
  padding: 15px 19px;
  text-decoration: none;
  transition: all .6s;
  position: relative;
  overflow: hidden;
}

.header-btn-lang:hover {
  background-color: #147af4;
}

.header-bg {
  opacity: 0;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-btn-line01, .menu-btn-line02 {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-top: 6px;
  margin-bottom: 6px;
}

.icon-img {
  width: 100%;
}

.footer-social-btn {
  width: 32px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.icon-img-hover {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-social-btn-b {
  margin-bottom: 25px;
}

.header-logo-img-scroll {
  width: 174px;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-btn-trial-bg {
  background-color: rgba(23, 28, 40, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-btn-trial-txt, .header-btn-lang-txt {
  z-index: 1;
  position: relative;
}

.header-btn-lang-bg {
  background-color: rgba(23, 28, 40, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

html.w-mod-js [data-ix="title-initial"] {
  opacity: 0;
  transform: translate(-40px);
}

html.w-mod-js [data-ix="title-shadow-initial"] {
  opacity: 0;
  transform: translate(40px);
}

html.w-mod-js [data-ix="how-it-works-expand"] {
  height: 0;
}

html.w-mod-js [data-ix="how-it-works-btn-arrow"] {
  transform: translate(0, -50%)rotate(-90deg);
}

html.w-mod-js [data-ix="fade-in-from-bottom"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="facilities-mask-top"] {
  transform: translate(-50%, -50%);
}

html.w-mod-js [data-ix="facilities-mask-bottom"] {
  transform: translate(50%, 50%);
}

html.w-mod-js [data-ix="testimonials-bg-l"] {
  opacity: 0;
  transform: translate(-100px, -50%);
}

html.w-mod-js [data-ix="testimonials-bg-r"] {
  opacity: 0;
  transform: translate(100px, -50%);
}

@media screen and (max-width: 991px) {
  .facilities-slide-mask {
    width: 80%;
  }

  .facilities-slide {
    padding-left: 4%;
    padding-right: 4%;
  }

  .facilities-slide-arrow-l {
    width: 6%;
    margin-left: 7%;
  }

  .facilities-slide-arrow-r {
    width: 6%;
    margin-right: 7%;
  }

  .how-it-works-row {
    align-items: center;
  }

  .how-it-works-btn {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
  }

  .how-it-works-btn-numbering {
    width: 60px;
    font-size: 35px;
  }

  .how-it-works-txt-b {
    padding-left: 0;
  }

  .how-it-works-img {
    margin-top: 0;
  }

  .trial-row {
    margin-bottom: 50px;
  }

  .trial-col {
    width: 50%;
    margin-bottom: 50px;
  }

  .trial-col.address {
    width: 100%;
    position: relative;
  }

  .footer-content-b {
    margin-top: 2.5%;
  }

  .testimonials-bg-l, .testimonials-bg-r {
    height: 60%;
  }

  .nav-link {
    text-align: center;
  }

  .nav-menu {
    width: 100%;
    background-color: #171c28;
    padding: 100px 5%;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .header-btn-trial {
    background-color: #147af4;
    margin-top: 25px;
    margin-right: 0;
    display: block;
    position: relative;
    top: 0%;
    transform: none;
  }

  .menu-btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }

  .section-content {
    padding-top: 60px;
  }

  .section-content.testimonials {
    padding-bottom: 60px;
  }

  .section-title-b {
    margin-bottom: 15px;
  }

  .section-title-shadow {
    font-size: 30px;
  }

  .how-it-works-col {
    width: 100%;
  }

  .how-it-works-content-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .how-it-works-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 45px;
    font-size: 18px;
  }

  .how-it-works-btn-numbering {
    width: 45px;
    font-size: 25px;
  }

  .trial-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .trial-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .trial-link {
    font-size: 16px;
  }

  .trial-img {
    width: 80px;
    height: 80px;
  }

  .footer-txt-b {
    margin-top: 60px;
    margin-bottom: 15px;
  }

  .footer-title {
    font-size: 18px;
  }

  .testimonials-bg-l, .testimonials-bg-r {
    width: 40%;
    height: auto;
  }

  .sticky-btn {
    width: 50px;
    height: 50px;
    background-size: 24px;
    margin-bottom: 70px;
    margin-right: 5%;
  }

  .header-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-logo-img {
    width: 120px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header-btn-trial {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-btn-lang {
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 0;
    display: flex;
  }

  .header-logo-img-scroll {
    width: 120px;
  }
}

@media screen and (max-width: 479px) {
  .section-home-banner {
    height: 500px;
    min-height: 0;
  }

  .home-banner-img {
    display: none;
  }

  .home-banner-mask {
    width: 200%;
    max-width: 200%;
    left: 50%;
    transform: translate(-50%);
  }

  .facilities-slide-mask {
    width: 85%;
  }

  .facilities-slide {
    padding-left: 5%;
    padding-right: 5%;
  }

  .facilities-slide-arrow-l {
    width: 8.5%;
    margin-left: 3%;
  }

  .facilities-slide-arrow-r {
    width: 8.5%;
    margin-right: 3%;
  }

  .footer-content-b {
    margin-top: 5%;
  }

  .home-banner-img-mobile {
    display: block;
  }
}


@font-face {
  font-family: 'Baijamjuree';
  src: url('../fonts/BaiJamjuree-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Regular';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}