@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v47-latin-regular.eot");
  src: url("../fonts/roboto-v47-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v47-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v47-latin-regular.woff") format("woff"), url("../fonts/roboto-v47-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v47-latin-regular.svg#Roboto") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v47-latin-700.eot");
  src: url("../fonts/roboto-v47-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v47-latin-700.woff2") format("woff2"), url("../fonts/roboto-v47-latin-700.woff") format("woff"), url("../fonts/roboto-v47-latin-700.ttf") format("truetype"), url("../fonts/roboto-v47-latin-700.svg#Roboto") format("svg");
}
/* scrollbar */
* {
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: rgb(26, 67, 78);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(26, 67, 78);
}

::-webkit-scrollbar-track {
  background: rgb(235, 249, 239);
}

::-webkit-scrollbar-corner {
  background: rgb(235, 249, 239);
}

::-webkit-resizer {
  background: rgb(235, 249, 239);
}

/* scrollbar */
html,
body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}
img:focus {
  outline: none;
}

p,
label {
  padding: 0;
  margin: 0;
}

input:hover,
select:hover,
textarea:hover,
button:hover,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a {
  color: #1a434e;
}

a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  line-height: normal;
  line-height: 1.5;
  color: #666666;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul li {
  list-style-type: none;
  color: #666666;
}

p:empty {
  margin: 0;
  padding: 0;
  height: 0;
}

section {
  scroll-margin-top: 75px;
}
@media (min-width: 1600px) {
  section {
    scroll-margin-top: 80px;
  }
}
@media (max-width: 767.99px) {
  section {
    scroll-margin-top: 250px;
  }
}

.main-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  border-bottom: 1px solid rgba(26, 67, 78, 0.2);
}
.main-header .navbar .navbar-brand {
  position: relative;
}
.main-header .navbar .navbar-brand img {
  display: block;
  height: 50px;
}
@media (min-width: 1600px) {
  .main-header .navbar .navbar-brand img {
    height: 60px;
  }
}
@media (max-width: 1199.99px) {
  .main-header .navbar .navbar-brand img {
    height: 40px;
  }
}
@media (max-width: 991.99px) {
  .main-header .navbar .navbar-brand img {
    height: 34px;
  }
}
.main-header .navbar .navbar-toggler {
  background-color: #61d384;
  border-color: transparent;
}
.main-header .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.main-header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.main-header .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background-image: url(../images/menu.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.main-header .navbar .navbar-collapse {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #666666;
}
.main-header .navbar .navbar-nav .nav-item .nav-link:hover, .main-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #1a434e;
}
@media (min-width: 1600px) {
  .main-header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (max-width: 1199.99px) {
  .main-header .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991.99px) {
  .main-header .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 767.99px) {
  .main-header .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
  }
}
.main-header .navbar .navbar-nav .nav-item .active {
  color: #1a434e;
  font-weight: 700;
}
.main-header .navbar .navbar-nav .nav-item .cta-btn {
  background-color: #1a434e;
  color: #fff;
  font-weight: 400;
  border-radius: 8px;
}
.main-header .navbar .navbar-nav .nav-item .cta-btn:hover {
  background-color: #61d384;
}
.main-header .navbar .navbar-nav .nav-item .cta-btn.active {
  background-color: #61d384;
  color: #1a434e;
}

