/*
* Mixin for easy media queries
* @include bp(tablet-only) { SCSS here };
* Default css is for mobile screens
*/

@font-face {
  font-family: "Outfit";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/outfit/Outfit-Light.eot");
  src: url("../fonts/outfit/Outfit-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/outfit/Outfit-Light.woff") format("woff"), url("../fonts/outfit/Outfit-Light.ttf") format("truetype"), url("../fonts/outfit/Outfit-Light.svg#Outfit") format("svg");
}

@font-face {
  font-family: "Outfit";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/outfit/Outfit-Regular.eot");
  src: url("../fonts/outfit/Outfit-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/outfit/Outfit-Regular.woff") format("woff"), url("../fonts/outfit/Outfit-Regular.ttf") format("truetype"), url("../fonts/outfit/Outfit-Regular.svg#Outfit") format("svg");
}

@font-face {
  font-family: "Outfit";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/outfit/Outfit-Medium.eot");
  src: url("../fonts/outfit/Outfit-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/outfit/Outfit-Medium.woff") format("woff"), url("../fonts/outfit/Outfit-Medium.ttf") format("truetype"), url("../fonts/outfit/Outfit-Medium.svg#Outfit") format("svg");
}

@font-face {
  font-family: "Outfit";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/outfit/Outfit-SemiBold.eot");
  src: url("../fonts/outfit/Outfit-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/outfit/Outfit-SemiBold.woff") format("woff"), url("../fonts/outfit/Outfit-SemiBold.ttf") format("truetype"), url("../fonts/outfit/Outfit-SemiBold.svg#Outfit") format("svg");
}

@font-face {
  font-family: "Outfit";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/outfit/Outfit-Bold.eot");
  src: url("../fonts/outfit/Outfit-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/outfit/Outfit-Bold.woff") format("woff"), url("../fonts/outfit/Outfit-Bold.ttf") format("truetype"), url("../fonts/outfit/Outfit-Bold.svg#Outfit") format("svg");
}

@font-face {
  font-family: "Outfit";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/outfit/Outfit-ExtraBold.eot");
  src: url("../fonts/outfit/Outfit-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/outfit/Outfit-ExtraBold.woff") format("woff"), url("../fonts/outfit/Outfit-ExtraBold.ttf") format("truetype"), url("../fonts/outfit/Outfit-ExtraBold.svg#Outfit") format("svg");
}

@font-face {
  font-family: "Outfit";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/outfit/Outfit-Black.eot");
  src: url("../fonts/outfit/Outfit-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/outfit/Outfit-Black.woff") format("woff"), url("../fonts/outfit/Outfit-Black.ttf") format("truetype"), url("../fonts/outfit/Outfit-Black.svg#Outfit") format("svg");
}

@font-face {
  font-family: "icomoon";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
}

/*Sass Variables---------------------------------------------------------------------------*/