.main-banner {
  background-color: #1a434e;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 0;
}
@media (min-width: 1600px) {
  .main-banner {
    padding-top: 3rem;
  }
}
@media (max-width: 1199.99px) {
  .main-banner {
    overflow: hidden;
  }
}
.main-banner .banner-caption {
  color: #fff;
  margin-top: 4rem;
  margin-bottom: auto;
}
@media (max-width: 1199.99px) {
  .main-banner .banner-caption {
    margin-top: 1.5rem;
  }
}
.main-banner .banner-caption h5 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (min-width: 1600px) {
  .main-banner .banner-caption h5 {
    font-size: 1.125rem;
  }
}
.main-banner .banner-caption h1 {
  font-size: 2.75rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (max-width: 1199.99px) {
  .main-banner .banner-caption h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991.99px) {
  .main-banner .banner-caption h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.99px) {
  .main-banner .banner-caption h1 {
    font-size: 2rem;
  }
}
.main-banner .banner-caption p {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 767.99px) {
  .main-banner .banner-caption p {
    margin-bottom: 1rem;
    font-size: 0.875rem;
  }
}
.main-banner .banner-caption .qr-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 1199.99px) {
  .main-banner .banner-caption .qr-code {
    gap: 1.5rem;
  }
}
@media (max-width: 991.99px) {
  .main-banner .banner-caption .qr-code {
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-banner .banner-caption .qr-code .code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 140px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.99px) {
  .main-banner .banner-caption .qr-code .code {
    max-width: 120px;
  }
}
.main-banner .banner-caption .qr-code .code .qr {
  max-width: 120px;
  height: auto;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 1199.99px) {
  .main-banner .banner-caption .qr-code .code .qr {
    max-width: 100px;
  }
}
@media (max-width: 991.99px) {
  .main-banner .banner-caption .qr-code .code .qr {
    display: none;
  }
}
.main-banner .banner-caption .qr-code .app-video a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 1rem;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1600px) {
  .main-banner .banner-caption .qr-code .app-video a {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199.99px) {
  .main-banner .banner-caption .qr-code .app-video a {
    font-size: 1rem;
  }
}
.main-banner .banner-caption .qr-code .app-video a img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 70px;
}
@media (min-width: 1600px) {
  .main-banner .banner-caption .qr-code .app-video a img {
    width: 80px;
  }
}
@media (max-width: 1199.99px) {
  .main-banner .banner-caption .qr-code .app-video a img {
    width: 60px;
  }
}
@media (max-width: 991.99px) {
  .main-banner .banner-caption .qr-code .app-video a img {
    width: 50px;
  }
}
.main-banner .banner-img img {
  max-width: 94%;
}
@media (max-width: 767.99px) {
  .main-banner .banner-img img {
    max-width: 75%;
    margin: 0 auto;
  }
}
.main-banner .bottom-shape {
  position: absolute;
  left: -1px;
  right: 0;
  bottom: -1px;
  top: auto;
  z-index: 0;
  width: 100%;
}
.main-banner .bottom-shape img {
  width: 100%;
  height: auto;
}
.main-banner .container {
  position: relative;
  z-index: 1;
}

.app-features {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .app-features {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.app-features .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1a434e;
}
@media (max-width: 1199.99px) {
  .app-features .section-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 991.99px) {
  .app-features .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 767.99px) {
  .app-features .section-title {
    font-size: 1.75rem;
  }
}
.app-features .sub-title {
  color: #666666;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.99px) {
  .app-features .sub-title {
    font-size: 0.875rem;
  }
}
.app-features .row .col .feature {
  -webkit-box-shadow: 0 0.3rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3rem 1.5rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
  height: 100%;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991.99px) {
  .app-features .row .col .feature {
    gap: 0.5rem;
  }
}
.app-features .row .col .feature h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a434e;
  margin: 0;
}
@media (max-width: 1199.99px) {
  .app-features .row .col .feature h3 {
    font-size: 1.125rem;
  }
}
.app-features .row .col .feature p {
  color: #666666;
  margin: 0;
}
@media (max-width: 991.99px) {
  .app-features .row .col .feature p {
    font-size: 0.875rem;
  }
}
.app-features .row .col .feature:hover {
  background-color: #1a434e;
}
.app-features .row .col .feature:hover svg path {
  fill: #fff;
}
.app-features .row .col .feature:hover h3 {
  color: #fff;
}
.app-features .row .col .feature:hover p {
  color: #fff;
}