/*=Global
---------------------------------------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: normal;
  color: #737373;
  font-family: "Outfit", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F2F2FA;
}

@-ms-viewport {
  width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.8rem;
  line-height: 1;
  color: #312780;
  font-weight: normal;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: inherit;
  font-weight: 600;
}

h1 a:not(:hover),
h2 a:not(:hover),
h3 a:not(:hover),
h4 a:not(:hover),
h5 a:not(:hover),
h6 a:not(:hover) {
  color: inherit;
}

h1 {
  font-size: 3.6rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

h2 {
  font-size: 3.2rem;
  font-weight: 300;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
  font-weight: 500;
}

h6 {
  font-size: 1.6rem;
}

p {
  margin: 0 0 2rem 0;
}

b,
strong {
  font-weight: 600;
}

ul {
  padding: 0 0 0 17px;
  margin: 0 0 2.4rem;
}

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

::-webkit-input-placeholder {
  color: rgba(49, 39, 128, 0.5) !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(49, 39, 128, 0.5) !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(49, 39, 128, 0.5) !important;
}

:-ms-input-placeholder {
  color: rgba(49, 39, 128, 0.5) !important;
}

input:focus {
  outline: none;
}

.form-group {
  margin-bottom: 3.2rem;
}

.form-control {
  height: 4rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 1rem 1.6rem;
  background-color: #ffffff;
  border: 1px solid #312780;
}

textarea.form-control {
  height: 12.8rem;
  resize: none;
}

label {
  font-size: 1.4rem;
  line-height: 1;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: #312780;
}

a {
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out, border 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  text-decoration: none;
  color: #312780;
}

a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

.ratio > * {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gutters-end-0 > *:last-child {
  margin-bottom: 0 !important;
}

.btn {
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, transform 0.3s ease-out, border 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, transform 0.3s ease-out, border 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out, -webkit-transform 0.3s ease-out;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.125;
  font-weight: 500;
  padding: 1.3rem 1.4rem;
  border-radius: 5rem;
  position: relative;
}

.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-light,
.btn-dark,
.btn-white,
.btn-gradient {
  border: none;
}

.btn-primary {
  background-color: #312780;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #00E583;
  color: #ffffff;
}

.btn.btn-has-circle-arrow {
  padding-right: 6.5rem;
}

.btn.btn-has-circle-arrow .icon-arrow-right {
  border-radius: 50%;
  background-color: #ffffff;
  line-height: 1;
  color: #5284C1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  -webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
  height: 3.2rem;
  width: 3.2rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.btn-has-circle-arrow:hover {
  padding-right: 7.5rem;
}

.btn.btn-has-circle-arrow.btn-white .icon-arrow-right {
  background-color: #312780;
  color: #ffffff;
}

.btn.btn-has-circle-arrow.btn-white:hover {
  background-color: #312780;
  color: #ffffff;
}

.btn.btn-has-circle-arrow.btn-white:hover .icon-arrow-right {
  background-color: #ffffff;
  color: #312780;
}

.btn-white {
  background-color: #ffffff;
  color: #312780;
}

.btn-white.btn-has-circle-arrow .icon-arrow-right {
  background: -webkit-linear-gradient(left, #00E583 0%, #5D77CA 100%);
  background: linear-gradient(90deg, #00E583 0%, #5D77CA 100%);
  color: #ffffff;
}

.btn-white.btn-has-circle-arrow:hover .icon-arrow-right {
  margin-left: 1rem;
}

.btn-white.btn-has-circle-arrow.btn-white .icon-arrow-right {
  background-color: #312780;
  color: #ffffff;
}

.btn-white.btn-has-circle-arrow.btn-white:hover {
  background-color: #312780;
  color: #ffffff;
}

.btn-white.btn-has-circle-arrow.btn-white:hover .icon-arrow-right {
  background-color: #ffffff;
}

.btn-gradient {
  background: -webkit-linear-gradient(left, #00E583 0%, #5D77CA 100%);
  background: linear-gradient(90deg, #00E583 0%, #5D77CA 100%);
  color: #ffffff;
}

.bgImg,
.bannerParallaxBgImg,
.parallaxBgImg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bannerParallaxBgImg,
.parallaxBgImg {
  bottom: -100px;
}

.section-heading > *:last-child {
  margin-bottom: 0;
}

.mobile-menu {
  background-color: #312780;
}

.mobile-menu .btn-close {
  --bs-btn-close-color: #fff;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 1;
  margin: 0;
}

.mobile-menu .offcanvas-header {
  border-bottom: 1px solid #4739bb;
  padding: 1.7rem 0;
}

.mobile-menu .offcanvas-header .site-logo {
  width: 15rem;
  display: block;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.mobile-menu .offcanvas-header .site-logo img {
  display: block;
}

.mobile-menu .offcanvas-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0;
}

.mobile-menu .main-nav .nav {
  display: block;
  font-size: 1.8rem;
}

.mobile-menu .main-nav .nav .menu-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mobile-menu .main-nav .nav .menu-item.active a {
  text-decoration: underline;
}

.mobile-menu .main-nav .nav .menu-item a {
  color: #ffffff;
}

.mobile-menu .offcanvas-footer {
  margin-top: auto;
  border-top: 1px solid #4739bb;
  padding: 1.5rem 0;
}

.mobile-menu .header-contact-numb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  gap: 0.7rem;
  color: #ffffff;
}

.mobile-menu .header-contact-numb .icon-circle-phone {
  font-size: 2.15em;
}

.mobile-menu .header-contact-numb:hover {
  color: #00E583;
}

.text-gradient {
  background: -webkit-linear-gradient(left, #00E583 0%, #696AD4 52.88%);
  background: linear-gradient(90deg, #00E583 0%, #696AD4 52.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.site-header {
  padding: 1.7rem 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: background-color 0.15s ease-out, box-shadow 0.15s ease-out, padding 0.15s ease-out;
  transition: background-color 0.15s ease-out, box-shadow 0.15s ease-out, padding 0.15s ease-out;
}

.page-scrolled .site-header {
  -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out, padding 0.3s ease-out;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out, padding 0.3s ease-out;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.site-header .site-logo {
  width: 15rem;
  display: block;
}

.site-header .main-nav .nav {
  font-size: 1.4rem;
  line-height: 1.1;
  gap: 2.4rem;
  text-transform: capitalize;
}

.site-header .main-nav .nav .menu-item.active > a {
  text-shadow: 0 0 0.5px #312780;
}

.site-header .main-nav .nav .menu-item.active > a:after {
  opacity: 1;
  bottom: 0;
}

.site-header .main-nav .nav .menu-item a {
  color: #312780;
  position: relative;
  display: block;
}

.site-header .main-nav .nav .menu-item a:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  height: 1px;
  bottom: -5px;
  background: #312780;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, bottom 0.3s ease;
  transition: opacity 0.3s ease, bottom 0.3s ease;
}

.site-header .main-nav .nav .menu-item a:hover:after {
  opacity: 1;
  bottom: 0;
}

.site-header .main-nav .nav .menu-item a.active:after {
  opacity: 1;
  bottom: 0;
}

.site-header .main-nav .nav .menu-item a:hover {
  text-shadow: 0 0 0.5px #312780;
}

.site-header .header-contact-numb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  gap: 0.7rem;
  color: #312780;
}

.site-header .header-contact-numb .icon-circle-phone {
  font-size: 2.15em;
}

.site-header .header-contact-numb:hover {
  color: #00E583;
}

.site-header .burger-btn {
  width: 2.3rem;
}

.site-main.page {
  padding: 11rem 0 7rem;
}

.site-main.page h1 {
  margin-bottom: 4rem;
}

.site-main.page p + h1,
.site-main.page p + h2,
.site-main.page p + h3,
.site-main.page p + h4,
.site-main.page p + h5,
.site-main.page p + h6 {
  margin-top: 3.5rem;
}

.site-main.page ul + h1,
.site-main.page ul + h2,
.site-main.page ul + h3,
.site-main.page ul + h4,
.site-main.page ul + h5,
.site-main.page ul + h6 {
  margin-top: 3.5rem;
}

.hero-banner {
  position: relative;
  z-index: 2;
  height: 60rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 3rem 3rem;
  min-height: 100svh;
}

.hero-banner .bgImg {
  overflow: hidden;
}

.hero-banner .content-holder {
  color: #312780;
}

.hero-banner .content-holder h1 {
  margin-bottom: 1.2rem;
  background: -webkit-linear-gradient(left, #00E583 -3.14%, #696AD4 89.8%);
  background: linear-gradient(90deg, #00E583 -3.14%, #696AD4 89.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-bottom: 0.5rem;
}

.hero-banner .content-holder h6 {
  color: #312780;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 3.2rem;
  font-weight: bold;
}

.hero-banner .content-holder .desc {
  max-width: 43rem;
}

.hero-banner .content-holder .btn {
  margin-top: 2rem;
}

.about-section {
  padding: 16rem 0 2.5rem;
  background: -webkit-linear-gradient(344.33deg, #00E583 -0.81%, #5D77CA 97.33%);
  background: linear-gradient(105.67deg, #00E583 -0.81%, #5D77CA 97.33%);
  border-radius: 0 0 3rem 3rem;
  margin-top: -8.5rem;
}

.about-section .section-heading {
  margin-bottom: 5rem;
  color: #ffffff;
}

.about-section .section-heading h2 {
  color: #ffffff;
}

.about-section .section-heading h2 strong {
  color: #312780;
  display: block;
}

.about-section .section-heading__desc {
  max-width: 35rem;
}

.about-section .about-features-box {
  padding-top: 3rem;
}

.about-section .about-features-box .feature-card {
  margin-bottom: 5rem;
}

.about-section .about-features-box .feature-card__box {
  background-color: #ffffff;
  padding: 8rem 2.5rem 5rem;
  border-radius: 1.5rem;
  height: 100%;
  min-height: 28.6rem;
  position: relative;
}

.about-section .about-features-box .feature-card__box > *:last-child {
  margin-bottom: 0;
}

.about-section .about-features-box .feature-card > *:last-child {
  margin-bottom: 0;
}

.about-section .about-features-box .feature-card .ico-holder {
  width: 6rem;
  position: absolute;
  left: 2.5rem;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-section .about-features-box .feature-card .ico-holder img {
  width: 100%;
}

.about-section .about-features-box .feature-card h5 {
  color: #312780;
  font-weight: 600;
  margin-bottom: 1.4rem;
}

.how-it-works {
  padding: 7rem 0 5rem;
  position: relative;
  z-index: 2;
  border-radius: 0 0 3rem 3rem;
  background-color: #F2F2FA;
}

.how-it-works .section-heading {
  position: relative;
  padding-bottom: 3.5rem;
  margin-bottom: 3.2rem;
  color: #312780;
}

.how-it-works .section-heading:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #737373;
}

.how-it-works .section-heading h2 {
  margin-bottom: 1.5rem;
}

.how-it-works .section-heading h2 strong {
  display: block;
}

.how-it-works .section-heading .desc {
  max-width: 39.4rem;
}

.how-it-works .section-heading__image img {
  border-radius: 1.5rem;
}

.how-it-works .section-short-info {
  color: #312780;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.how-it-works .section-short-info__inner {
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 4.4rem;
}

.how-it-works .step-columns .step-item {
  margin-bottom: 2rem;
}

.how-it-works .step-columns .step-item__box {
  background-color: rgba(0, 229, 131, 0.2);
  border-radius: 1.5rem;
  padding: 2.3rem 3rem 4.6rem 3.2rem;
  height: 100%;
  min-height: 28.6rem;
  color: #312780;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.how-it-works .step-columns .step-item:nth-child(3n+2) .step-item__box {
  background-color: rgba(42, 181, 163, 0.2);
}

.how-it-works .step-columns .step-item:nth-child(3n+3) .step-item__box {
  background-color: rgba(57, 162, 174, 0.7);
}

.how-it-works .step-columns .step-item .step-number-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.how-it-works .step-columns .step-item .step-number {
  color: #ffffff;
  background-color: #312780;
  border-radius: 50%;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
  height: 6rem;
  width: 6rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.how-it-works .step-columns .step-item .cnt-holder {
  margin-top: auto;
}

.how-it-works .step-columns .step-item h6 {
  color: #312780;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2rem;
}

.image-banner-with-overlay-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 0;
  height: 67.5rem;
  border-radius: 0 0 3rem 3rem;
  margin-top: -6rem;
}

.image-banner-with-overlay-content .content-holder {
  margin-top: 8rem;
  color: #312780;
}

.image-banner-with-overlay-content .content-holder h2 {
  margin-bottom: 1.6rem;
}

.image-banner-with-overlay-content .content-holder h2 strong {
  display: block;
}

.image-banner-with-overlay-content .content-holder .desc {
  max-width: 43rem;
  margin-bottom: 2rem;
}

.partners-section {
  padding: 7rem 0;
  overflow: hidden;
  background-color: #F2F2FA;
  border-radius: 0 0 3rem 3rem;
  position: relative;
  z-index: 2;
}

.partners-section .section-heading {
  margin-bottom: 3rem;
}

.partners-section .section-heading h2 {
  margin-bottom: 1.6rem;
}

.partners-section .section-heading .desc {
  max-width: 40rem;
}

.partners-section .swiper {
  overflow: initial;
  padding-top: 3rem;
}

.partners-section .swiper:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -1px;
  bottom: -1px;
  width: 100vw;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #F2F2FA;
  z-index: 2;
}

.partners-section .swiper .swiper-slide {
  background-color: #ffffff;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
  padding: 1.6rem 1.9rem 2.8rem;
}

.partners-section .swiper .swiper-slide .image-holder {
  margin-bottom: 2.9rem;
}

.partners-section .swiper .swiper-slide .image-holder .ratio {
  --bs-aspect-ratio: 68%;
}

.partners-section .swiper .swiper-slide .image-holder img {
  border-radius: 1.5rem;
}

.partners-section .swiper .swiper-slide .floating-icon {
  position: absolute;
  width: 4.6rem;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  z-index: 1;
}

.partners-section .swiper .swiper-slide .content-holder {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.285;
}

.partners-section .swiper .swiper-slide .content-holder > *:last-child {
  margin-bottom: 0;
}

.partners-section .swiper .swiper-slide .content-holder h6 {
  margin-bottom: 0.8rem;
  font-weight: 500;
}

.swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  border: 1px solid #312780;
  opacity: 1;
  background-color: transparent;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #312780;
}

.swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.swiper-controller .swiper-button-next,
.swiper-controller .swiper-button-prev {
  position: static;
  margin: 0;
  height: 3.2rem;
  width: 3.2rem;
  background-color: #312780;
  border-radius: 50%;
  color: #ffffff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.swiper-controller .swiper-button-next:after,
.swiper-controller .swiper-button-prev:after {
  font-size: 1.2rem;
  font-weight: bold;
}

.swiper-controller .swiper-pagination {
  position: static;
}

.therapies-section {
  background: -webkit-linear-gradient(12.31deg, #00E583 0.57%, #5D77CA 100.91%);
  background: linear-gradient(77.69deg, #00E583 0.57%, #5D77CA 100.91%);
  color: #ffffff;
  padding: 16.5rem 0 8.5rem;
  border-radius: 0 0 3rem 3rem;
  margin-top: -9rem;
  position: relative;
  z-index: 1;
}

.therapies-section .section-heading {
  margin-bottom: 3rem;
}

.therapies-section .section-heading h2 {
  color: #ffffff;
  font-weight: bold;
}

.therapies-section .section-heading h2 strong {
  font-weight: 600;
  color: #312780;
}

.therapies-section .therapies-card-list .therapies-card {
  border-bottom: 1px solid #ffffff;
}

.therapies-section .therapies-card-list .therapies-card.active .therapies-card__header .floating-toggle-ico:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.therapies-section .therapies-card-list .therapies-card__header {
  position: relative;
  padding: 1.5rem 5rem 1.5rem 5rem;
  cursor: pointer;
}

.therapies-section .therapies-card-list .therapies-card__header .floating-ico {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
}

.therapies-section .therapies-card-list .therapies-card__header .floating-ico img {
  width: 100%;
}

.therapies-section .therapies-card-list .therapies-card__header h6 {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
  color: #312780;
  font-weight: bold;
  text-transform: uppercase;
}

.therapies-section .therapies-card-list .therapies-card__header .floating-toggle-ico {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.7rem;
  height: 1.7rem;
}

.therapies-section .therapies-card-list .therapies-card__header .floating-toggle-ico:before,
.therapies-section .therapies-card-list .therapies-card__header .floating-toggle-ico:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.therapies-section .therapies-card-list .therapies-card__header .floating-toggle-ico:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.therapies-section .therapies-card-list .therapies-card__body {
  padding: 0 2.8rem 2rem 5rem;
  margin-top: -1rem;
  display: none;
  line-height: 1.25;
}

.therapies-section .therapies-card-list .therapies-card__body > *:last-of-type {
  margin-bottom: 0;
}

.therapies-section .therapies-card-list .therapies-card__body p {
  margin-bottom: 1rem;
}

.therapies-section .therapies-card-list .therapies-card__body .mobile-image {
  margin-top: 1rem;
}

.therapies-section .therapies-card-list .therapies-card__body .mobile-image img {
  border-radius: 1rem;
}

.therapies-section .therapies-card-images {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.therapies-section .therapies-card-images img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
  transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
  display: block;
}

.therapies-section .therapies-card-images img.active {
  opacity: 1;
  visibility: visible;
}

.contact-section {
  padding: 5.8rem 0 7rem;
  border-radius: 5rem 5rem 0 0;
}

.contact-section .section-heading {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto 6rem;
}

.contact-section .section-heading .ico {
  width: 11.6rem;
  margin: 0 auto 3rem;
}

.contact-section .section-heading h2 {
  margin-bottom: 1.6rem;
  font-weight: normal;
}

.contact-section .section-heading .desc {
  max-width: 61.5rem;
  margin: 0 auto;
}

.contact-section .contact-form {
  background-color: #E1E3EF;
  border-radius: 3rem;
  padding: 4rem 4rem 3.4rem;
}

.contact-section .contact-form form p {
  margin-bottom: 0;
}

.contact-section .contact-form h2 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 4rem;
}

.contact-section .contact-form .btn {
  background-image: url("../images/circle-arrow-right.png"), -webkit-linear-gradient(left, #00E583 0%, #5D77CA 100%);
  background-image: url("../images/circle-arrow-right.png"), linear-gradient(90deg, #00E583 0%, #5D77CA 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: right 0.5rem center, center;
  background-size: 3.2rem, cover;
  padding-right: 6rem;
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
}

.contact-section .contact-form .btn:hover {
  padding-right: 7rem;
  background-color: #00E583;
}

.site-footer {
  background-color: #312780;
  color: #ffffff;
  line-height: 1.4;
}

.site-footer ul {
  list-style: none;
  padding-left: 0;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: inherit;
}

.site-footer__top {
  padding: 7.5rem 0 1rem;
  border-bottom: 1px solid #ffffff;
}

.site-footer__top .column-left {
  margin-bottom: 5rem;
}

.site-footer__top .column-left__inner {
  max-width: 32.4rem;
}

.site-footer__top .column-left__inner .site-logo {
  max-width: 24rem;
  display: block;
  margin-bottom: 5.8rem;
}

.site-footer__top .column-left__inner .disclaimer {
  font-size: 1rem;
}

.site-footer__top .column-left__inner .disclaimer .label {
  font-weight: bold;
}

.site-footer__top .column-right .title {
  font-size: 1.2rem;
  font-weight: normal;
  color: #00E583;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.site-footer__top .column-right .column-quick-links {
  margin-bottom: 5rem;
}

.site-footer__top .column-right .column-quick-links ul {
  margin-bottom: 0;
}

.site-footer__top .column-right .column-quick-links ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.site-footer__top .column-right .column-quick-links ul li a {
  color: #ffffff;
}

.site-footer__top .column-right .column-quick-links ul li a:hover {
  color: #00E583;
  text-decoration: underline;
}

.site-footer__top .column-right .column-contact-info {
  margin-bottom: 5rem;
}

.site-footer__top .column-right .column-contact-info .contact-info-item:not(:last-child) {
  margin-bottom: 1rem;
}

.site-footer__top .column-right .column-contact-info .contact-info-item .title {
  margin-bottom: 0;
}

.site-footer__top .column-right .column-contact-info .contact-info-item .value a {
  color: #ffffff;
}

.site-footer__top .column-right .column-contact-info .contact-info-item .value a:hover {
  color: #00E583;
  text-decoration: underline;
}

.site-footer__btm {
  font-size: 1rem;
  padding: 1.8rem 0 2.6rem;
}

.site-footer__btm a {
  color: #00E583;
}

.site-footer__btm a:hover {
  color: #33ffa7;
  text-decoration: underline;
}

.site-footer__btm .siteby a {
  text-transform: uppercase;
  font-weight: 500;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  text-align: center;
  color: #312780;
}

@media (min-width: 768px) {
  html {
    font-size: 45.2%;
  }

  body {
    font-size: 1.6rem;
  }

  h1 {
    font-size: 6.4rem;
    margin-bottom: 2.2rem;
  }

  h2 {
    font-size: 4.8rem;
  }

  h3 {
    font-size: 4rem;
  }

  h4 {
    font-size: 3.2rem;
  }

  h5 {
    font-size: 2.4rem;
  }

  h6 {
    font-size: 2rem;
  }

  p {
    margin: 0 0 2.2rem 0;
  }

  .gutters-md-65 {
    --bs-gutter-x: 6.5rem;
  }

  .gutters-end-md-0 > *:last-child {
    margin-bottom: 0 !important;
  }

  .btn {
    font-size: 1.6rem;
    padding: 1.6rem 1.7rem;
  }

  .btn.btn-has-circle-arrow .icon-arrow-right {
    height: 4rem;
    width: 4rem;
  }

  .page-scrolled .mobile-menu .offcanvas-header {
    padding: 1.4rem 0;
  }

  .mobile-menu .offcanvas-header {
    padding: 2.8rem 0;
  }

  .mobile-menu .offcanvas-header .site-logo {
    width: 18.2rem;
  }

  .site-header {
    padding: 2.8rem 0;
  }

  .page-scrolled .site-header {
    background: #ffffff;
    padding: 1.4rem 0;
  }

  .site-header .site-logo {
    width: 21.6rem;
  }

  .site-main.page {
    padding: 15rem 0 7rem;
  }

  .hero-banner {
    height: 74rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14rem 0 5rem;
  }

  .hero-banner .bgImg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
    background: -webkit-linear-gradient(left, #FFFFFF 13.94%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #FFFFFF 13.94%, rgba(255, 255, 255, 0) 100%);
  }

  .hero-banner .content-holder .btn {
    margin-top: 3rem;
  }

  .about-section .section-heading {
    margin-bottom: 7.5rem;
  }

  .about-section .about-features-box .feature-card .ico-holder {
    width: 7rem;
  }

  .how-it-works {
    padding: 10rem 0 8rem;
  }

  .how-it-works .section-heading .desc {
    font-size: 1.8rem;
  }

  .how-it-works .section-short-info {
    font-size: 2rem;
  }

  .how-it-works .section-short-info__inner {
    max-width: 50%;
  }

  .how-it-works .step-columns .step-item__box {
    font-size: 1.6rem;
    min-height: 34.2rem;
  }

  .how-it-works .step-columns .step-item .step-number {
    height: 7.6rem;
    width: 7.6rem;
    font-size: 4rem;
  }

  .image-banner-with-overlay-content {
    min-height: 72rem;
  }

  .image-banner-with-overlay-content .content-holder .desc {
    margin-bottom: 3.2rem;
  }

  .partners-section {
    padding: 9.8rem 0 11rem;
  }

  .partners-section .section-heading {
    margin-bottom: 5.4rem;
    font-size: 1.8rem;
  }

  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.8rem;
  }

  .swiper-controller {
    gap: 2.6rem;
  }

  .swiper-controller .swiper-button-next,
  .swiper-controller .swiper-button-prev {
    height: 4rem;
    width: 4rem;
  }

  .therapies-section {
    padding: 17.5rem 0 8.5rem;
  }

  .therapies-section .section-heading {
    margin-bottom: 4rem;
  }

  .therapies-section .therapies-card-list .therapies-card__header {
    padding: 1.5rem 7rem 1.5rem 7.5rem;
  }

  .therapies-section .therapies-card-list .therapies-card__body {
    padding: 0 3rem 2rem 7.5rem;
  }

  .therapies-section .therapies-card-list .therapies-card__body .mobile-image {
    display: none;
  }

  .contact-section {
    padding: 5.8rem 0 9.4rem;
  }

  .contact-section .section-heading {
    margin: 0 auto 9.8rem;
    font-size: 1.8rem;
  }

  .contact-section .contact-form {
    padding: 4rem 10.8rem;
  }

  .contact-section .contact-form .row {
    --bs-gutter-x: 10rem;
  }

  .contact-section .contact-form h2 {
    margin-bottom: 9rem;
  }

  .contact-section .contact-form .btn {
    background-size: 4rem, cover;
  }

  .site-footer__top {
    padding: 8.5rem 0 3.5rem;
  }

  .site-footer__top .column-left__inner .site-logo {
    max-width: 29.1rem;
    margin-bottom: 8.8rem;
  }

  .site-footer__top .column-right .title {
    margin-bottom: 2.2rem;
  }

  .site-footer__top .column-right .column-quick-links ul li:not(:last-child) {
    margin-bottom: 2rem;
  }

  .site-footer__top .column-right .column-contact-info .contact-info-item:not(:last-child) {
    margin-bottom: 2.3rem;
  }

  .site-footer__btm {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 52.5%;
  }

  .site-footer__top .column-right .column-quick-links {
    width: 29%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 57.5%;
  }

  .container {
    padding-left: 5rem;
    padding-right: 5rem;
    max-width: 136.4rem;
  }

  .mobile-menu {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}

@media (min-width: 1792px) {
  html {
    font-size: 11.5px;
  }
}

@media (max-width: 767px) {
  .site-header {
    background: -webkit-linear-gradient(top, #ECEEF0 60.1%, rgba(236, 238, 240, 0) 100%);
    background: linear-gradient(180deg, #ECEEF0 60.1%, rgba(236, 238, 240, 0) 100%);
  }

  .page-scrolled .site-header {
    background-color: #ffffff;
  }

  .hero-banner .bgImg {
    background-size: cover;
    background-position: top center;
    height: 61%;
    bottom: auto;
  }

  .hero-banner .content-holder {
    background-color: #ECEEF0;
    background: -webkit-linear-gradient(bottom, #ECEEF0 75%, rgba(236, 238, 240, 0) 100%);
    background: linear-gradient(0deg, #ECEEF0 75%, rgba(236, 238, 240, 0) 100%);
    border-radius: 0 0 3rem 3rem;
  }

  .hero-banner .content-holder {
    padding: 17rem 0 3.5rem;
  }

  .how-it-works .section-heading__image {
    margin-top: 2rem;
  }

  .image-banner-with-overlay-content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 10rem 0 3rem;
  }

  .image-banner-with-overlay-content .bgImg {
    background-size: 140% auto;
    background-position: top 42% center;
    background-repeat: no-repeat;
  }

  .image-banner-with-overlay-content .bgImg:before {
    content: "";
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75%;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(236, 237, 239, 0) 0%, rgba(236, 237, 239, 0.44) 33%, #ecedef 44%, #ecedef 99%);
    background: linear-gradient(to bottom, rgba(236, 237, 239, 0) 0%, rgba(236, 237, 239, 0.44) 33%, #ecedef 44%, #ecedef 99%);
    background-repeat: no-repeat;
    z-index: 1;
  }

  .partners-section .section-heading .swiper-controller {
    margin-top: 2rem;
    padding-right: 14%;
  }

  .partners-section .section-heading .swiper-controller .swiper-pagination {
    text-align: initial;
  }

  .site-footer__btm .copyright {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 575px) {
  .hero-banner .content-holder {
    padding: 14rem 0 3.5rem;
  }
}

@media (max-width: 379px) {
  .hero-banner .bgImg {
    height: 54%;
  }
}