.join-step {
  position: relative;
  background-color: #1a434e;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
}
@media (min-width: 1600px) {
  .join-step {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.join-step span.top,
.join-step span.bottom {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 20px;
  display: none;
}
.join-step .top {
  top: 0;
  bottom: auto;
}
.join-step .bottom {
  top: auto;
  bottom: 0;
}
.join-step .container {
  position: relative;
  z-index: 1;
}
.join-step .container .steps .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
}
@media (max-width: 1199.99px) {
  .join-step .container .steps .section-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 991.99px) {
  .join-step .container .steps .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 767.99px) {
  .join-step .container .steps .section-title {
    font-size: 1.75rem;
  }
}
.join-step .container .steps .sub-title {
  color: #fff;
}
@media (max-width: 767.99px) {
  .join-step .container .steps .sub-title {
    font-size: 0.875rem;
  }
}
.join-step .container .steps .step {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.join-step .container .steps .step .step-box {
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199.99px) {
  .join-step .container .steps .step .step-box {
    gap: 0.85rem;
  }
}
.join-step .container .steps .step .step-box:last-child {
  margin-bottom: 0;
}
.join-step .container .steps .step .step-box .icon {
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}
.join-step .container .steps .step .step-box div {
  width: calc(100% - 40px);
}
.join-step .container .steps .step .step-box div h4 {
  font-size: 1rem;
  font-weight: 700;
}
.join-step .container .steps .step .step-box div p {
  color: #fff;
  font-size: 0.875rem;
}
.join-step .container .steps .download h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.join-step .container .steps .download ul li {
  width: 120px;
}
.join-step .container .app-img {
  text-align: center;
}
.join-step .container .app-img img {
  max-width: 70%;
}

.contact-us {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .contact-us {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.contact-us .section-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #1a434e;
}
@media (max-width: 1199.99px) {
  .contact-us .section-title {
    font-size: 1.5rem;
  }
}
.contact-us .registration {
  position: relative;
}
.contact-us .registration .two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.contact-us .registration .form-control {
  background-color: #f5f6fa;
  border-radius: 8px;
}
.contact-us .registration .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #1a434e;
}
.contact-us .registration label {
  font-size: 1rem;
}
@media (max-width: 991.99px) {
  .contact-us .registration label {
    font-size: 0.875rem;
  }
}
.contact-us .registration label sup {
  color: #dc3545;
}
.contact-us .registration button {
  background-color: #1a434e;
  color: #fff;
  font-weight: 400;
  border-radius: 8px;
  padding: 0.75rem 2rem;
  font-size: 1rem;
}
@media (min-width: 1600px) {
  .contact-us .registration button {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.99px) {
  .contact-us .registration button {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.99px) {
  .contact-us .registration button {
    margin-bottom: 1rem;
  }
}
.contact-us .registration button:hover {
  background-color: #61d384;
  border-color: #61d384;
  color: #1a434e;
}
.contact-us .registration button.active {
  background-color: #61d384;
  border-color: #61d384;
  color: #1a434e;
}
.contact-us .map {
  width: 100%;
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid rgba(26, 67, 78, 0.2);
  border-radius: 8px;
  height: 300px;
}
.contact-us .map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
}
.contact-us .contect {
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.5rem;
}
@media (max-width: 1199.99px) {
  .contact-us .contect {
    margin-top: 2rem;
    gap: 1rem;
  }
}
.contact-us .contect .info {
  gap: 1rem;
}
@media (max-width: 1199.99px) {
  .contact-us .contect .info img {
    width: 24px;
  }
}
.contact-us .contect .info a {
  color: #666666;
  text-decoration: none;
}
.contact-us .contect .info a:hover {
  color: #1a434e;
}

.footer {
  position: relative;
  background-color: #1a434e;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.footer .logo-icon {
  position: absolute;
  border-radius: 100%;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding: 4px;
  background-color: #fff;
}
.footer .logo-icon img {
  width: 60px;
  border: 1px solid rgba(26, 67, 78, 0.2);
  border-radius: 100%;
}
.footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 0.875rem;
}
@media (max-width: 767.99px) {
  .footer .copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.5rem;
  }
}
.footer .menu {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767.99px) {
  .footer .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .menu li {
  color: #fff;
}
.footer .menu li a {
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
}
.footer .menu li a:hover {
  color: #61d384;
}

.whatsapp {
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: auto;
  right: 3rem;
  bottom: 3rem;
  top: auto;
  -webkit-animation-name: whatsapp;
          animation-name: whatsapp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 12;
}
@media (max-width: 767.99px) {
  .whatsapp {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.whatsapp img {
  width: 50px;
}
@media (max-width: 767.99px) {
  .whatsapp img {
    width: 40px;
  }
}

@-webkit-keyframes whatsapp {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(4, 170, 109, 0.7);
            box-shadow: 0 0 0 0 rgba(4, 170, 109, 0.7);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

@keyframes whatsapp {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(4, 170, 109, 0.7);
            box-shadow: 0 0 0 0 rgba(4, 170, 109, 0.7);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}/*# sourceMappingURL=main.css.map */