:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #1a1b1f;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
    color: #1a1b1f;
    text-decoration: none;
    transition: opacity .2s;
    display: inline;
}

a:hover {
  color: #e4b77b !important;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  height: 52%;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  display: none;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  flex-direction: column;
  width: 100%;
  max-width: 1300px;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  display: block;
  position: static;
}

.container.flex-v-center {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.container.height-100 {
  max-width: 1300px;
  height: 100%;
  position: static;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  text-align: left;
  text-shadow: 1px 1px 6px #000;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Lato, Trebuchet MS, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.paragraph-bigger.font-weight-700 {
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.button {
  color: #fec77e;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0b233f;
  border-radius: 10px;
  padding: 12px 40px;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #2f3726;
}

.button:active {
  color: #2f3726;
  background-color: #fff;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  float: left;
  color: #000;
  text-align: left;
  background-color: #ffaa98;
  border-radius: 10px;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-jumbo-button.cc-jumbo-white.gh-white-button {
  background-color: #fff;
}

.button.cc-contact-us {
  z-index: 5;
  color: #8a6a42;
  -webkit-text-stroke-color: #0b233f;
  background-color: #fec77e;
  border: 1px solid #fec77e;
  border-radius: 10px;
  padding: 12px 15px;
  font-family: Lato, Trebuchet MS, sans-serif;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.gh-button-orange {
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #e37866;
  border-radius: 5px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.button.gh-button-orange:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #ffaa98;
  background-clip: border-box;
}

.button.gh-button-orange._w-100 {
  text-align: center;
  background-color: #0b233f;
  width: 100%;
  font-family: Marcellus, sans-serif;
}

.button.gh-button-orange._w-button {
  padding-left: 40px;
}

.button.gh-button-white {
  opacity: 1;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 7px #ece6e6;
}

.button.gh-button-orange {
  background-color: #303a26;
  display: inline;
}

.button.gh-button-outline-orange {
  color: #e37866;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #e37866;
  padding-left: 20px;
  padding-right: 20px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: 1;
  color: #555554;
  max-width: 342px;
  margin-left: auto;
  margin-right: auto;
  font-family: Marcellus, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.heading-jumbo {
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Frankruhllibre, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 80px;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  color: #121252;
  /* justify-content: flex-start;
  align-items: center;
  margin-left: 440px;
  display: flex;
  position: absolute; */
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #fff;
  align-items: center;
  padding: 15px 30px 11px;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
  box-shadow: 2px 2px 7px 5px #f0f0f0;
}

.navigation.gh-home-navigation {
  box-shadow: none;
  color: #222;
  background-color: #0b233f;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, Trebuchet MS, sans-serif;
}

.navigation-item {
  opacity: 1;
  color: #fec77e;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Marcellus, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 12px;
}

.navigation-item:hover {
  opacity: .9;
  color: #fec985;
}
.dropdown-content .navigation-item:hover {
 
  color: #0b233f !important;
}
.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fec985;
  border-bottom: 4px solid #fec77e;
  margin-top: 1rem;
  padding-bottom: 1.5rem;
  font-family: Marcellus, sans-serif;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #fec77e;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/homepage-main-banner-1x.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  clear: none;
  text-align: left;
  object-fit: fill;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 170px;
  padding-left: 160px;
  position: relative;
  left: 0;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  font-family: Plus Jakarta Sans, sans-serif;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  margin-left: 30px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  border-color: #b5b3ab;
  border-radius: 5px;
  max-width: 95%;
  height: 55px;
  margin-bottom: 25px;
  font-size: 20px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Lato, Trebuchet MS, sans-serif;
  font-size: 18px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.text-block {
  color: #8a6a42;
  text-transform: capitalize;
  background-color: #cbe9e200;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 600;
}

.link {
  color: #fff;
  text-shadow: none;
  transition: color .2s, opacity .2s;
  display: inline;
}

.link:hover {
  color: #ccc8c8;
}

.text-block-2 {
  color: #1d1d1b;
  text-transform: capitalize;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.heading-jumbo-plus-jakarta {
  float: none;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  column-count: auto;
  width: 800px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, Trebuchet MS, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 61px;
}

.heading-jumbo-plus-jakarta.cc-white-heading-jumbo {
  color: #fff;
}

.text-span {
  font-family: Frankruhllibre, sans-serif;
  font-size: 58px;
}

.image {
  border-top-left-radius: 80px;
  margin-right: 0;
  display: block;
}

.columns {
  background-color: #0000;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 30px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.paragraph.intro-paragraph {
  max-width: 744px;
  margin-bottom: 40px;
  padding-left: 0;
  font-family: Frankruhllibre, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
  position: static;
  inset: 0% auto auto 0%;
}

.paragraph.intro-paragraph.changing-lives-headi {
  padding-bottom: 0;
  padding-right: 0;
  line-height: 36px;
}

.paragraph.guaranteed-1 {
  margin-right: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.paragraph.guaranteed-2 {
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.paragraph.guaranteed-3 {
  margin-left: 25px;
  padding-right: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.column {
  background-image: url('../images/green-glow.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  height: auto;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  top: 60px;
}

.inner-h1 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 41px;
  font-weight: 500;
}

.container-2 {
  max-width: 80%;
  margin-top: 30px;
  display: block;
}

.column-2 {
  border-left: 5px solid #cbe9e2;
  border-right: 5px solid #cbe9e2;
}

.heading {
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: Frankruhllibre, sans-serif;
}

.heading.how-it-work-header {
  text-align: center;
}

.section-2 {
  background-color: #cbe9e2;
  border-radius: 0;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.changing-lives-container {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/changing-lives-image.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  max-width: 80%;
  min-height: 600px;
  max-height: 600px;
  overflow: auto;
}

.changing-lives-div {
  z-index: 1;
  clear: none;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 40px 20px;
  font-family: Lato, Trebuchet MS, sans-serif;
  transition: opacity .2s;
  display: flex;
  position: relative;
  inset: 0% -19% auto 0%;
  overflow: auto;
  box-shadow: 0 0 #000;
}

.how-it-works-container {
  max-width: 80%;
}

.slide-nav {
  background-color: #0000;
  padding-top: 0;
  inset: 0% 0% auto;
}

.slide {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 1px #000;
  border-radius: 0;
  box-shadow: inset 0 0 #000;
}

.slider-content {
  text-align: left;
  max-width: 400px;
  margin-top: 10px;
  margin-left: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.slider-heading {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  font-family: Plus Jakarta Sans, sans-serif;
}

.icon {
  background-color: #cbe9e2;
  border-radius: 20px;
}

.icon.gh-slider-nav-left {
  color: #ebfcf6;
  background-color: #0000;
  background-image: url('../images/left-arrow-green-circle.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100px;
  height: 100px;
}

.icon-2 {
  background-color: #cbe9e2;
  border-radius: 20px;
}

.icon-2.gh-slider-nav-right {
  color: #ebfcf6;
  background-color: #0000;
  background-image: url('../images/right-arrow-green-circle.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  top: auto;
  bottom: auto;
  right: auto;
}

.column-3 {
  border: 1px solid #000;
  border-radius: 5px;
}

.container-3 {
  max-width: 1250px;
}

.column-4, .column-5 {
  box-shadow: 0 0 #000;
}

.div-block {
  background-color: #0000;
  border: 1px #000;
  margin: 10px;
}

.pillars-of-quality-p {
  max-width: 493px;
}

.pillars-of-quality-container {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 0%;
  min-height: 600px;
  max-height: 600px;
  overflow: auto;
}

.container-4 {
  max-width: 80%;
}

.column-6 {
  border: 1px #000;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-2 {
  text-align: left;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 0;
  margin-left: 20px;
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  overflow: auto;
}

.link-2.w--current {
  text-align: left;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ttcommons, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.column-7 {
  align-items: stretch;
  display: flex;
}

.column-8 {
  height: 100%;
  overflow: auto;
}

.columns-2 {
  max-height: none;
  display: block;
}

.column-9 {
  max-height: 30px;
}

.column-10 {
  display: none;
}

.container-5 {
  max-width: 80%;
}

.heading-2 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  display: inline;
}

.column-11 {
  display: none;
  overflow: hidden;
}

.columns-3 {
  margin-left: auto;
  margin-right: auto;
}

.column-12 {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 40px;
}

.heading-3 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.columns-4 {
  align-items: center;
  display: flex;
  position: static;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.gh-section-services {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.gh-section-services.pb-0 {
  padding-bottom: 0;
}

.gh-section-services.pb-0.border-bottom {
  border: 1px #000;
  border-bottom: 1px solid #b5b3ab;
}

.button-2 {
  background-color: #ffaa98;
}

.button-2.w--current {
  background-color: #e37866;
  border-radius: 10px;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-6 {
  max-width: 80%;
}

.div-block-2 {
  text-transform: none;
  object-position: 50% 50%;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: center;
  width: 200px;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.div-block-3 {
  width: 171px;
  margin-top: auto;
  display: flex;
}

.heading-4 {
  max-width: 400px;
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 46px;
}

.text-block-3 {
  margin-bottom: 60px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}

.heading-5 {
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.heading-6, .heading-7, .heading-8 {
  font-weight: 600;
}

.div-block-4, .accordion-item {
  display: flex;
}

.image-2 {
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 10px;
  margin-right: 10px;
  position: static;
}

.accordion-item-trigger {
  justify-content: space-between;
  display: flex;
}

.icon-plus {
  width: 50px;
}

.dropdown-toggle {
  width: 100%;
}

.slider-ourpillars-of-quality {
  -webkit-text-fill-color: inherit;
  background-color: #ebfcf6;
  background-clip: padding-box;
  border: 1px #000;
  border-radius: 0;
  height: 640px;
  min-height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
}

.div-block-5 {
  max-width: 600px;
}

.container-7 {
  max-width: 80%;
}

.div-block-6 {
  max-width: 700px;
}

.text-block-4 {
  text-align: left;
  margin-bottom: 40px;
  font-weight: 600;
}

.div-block-7 {
  max-width: 1000px;
}

.div-block-8 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 15px;
  max-width: 800px;
  margin: 40px auto;
  padding: 40px;
}

.slide-nav-2 {
  background-color: #ebfcf6;
  display: none;
  position: static;
  inset: 0%;
  overflow: visible;
}

.heading-9 {
  aspect-ratio: auto;
  font-family: Marcellus, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 38px;
}

.columns-5 {
  border: 1px solid #b5b3ab;
  border-radius: 10px;
  padding: 60px;
}

.gh-border-box {
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #fdc67e;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.gh-border-box._1 {
  background-image: none;
}

.gh-border-box.reverse {
  background-image: linear-gradient(360deg, #fff, #fff);
}

.gh-section-heading {
  color: #e9b975;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.gh-section-heading.text-left {
  text-align: left;
}

.gh-section-heading.text-center {
  text-align: center;
  font-family: Frankruhllibre, sans-serif;
  font-size: 42px;
}

.gh-section-heading.gh-section-session-heading {
  font-family: Frankruhllibre, sans-serif;
}

.gh-section-heading.gh-section-mental-health-session-heading {
  max-width: 400px;
}

.gh-section {
  max-width: none;
  padding-top: 40px;
  padding-bottom: 20px;
}

.gh-section.bg-light-blue {
  background-color: #ebfcf6;
  min-height: 600px;
  position: static;
}

.gh-section.bg-light-blue.gh-section-2 {
  height: 556px;
  min-height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.gh-section.bg-light-blue.gh-section-image-right {
  position: relative;
}

.gh-section.gh-section-acs-services {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.gh-section.gh-section-acs-services.pt-0 {
  padding-top: 0;
}

.gh-section.gh-section-acs-services.mt-2 {
  display: none;
}

.gh-section.py-0.gh-section-whre-we-are {
  padding-bottom: 40px;
}

.gh-section.pb-0 {
  padding-top: 30px;
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
}

.gh-section.pb-0.mt-2 {
  padding-left: 10%;
}

.gh-section.gh-section-about-us-banner {
  padding-top: 20px;
}

.gh-section.gh-section-services {
  padding-top: 20px;
  padding-bottom: 80px;
}

.gh-section.pt-0, .gh-section.gh-section-how-it-works {
  display: none;
}

.gh-section.mb-2 {
  margin-bottom: 2rem;
}

.gh-section.mt-2 {
  margin-top: 2rem;
}

.gh-section.book_now_section {
  margin-top: 3rem;
  padding-left: 0;
}

.image-left-top-radius {
  float: right;
  clear: none;
  direction: ltr;
  text-align: left;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  margin-top: 166px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: visible;
}

.div-block-9 {
  position: static;
}

.gh-changing-lives {
  text-align: left;
  flex-flow: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-end;
  align-items: flex-start;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: auto;
}

.text-block-5 {
  color: #555554;
  margin-bottom: 50px;
  font-family: Marcellus, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.tabs {
  text-align: center;
  margin-bottom: 0;
}

.gh-tab-link {
  background-color: #0000;
}

.gh-tab-link.w--current {
  background-color: #fff;
}

.tabs-menu {
  color: #bcbec0;
  background-color: #fff;
  margin-bottom: 40px;
  font-weight: 600;
  display: block;
}

.tabs-menu.gh-hide {
  display: none;
}

.tab-link-tab-2 {
  background-color: #fff;
}

.gh-tab-item-text {
  color: #bcbec0;
  font-size: 20px;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #0b233f;
  align-items: flex-start;
  padding: 40px 50px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: normal;
}

.footer-flex-container {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  background-image: url('../images/acs-white-logo.svg');
  background-position: 0 0;
  background-size: auto;
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  background-color: #1c355e;
  width: 197px;
  height: auto;
  margin-bottom: 0;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-link {
  color: #fec77e;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #e2e2e4;
  text-decoration: none;
}

.image-4 {
  cursor: pointer;
  margin-top: 20px;
}

.link-3 {
  color: #313826;
  text-align: left;
  text-decoration: none;
  display: inline;
}

.gh-cppyright {
  color: #313826;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-family: Marcellus, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.webflow-icon {
  margin-right: 8px;
}

.side-menu-headline {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.db-fixed-nav-headline {
  text-align: center;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.shrink-box-button-2 {
  margin-right: 5px;
  display: block;
}

.accordion-item-2 {
  border: 1px solid #0000;
  border-bottom-color: #e7e7ee;
  max-width: 100%;
}

.accordion-item-2.accordion-item-last.border-none {
  border-bottom-style: none;
}

.shrink-box-wrapper-2 {
  opacity: .5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
}

.shrink-box-wrapper-2:hover {
  opacity: 1;
}

.accordion__plus-wrapper {
  color: #121252;
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.accordion__bar-vert {
  color: #121252;
  background-color: #121252;
  width: 2px;
  height: 100%;
  position: absolute;
}

.db-button {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3cc47c;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.db-button:hover {
  background-color: #2b8f5a;
}

.db-logo-wrapper {
  background-color: #3cc47c;
  padding: 10px 15px;
}

.db-mobile-fixed-nav {
  color: #fff;
  background-color: #0f0f0f;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.accordion__bar-hor {
  color: #121252;
  background-color: #121252;
  width: 100%;
  height: 2px;
  font-weight: 600;
}

.flex-body {
  color: #1d1d1b;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 95%;
  min-height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-body.gh-hide {
  display: none;
}

.webflow-link-2 {
  z-index: 9999999;
  background-color: #fff;
  border-radius: 3px;
  padding: 4px 6px 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 3px #00000052;
}

.accordion__content-wrap {
  height: 0%;
  overflow: hidden;
}

.accordion__title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-family: Lato, Trebuchet MS, sans-serif;
  font-size: 18px;
  display: flex;
}

.db-fixed-nav-logo {
  width: 100px;
}

.db-link-wrapper {
  background-color: #3cc47c;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  padding: 10px 60px 15px;
}

.db-flex-row {
  padding-right: 20px;
  display: flex;
}

.accordion__content {
  width: 94%;
  margin: 15px 20px 20px;
}

.side-menu {
  color: #fff;
  cursor: move;
  background-color: #000000f0;
  border-radius: 4px 4px 3px 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
  position: fixed;
  top: 20px;
  left: 20px;
  box-shadow: 0 1px 17px #0000001f;
}

.div-block-10 {
  z-index: 1;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
  padding: 60px 40px 60px 52px;
  position: absolute;
  inset: 52% auto auto 7%;
}

.div-block-10.gh-slider-inner-text-block {
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  top: 46%;
}

.div-block-10.gh-slider-inner-text-block.gh-slider-inner-text-block2 {
  padding-top: 40px;
  padding-bottom: 40px;
  top: 47%;
}

.slider {
  height: 19%;
}

.text-block-7 {
  text-align: left;
  font-size: 25px;
  font-weight: 600;
}

.paragraph-2 {
  font-weight: 500;
}

.paragraph-3 {
  text-align: left;
  max-width: 600px;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-8 {
  text-align: left;
  padding-bottom: 25px;
}

.column-13 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  position: static;
}

.column-14 {
  background-image: url('../images/pillar-client-experience-image.png');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: auto;
  border-radius: 80px 0 0;
  height: auto;
  min-height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-5 {
  position: absolute;
  inset: auto -5% 30% auto;
}

.column-15 {
  background-image: url('../images/pillar-client-experience-image.png');
  background-position: 0 0;
  background-size: auto;
}

.column-15.gh-slider-image-whole-person {
  background-image: url('../images/pillar-whole-person-image.png');
}

.column-15.gh-slider-image-learning-development {
  background-image: url('../images/pillar-learning-development-image.png');
}

.column-15.pillar-image-client {
  background-image: url('../images/pillar-whole-person-image.png');
}

.column-15.pillar-image-development {
  background-image: url('../images/pillar-learning-development-image.png');
}

.columns-6 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.gh-slider-pillars {
  min-height: 600px;
  display: none;
  position: static;
}

.icon-3 {
  color: #fff;
  background-color: #0000;
  width: 120px;
  height: 100px;
  inset: 0% auto 0% 1%;
}

.left-arrow {
  display: none;
}

.right-arrow {
  inset: 0% 0% 0% auto;
}

.gh-slider-nav-right {
  position: absolute;
  inset: 29% -5% 0% auto;
}

.right-arrow-2 {
  align-items: center;
  width: 100px;
  display: flex;
}

.left-arrow-2 {
  width: 100px;
}

.div-block-12 {
  max-width: 85%;
  margin-left: 73px;
  margin-right: 0;
  padding-right: 0;
}

.column-16 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
}

.paragraph-4 {
  padding-bottom: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-9 {
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-13 {
  padding-top: 40px;
}

.bold-text {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.gh-accordion-title-text {
  font-family: Marcellus, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.gh-accordion-item-body {
  margin-left: 65px;
  font-family: Marcellus, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 35px;
}

.gh-accordion-item-body.color-light-gray {
  color: #555554;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
}

.gh-accordion-item-body.color-light-gray.ml-0 {
  margin-left: 0;
  font-family: Lato, Trebuchet MS, sans-serif;
}

.div-block-14 {
  align-items: center;
  display: flex;
}

.image-8 {
  margin-right: 20px;
}

.text-block-11 {
  padding-left: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.text-block-11.gh-location-banner-text.mt-3 {
  font-family: Lato, Trebuchet MS, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.text-span-5 {
  outline-offset: 0px;
  cursor: pointer;
  outline: 3px #1a1b1f;
  padding-right: 6px;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}

.text-span-6 {
  font-family: Lato, Trebuchet MS, sans-serif;
  font-size: 53px;
}

.image-9 {
  flex: 1;
  text-decoration: none;
}

.column-17 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.column-18 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.columns-7 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-15, .div-block-16, .div-block-17 {
  text-align: center;
}

.div-block-18 {
  position: relative;
}

.image-10 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-11 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-9 {
  color: #e37866;
  text-align: center;
  padding: 40px;
  font-family: Frankruhllibre, sans-serif;
  font-size: 38px;
  line-height: 38px;
}

.gh-section-heading-2 {
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.gh-section-heading-2.text-center {
  text-align: center;
  font-size: 35px;
}

.gh-section-heading-2.text-center.font-weight-500.mb-3 {
  color: #0b233f;
  margin-bottom: 3rem;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.gh-section-heading-2.text-center.font-weight-600 {
  font-weight: 600;
}

.gh-section-heading-2.text-center.font-weight-600.mb-3 {
  margin-bottom: 3rem;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
}

.gh-section-heading-2.mt-0 {
  margin-top: 0;
}

.gh-section-heading-2.mt-0.mb-2 {
  margin-bottom: 2rem;
}

.gh-section.pb-0.border-bottom {
  background-image: url('../images/mission-image.png');
  background-position: 80% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom: 1px solid #b5b3ab;
  min-height: 726px;
}

.column-19 {
  border: 1px #b5b3ab;
}

.paragraph-10 {
  text-align: center;
  display: block;
}

.paragraph-11 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-span-8 {
  font-weight: 600;
  text-decoration: underline;
}

.text-span-9 {
  font-weight: 500;
  text-decoration: underline;
}

.text-span-10 {
  text-decoration: underline;
}

.image-12 {
  cursor: pointer;
  margin-top: 0;
  padding-left: 30px;
}

.gh-page-heading {
  padding-left: 30px;
  font-family: Lato, Trebuchet MS, sans-serif;
  font-size: 50px;
}

.paragraph-12 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Lato, Trebuchet MS, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  display: block;
}

.text-span-11 {
  color: #e37866;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

.text-span-11:hover {
  color: #e37866;
  text-decoration: underline;
}

.link-4 {
  color: #e37866;
  text-decoration: none;
  display: inline;
}

.gh-page-heading-2 {
  max-width: 738px;
  font-family: Marcellus, sans-serif;
  font-size: 53px;
  font-weight: 400;
  line-height: 60px;
}

.text-span-12 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.body {
  background-color: #f8f7f7;
  font-family: Plus Jakarta Sans, sans-serif;
}

.gh-section {
  padding-bottom: 40px;
}

.gh-section.mb-2 {
  padding-top: 20px;
}

.paragraph-13 {
  margin-top: -15px;
  margin-bottom: 40px;
  padding-left: 10px;
  line-height: 20px;
}

.gh-button.gh-button-orange {
  max-width: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  text-transform: capitalize;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.field-label.pl-0 {
  padding-left: 0;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.gh-form-select {
  background-color: #fff;
  border-radius: 5px;
  height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 44px;
  font-size: 20px;
  line-height: 28px;
}

.div-block-20 {
  margin-left: 294px;
}

.column-21 {
  position: relative;
}

.form-field-icon {
  opacity: .38;
  position: absolute;
  inset: 47% auto auto 6%;
}

.form-field-icon.form-field-icon-time {
  margin-left: -5px;
}

.image-14 {
  position: absolute;
}

.gh-container-breadcrumb {
  max-width: 92%;
}

.gh-bread-crumb-text {
  color: #1d1d1b;
  max-width: none;
  font-family: Marcellus, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline;
}

.link-5 {
  cursor: pointer;
  text-decoration: none;
  display: inline;
}

.div-block-21 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-13 {
  margin-left: 0;
}

.text-span-14 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.div-block-22 {
  background-image: url('../images/green-glow.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 270px 40px 40px;
}

.text-span-15 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 48px;
}

.gh-section-banner-inner {
  position: relative;
}

.text-span-16 {
  font-size: 53px;
}

.text-span-17 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 58px;
  line-height: 58px;
}

.text-span-18 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 53px;
}

.gh-heading {
  color: #0b233f;
  margin-bottom: 40px;
  font-family: Marcellus, sans-serif;
  font-size: 56px;
  line-height: 55px;
}

.gh-section-acs-services-heading {
  margin-bottom: 40px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
}

.gh-section-acs-services-text {
  margin-bottom: 40px;
  font-family: Marcellus, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
}

.gh-section-changing-lives-heading {
  color: #111;
  margin-bottom: 40px;
  font-family: Marcellus, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
}

.div-block-23 {
  margin-left: 0;
}

.gh-section-about-banner-text {
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  display: block;
}

.gh-section-about-banner-text.gh-section-banner-text-hide {
  display: block;
}

.container-8 {
  max-width: 1px;
}

.heading-10 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.columns-8 {
  flex-direction: row;
  align-items: center;
  transition: box-shadow .3s;
  display: flex;
}

.image-15 {
  min-width: 523px;
  max-width: none;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-16 {
  width: 100px;
  height: 100px;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-12 {
  padding-bottom: 20px;
  font-family: Frankruhllibre, sans-serif;
  font-size: 5rem;
}

.paragraph-15 {
  font-family: Frankruhllibre, sans-serif;
  font-size: 24px;
  position: static;
}

.image-17 {
  float: right;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto 10% 10% auto;
}

.div-block-26 {
  background-color: #f8f7f7;
  border-radius: 15px;
  width: 350px;
  height: 350px;
  padding: 40px;
  position: relative;
}

.gh-concern-item {
  background-color: #f8f7f7;
  border-radius: 15px;
  width: 350px;
  height: 350px;
  padding: 40px;
  transition: box-shadow .3s;
  position: relative;
}

.gh-concern-item:hover {
  box-shadow: 2px 2px 9px 5px #e4dbdb;
}

.gh-concerns {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-items: start;
  max-width: 1102px;
  margin-left: auto;
  margin-right: auto;
  font-family: Frankruhllibre, sans-serif;
  display: grid;
}

.gh-concern-item-heading {
  padding-bottom: 20px;
  font-size: 5rem;
}

.gh-concern-item-body {
  max-width: 232px;
  font-size: 24px;
}

.image-18 {
  width: 70px;
  height: 70px;
}

.gh-concern-icon {
  width: 70px;
  height: 70px;
  position: absolute;
  inset: auto 10% 10% auto;
}

.tab-wrapper {
  text-align: center;
  min-height: 0;
  position: relative;
}

.tab-prev, .tab-next {
  position: absolute;
}

.tab-wrapper-2 {
  display: inline-block;
  position: relative;
}

.tabs-2 {
  position: relative;
}

.tab-prev-2 {
  color: #0000;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/left-arrow-green-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 80px;
  height: 80px;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.tab-prev-2:hover {
  color: #0000;
  text-decoration: none;
}

.tab-next-2 {
  color: #0000;
  cursor: pointer;
  background-color: #0000;
  width: 80px;
  height: 80px;
  margin-right: 0;
  padding: 0;
  display: block;
  position: absolute;
  inset: auto 0% 30% auto;
}

.tab-next-2:hover {
  color: #0000;
  text-decoration: none;
}

.tab-next-2.gh-section-pillars-next-button {
  inset: auto 0% 30% auto;
}

.tab-next-2.our-pillars-of-quality-next-button {
  right: -4%;
}

.tab-link-tab-1 {
  color: #bcbec0;
  background-color: #0000;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.tab-link-tab-1:hover {
  color: #1c8270;
}

.tab-link-tab-1.w--current {
  color: #1c8270;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 3px solid #1c8270;
}

.tab-link-tab-1.d.w--current {
  color: #1c8270;
  border-bottom: 3px solid #1c8270;
  padding-bottom: 20px;
  font-family: Ttcommons, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.tabs-menu-2 {
  margin-bottom: 40px;
}

.columns-9 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.column-23 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-19 {
  max-width: 530px;
}

.image-20 {
  max-width: 530px;
  margin-top: 0;
}

.image-21 {
  max-width: 530px;
}

.div-block-27 {
  flex-direction: row;
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-28 {
  max-width: Infinity% ;
  flex-direction: column;
  justify-content: center;
  width: 450px;
  display: flex;
}

.gh-section-pillars-tab-pane {
  min-height: 600px;
}

.link-6, .link-7 {
  display: inline;
}

.heading-13 {
  font-family: Frankruhllibre, sans-serif;
  font-weight: 400;
}

.bold-text-2 {
  color: #1a1b1f;
  text-decoration: underline;
}

.link-9 {
  display: inline;
}

.column-26 {
  padding-right: 0;
}

.heading-14 {
  font-family: Frankruhllibre, sans-serif;
  font-weight: 400;
}

.link-10 {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.link-10.footer-heading {
  cursor: pointer;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.link-10.footer-heading:hover {
  color: #e2e2e4;
}

.link-11, .link-13 {
  display: inline;
}

.home-nav {
  z-index: 999;
  position: sticky;
  top: 0;
}

.bold-text-3 {
  font-family: Lato, Trebuchet MS, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.text-span-20, .text-span-21 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.link-14 {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
}

.link-14:hover {
  color: #fff;
  text-decoration: none;
}

.contact-us-heading-2 {
  max-width: 85%;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Marcellus, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-span-22 {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.link-15 {
  display: inline-block;
}

.link-16 {
  cursor: pointer;
  text-decoration: none;
  display: inline;
}

.link-17 {
  display: inline-block;
}

.heading-jumbo-plus-jakarta-sans {
  text-align: left;
  width: auto;
  margin-bottom: 40px;
  font-size: 48px;
  font-style: normal;
}

.form {
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: auto;
}

.cc-contact-field.gh-form-select {
  max-width: 95%;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.recaptcha {
  margin-top: 40px;
}

.field-label-2 {
  font-style: normal;
  text-decoration: none;
}

.radio-button-field {
  margin-bottom: 40px;
}

.recaptcha-2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.recaptcha-3 {
  align-self: center;
  position: relative;
}

.link-18 {
  text-decoration: none;
  display: inline;
  position: relative;
}

.link-19 {
  margin-right: 6px;
  display: inline-block;
}

.text-block-12 {
  display: inline;
}

.success-message {
  font-size: 17px;
}

.body-2 {
  font-family: Lato, Trebuchet MS, sans-serif;
}

.text-span-23 {
  color: #0b233f;
  font-family: Marcellus, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-block-13 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-14, .text-block-15 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
}

.bold-text-4 {
  font-weight: 600;
}

.paragraph-16, .paragraph-17 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.font-ttcommons {
  font-family: Plus Jakarta Sans, sans-serif;
}

.text-center {
  color: #0b233f;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.textarea {
  max-width: 95%;
  height: 250px;
  margin-bottom: 25px;
  padding: 21px 20px;
}

.textarea.cc-contact-field {
  border: 1px solid #b5b3ab;
  border-radius: 5px;
  line-height: 45px;
}

.bold-text-5 {
  text-align: center;
  width: auto;
}

.field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .submit-button {
  font-style: normal;
}

.form-block {
  display: block;
  overflow: visible;
}

.select-field {
  background-color: #fff;
  border-radius: 5px;
  width: 760px;
  height: 55px;
}

.section-4 {
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
}

.section-4.cc-store-home-wrap {
  display: none;
}

.button-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 40px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-3:hover {
  color: #fff;
  background-color: #fff;
}

.button-3:active {
  background-color: #43464d;
}

.button-3.gh-button-orange {
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #111c00;
  border-radius: 5px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.button-3.gh-button-white {
  opacity: 1;
  color: #fec77e;
  background-color: #101a2a;
  border-radius: 10px;
  box-shadow: 0 0 7px #ece6e6;
}

.button-3.gh-button-white.services {
  margin-left: 50px;
}

.button-3.gh-button-orange {
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #4e5f38e6;
  border-radius: 5px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 275px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  font-family: Lato, Trebuchet MS, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.button-3.gh-button-orange:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #61704f;
  background-clip: border-box;
}

.button-3.gh-button-orange.auto {
  color: #fec77e;
  background-color: #0b233f;
  border: 1px solid #9bbba6;
  font-family: Marcellus, sans-serif;
}

.intro-header-2 {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/spa-therapist-applying-massage-oil-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.gh-section-2 {
  max-width: none;
  padding-top: 40px;
  padding-bottom: 20px;
}

.gh-section-2.gh-section-acs-services {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.columns-10 {
  background-color: #0000;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.gh-section-acs-services-heading-2 {
  margin-bottom: 40px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 39px;
}

.div-block-34 {
  padding-top: 40px;
}

.column-31 {
  background-image: url('../images/green-glow.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  height: auto;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  top: 60px;
}

.column-32 {
  padding-right: 0;
}

.image-22 {
  border-top-left-radius: 80px;
  margin-right: 0;
  display: block;
}

.gh-section-3 {
  max-width: none;
  padding-top: 40px;
  padding-bottom: 20px;
}

.gh-section-3.pt-0 {
  padding-top: 100px;
}

.container-9 {
  flex-direction: column;
  width: 100%;
  max-width: 1300px;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Plus Jakarta Sans, sans-serif;
  display: block;
  position: static;
}

.container-9.height-100 {
  max-width: 1300px;
  height: 100%;
  position: static;
}

.column-33 {
  border-left: 5px solid #0e1800a6;
  border-right: 5px solid #0e1800a6;
}

.text-span-24 {
  font-size: 15px;
}

.paragraph-18 {
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 30px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-18.guaranteed-1 {
  margin-right: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.text-block-16 {
  color: #1d1d1b;
  text-transform: capitalize;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.gh-section-4 {
  max-width: none;
  padding-top: 40px;
  padding-bottom: 20px;
}

.gh-section-4.bg-light-blue {
  background-color: #ebfcf6;
  min-height: 600px;
  position: static;
}

.gh-section-4.bg-light-blue.gh-section-2 {
  background-color: #4e5f38e6;
  height: 556px;
  min-height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-20 {
  display: inline;
}

.div-block-35 {
  margin-left: 0;
}

.paragraph-19 {
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 30px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.gh-section-5 {
  max-width: none;
  padding-top: 40px;
  padding-bottom: 20px;
}

.gh-section-5.gh-section-acs-services {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.gh-section-5.gh-section-services {
  padding-top: 20px;
  padding-bottom: 80px;
}

.gh-section-5.py-0.gh-section-whre-we-are {
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.gh-section-5.bg-light-blue {
  background-color: #ebfcf6;
  min-height: 600px;
  position: static;
}

.gh-section-5.bg-light-blue.gh-section-2 {
  background-color: #0b233f;
  height: 556px;
  min-height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.gh-section-5.bg-light-blue.gh-section-image-right {
  background-color: #0b233f;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.body-3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.body-3.italic {
  font-style: italic;
  font-weight: 400;
}

.body-3.italic.bottom-margin-20 {
  margin-bottom: 20px;
}

.body-3.bottom-margin-30 {
  color: #000;
  margin-bottom: 30px;
}

.div-block-36 {
  max-width: 700px;
}

.columns-11 {
  border: 1px solid #b5b3ab;
  border-radius: 10px;
  padding: 60px;
  font-family: Lato, Trebuchet MS, sans-serif;
}

.heading-1 {
  color: #000;
  font-family: Lato, Trebuchet MS, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
}

.text-block-17 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
}

.testimonial-author-image {
  aspect-ratio: 1;
  border-radius: 50px;
  width: 56px;
}

.text-block-18 {
  text-align: left;
  font-size: 25px;
  font-weight: 700;
}

.tabs-menu-3 {
  color: #bcbec0;
  background-color: #fff;
  margin-bottom: 40px;
  font-weight: 600;
  display: block;
}

.tabs-menu-3.gh-hide {
  display: none;
}

.heading-15 {
  color: #fff;
  font-family: Marcellus, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 38px;
}

.testimonials-wrap {
  display: flex;
}

.columns-12 {
  background-color: #0000;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.testimonial-author {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.column-34 {
  background-image: url('../images/pillar-client-experience-image.png');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: auto;
  border-radius: 80px 0 0;
  height: auto;
  min-height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.page-wrapper {
  font-family: Lato, Trebuchet MS, sans-serif;
}

.paragraph-20 {
  padding-bottom: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-21 {
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.quotation-mark {
  margin-bottom: 30px;
}

.div-block-37 {
  text-transform: none;
  object-position: 50% 50%;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: center;
  width: 200px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.testimonial-cards-wrap-left {
  width: 50%;
  padding-right: 10px;
}

.tagline {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.div-block-38 {
  align-items: center;
  display: flex;
}

.icon-4 {
  color: #fff;
  background-color: #0000;
  width: 120px;
  height: 100px;
  inset: 0% auto 0% 1%;
}

.right-arrow-3 {
  inset: 0% 0% 0% auto;
}

.gh-section-acs-services-heading-3 {
  color: #0b233f;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: Marcellus, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 50px;
}

.text-block-19 {
  color: var(--white);
  text-align: left;
  margin-bottom: 40px;
  font-family: Marcellus, sans-serif;
  font-weight: 400;
}

.heading-16 {
  color: #0b233f;
  font-family: Marcellus, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  display: inline;
}

.testimonial-card {
  background-color: #4e5f38e6;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 30px;
}

.paragraph-22 {
  text-align: left;
  max-width: 600px;
  padding-top: 30px;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.column-35 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  position: static;
}

.div-block-39 {
  padding-top: 40px;
}

.div-block-39.services {
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}

.link-21 {
  text-align: left;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 0;
  margin-left: 20px;
  padding-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  overflow: auto;
}

.link-21.w--current {
  text-align: left;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ttcommons, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-20 {
  color: var(--white);
  text-align: left;
  padding-bottom: 25px;
  font-family: Marcellus, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-span-26 {
  font-weight: 600;
  text-decoration: underline;
}

.column-36 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  height: auto;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  top: 60px;
}

.testimonial-author-wrap {
  display: flex;
}

.div-block-40 {
  width: 171px;
  margin-top: auto;
  display: flex;
}

.testimonials-section {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.text-span-27 {
  text-decoration: underline;
}

.testimonial-text {
  position: sticky;
  top: 30px;
}

.link-22 {
  display: inline;
}

.div-block-42 {
  margin-left: 0;
}

.image-24 {
  color: #8d8d3c;
  border: 1px solid #9b323200;
  margin-right: 20px;
}

.div-block-43 {
  z-index: 1;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
  padding: 60px 40px 60px 52px;
  position: absolute;
  inset: 52% auto auto 7%;
}

.div-block-43.gh-slider-inner-text-block {
  width: auto;
  min-width: 800px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  top: 46%;
}

.div-block-43.gh-slider-inner-text-block.gh-slider-inner-text-block2 {
  padding-top: 40px;
  padding-bottom: 40px;
  top: 47%;
}

.heading-17 {
  color: #0b233f;
  font-family: Marcellus, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.column-37 {
  border-left: 0 solid #0e1800a6;
  border-right: 1px solid #0e1800a6;
  padding-left: 20px;
  padding-right: 20px;
}

.column-38 {
  padding-right: 0;
  top: 12px;
}

.text-block-21 {
  color: #fff;
  margin-bottom: 50px;
  font-family: Marcellus, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.text-span-28 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 53px;
}

.text-span-29 {
  font-size: 15px;
}

.heading-18 {
  border: 1px solid #fff0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.column-39 {
  background-image: url('../images/portrait-spa-master-applying-bandage-forehead-female-client-preparation-exotic-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-39.gh-slider-image-learning-development {
  background-image: url('../images/pillar-learning-development-image.png');
}

.column-39.pillar-image-client {
  background-image: url('../images/image-bottom2.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.column-39.pillar-image-development {
  background-image: url('../images/image-bottom3.webp');
  background-size: cover;
}

.column-39.gh-slider-image-whole-person {
  background-image: url('../images/pillar-whole-person-image.png');
}

.image-25 {
  border-top-left-radius: 80px;
  margin-right: 0;
  display: block;
}

.paragraph-23 {
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 30px;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-23.guaranteed-1 {
  margin-right: 10px;
  padding-bottom: 20px;
  font-family: Lato, Trebuchet MS, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.columns-13 {
  align-items: center;
  display: flex;
  position: static;
}

.columns-13._1 {
  margin-top: 10px;
}

.text-block-22 {
  color: #fec77e;
  text-transform: capitalize;
  font-family: Lato, Trebuchet MS, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.testimonial-cards-wrap-right {
  width: 50%;
  padding-top: 30px;
  padding-left: 10px;
}

.testimonial-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-content: start;
  position: sticky;
}

.container-10 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.column-40 {
  border-right: 1px solid #6f7364;
  padding-right: 10px;
}

.social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.bold-text-6 {
  font-weight: 700;
}

.gh-section-heading-copy {
  color: var(--white);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Frankruhllibre, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.gh-section-heading-copy.text-left {
  text-align: left;
}

.gh-section-heading-copy.text-center {
  text-align: center;
  font-family: Frankruhllibre, sans-serif;
  font-size: 42px;
}

.gh-section-heading-copy.gh-section-session-heading {
  font-family: Frankruhllibre, sans-serif;
}

.gh-section-heading-copy.gh-section-mental-health-session-heading {
  max-width: 400px;
}

.gh-section-heading-copy._12.black {
  color: var(--black);
}

.gh-section-6 {
  max-width: none;
  padding-top: 40px;
  padding-bottom: 20px;
}

.gh-section-6.pb-0 {
  padding-top: 30px;
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
}

.link-23 {
  cursor: pointer;
  text-decoration: none;
  display: inline;
}

.gh-section-7 {
  max-width: none;
  padding-top: 40px;
  padding-bottom: 75px;
}

.gh-section-7.gh-section-about-us-banner {
  padding-top: 20px;
}

.columns-14 {
  background-color: #0000;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-span-30 {
  outline-offset: 0px;
  cursor: pointer;
  outline: 3px #1a1b1f;
  padding-right: 6px;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}

.text-span-31 {
  font-size: 53px;
}

.text-span-32 {
  font-family: Frankruhllibre, sans-serif;
  font-size: 53px;
}

.text-span-33 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.text-block-23 {
  padding-left: 0;
  font-family: Marcellus, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.column-41 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
}

.column-42 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  height: auto;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  top: 60px;
}

.text-span-34 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 53px;
}

.image-27 {
  border-top-left-radius: 80px;
  margin-right: 0;
  display: block;
}

.link-24 {
  display: inline-block;
}

.gh-section-8 {
  max-width: none;
  padding-top: 40px;
  padding-bottom: 20px;
}

.gh-section-8.mt-2 {
  margin-top: 2rem;
}

.image-28 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-24 {
  color: #fec77e;
  text-align: center;
  padding: 40px;
  font-family: Marcellus, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.div-block-44 {
  border: 1px solid #4e5f38;
  border-radius: 50px 0;
  position: relative;
}

.image-29 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.gh-section-9 {
  max-width: none;
  padding-top: 40px;
  padding-bottom: 20px;
}

.div-block-45, .div-block-46 {
  text-align: center;
}

.column-43 {
  border: 1px #b5b3ab;
}

.div-block-47 {
  text-align: center;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-4-column.tablet-2-column.mobile-portrait-1-column.grid-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.utility-aspect-1x1 {
  aspect-ratio: 1;
  position: relative;
}

.utility-image-cover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.gh-section-heading-2 {
  color: #0b233f;
  text-align: center;
  margin-bottom: 40px;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.paragraph-25 {
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 30px;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.utility-text-align-center {
  text-align: center;
}

.utility-text-align-center.utility-margin-bottom-8rem {
  margin-bottom: 2rem;
}

.gh-section-10 {
  padding-bottom: 40px;
  padding-top:50px;
}

.gh-section-11 {
  max-width: none;
  padding-top: 40px;
  padding-bottom: 20px;
}

.gh-section-11.mb-2 {
  margin-bottom: 2rem;
}

.columns-15 {
  border: 1px solid #b5b3ab;
  border-radius: 10px;
  padding: 60px;
}

.heading-19 {
  font-family: Frankruhllibre, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 38px;
}

.text-block-24 {
  color: #555554;
  margin-bottom: 50px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.tab-link-tab-1-copy {
  color: #bcbec0;
  background-color: #0000;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.tab-link-tab-1-copy:hover {
  color: #1c8270;
}

.tab-link-tab-1-copy.w--current {
  color: #1c8270;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 3px solid #1c8270;
}

.tab-link-tab-1-copy.d.w--current {
  color: #1c8270;
  border-bottom: 3px solid #1c8270;
  padding-bottom: 20px;
  font-family: Ttcommons, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.column-39-copy {
  background-image: url('../images/portrait-spa-master-applying-bandage-forehead-female-client-preparation-exotic-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-39-copy.gh-slider-image-learning-development {
  background-image: url('../images/pillar-learning-development-image.png');
}

.column-39-copy.pillar-image-client {
  background-image: url('../images/image-bottom.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.column-39-copy.pillar-image-development {
  background-image: url('../images/woman-getting-ayurvedic-treatment-shirodara-with-hot-oil-pouring-forehead.jpg');
  background-size: cover;
}

.column-39-copy.gh-slider-image-whole-person {
  background-image: url('../images/pillar-whole-person-image.png');
}

.para-2 {
  font-family: Lato, Trebuchet MS, sans-serif;
}

.image-wrapper {
  width: 250px;
  margin-bottom: 1rem;
}

.image-30 {
  aspect-ratio: 3 / 2;
  border-radius: 4px;
  width: 100%;
}

.image-30._1, .image-30._2 {
  aspect-ratio: 3 / 2;
}

.column-44 {
  padding-left: 20px;
}

.gh-section-heading-copy-copy {
  color: var(--white);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Frankruhllibre, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.gh-section-heading-copy-copy.text-left {
  text-align: left;
}

.gh-section-heading-copy-copy.text-center {
  text-align: center;
  font-family: Frankruhllibre, sans-serif;
  font-size: 42px;
}

.gh-section-heading-copy-copy.gh-section-session-heading {
  font-family: Frankruhllibre, sans-serif;
}

.gh-section-heading-copy-copy.gh-section-mental-health-session-heading {
  max-width: 400px;
}

.gh-section-heading-copy-copy._12 {
  color: #0b233f;
  font-family: Marcellus, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.gh-section-heading-copy-copy._12.services {
  margin-bottom: 0;
  margin-left: 50px;
}

.image-wrapper-overlay {
  background-image: linear-gradient(#f8e9ea, #3e3e3e57 0%, #03060040 61%, #25222266);
  width: 100%;
  max-width: none;
  height: 620px;
  max-height: none;
  position: absolute;
}

.gh-section-5-cta {
  background-image: linear-gradient(#00000078, #00000078), url('../images/image-bottom4.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  max-width: none;
  padding: 40px 50px 20px;
}

.gh-section-5-cta.gh-section-acs-services {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.gh-section-5-cta.gh-section-services {
  padding-top: 20px;
  padding-bottom: 80px;
}

.gh-section-5-cta.py-0.gh-section-whre-we-are {
  padding-bottom: 40px;
}

.gh-section-5-cta.bg-light-blue {
  background-color: #ebfcf6;
  min-height: 600px;
  position: static;
}

.gh-section-5-cta.bg-light-blue.gh-section-2 {
  background-color: #4e5f38e6;
  height: 556px;
  min-height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.gh-section-5-cta.bg-light-blue.gh-section-image-right {
  background-color: #61704f;
  position: relative;
}

.text-span-35 {
  font-family: Lato, Trebuchet MS, sans-serif;
  line-height: 58px;
}

.content-section-copy {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slider-background {
  background-image: linear-gradient(#0000001a, #0009), url('../images/tender-african-woman-smiling-enjoying-massage-with-closed-eyes-spa-resort.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slider-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
}

.slider-background.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/tim-marshall-sBHLP9iD-Pk-unsplash.jpg');
}

.tabs-content {
  overflow: visible;
}

.tab-image {
  width: 34px;
  margin-right: 12px;
}

.tabs-menu-4 {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.slider-heading-2 {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 940px;
  font-size: 4rem;
  line-height: 68px;
  position: relative;
}

.tabs-3 {
  width: 100%;
}

.load-bar-base {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-base {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.text-span-36 {
  color: #fff9;
}

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.home-new-video-background {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.video-overlay-layer-new {
  z-index: 1;
  background-color: #00000030;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.background-video-for-mobile-view {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.text-size-medium-2 {
  color: #000;
  font-size: 1.125rem;
}

.text-size-medium-2.text-color-alternate {
  color: #fff;
  font-weight: 300;
}

.home_hero-header_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  height: 89vh;
  position: absolute;
  inset: 0%;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.free-2 {
  font-size: 1.3rem;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  display: block;
  position: absolute;
  inset: 0%;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #00a59b;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.contact-us-for-popup {
  background-image: linear-gradient(#00a59b, #1f4591);
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.margin-bottom-copy {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-copy.margin-small {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section_home_hero-header {
  z-index: 2;
  width: 100vw;
  position: relative;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.home_hero-header_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hello {
  color: #fff;
  text-align: center;
  background-color: #00a59b00;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.max-width-medium {
  width: 100%;
  max-width: 65rem;
}

.heading-style-h1 {
  color: #293864;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.text-color-alternate {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.home_hero-header_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.section-home-hero-header {
  z-index: 2;
  width: 100%;
  position: relative;
}

.vas-heading {
  color: #101a2a;
  font-size: 5.5rem;
  font-weight: 700;
}

.home_hero-header_background-video-for-mobile-view {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.heading-style-h1-2 {
  color: #293864;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1-2.text-color-alternate {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
}

.padding-section-large-7 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.section-5 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-5.hero {
  padding-bottom: 100px;
}

.section-5.cta-cards {
  padding-top: 0;
}

.section-5.cloneables-listing {
  padding-top: 0;
  padding-bottom: 0;
}

.section-5.section-slider {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .74fr;
  align-items: center;
}

.top-content---brix.testimonial-v3--brix {
  margin-bottom: 33px;
}

.top-content---brix.testimonial-v2--brix {
  margin-bottom: 45px;
}

.top-content---brix.testimonial-v1--brix {
  flex-flow: column;
  margin-bottom: 42px;
  display: block;
}

.form-newsletter-wrapper {
  position: relative;
}

.slide---brix.testimonial-v1---brix {
  max-width: 500px;
  margin-right: 30px;
}

.slide---brix.testimonial-v2---brix {
  width: 100%;
  max-width: 1014px;
  height: 100%;
  margin-right: 10%;
}

.text-underline {
  text-decoration: underline;
}

.text-underline.primary-color {
  color: #4a3aff;
}

.title {
  white-space: break-spaces;
}

.title.testimonial-v1---brix {
  margin-bottom: 13px;
  font-family: Marcellus, sans-serif;
}

.title.avatar-extra-info-1---brix {
  font-family: Marcellus, sans-serif;
}

.title.avatar-name-v1---brix {
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
}

.title.testimonial-v3---brix {
  margin-bottom: 14px;
}

.title.testimonial---brix {
  color: #0b233f;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.image-31.lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cloneable-container-default {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  min-height: 624px;
  padding: 80px 50px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 44px;
  padding: 24px 32px;
  box-shadow: 0 3px 14px #4a3aff08, 0 -2px 4px #14142b05, 0 12px 24px #14142b03;
}

.button-arrow {
  margin-left: 6px;
}

.footer-logo-container {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo-container:hover {
  transform: scale3d(.94, .94, 1.01);
}

.grid-header {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

.overlay---brix {
  z-index: 1;
  opacity: .5;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.logo-brand {
  padding-left: 0;
}

.container-default---brix {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default---brix.adjust-container-max-w {
  max-width: none;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary.brix {
  background-color: #ff2d46;
  box-shadow: 0 2px 4px #ff2d461f;
}

.button-primary.brix:hover {
  transform: none;
}

.button-primary.newsletter {
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  inset: 14px 14px 14px auto;
}

.button-primary.newsletter:hover {
  transform: none;
}

.button-primary.newsletter.button-footer {
  padding: 6px 28px;
  top: 12px;
  bottom: 12px;
  right: 12px;
}

.button-primary.button-header {
  white-space: nowrap;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-uppercase.subtitle {
  color: #4a3aff;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.lightbox-video---brix {
  width: 100%;
  height: 100%;
}

.cta-card-logo {
  width: 250px;
}

.cta-card-logo.white {
  width: 119px;
}

.image---brix.avatar---brix.testimonial-v1---brix {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.image---brix.company-logo---brix {
  margin-bottom: 18px;
}

.image---brix.slider-arrow-icon---brix {
  color: #fec77e;
}

.font-16px---22px {
  font-size: 16px;
  line-height: 20px;
}

.header-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.header-logo:hover {
  transform: scale3d(.94, .94, 1.01);
}

.heading-size-3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.footer-logo {
  width: 252px;
  margin-bottom: 16px;
}

.subscribe-footer-bottom {
  color: #170f49;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}

.footer-2 {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
  padding-top: 58px;
  padding-bottom: 58px;
}

.error-message.newsletter {
  color: #fff;
  text-align: center;
  background-color: #ff7b7d;
  border-radius: 11px;
  margin-top: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
}

.success-message-2 {
  color: #170f49;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 18px;
  padding-top: 48px;
  padding-bottom: 48px;
  font-weight: 700;
  box-shadow: 0 6px 28px #170f490d;
}

.container-620px-center {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.button-white {
  color: #4a3aff;
  background-color: #fff;
  border-radius: 140px;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.button-white.cta {
  justify-content: center;
  box-shadow: 0 3px 12px #14142b1a;
}

.mask---brix {
  border-radius: 20px;
}

.mask---brix.testimonial-v2---brix {
  margin-left: 100px;
  margin-right: 100px;
}

.mask---brix.testimonial-v1---brix {
  max-width: 500px;
  overflow: visible;
}

.image-wrapper---brix {
  overflow: hidden;
}

.image-wrapper---brix.testimonial-v1---brix {
  border-radius: 50%;
  margin-right: 18px;
  box-shadow: 0 4px 14px #2427291a;
}

.image-wrapper---brix.lightbox-image-wrapper---brix {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.color-white {
  color: #fff;
}

.flex {
  display: flex;
}

.flex.center {
  justify-content: center;
  align-items: center;
}

.cta-card-image {
  max-width: 114%;
  display: block;
  position: absolute;
  top: auto;
  bottom: -29%;
  left: -5%;
}

.cta-card-image.white {
  max-width: 131%;
  bottom: -10%;
  left: -20%;
}

.container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background-color: #fff;
  padding-top: 28px;
  padding-bottom: 28px;
}

.cta-title {
  color: #fff;
  margin-top: 26px;
  margin-bottom: 10px;
}

.cta-title.white {
  color: #170f49;
}

.success-message-image {
  margin-bottom: 23px;
}

.grid-2-columns {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.cta-card {
  color: #fff;
  background-image: linear-gradient(to right, #4a3aff, #6d3aff);
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 40px 380px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-card.white {
  background-color: #fff;
  background-image: none;
  border: 1px solid #eff0f6;
  box-shadow: 0 7px 24px #14142b0d;
}

.paragraph---brix.testimonial-v1---brix {
  margin-bottom: 28px;
  font-family: Marcellus, sans-serif;
}

.paragraph---brix.testimonial-v3---brix {
  margin-bottom: 24px;
}

.paragraph---brix.testimonial-v2---brix {
  margin-bottom: 34px;
}

.text-center-2 {
  text-align: center;
}

.display-none {
  display: none;
}

.input-relative {
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 64px;
  margin-bottom: 24px;
  padding: 32px 24px;
}

.input-relative:focus {
  color: #0d0a2c;
  border-color: #4a3aff;
}

.input-relative::placeholder {
  color: #615e83;
  font-size: 18px;
  line-height: 20px;
}

.input-relative.newsletter {
  min-height: 84px;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  transition: all .35s;
  box-shadow: 0 4px 25px #0d0a2c0f;
}

.input-relative.newsletter:hover {
  border-color: #4a3aff;
  box-shadow: 0 8px 28px #170f4914;
}

.input-relative.newsletter:focus {
  border-color: #4a3aff;
  box-shadow: 0 7px 28px #170f4914;
}

.input-relative.newsletter::placeholder {
  font-size: 18px;
}

.input-relative.newsletter.footer-2 {
  min-height: 72px;
}

.card---brix {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px #080f340a;
}

.card---brix.testimonial-v2---brix {
  display: flex;
}

.card---brix.testimonial-v3---brix {
  margin-bottom: 55px;
  padding: 75px 44px 73px;
}

.card---brix.testimonial-v3---brix.last---brix {
  margin-bottom: 0;
}

.card---brix.testimonial-v1---brix {
  padding: 53px 54px 60px;
}

.split-content---brix.avatar-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.split-content---brix.lightbox-wrapper---brix {
  width: 100%;
  display: flex;
}

.split-content---brix.testimonials-client-info---brix {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.split-content---brix.card-content-v2---brix {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.split-content---brix.testimonial-v3---brix {
  width: 50%;
}

.split-content---brix.testimonial-v3---brix.right---brix {
  min-width: 460px;
  margin-left: 27.5px;
}

.split-content---brix.testimonial-v3---brix.left---brix {
  margin-right: 27.5px;
}

.testimonial-v2-content---brix {
  max-width: 357px;
  margin: 40px;
}

.button-secondary {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border-radius: 80px;
  padding: 15px 48px;
  line-height: 20px;
  transition: color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
}

.button-secondary.cloneable-header-button {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.slider-arrow---brix {
  background-color: #4a3aff;
  border-radius: 50%;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  transition: box-shadow .35s, background-color .35s, color .35s, transform .35s;
  box-shadow: 0 4px 4px #0c046633;
}

.slider-arrow---brix:hover {
  color: #170f49;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 20px -8px #0c04661a;
}

.slider-arrow---brix:active {
  transform: scale(.94);
}

.slider-arrow---brix.testimonial-v2---brix {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 24px;
}

.slider-arrow---brix.testimonial-v2---brix.right---brix {
  left: auto;
}

.slider-arrow---brix.testimonial-v2---brix.left---brix {
  right: auto;
}

.slider-arrow---brix.small---brix {
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  max-height: 56px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow---brix.small---brix.left---brix {
  background-color: #0b233f;
  right: auto;
}

.slider-arrow---brix.small---brix.right---brix {
  background-color: #0b233f;
  left: auto;
}

.subtitle---brix {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 500;
}

.mg-right-12px {
  margin-right: 12px;
}

.slider---brix {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.testimonial-wrapper---brix.testimonial-v3---brix {
  justify-content: space-between;
  display: flex;
}

.cloneable-header-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
}

.paragraph-26 {
  margin-top: 10px;
  font-family: Marcellus, sans-serif;
  font-weight: 400;
}

.column-45 {
  font-weight: 400;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.full-image._11 {
  object-position: 0% 50%;
}

.scroll-inner {
  justify-content: center;
  align-items: flex-start;
  width: 300vw;
  height: 100%;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.scroll-card {
  background-color: #fff;
  border: .0625rem solid #83838329;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: auto;
  height: 493.656px;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.heading-20 {
  color: #0b233f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

.sticky-container, .sticky-container-copy {
  width: 100%;
  height: 600vw;
  display: flex;
  position: relative;
}

.sticky-container-copy.services-of-vas {
  display: block;
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-text {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
  position: relative;
}

.hero-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.glowing-wrapper-button {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  padding: .75rem 2rem;
  font-size: 1.15rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.text-span-37 {
  font-size: 10vw;
}

.vertical-divider {
  opacity: .4;
  background-color: #fff;
  background-image: linear-gradient(#6a48f2, #fcceee);
  width: 1px;
  height: 5vh;
  margin: 1rem auto 25%;
}

.text-span-38 {
  opacity: .8;
  font-style: italic;
  font-weight: 400;
}

.text-span-39 {
  opacity: .6;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-6.last {
  margin-bottom: 30vh;
}

.section-6.first {
  margin-top: -141px;
}

.section-6.extra-margin {
  min-height: 90vh;
  margin-bottom: 20vh;
  display: none;
  overflow: hidden;
}

.glowing-wrapper-glow {
  opacity: .12;
  filter: blur(8px);
}

.content {
  width: 100%;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-size-small {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-scroll {
  color: #f2f2f2;
  letter-spacing: -.01em;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1.2;
}

.heading-scroll.center {
  text-align: center;
}

.heading-scroll.center._6 {
  font-size: 8vw;
  font-weight: 400;
}

.heading-scroll.center._5 {
  font-weight: 400;
}

.heading-scroll.center._9 {
  letter-spacing: .01em;
  font-weight: 400;
}

.heading-scroll.center._4 {
  font-weight: 700;
}

.heading-scroll.center._2 {
  text-transform: uppercase;
}

.heading-scroll.center._3 {
  font-weight: 400;
}

.heading-scroll.longer {
  color: #61704f;
  letter-spacing: -.02em;
  font-size: 2.5vw;
  font-style: italic;
  font-weight: 400;
}

.heading-scroll.longer.center._10 {
  letter-spacing: -.02em;
  font-size: 3vw;
}

.heading-scroll.longer {
  letter-spacing: -.02em;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 300;
}

.container-11 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.text-span-40 {
  font-style: italic;
  font-weight: 400;
}

.glowing-wrapper-mask {
  opacity: 1;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.page-padding {
  padding-left: 32px;
  padding-right: 32px;
}

.hero-heading {
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #f3e7ff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 24px;
  padding-bottom: .13em;
  padding-left: .13em;
  padding-right: .13em;
  font-size: 78px;
  font-weight: 400;
  line-height: 1;
}

.main-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: block;
  overflow: visible;
}

.number {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(182deg, #6a48f2 20%, #fcceee);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1rem;
  font-weight: 700;
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-span-41 {
  opacity: .8;
  color: #61704f;
  font-size: 2.5vw;
  font-style: normal;
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
}

.text-span-42 {
  opacity: .6;
  font-weight: 400;
}

.hero {
  padding-top: 64px;
}

.subheading {
  color: #b4bcd0;
  letter-spacing: -.025em;
  margin-bottom: 48px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}

.subheading.subheading--hero {
  max-width: 580px;
}

.content-section {
  perspective: 1000px;
  padding-top: 100px;
}

.collection-item {
  align-self: stretch;
  display: flex;
}

.dark {
  color: #64bd2e;
  letter-spacing: 3px;
  font-style: italic;
  font-weight: 400;
}

.cateogires-list-wrapper {
  display: flex;
}

._2-column-grid-1fr-2fr {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-column-grid-1fr-2fr.gapless {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 2fr;
}

.category-link {
  color: #aaa;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 1px solid #aaa;
  margin-left: 0;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.6em;
  text-decoration: none;
  transition: color .2s;
}

.category-link:hover {
  color: #64bd2ea6;
  border-bottom-color: #64bd2e5c;
}

.category-link.w--current, .category-link.active {
  color: #64bd2e;
  border-bottom-color: #64bd2e;
}

.content-label {
  opacity: .7;
  letter-spacing: 3px;
  text-indent: 10px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.nav-link-1 {
  opacity: .7;
  color: #64bd2e;
  letter-spacing: 1px;
  align-items: center;
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-1:hover {
  opacity: 1;
  color: #64bd2e;
}

.nav-link-1.w--current {
  opacity: 1;
  color: #64bd2e;
  border-bottom: 2px solid #64bd2e;
}

.nav-link-1.w--open, .bold-text-8 {
  color: #64bd2e;
}

.gallery {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(263px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery.feature-image {
  display: block;
}

.section-text-content {
  padding-top: 40px;
}

.section-text-content.paddingless {
  padding-top: 0;
}

.brand-text {
  color: #aaaaaa59;
  font-size: 38px;
  font-weight: 900;
}

.brand {
  height: 100%;
}

.brand.w--current {
  margin-left: 40px;
}

.categories-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(134px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: stretch;
  place-items: flex-end end;
  margin-right: -10px;
  display: flex;
}

.divider-2 {
  background-color: #64bd2e;
  width: 50px;
  height: 2px;
}

.navbar-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-7 {
  overflow: hidden;
}

.section-7.has-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-7.has-padding.first-section-on-page {
  padding-top: 160px;
}

._3-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-transparent {
  background-color: #0000;
  align-items: center;
  margin-bottom: -110px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.heading-marginless {
  color: #64bd2e;
  margin-top: 0;
  margin-bottom: 0;
}

.gallery-item {
  position: relative;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.container-12 {
  z-index: 10;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
}

.footer3_social-link {
  color: #000;
  align-items: center;
  font-size: 14rem;
  text-decoration: none;
  display: flex;
}

.icon-embed-xsmall {
  color: #fec77e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.footer4_social-link {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.icon-embed-xsmall-8-copy-copy {
  color: #fec77e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.paragraph-27 {
  color: #fec77e;
  text-align: left;
  margin-top: 1rem;
  font-family: Marcellus, sans-serif;
}

.main-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-8.extra-margin {
  margin-bottom: 20vh;
}

.container-13 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.text-span-43 {
  opacity: .8;
  font-style: normal;
}

.main-wrapper-2-copy-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-wrapper-2-copy-mobile.for-mobile {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.text-align-center {
  text-align: center;
  padding-bottom: 2px;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-21 {
  color: #293864;
  text-shadow: 0 1px 1px #0003;
  overflow-wrap: normal;
  font-size: 3rem;
}

.text-size-medium-3-copy-copy {
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

.gh-section-5-copy {
  max-width: none;
  padding-top: 40px;
  padding-bottom: 20px;
}

.gh-section-5-copy.gh-section-acs-services {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.gh-section-5-copy.gh-section-services {
  padding-top: 20px;
  padding-bottom: 80px;
}

.gh-section-5-copy.py-0.gh-section-whre-we-are {
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.gh-section-5-copy.bg-light-blue {
  background-color: #ebfcf6;
  min-height: 600px;
  position: static;
}

.gh-section-5-copy.bg-light-blue.gh-section-2 {
  background-color: #4e5f38e6;
  height: 556px;
  min-height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.gh-section-5-copy.bg-light-blue.gh-section-image-right {
  background-color: #61704f;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.card-background {
  filter: saturate(120%);
  height: 100%;
  position: relative;
}

.card-item {
  border-radius: .25rem;
  width: auto;
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.card-heading-holder {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-link {
  height: 100%;
  text-decoration: none;
  display: block;
  position: static;
}

.card-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.heading-22 {
  color: #0b233f;
  padding-bottom: 1rem;
  font-family: Marcellus, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 50px;
}

.card-heading-background {
  background-color: #4e5f38e6;
  border-radius: .125rem;
  width: auto;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.card-heading-wrapper {
  display: flex;
  position: relative;
}

.text-align-center-2 {
  text-align: center;
  padding-bottom: 2px;
}

.paragraph-28 {
  color: #f5f5f7;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.grid-item-overlay {
  opacity: 1;
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-section {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cards-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card-content {
  z-index: 5;
  opacity: 1;
  object-fit: cover;
  background-color: #0000009c;
  flex-direction: column;
  justify-content: flex-start;
  height: 15.625rem;
  margin-top: -4rem;
  padding: 1rem 5% 1.25rem;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.card-heading {
  color: #f5f5f7;
  text-transform: uppercase;
  object-fit: fill;
  border-left: .375rem solid #fff;
  border-radius: .125rem;
  flex: 0 auto;
  align-items: center;
  height: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Marcellus, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 80rem;
  margin-bottom: 40px;
}

.max-width-large._1 {
  max-width: 80rem;
}

.text-size-medium-2-copy {
  color: #000;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.cards-container {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.custom-styles {
  display: none;
}

.full-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-viewbox {
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 20px;
  overflow: hidden;
}

.slide-content {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.card-heading-2 {
  color: #0b233f;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.12;
}

.card-half {
  flex-direction: column;
  flex: 1;
  width: 50%;
  height: 301%;
  display: flex;
}

.cards-wrapper {
  border-radius: 2rem;
  width: 100%;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.expertise {
  width: auto;
  padding-top: 0;
}

.cards-scroller {
  border-radius: 2rem;
  height: 600vh;
  position: relative;
}

.card-image-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.button-5 {
  color: #000;
  background-color: #fff;
  border-radius: 4rem;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1;
}

.button-5:hover, .button-5.color-2 {
  background-color: #fff;
}

.button-5.color-3 {
  color: #fec77e;
  background-color: #0b233f;
  border-radius: 4px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-5.color-1 {
  background-color: #fff;
}

.button-5.color-3-copy {
  color: #fec77e;
  background-color: #0b233f;
  border-radius: 4px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.card-slide {
  width: 100%;
  height: 101%;
  position: relative;
  overflow: hidden;
}

.card-slide.color-2 {
  background-color: #0b233f;
}

.card-slide.color-1 {
  color: #fff;
  background-color: #fec77e;
}

.card-slide.color3 {
  background-color: #b4933eb8;
}

.paragraph-29 {
  opacity: .61;
  color: #fff;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.max-width-85 {
  width: 85%;
}

.max-width-85._1 {
  color: #fff;
}

.columns-16 {
  display: none;
}

.sticky-services-div {
  padding-top: 40px;
  display: none;
}

.map-image {
  width: 100%;
  height: 500px;
  margin-top: 20px;
}

.div-block-48 {
  width: 100%;
  height: 400px;
}

.image-32 {
  border-radius: 4px;
  width: 100%;
}

.full-image-3333 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.short-testimonial-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.paragraph-30 {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.home-hero-text-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: right;
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  width: 58.33%;
  margin-left: -115px;
  display: flex;
  position: relative;
}

.carousel-logos-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.short-testimonial-portrait-wrap {
  outline-offset: 0px;
  border-radius: 100%;
  outline: 1px solid #cbccc6;
  justify-content: center;
  align-items: center;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  display: flex;
}

.home-hero-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  margin-right: 0;
  display: flex;
}

.short-testimonial-portrait {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.section-home-hero {
  background-image: url('../images/Hero-Background_1Hero-Background.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #d6d2c8;
  position: relative;
  overflow: hidden;
}

.paragraph-31 {
  font-size: .75rem;
  line-height: 1.5;
}

.button-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101a2a;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fec77e;
  border: 1px solid #fec77e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
  display: flex;
}

.home-hero-component {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.carousel-logos-list-wrap {
  flex-direction: row;
  flex: none;
  align-items: flex-start;
  min-width: 100%;
  display: flex;
  position: relative;
}

.short-testimonials {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #e9e9e380;
  width: 25.5rem;
  margin-top: 2rem;
  margin-left: 19.5%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 24px 64px #65666029;
}

.hide {
  display: none;
}

.client-logos-component {
  flex: none;
  margin-bottom: 3.75rem;
  display: flex;
  overflow: hidden;
}

.home-hero-content {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 37rem;
  display: flex;
  position: relative;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
}

.icon-16 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
}

.short-testimonial-content {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.full-image-3334 {
  width: 100%;
  height: auto;
}

.heading-104 {
  color: #fec77e;
  text-align: right;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 1;
}

.container-1200 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-image {
  flex: none;
  width: 51.33%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.carousel-logo-item {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 2rem;
  display: flex;
}

.home-hero-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin-top: 8.5rem;
  margin-bottom: 7.5rem;
  display: flex;
}

.paragraph-32 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.menu-link {
  color: #fec77e;
  font-size: 1.125rem;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.menu-link:hover, .menu-link.w--current {
  color: #13140b;
}

.menu-2 {
  z-index: 100;
  background-color: #101a2a;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
}

.menu-list {
  grid-column-gap: 7.5rem;
  grid-row-gap: 0em;
  flex-direction: row;
  padding-left: 0;
  display: flex;
}

.paragraph-33 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.menu-button-3 {
  display: none;
}

.footer-links {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  display: flex;
}

.footer-links.is-mobile {
  display: none;
}

.full-image-3335 {
  width: 100%;
  height: auto;
}

.menu-item {
  margin-bottom: 0;
}

.menu-component {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.container-1201 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.brand-2 {
  width: 10rem;
  height: auto;
}

.home-feature-top-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
}

.featured-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(45rem, 1.1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  min-height: 95vh;
  padding-top: 18rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.letter-7 {
  display: inline-block;
}

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-xsmall {
  font-size: .9rem;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.clip {
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-story-content {
  z-index: 10;
  background-color: #ecece8;
  flex-direction: column;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.home-feature-top {
  border-bottom: 1px solid #cfcfcc;
}

.text-size-regular {
  font-size: 1.35rem;
  line-height: 1.45;
}

.text-size-regular.dual-paragraph {
  column-count: 2;
  column-gap: 2.25rem;
}

.home-feature-text {
  max-width: 45rem;
}

.heading-style-h2 {
  font-size: 4.5rem;
  line-height: 1.1;
}

.image-overlay {
  z-index: 5;
  background-color: #14141333;
  position: absolute;
  inset: 0%;
}

.basic-footer-action {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.letter-3 {
  text-align: left;
  display: inline-block;
}

.featured-background {
  position: absolute;
  inset: 0%;
}

.image-fill {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-link-copy {
  z-index: 1;
}

.logo-link-copy:hover {
  opacity: .8;
}

.logo-link-copy:active {
  opacity: .7;
}

.heading-64 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
}

.work-content-wrap {
  margin-top: 10rem;
  position: relative;
}

.work-heading-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.work-list {
  border-top: 1px solid #d6d2c8;
}

.paragraph-34 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.45;
}

.work-component {
  position: relative;
}

.work-list-wrap {
  width: 50%;
}

.section-work {
  padding-top: 12.5rem;
  padding-bottom: 7.5rem;
}

.project-gif-wrap {
  z-index: 0;
  width: 45.83%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.work-gif-list {
  width: 100%;
  height: 100%;
}

.work-gif-item {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.container-1202 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.project-image-sticky {
  width: 100%;
  height: 37.5rem;
  position: sticky;
  top: 12.5rem;
}

.mobile {
  display: none;
}

.paragraph-32-copy {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.alternate-service-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.sticky-container-copy-copy {
  width: 100%;
  height: 600vw;
  display: flex;
  position: relative;
}

.sticky-container-copy-copy.services-of-vas {
  display: block;
}

.sticky-wrap-copy {
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-inner-copy-for-copy-n {
  justify-content: center;
  align-items: flex-start;
  width: 300vw;
  height: 100%;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hidden-on-desktop {
  display: none;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.link-wrapper.white {
  color: #fff;
}

.link-wrapper.white:hover {
  color: #f2f1ff;
}

.link-wrapper.white.text-bold.hover-white:hover {
  color: #fff;
}

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow.right---top-left {
  border-color: #fec77e;
  top: -100px;
}

.btn-circle-secondary.slider-arrow.right---top-left:hover {
  background-color: #fec77e;
  border-color: #fec77e;
}

.btn-circle-secondary.slider-arrow.left---top-left {
  border-color: #fec263;
  inset: -100px 84px auto auto;
}

.btn-circle-secondary.slider-arrow.left---top-left:hover {
  background-color: #fec77e;
  border-color: #fec77e;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.testimonial-card-color {
  box-shadow: none;
  border-width: 0;
  padding: 56px 48px;
  text-decoration: none;
}

.card.testimonial-card-color.color-3 {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4353ff;
  transition: transform .3s, color .3s;
}

.card.testimonial-card-color.color-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.card.testimonial-card-color.color-1 {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #0084ff;
  transition: transform .3s, color .3s;
}

.card.testimonial-card-color.color-2 {
  color: #fff;
  transform-style: preserve-3d;
  background-color: red;
  transition: transform .3s, color .3s;
}

.card.testimonial-card-color.color-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.card.testimonial-card-color.color-1 {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #0084ff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/freepik__the-style-is-candid-image-photography-with-natural__64435.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  transition: transform .3s, color .3s;
}

.card.testimonial-card-color.color-1:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-490px {
  max-width: 480px;
  overflow: visible;
}

.elements---element-title {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
  box-shadow: 0 2px 8px #14142b0f;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.slide-item-mg {
  margin-right: 28px;
}

.inner-container._574px {
  max-width: 574px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
  font-family: Marcellus, sans-serif;
}

.heading-h4-size {
  color: #211f54;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.heading-h4-size.color-neutral-100 {
  color: #fff;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.section-9 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.card-003_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-003_stats-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.card-003_content {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #131313e0;
  border-radius: .5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  max-height: 50%;
  margin-bottom: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.card-003_wrapper {
  aspect-ratio: 2 / 3;
  color: #fff;
  border-radius: .5em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.text-size-small-5 {
  font-size: .875rem;
}

.card-003_logo {
  z-index: 10;
  width: 7rem;
  height: auto;
  position: absolute;
  inset: 1rem .5rem .5rem 1rem;
}

.card-003_name {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.card-003_stat-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-large-18 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.card-003_grid {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-002_home-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  box-shadow: none;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 0 2rem 6rem;
  display: flex;
}

.text-size-small-6, .text-size-small-7 {
  color: #fff;
  font-size: .875rem;
}

.card-003_logo-2 {
  z-index: 10;
  width: 7rem;
  height: auto;
  position: absolute;
  inset: 1rem .5rem .5rem 1rem;
}

.card-003_name-2 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.color-neutral-800.mg-bottom-8px {
  color: #101a2a;
  margin-bottom: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.width-100 {
  width: 100%;
}

.testimonial-logo-badge {
  background-color: #fff;
  border-radius: 8px;
  padding: 18px 28px;
  display: inline-block;
  position: absolute;
  inset: auto auto 32px 32px;
  box-shadow: 0 1px 12px #14142b14;
}

.section-10 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.pd---content-inside-card-2 {
  height: 258px;
  padding: 40px 28px 48px;
}

.width-100-2 {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.div-block-49 {
  margin-bottom: 20px;
}

.section-11 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-11.overflow-hidden {
  padding-top: 25px;
  padding-bottom: 20px;
  overflow: hidden;
}

.image-35, .image-36 {
  height: 45%;
}

.call-us-now {
  color: #fec77e;
  font-family: Lato, Trebuchet MS, sans-serif;
}

.link-25 {
  text-decoration: none;
}

.image-37 {
  margin-bottom: 40px;
}

.image-32-copy {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.code-embed {
  height: 100%;
}

.heading-105 {
  color: #101a2a;
  text-align: right;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 6rem;
}

.heading-106 {
  color: #0b233f;
  font-family: Marcellus, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.button-3-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 40px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-3-copy:hover {
  color: #fff;
  background-color: #fff;
}

.button-3-copy:active {
  background-color: #43464d;
}

.button-3-copy.gh-button-white {
  opacity: 1;
  color: #fec77e;
  background-color: #101a2a;
  border-radius: 10px;
  box-shadow: 0 0 7px #ece6e6;
}

.button-3-copy.gh-button-white.services {
  margin-left: 50px;
}

.button-3-copy.gh-button-orange {
  display: inline;
}

.button-3-copy.gh-button-orange.auto._112 {
  background-color: #fff;
  font-family: Marcellus, sans-serif;
}

.button-3-copy.gh-button-orange {
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #4e5f38e6;
  border-radius: 5px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 275px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  font-family: Lato, Trebuchet MS, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.button-3-copy.gh-button-orange:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #61704f;
  background-clip: border-box;
}

.button-3-copy.gh-button-orange.auto {
  color: #fec77e;
  background-color: #101a2a;
}

.title-2 {
  color: #fec77e;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
}

.feature-wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-link {
  color: #f4f0ed;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 4px;
  font-size: 13px;
  text-decoration: none;
  transition: opacity .3s;
}

.social-link:hover {
  opacity: .5;
}

.slider-arrow-right {
  z-index: 9999;
  border: 1px solid #ffffff26;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  font-size: 16px;
  transition: border-color .4s;
  display: flex;
  right: 2%;
}

.slider-arrow-right:hover {
  border-color: #ffffff8c;
}

.text-block-6 {
  color: #ffffff80;
  margin-left: 10px;
  margin-right: 10px;
}

.feature-text {
  color: #fff;
  border-bottom: 2px dotted #fff;
  padding-top: 4px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.hero-header-2 {
    width: 1810px;
  color: #fff;
  text-shadow: 5px 6px #0003;
  max-width: 804px;
  margin-top: 10px;
  margin-bottom: 32px;
  font-family: Marcellus, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

.slider-4 {
  height: 80vh;
  min-height: 650px;
}

.slider-wrapper-2 {
  width: 100%;
  height: 100%;
}

.slide-2 {
  overflow: hidden;
}

.container-1203 {
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-1203.align-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.slider-arrow-left {
  z-index: 9999;
  border: 1px solid #ffffff26;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  font-size: 16px;
  transition: border-color .4s;
  display: flex;
  left: 2%;
}

.slider-arrow-left:hover {
  border-color: #ffffff8c;
}

.slider-section {
  position: relative;
  overflow: hidden;
}

.slide-image {
  z-index: 3;
  background-image: linear-gradient(#000000b8, #fff0), url('../images/Podi-Kizi-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.slide-image.slide-image-two {
  background-image: linear-gradient(#000000b8, #fff0), url('../images/shirodhara-_02_large.webp');
}

.button-outline {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #9bbba6;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0b233f;
  background-clip: border-box;
  border: 1px solid #9bbba6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding-left: 46px;
  padding-right: 46px;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.button-outline:hover {
  color: #000;
  background-color: #fff;
}

.slide-content-wrap {
  z-index: 9;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 160px 3%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav-3 {
  justify-content: flex-end;
  margin-bottom: 35px;
  padding-right: 106px;
  display: none;
}

.social-block {
  color: #fff;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 50px 3%;
}

.image-38 {
  opacity: .54;
  height: 15%;
  position: absolute;
  inset: 95% 0% 0%;
}

.image-3 {
  width: 150px;
  height: 10%;
  position: absolute;
  inset: 0%;
}

.image-39 {
  z-index: 999;
  opacity: .55;
  width: 20%;
  height: 15%;
  position: absolute;
  inset: 862% 0% 0% 80%;
}

.image-39-copy {
  z-index: 999;
  opacity: .41;
  transform-style: preserve-3d;
  width: 20%;
  height: 15%;
  position: absolute;
  inset: 862% 0% 0% -2%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-40 {
  transform-style: preserve-3d;
  width: 15%;
  height: 10%;
  position: relative;
  top: 171px;
  left: -487px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-duplicate {
  opacity: .42;
  mix-blend-mode: normal;
  width: 10%;
  height: 40%;
  position: relative;
  top: 62px;
  left: 443px;
}

.image-duplicate-copy {
  opacity: .42;
  mix-blend-mode: normal;
  width: 10%;
  height: 40%;
  position: relative;
  top: 62px;
  left: 485px;
}

.card-heading-2-copy {
  color: #fec77e;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Marcellus, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.12;
}

.button-5-copy-color {
  color: #000;
  background-color: #fff;
  border-radius: 4rem;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1;
}

.button-5-copy-color:hover, .button-5-copy-color.color-2 {
  background-color: #fff;
}

.button-5-copy-color.color-3 {
  color: #0b233f;
  background-color: #fec77e;
  border-radius: 4px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Marcellus, sans-serif;
}

.button-5-copy-color.color-1 {
  background-color: #fff;
}

.button-5-copy-colorr {
  color: #000;
  background-color: #fff;
  border-radius: 4rem;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1;
}

.button-5-copy-colorr:hover, .button-5-copy-colorr.color-2 {
  background-color: #fff;
}

.button-5-copy-colorr.color-3 {
  color: #0b233f;
  background-color: #fec77e;
  border-radius: 4px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-5-copy-colorr.color-1 {
  background-color: #fff;
}

.slide-image-mobile {
  z-index: 3;
  background-image: linear-gradient(#000000b8, #fff0), url('../images/tharpanam.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.slide-image-mobile.slide-image-two {
  background-image: linear-gradient(#000000b8, #fff0), url('../images/shirodhara-_02_large.webp');
}

.slide-image-copy-copy-mobile {
  z-index: 3;
  background-image: linear-gradient(#000000b8, #fff0), url('../images/tharpanam.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.slide-image-copy-copy-mobile.slide-image-two {
  background-image: linear-gradient(#000000b8, #fff0), url('../images/shirodhara-_02_large.webp');
}

.paragraph-35 {
  color: #e4b77b;
  width: auto;
  margin-bottom: 40px;
  font-family: Marcellus, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2rem;
}

.paragraph-36 {
  font-size: 1.5rem;
}

.button-5-copy {
  color: #000;
  background-color: #fff;
  border-radius: 4rem;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1;
}

.button-5-copy:hover, .button-5-copy.color-2 {
  background-color: #fff;
}

.button-5-copy.color-3 {
  color: #fec77e;
  background-color: #0b233f;
  border-radius: 4px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-5-copy.color-1 {
  background-color: #fff;
}

.button-5-copy.color-3-copy {
  color: #fec77e;
  background-color: #0b233f;
  border-radius: 4px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-image-copy {
  z-index: 3;
  background-image: linear-gradient(#000000b8, #fff0), url('../images/tharpanam.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.slide-image-copy.slide-image-two {
  background-image: linear-gradient(#000000b8, #fff0), url('../images/shirodhara-_02_large.webp');
}

.card-heading-2-copy {
  color: #fec77e;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.12;
}

.location-hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.image-41 {
  height: 25px;
}

.button-copy-for-navbar {
  color: #0b233f;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fec77e;
  border-radius: 4px;
  padding: 20px 24px;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-copy-for-navbar:hover {
  color: #fff;
  background-color: #fff;
}

.button-copy-for-navbar:active {
  color: #2f3726;
  background-color: #fff;
}

.button-copy-for-navbar.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-copy-for-navbar.cc-jumbo-button.cc-jumbo-white {
  float: left;
  color: #000;
  text-align: left;
  background-color: #ffaa98;
  border-radius: 10px;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.button-copy-for-navbar.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-copy-for-navbar.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-copy-for-navbar.cc-jumbo-button.cc-jumbo-white.gh-white-button {
  background-color: #fff;
}

.button-copy-for-navbar.cc-contact-us {
  z-index: 5;
  color: #8a6a42;
  -webkit-text-stroke-color: #0b233f;
  background-color: #fec77e;
  border: 1px solid #fec77e;
  border-radius: 10px;
  padding: 12px 15px;
  font-family: Lato, Trebuchet MS, sans-serif;
  position: relative;
}

.button-copy-for-navbar.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-copy-for-navbar.cc-white-button:hover {
  background-color: #fffc;
}

.button-copy-for-navbar.cc-white-button:active {
  background-color: #ffffffe6;
}

.button-copy-for-navbar.gh-button-orange {
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #e37866;
  border-radius: 5px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.button-copy-for-navbar.gh-button-orange:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #ffaa98;
  background-clip: border-box;
}

.button-copy-for-navbar.gh-button-orange._w-100 {
  text-align: center;
  background-color: #fec77e;
  width: 100%;
}

.button-copy-for-navbar.gh-button-orange._w-button {
  padding-left: 40px;
}

.button-copy-for-navbar.gh-button-white {
  opacity: 1;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 7px #ece6e6;
}

.button-copy-for-navbar.gh-button-orange {
  background-color: #303a26;
  display: inline;
}

.button-copy-for-navbar.gh-button-outline-orange {
  color: #e37866;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #e37866;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-37, .text-block-26, .bold-text-9 {
  font-family: Marcellus, sans-serif;
}

.button-outline-copy-mobile {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #9bbba6;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0b233f;
  background-clip: border-box;
  border: 1px solid #9bbba6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding-left: 46px;
  padding-right: 46px;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  transition: all .3s;
  display: none;
}

.button-outline-copy-mobile:hover {
  color: #000;
  background-color: #fff;
}

.know-more {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.button-for-know-more {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #9bbba6;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0b233f;
  background-clip: border-box;
  border: 1px solid #9bbba6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding-left: 46px;
  padding-right: 46px;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  transition: all .3s;
  display: none;
}

.button-for-know-more:hover {
  color: #000;
  background-color: #fff;
}

.link-block.was-whatsapp {
  text-decoration: none;
}

.div-block-50 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 145px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-42 {
  object-fit: cover;
  width: 50%;
}

@media screen and (min-width: 1280px) {
  .container {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .contact-form-wrap {
    max-width: 991px;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .get-in-touch-form, .text-block {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .columns {
    padding-top: 0;
  }

  .column {
    top: 60px;
  }

  .slider-heading {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .text-block-3 {
    font-size: 26px;
  }

  .gh-section.pb-0 {
    padding-top: 30px;
  }

  .gh-section.mt-2 {
    margin-top: 1rem;
  }

  .footer {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-section-heading-2.text-center.font-weight-500.mb-3 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 500;
  }

  .gh-section-heading-2.text-center.font-weight-600.mb-3 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .image-12 {
    width: 100px;
    height: 100px;
    margin-left: 30px;
    padding-left: 0;
  }

  .gh-page-heading {
    padding-left: 30px;
  }

  .gh-page-heading-2 {
    padding-left: 0;
  }

  .text-span-12, .body, .div-block-20 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-container-breadcrumb {
    max-width: 92%;
  }

  .text-span-14, .text-span-15, .text-span-17 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .text-span-18 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 55px;
  }

  .gh-heading {
    font-size: 50px;
  }

  .tab-prev-2, .tab-next-2 {
    display: block;
  }

  .tab-next-2.gh-section-pillars-next-button {
    padding-left: 0;
    right: -4%;
  }

  .column-27, .column-28, .column-29, .column-30, .div-block-32, .div-block-33, .font-ttcommons {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .text-center {
    font-family: Frankruhllibre, sans-serif;
    font-size: 42px;
  }

  .columns-10 {
    padding-top: 0;
  }

  .column-31 {
    top: 60px;
  }

  .container-9 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .text-block-17 {
    font-size: 26px;
  }

  .columns-12 {
    padding-top: 0;
  }

  .column-36 {
    top: 60px;
  }

  .text-span-28 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 55px;
  }

  .gh-section-6.pb-0 {
    padding-top: 30px;
  }
.banner 
    {
        padding-top: 240px !important;
        background-image: linear-gradient(#00000078, #00000078), url(../images/service-banner.png) !important;
    }
  .columns-14 {
    padding-top: 0;
  }

  .column-42 {
    top: 60px;
  }

  .text-span-34 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 55px;
  }

  .gh-section-8.mt-2 {
    margin-top: 1rem;
  }

  .container-default {
    max-width: 1250px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    flex-flow: column;
    font-family: Plus Jakarta Sans, sans-serif;
    display: flex;
  }

  .menu {
    margin-left: unset;
  }

  .navigation.gh-home-navigation {
    background-color: #0b233f;
  }

  .contact-form-wrap, .text-block {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .columns {
    padding-top: 0;
  }

  .column {
    top: 60px;
  }

  .slider-heading {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .text-block-3 {
    font-size: 26px;
    line-height: 35px;
  }

  .gh-section.gh-section-acs-services.pt-0 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section.gh-section-acs-services.mt-2 {
    margin-top: 2rem;
  }

  .gh-section.pb-0 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-section.gh-section-about-us-banner {
    padding-top: 0;
  }

  .footer {
    background-color: #0b233f;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .text-block-11.gh-location-banner-text {
    font-size: 32px;
    font-weight: 500;
  }

  .text-block-11.gh-location-banner-text.mt-3 {
    margin-top: 3rem;
  }

  .text-span-5 {
    float: none;
    clear: none;
    white-space: normal;
    position: static;
  }

  .gh-section-heading-2.text-center.font-weight-500.mb-3, .gh-section-heading-2.text-center.font-weight-600.mb-3 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .image-12 {
    margin-top: 0;
  }

  .gh-page-heading-2 {
    padding-left: 0;
  }

  .text-span-12, .body {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-container-breadcrumb {
    max-width: 92%;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .text-span-14, .text-span-15, .text-span-17, .text-span-18, .font-ttcommons {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .text-center {
    font-family: Frankruhllibre, sans-serif;
    font-size: 42px;
  }

  .gh-section-2.gh-section-acs-services.mt-2 {
    margin-top: 2rem;
  }

  .columns-10 {
    padding-top: 0;
  }

  .column-31 {
    top: 60px;
  }

  .container-9 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-section-5.gh-section-acs-services.mt-2 {
    margin-top: 2rem;
  }

  .gh-section-5.bg-light-blue.gh-section-2, .gh-section-5.bg-light-blue.gh-section-image-right {
    background-color: #0b233f;
  }

  .text-block-17 {
    font-size: 26px;
    line-height: 35px;
  }

  .columns-12 {
    padding-top: 0;
  }

  .column-36 {
    top: 60px;
  }

  .text-span-28, .gh-section-6.pb-0 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-section-7.gh-section-about-us-banner, .columns-14 {
    padding-top: 0;
  }

  .text-span-30 {
    float: none;
    clear: none;
    white-space: normal;
    position: static;
  }

  .column-42 {
    top: 60px;
  }

  .text-span-34 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-section-5-cta.gh-section-acs-services.mt-2 {
    margin-top: 2rem;
  }

  .input-relative.newsletter.footer-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .icon-embed-xsmall, .icon-embed-xsmall-8-copy-copy {
    color: #f6c07b;
  }

  .gh-section-5-copy.gh-section-acs-services.mt-2 {
    margin-top: 2rem;
  }

  .card-heading {
    font-size: 1.375rem;
  }

  .image-33 {
    padding-left: 20px;
  }

  .container-default {
    max-width: 1400px;
  }

  .container-1203.align-left {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    align-items: center;
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    display: block;
  }

  .container.height-100 {
    max-width: 1400px;
  }

  .container.container-wider {
    max-width: 1599px;
  }

  .container.container-small {
    max-width: 1200px;
  }

  .paragraph-bigger {
    color: #1d1d1b;
  }

  .paragraph-bigger.cc-bigger-white-light {
    color: #fff;
    margin-bottom: 50px;
  }

  .paragraph-bigger.font-weight-700 {
    font-weight: 700;
  }

  .button {
    color: #fec77e;
    background-color: #0b233f;
    border-radius: 4px;
    padding: 20px 24px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .button.cc-contact-us {
    padding: 10px 30px;
  }

  .button.gh-button-orange {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 17px 60px;
    display: inline;
  }

  .button.gh-button-orange:hover {
    color: #fff;
    background-color: #ffaa98;
  }

  .button.gh-button-orange._w-100 {
    background-color: #0b233f;
  }

  .button.gh-button-white {
    border-radius: 5px;
    padding: 15px 50px;
  }

  .button.gh-button-orange.w--current {
    border-radius: 5px;
  }

  .button.gh-button-outline-orange {
    text-transform: capitalize;
    transition: border-color .4s, background-color .4s, opacity .4s, color .4s;
  }

  .button.gh-button-outline-orange:hover {
    color: #fff;
    border-color: #fff;
  }

  .paragraph-light {
    color: #555554;
  }

  /* .menu {
    margin-left: 646px;
  } */

  .navigation.gh-home-navigation {
    box-shadow: none;
    background-color: #0b233f;
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 400;
  }

  .navigation.gh-home-navigation.home-no-shadow {
    box-shadow: 2px 2px 7px 5px #f0f0f0;
  }

  .navigation-item {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    transition-property: none;
  }

  .intro-header {
    height: 714px;
  }

  .intro-content.cc-homepage {
    margin-left: 50px;
    padding-top: 232px;
    padding-left: 220px;
  }

  .service-icon {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .contact-form-wrap {
    max-width: 1200px;
    padding: 60px 20px;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .get-in-touch-form {
    margin-left: 30px;
    margin-right: 0;
  }

  .text-field.cc-contact-field {
    max-width: 95%;
  }

  .text-field.cc-textarea.cc-contact-field {
    max-width: 96%;
  }

  .text-block {
    color: #1d1d1b;
    letter-spacing: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 18px;
  }

  .link {
    cursor: pointer;
  }

  .link:hover {
    text-shadow: none;
  }

  .text-block-2 {
    letter-spacing: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 16px;
  }

  .heading-jumbo-plus-jakarta {
    padding-bottom: 0;
  }

  .image {
    margin-right: -10px;
  }

  .columns {
    background-image: url('../images/green-glow.png');
    background-position: 13% 81%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: wrap;
    flex: 1;
    place-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .paragraph {
    font-size: 26px;
    line-height: 35px;
  }

  .paragraph.intro-paragraph {
    max-width: 581px;
    font-family: Ttcommons, sans-serif;
    font-size: 58px;
    font-weight: 500;
    line-height: 58px;
    display: inline;
    inset: 0% auto auto 0%;
  }

  .paragraph.intro-paragraph.changing-lives-headi {
    font-size: 32.5px;
  }

  .paragraph.guaranteed-1 {
    font-size: 24.5px;
  }

  .paragraph.guaranteed-2 {
    margin-right: 50px;
    font-size: 24.5px;
  }

  .paragraph.guaranteed-3 {
    font-size: 24.5px;
  }

  .column {
    flex-direction: row;
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 220px;
    display: flex;
    top: 60px;
  }

  .changing-lives-div {
    padding-bottom: 20px;
  }

  .slide-nav {
    display: none;
  }

  .slide {
    background-image: url('../images/howitworks-1.png');
    background-position: 84%;
    background-repeat: no-repeat;
    background-size: 600px;
    background-attachment: scroll;
    min-height: auto;
  }

  .slider-content {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .slider-heading {
    margin-top: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 600;
  }

  .icon.gh-slider-nav-left {
    color: #0000;
    background-color: #0000;
    background-image: url('../images/left-arrow-green-circle.svg');
    background-position: 0 0;
    background-size: auto;
    width: 100px;
    height: 100px;
  }

  .icon-2 {
    color: #0000;
    background-color: #0000;
    background-image: url('../images/right-arrow-green-circle.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .icon-2.gh-slider-nav-right {
    width: 100px;
    height: 100px;
    margin-top: 200px;
    margin-bottom: 200px;
    inset: auto;
  }

  .link-2 {
    margin-left: 20px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .link-2.w--current {
    font-family: Ttcommons, sans-serif;
    font-size: 20px;
  }

  .heading-2 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .columns-3 {
    flex-flow: row;
    place-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .heading-3 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .columns-4 {
    font-family: Ttcommons, sans-serif;
  }

  .gh-section-services {
    border: 1px #b5b3ab;
    border-bottom-style: solid;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .gh-section-services.gh-section {
    border-bottom-style: none;
    padding-bottom: 80px;
  }

  .div-block-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 221px;
    display: flex;
    position: static;
    inset: auto 0% 9% 9%;
  }

  .div-block-3 {
    align-items: center;
    width: 180px;
    overflow: auto;
  }

  .text-block-3 {
    text-indent: 0;
    white-space: normal;
    padding-right: 80px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
  }

  .heading-5 {
    margin-top: 10px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 30px;
    font-weight: 600;
  }

  .slider-ourpillars-of-quality {
    height: 673px;
  }

  .slider-ourpillars-of-quality.gh-slider-ourpillars-of-quality-3 {
    font-family: Ttcommons, sans-serif;
  }

  .div-block-6 {
    max-width: 594px;
  }

  .text-block-4 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 22px;
  }

  .heading-9 {
    font-family: Frankruhllibre, sans-serif;
    font-size: 35px;
  }

  .gh-border-box {
    border-color: #b5b3ab;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .gh-section-heading {
    max-width: none;
    font-family: Marcellus, sans-serif;
    font-size: 42px;
    font-weight: 400;
  }

  .gh-section-heading.text-left {
    font-family: Frankruhllibre, sans-serif;
  }

  .gh-section-heading.text-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
    font-family: Frankruhllibre, sans-serif;
    display: block;
  }

  .gh-section-heading.text-center.font-ttcommons {
    font-family: Ttcommons, sans-serif;
  }

  .gh-section-heading.gh-section-session-heading {
    max-width: 400px;
  }

  .gh-section {
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section.bg-light-blue.gh-section-2 {
    margin-top: 40px;
  }

  .gh-section.bg-light-blue.gh-section-image-right {
    min-height: auto;
  }

  .gh-section.gh-section-acs-services {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .gh-section.gh-section-acs-services.mt-2 {
    margin-top: 2rem;
  }

  .gh-section.py-0 {
    padding-top: 40px;
  }

  .gh-section.pb-0 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-section.pb-0.mt-2 {
    margin-top: 2rem;
  }

  .gh-section.gh-section-about-us-banner {
    padding-top: 0;
  }

  .gh-section.gh-section-services {
    padding-top: 20px;
  }

  .gh-section.pt-0 {
    padding-top: 60px;
  }

  .gh-section.pt-0.pb-1 {
    padding-bottom: 1rem;
  }

  .gh-section.mt-2 {
    margin-top: 0;
  }

  .text-block-5 {
    margin-bottom: 50px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 20px;
    line-height: 32px;
  }

  .tabs-menu {
    display: block;
  }

  .footer {
    background-color: #0b233f;
    padding-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .footer-image {
    cursor: pointer;
    background-color: #0000;
    background-image: none;
  }

  .footer-heading {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .footer-link {
    font-family: Marcellus, sans-serif;
  }

  .footer-link:hover {
    color: #f3f3f3;
    text-decoration: none;
  }

  .image-4 {
    cursor: pointer;
  }

  .link-3 {
    color: #121252;
    cursor: pointer;
    text-decoration: none;
  }

  .gh-cppyright {
    color: #121252;
    text-align: center;
    cursor: auto;
    padding: 15px 20px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }

  .accordion-item-2.accordion-item-last {
    border-style: none none solid;
    border-color: #000 #000 #e7e7ee;
  }

  .accordion-item-2.accordion-item-last.border-none {
    border-bottom-style: none;
  }

  .accordion__title {
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .div-block-10 {
    left: 13%;
  }

  .div-block-10.gh-slider-inner-text-block {
    padding-top: 60px;
    padding-bottom: 60px;
    top: 45%;
  }

  .text-block-7 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 26px;
  }

  .paragraph-3 {
    padding-top: 45px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .text-block-8 {
    padding-bottom: 20px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 22px;
    line-height: 35px;
  }

  .column-15 {
    background-image: url('../images/pillar-client-experience-image.png');
    background-size: cover;
    top: 5%;
  }

  .column-15.gh-slider-image-whole-person {
    background-image: url('../images/pillar-whole-person-image.png');
  }

  .column-15.gh-slider-image-learning-development {
    background-image: url('../images/pillar-learning-development-image.png');
  }

  .gh-slider-pillars {
    min-height: 672px;
  }

  .div-block-11 {
    background-color: #fff;
  }

  .right-arrow-2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100px;
    display: block;
  }

  .left-arrow-2 {
    width: 100px;
  }

  .slider-2 {
    min-height: 400px;
  }

  .gh-slider-how-it-works {
    min-height: 500px;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 40px;
    display: flex;
  }

  .column-16 {
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-4 {
    padding-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .text-block-9 {
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .text-block-10 {
    font-family: Ttcommons, sans-serif;
    font-size: 28px;
    font-weight: 600;
  }

  .paragraph-5, .paragraph-6, .paragraph-7 {
    font-family: Ttcommons, sans-serif;
  }

  .div-block-13 {
    max-width: 629px;
    padding-left: 101px;
  }

  .bold-text {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 20px;
  }

  .text-span-2, .text-span-3 {
    text-decoration: underline;
  }

  .text-span-4 {
    font-weight: 600;
    text-decoration: underline;
  }

  .image-6, .image-7 {
    width: 60px;
    height: 60px;
  }

  .gh-accordion-title-text {
    font-size: 26px;
    font-weight: 600;
  }

  .paragraph-8 {
    font-family: Ttcommons, sans-serif;
    font-size: 25px;
    font-weight: 500;
  }

  .gh-accordion-item-body {
    padding-left: 0;
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .gh-accordion-item-body.color-light-gray {
    color: #555554;
  }

  .div-block-14 {
    align-items: center;
    font-family: Plus Jakarta Sans, sans-serif;
    display: flex;
  }

  .image-8 {
    margin-right: 20px;
  }

  .text-block-11 {
    padding-left: 60px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .text-span-5 {
    text-decoration: none;
  }

  .text-span-6 {
    font-family: Frankruhllibre, sans-serif;
    font-size: 53px;
  }

  .text-span-7 {
    font-size: 53px;
  }

  .image-9 {
    margin-top: 0;
  }

  .column-17 {
    flex-flow: row;
    place-content: flex-end space-around;
    align-items: flex-end;
    display: flex;
  }

  .column-18 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .columns-7 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .div-block-15 {
    color: #555554;
    text-align: center;
  }

  .div-block-16, .div-block-17 {
    text-align: center;
  }

  .div-block-18 {
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    position: relative;
  }

  .image-10 {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .image-11 {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .paragraph-9 {
    color: #e37866;
    text-align: center;
    font-family: Frankruhllibre, sans-serif;
    font-size: 38px;
    line-height: 38px;
  }

  .gh-section-heading-2 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 32px;
    font-weight: 600;
  }

  .gh-section-heading-2.text-center {
    text-align: center;
  }

  .gh-section-heading-2.text-center.font-weight-500 {
    font-weight: 500;
  }

  .gh-section-heading-2.text-center.font-weight-500.mb-3 {
    margin-bottom: 3rem;
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 600;
  }

  .gh-section-heading-2.text-center.font-weight-600.mb-3 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 600;
  }

  .gh-section.pb-0 {
    padding-bottom: 0;
  }

  .gh-section.pb-0.border-bottom {
    border-top: 1px #000;
    border-bottom: 1px solid #b5b3ab;
    border-left: 1px #b5b3ab;
    border-right: 1px #000;
  }

  .image-12 {
    cursor: pointer;
    width: 100px;
    height: 100px;
    margin-top: 0;
    margin-left: 51px;
    padding-left: 0;
  }

  .paragraph-12 {
    margin-top: 0;
  }

  .text-span-11 {
    text-decoration: underline;
  }

  .gh-page-heading-2 {
    padding-left: 0;
  }

  .text-span-12, .body {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-section {
    width: Infinity% ;
  }

  .gh-form-select {
    max-width: 95%;
  }

  .gh-container-breadcrumb {
    max-width: 74%;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-bread-crumb-text {
    max-width: none;
  }

  .link-5 {
    display: inline;
  }

  .text-span-14 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .div-block-22 {
    background-position: 0 0;
    background-size: contain;
    padding-bottom: 60px;
  }

  .text-span-15 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-section-banner-inner {
    /*max-width: 576px;*/
    /*margin-left: 70px;*/
    position: relative;
  }

  .text-span-16 {
    font-family: Frankruhllibre, sans-serif;
    font-size: 53px;
  }

  .text-span-17 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .text-span-18 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 53px;
  }

  .gh-heading {
    margin-bottom: 60px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 56px;
    line-height: 58px;
  }

  .gh-section-acs-services-heading {
    margin-bottom: 40px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 39px;
  }

  .gh-section-acs-services-text {
    margin-bottom: 40px;
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 32px;
  }

  .gh-section-about-banner-text {
    max-width: none;
    padding-left: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 20px;
    line-height: 35px;
  }

  .gh-section-about-banner-text.gh-section-banner-text-hide {
    max-width: none;
    margin-top: 20px;
  }

  .container-8 {
    max-width: 1px;
  }

  .image-15 {
    min-width: 651px;
    max-width: none;
  }

  .heading-11 {
    text-align: center;
    font-family: Ttcommons, sans-serif;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Area";
  }

  .paragraph-14 {
    font-family: Frankruhllibre, sans-serif;
  }

  .image-16 {
    float: right;
    text-align: right;
    width: 100px;
    height: 100px;
    display: block;
  }

  .div-block-25 {
    padding: 40px;
  }

  .image-19 {
    max-width: 530px;
  }

  .image-20 {
    margin-top: 0;
  }

  .div-block-28 {
    width: 450px;
  }

  .gh-section-pillars-tab-pane {
    min-height: 650px;
  }

  .column-24, .column-25 {
    display: block;
  }

  .link-8, .link-9 {
    display: inline;
  }

  .heading-14 {
    padding-bottom: 20px;
  }

  .link-10 {
    text-decoration: none;
  }

  .link-10.w--current {
    color: #fff;
  }

  .bold-text-3 {
    font-size: 50px;
    font-weight: 500;
  }

  .text-span-19 {
    font-size: 56px;
  }

  .text-span-23 {
    color: #112419;
    font-weight: 400;
  }

  .text-center {
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 42px;
  }

  .button-3.gh-button-white {
    border-radius: 5px;
    padding: 15px 50px;
  }

  .button-3.gh-button-orange.w--current {
    border-radius: 5px;
  }

  .button-3.gh-button-orange {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 17px 60px;
    display: inline;
  }

  .button-3.gh-button-orange:hover {
    color: #fff;
    background-color: #ffaa98;
  }

  .button-3.gh-button-orange.auto {
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .button-3.gh-button-orange.auto:hover {
    background-color: #4e5f38e6;
  }

  .intro-header-2 {
    height: 714px;
  }

  .gh-section-2 {
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-2.gh-section-acs-services {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .gh-section-2.gh-section-acs-services.mt-2 {
    margin-top: 2rem;
  }

  .columns-10 {
    background-image: url('../images/green-glow.png');
    background-position: 13% 81%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: wrap;
    flex: 1;
    place-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .gh-section-acs-services-heading-2 {
    margin-bottom: 40px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 39px;
  }

  .div-block-34 {
    max-width: 629px;
    padding-left: 101px;
  }

  .column-31 {
    flex-direction: row;
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 220px;
    display: flex;
    top: 60px;
  }

  .image-22 {
    margin-right: -10px;
  }

  .gh-section-3 {
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-3.pt-0 {
    padding-top: 60px;
  }

  .container-9 {
    max-width: 1600px;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .container-9.height-100 {
    max-width: 1400px;
  }

  .container-9.container-small {
    max-width: 1200px;
  }

  .paragraph-18 {
    font-size: 26px;
    line-height: 35px;
  }

  .paragraph-18.guaranteed-1 {
    font-size: 24.5px;
  }

  .text-block-16 {
    letter-spacing: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 16px;
  }

  .gh-section-4 {
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-4.bg-light-blue.gh-section-2 {
    margin-top: 40px;
  }

  .paragraph-19 {
    font-size: 26px;
    line-height: 35px;
  }

  .gh-section-5 {
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-5.gh-section-acs-services {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .gh-section-5.gh-section-acs-services.mt-2 {
    margin-top: 2rem;
  }

  .gh-section-5.pt-0 {
    padding-top: 60px;
  }

  .gh-section-5.gh-section-services {
    padding-top: 20px;
  }

  .gh-section-5.py-0 {
    padding-top: 40px;
  }

  .gh-section-5.bg-light-blue.gh-section-2 {
    background-color: #0b233f;
    margin-top: 40px;
  }

  .gh-section-5.bg-light-blue.gh-section-image-right {
    background-color: #0b233f;
    min-height: auto;
  }

  .text-span-25 {
    font-weight: 600;
    text-decoration: underline;
  }

  .div-block-36 {
    max-width: 594px;
  }

  .text-block-17 {
    text-indent: 0;
    white-space: normal;
    padding-right: 80px;
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 35px;
  }

  .text-block-18 {
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 26px;
  }

  .tabs-menu-3 {
    display: block;
  }

  .heading-15 {
    font-family: Marcellus, sans-serif;
    font-size: 35px;
  }

  .columns-12 {
    flex-flow: wrap;
    flex: 1;
    place-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .paragraph-20 {
    padding-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .div-block-37 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 221px;
    display: flex;
    position: static;
    inset: auto 0% 9% 9%;
  }

  .image-23 {
    width: 60px;
    height: 60px;
  }

  .div-block-38 {
    align-items: center;
    font-family: Plus Jakarta Sans, sans-serif;
    display: flex;
  }

  .gh-section-acs-services-heading-3 {
    margin-bottom: 40px;
    font-family: Marcellus, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 3rem;
  }

  .text-block-19 {
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 22px;
  }

  .heading-16 {
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .paragraph-22 {
    padding-top: 45px;
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .div-block-39 {
    max-width: none;
  }

  .link-21 {
    margin-left: 20px;
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .link-21.w--current {
    font-family: Ttcommons, sans-serif;
    font-size: 20px;
  }

  .text-block-20 {
    padding-bottom: 20px;
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 22px;
    line-height: 35px;
  }

  .column-36 {
    flex-direction: row;
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 220px;
    display: flex;
    top: 60px;
  }

  .div-block-40 {
    align-items: center;
    width: 180px;
    overflow: auto;
  }

  .image-24 {
    margin-right: 20px;
  }

  .div-block-43 {
    left: 13%;
  }

  .div-block-43.gh-slider-inner-text-block {
    padding-top: 60px;
    padding-bottom: 60px;
    top: 45%;
  }

  .heading-17 {
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .text-block-21 {
    margin-bottom: 50px;
    font-family: Marcellus, sans-serif;
    font-size: 20px;
    line-height: 32px;
  }

  .text-span-28 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 53px;
  }

  .heading-18 {
    color: #0b233f;
    margin-top: 10px;
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 30px;
    font-weight: 600;
  }

  .column-39 {
    background-image: url('../images/pillar-client-experience-image.png');
    background-size: cover;
    top: 5%;
  }

  .column-39.gh-slider-image-learning-development {
    background-image: url('../images/pillar-learning-development-image.png');
  }

  .column-39.gh-slider-image-whole-person {
    background-image: url('../images/pillar-whole-person-image.png');
  }

  .image-25 {
    margin-right: -10px;
  }

  .paragraph-23 {
    font-size: 26px;
    line-height: 35px;
  }

  .paragraph-23.guaranteed-1 {
    font-size: 24.5px;
  }

  .columns-13 {
    font-family: Ttcommons, sans-serif;
  }

  .text-block-22 {
    letter-spacing: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 16px;
  }

  .image-26 {
    width: 60px;
    height: 60px;
  }

  .gh-section-heading-copy {
    max-width: none;
    font-family: Frankruhllibre, sans-serif;
    font-size: 42px;
    font-weight: 400;
  }

  .gh-section-heading-copy.text-left {
    font-family: Frankruhllibre, sans-serif;
  }

  .gh-section-heading-copy.text-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
    font-family: Frankruhllibre, sans-serif;
    display: block;
  }

  .gh-section-heading-copy.text-center.font-ttcommons {
    font-family: Ttcommons, sans-serif;
  }

  .gh-section-heading-copy.gh-section-session-heading {
    max-width: 400px;
  }

  .gh-section-6 {
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-6.pb-0 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .link-23 {
    display: inline;
  }

  .gh-section-7 {
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-7.gh-section-about-us-banner {
    padding-top: 0;
  }

  .columns-14 {
    background-image: url('../images/green-glow.png');
    background-position: 13% 81%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: wrap;
    flex: 1;
    place-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .text-span-30 {
    text-decoration: none;
  }

  .text-span-31, .text-span-32 {
    font-family: Frankruhllibre, sans-serif;
    font-size: 53px;
  }

  .text-block-23 {
    padding-left: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .column-41 {
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-42 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: row;
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 220px;
    display: flex;
    top: 60px;
  }

  .text-span-34 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 53px;
  }

  .image-27 {
    margin-right: -10px;
  }

  .gh-section-8 {
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-8.mt-2 {
    margin-top: 0;
  }

  .image-28 {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .paragraph-24 {
    color: #fec77e;
    text-align: center;
    font-family: Frankruhllibre, sans-serif;
    font-size: 38px;
    line-height: 38px;
  }

  .div-block-44 {
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    position: relative;
  }

  .image-29 {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .gh-section-9 {
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-45 {
    text-align: center;
  }

  .div-block-46 {
    color: #555554;
    text-align: center;
  }

  .div-block-47 {
    text-align: center;
  }

  .gh-section-heading-2 {
    max-width: none;
    font-family: Frankruhllibre, sans-serif;
    font-size: 42px;
    font-weight: 400;
  }

  .paragraph-25 {
    font-size: 26px;
    line-height: 35px;
  }

  .gh-section-10 {
    width: Infinity% ;
  }

  .gh-section-11 {
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-19 {
    font-family: Frankruhllibre, sans-serif;
    font-size: 35px;
  }

  .text-block-24 {
    margin-bottom: 50px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 20px;
    line-height: 32px;
  }

  .column-39-copy {
    background-image: url('../images/pillar-client-experience-image.png');
    background-size: cover;
    top: 5%;
  }

  .column-39-copy.gh-slider-image-learning-development {
    background-image: url('../images/pillar-learning-development-image.png');
  }

  .column-39-copy.gh-slider-image-whole-person {
    background-image: url('../images/pillar-whole-person-image.png');
  }

  .gh-section-heading-copy-copy {
    max-width: none;
    font-family: Frankruhllibre, sans-serif;
    font-size: 42px;
    font-weight: 400;
  }

  .gh-section-heading-copy-copy.text-left {
    font-family: Frankruhllibre, sans-serif;
  }

  .gh-section-heading-copy-copy.text-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
    font-family: Frankruhllibre, sans-serif;
    display: block;
  }

  .gh-section-heading-copy-copy.text-center.font-ttcommons {
    font-family: Ttcommons, sans-serif;
  }

  .gh-section-heading-copy-copy.gh-section-session-heading {
    max-width: 400px;
  }

  .gh-section-heading-copy-copy._12.services {
    margin-right: 60px;
  }

  .image-wrapper-overlay {
    height: 714px;
  }

  .gh-section-5-cta {
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-5-cta.gh-section-acs-services {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .gh-section-5-cta.gh-section-acs-services.mt-2 {
    margin-top: 2rem;
  }

  .gh-section-5-cta.pt-0 {
    padding-top: 60px;
  }

  .gh-section-5-cta.gh-section-services {
    padding-top: 20px;
  }

  .gh-section-5-cta.py-0 {
    padding-top: 40px;
  }

  .gh-section-5-cta.bg-light-blue.gh-section-2 {
    margin-top: 40px;
  }

  .gh-section-5-cta.bg-light-blue.gh-section-image-right {
    min-height: auto;
  }

  .error-message {
    color: #ff2a2a;
    background-color: #fff2f2;
    border-radius: 80px;
    margin-top: 27px;
    padding: 19px 28px;
  }

  .cta-card-image {
    max-width: 111%;
    bottom: -24%;
    left: -7%;
  }

  .cta-card-image.white {
    bottom: -8%;
  }

  .cta-card {
    padding: 80px 56px 420px;
  }

  .input-relative::placeholder {
    color: #615e83;
    font-size: 16px;
  }

  .sticky-wrap {
    height: 70vh;
  }

  .scroll-inner {
    justify-content: center;
    align-items: center;
  }

  .paragraph-27 {
    color: #f6c07b;
  }

  .gh-section-5-copy {
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-5-copy.gh-section-acs-services {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .gh-section-5-copy.gh-section-acs-services.mt-2 {
    margin-top: 2rem;
  }

  .gh-section-5-copy.pt-0 {
    padding-top: 60px;
  }

  .gh-section-5-copy.gh-section-services {
    padding-top: 20px;
  }

  .gh-section-5-copy.py-0 {
    padding-top: 40px;
  }

  .gh-section-5-copy.bg-light-blue.gh-section-2 {
    margin-top: 40px;
  }

  .gh-section-5-copy.bg-light-blue.gh-section-image-right {
    min-height: auto;
  }

  .main-section {
    border: 1px solid #0000;
  }

  .cards-container {
    margin-left: auto;
    margin-right: auto;
  }

  .button-5.color-3, .button-5.color-3-copy {
    color: #fec77e;
  }

  .card-slide.color-1 {
    color: #0b233f;
  }

  .image-33 {
    margin-left: 180px;
  }

  .home-hero-image {
    width: 55%;
    top: 10%;
    left: -5%;
  }

  .alternate-service-section {
    height: 36%;
    padding-top: 0;
  }

  .sticky-wrap-copy {
    height: 70vh;
  }

  .scroll-inner-copy-for-copy-n {
    justify-content: center;
    align-items: center;
  }

  .container-default {
    max-width: 1500px;
  }

  .link-25 {
    text-align: left;
  }

  .heading-106 {
    font-weight: 400;
  }

  .button-3-copy.gh-button-white {
    border-radius: 5px;
    padding: 15px 50px;
  }

  .button-3-copy.gh-button-orange.w--current {
    border-radius: 5px;
  }

  .button-3-copy.gh-button-orange.auto._112:hover {
    color: #fec77e;
    background-color: #fff;
  }

  .button-3-copy.gh-button-orange {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 17px 60px;
    display: inline;
  }

  .button-3-copy.gh-button-orange:hover {
    color: #fff;
    background-color: #ffaa98;
  }

  .button-3-copy.gh-button-orange.auto {
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .button-3-copy.gh-button-orange.auto:hover {
    background-color: #4e5f38e6;
  }

  .hero-header-2 {
    font-size: 5.4rem;
  }

  .container-1203.align-left {
    font-size: 5rem;
  }

  .slide-image {
    background-image: linear-gradient(#000000b8, #fff0), url('../images/Podi-Kizi-1.webp');
  }

  .button-outline {
    color: #fff;
    background-color: #0b233f;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .image-38 {
    height: 25%;
    top: 100%;
  }

  .image-39 {
    z-index: 0;
    top: 75%;
  }

  .image-39-copy {
    top: 814%;
  }

  .image-40 {
    left: -605px;
  }

  .image-duplicate {
    width: 10%;
    height: 20%;
    top: 67px;
    left: 467px;
  }

  .image-duplicate-copy {
    width: 10%;
    height: 20%;
    top: 67px;
    left: 500px;
  }

  .button-5-copy-color.color-3 {
    color: #0b233f;
    background-color: #fec77e;
  }

  .button-5-copy-colorr.color-3 {
    color: #0b233f;
  }

  .slide-image-mobile, .slide-image-copy, .slide-image-copy-copy-mobile {
    background-image: linear-gradient(#000000b8, #fff0), url('../images/tharpanam.jpg');
  }

  .button-5-copy.color-3, .button-5-copy.color-3-copy {
    color: #fec77e;
  }

  .slide-image-copy {
    background-image: linear-gradient(#000000b8, #fff0), url('../images/tharpanam.jpg');
  }

  .button-copy-for-navbar {
    color: #fec77e;
    background-color: #fec985;
    border-radius: 4px;
    padding: 20px 24px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .button-copy-for-navbar.cc-contact-us {
    padding: 10px 30px;
  }

  .button-copy-for-navbar.gh-button-orange {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 17px 60px;
    display: inline;
  }

  .button-copy-for-navbar.gh-button-orange:hover {
    color: #fff;
    background-color: #ffaa98;
  }

  .button-copy-for-navbar.gh-button-orange._w-100 {
    background-color: #0b233f;
  }

  .button-copy-for-navbar.gh-button-white {
    border-radius: 5px;
    padding: 15px 50px;
  }

  .button-copy-for-navbar.gh-button-orange.w--current {
    border-radius: 5px;
  }

  .button-copy-for-navbar.gh-button-outline-orange {
    text-transform: capitalize;
    transition: border-color .4s, background-color .4s, opacity .4s, color .4s;
  }

  .button-copy-for-navbar.gh-button-outline-orange:hover {
    color: #fff;
    border-color: #fff;
  }

  .button-outline-copy-mobile, .button-for-know-more {
    color: #fff;
    background-color: #0b233f;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.gh-button-orange {
    margin-bottom: 40px;
  }

  .button.gh-button-orange.w--current {
    margin-bottom: 0;
  }

  .button.gh-button-outline-orange {
    font-size: 14px;
  }

  .paragraph-light {
    max-width: 600px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    /* margin-left: 30px; */
    position: static;
  }

  .navigation-wrap {
    background-color: #0b233f;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0 40px 0 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-content.cc-homepage {
    padding-top: 180px;
    padding-left: 40px;
    display: block;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
    margin-left: 0;
  }

  .text-field.cc-contact-field {
    max-width: 100%;
  }

  .text-field.cc-textarea.cc-contact-field {
    max-width: 97%;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .heading-jumbo-plus-jakarta {
    width: 650px;
    font-size: 56px;
    line-height: 70px;
  }

  .image {
    margin-top: 40px;
  }

  .columns {
    justify-content: flex-start;
    display: block;
  }

  .column {
    padding-top: 0;
    padding-left: 30px;
  }

  .slide {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .slider-content {
    max-width: none;
  }

  .div-block {
    display: block;
  }

  .column-6 {
    margin-top: 20px;
    display: block;
  }

  .columns-3 {
    flex-direction: column;
    display: flex;
  }

  .gh-section-services.gh-section {
    padding-top: 40px;
  }

  .text-block-3 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .gh-border-box {
    font-family: Ttcommons, sans-serif;
  }

  .gh-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section.bg-light-blue.gh-section-2 {
    height: auto;
  }

  .gh-section.gh-section-acs-services.mt-2 {
    margin-top: 0;
    padding-top: 40px;
  }

  .gh-section.pb-0 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-section.py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gh-section.gh-section-about-us-banner {
    padding-top: 40px;
  }

  .gh-section.pt-0 {
    padding-top: 0;
  }

  .gh-section.mt-2 {
    margin-top: 1rem;
  }

  .image-left-top-radius {
    width: auto;
    margin-top: 40px;
    position: static;
    overflow: visible;
  }

  .text-block-5 {
    margin-bottom: 40px;
  }

  .footer {
    color: #404040;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-image {
    height: auto;
  }

  .image-4 {
    margin-top: 20px;
  }

  .db-fixed-nav-headline {
    text-align: left;
  }

  .shrink-box-button-2 {
    font-size: 12px;
  }

  .db-logo-wrapper {
    background-color: #1d1d1d;
  }

  .db-mobile-fixed-nav {
    display: flex;
  }

  .flex-body.gh-hide.gh-show {
    display: block;
  }

  .db-show-tab {
    cursor: pointer;
    background-color: #0f0f0f;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 25px;
    height: 25px;
    padding: 2px 5px;
    position: absolute;
    bottom: -25px;
    right: 20px;
  }

  .accordion__content {
    width: auto;
  }

  .div-block-10.gh-slider-inner-text-block {
    width: 85%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    position: relative;
    top: 0;
    left: 0;
  }

  .column-15, .column-15.pillar-image-client {
    display: none;
  }

  .div-block-12 {
    text-align: left;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }

  .gh-accordion-item-body.color-light-gray.ml-0, .gh-accordion-item-body.gh-section-how-it-works-text {
    margin-left: 0;
  }

  .text-block-11 {
    padding-left: 30px;
  }

  .column-17 {
    display: none;
  }

  .column-18 {
    flex-flow: column;
  }

  .columns-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15, .div-block-16 {
    margin-bottom: 40px;
  }

  .gh-section-heading-2.text-center.font-weight-500.mb-3 {
    margin-bottom: 3rem;
  }

  .gh-section.pb-0.border-bottom {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    border-bottom-style: none;
    min-height: auto;
  }

  .column-20 {
    margin-bottom: 60px;
  }

  .gh-page-heading {
    padding-left: 10px;
  }

  .div-block-20 {
    margin-left: 0;
  }

  .gh-container-breadcrumb {
    max-width: 91%;
  }

  .text-span-17 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-section-acs-services-text {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }

  .gh-section-about-banner-text {
    padding-left: 30px;
  }

  .column-22 {
    display: none;
    overflow: auto;
  }

  .columns-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gh-concern-item {
    width: 300px;
    height: 300px;
  }

  .gh-concerns {
    flex-flow: wrap;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .tab-wrapper {
    display: block;
  }

  .tab-wrapper.gh-hide {
    display: none;
  }

  .tab-prev-2 {
    display: block;
  }

  .tab-next-2 {
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 0;
    display: block;
    bottom: 35%;
    right: -6%;
  }

  .tab-next-2.gh-section-pillars-next-button {
    right: -6%;
  }

  .div-block-29 {
    display: none;
  }

  .div-block-30, .div-block-31 {
    display: block;
  }

  .gh-section-pillars-tab-pane {
    border-radius: 25px;
    min-height: 0;
  }

  .link-12 {
    display: inline;
  }

  .text-center {
    font-size: 3rem;
  }

  .button-3 {
    justify-content: center;
  }

  .button-3.gh-button-orange.w--current {
    margin-bottom: 0;
  }

  .button-3.gh-button-orange {
    margin-bottom: 40px;
  }

  .gh-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-2.gh-section-acs-services.mt-2 {
    margin-top: 0;
    padding-top: 40px;
  }

  .columns-10 {
    justify-content: flex-start;
    display: block;
  }

  .column-31 {
    padding-top: 0;
    padding-left: 30px;
  }

  .image-22 {
    margin-top: 40px;
  }

  .gh-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-3.pt-0 {
    padding-top: 0;
  }

  .gh-section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-4.bg-light-blue.gh-section-2 {
    height: auto;
  }

  .gh-section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-5.gh-section-acs-services.mt-2 {
    margin-top: 0;
    padding-top: 40px;
  }

  .gh-section-5.pt-0 {
    padding-top: 0;
  }

  .gh-section-5.bg-light-blue.gh-section-2 {
    height: auto;
  }

  .text-block-17 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .testimonial-author-image {
    width: 56px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .columns-12 {
    justify-content: flex-start;
    display: block;
  }

  .column-36 {
    padding-top: 0;
    padding-left: 30px;
  }

  .testimonial-text {
    text-align: center;
    position: static;
  }

  .div-block-43.gh-slider-inner-text-block {
    width: 85%;
    min-width: 0;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    position: relative;
    top: 0;
    left: 0;
  }

  .text-block-21 {
    margin-bottom: 40px;
  }

  .column-39, .column-39.pillar-image-client {
    display: none;
  }

  .image-25 {
    margin-top: 40px;
  }

  .testimonial-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    position: static;
  }

  .gh-section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-6.pb-0 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-7.gh-section-about-us-banner {
    padding-top: 40px;
  }

  .columns-14 {
    justify-content: flex-start;
    display: block;
  }

  .text-block-23 {
    padding-left: 30px;
  }

  .column-42 {
    padding-top: 0;
    padding-left: 30px;
  }

  .image-27 {
    margin-top: 40px;
  }

  .gh-section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-8.mt-2 {
    margin-top: 1rem;
  }

  .gh-section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-45, .div-block-46 {
    margin-bottom: 40px;
  }

  .gh-section-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-24 {
    margin-bottom: 40px;
  }

  .column-39-copy, .column-39-copy.pillar-image-client {
    display: none;
  }

  .image-wrapper {
    width: auto;
  }

  .gh-section-heading-copy-copy._12 {
    color: var(--black);
  }

  .gh-section-5-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-5-cta.gh-section-acs-services.mt-2 {
    margin-top: 0;
    padding-top: 40px;
  }

  .gh-section-5-cta.pt-0 {
    padding-top: 0;
  }

  .gh-section-5-cta.bg-light-blue.gh-section-2 {
    height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-copy.margin-small {
    width: 700px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .vas-heading {
    font-size: 4.5rem;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .padding-section-large-7 {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cloneable-container-default {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .grid-header {
    grid-template-columns: .7fr 1fr;
  }

  .lightbox-video---brix {
    height: auto;
  }

  .mask---brix {
    margin-left: 20px;
  }

  .mask---brix.testimonial-v2---brix {
    margin-left: 80px;
    margin-right: 80px;
  }

  .mask---brix.testimonial-v1---brix {
    margin-left: 0;
  }

  .cta-card-image {
    bottom: -19%;
  }

  .cta-card-image.white {
    bottom: -4%;
  }

  .cta-card {
    border-radius: 32px;
    padding: 64px 30px 80%;
  }

  .card---brix.testimonial-v2---brix {
    flex-direction: column;
  }

  .card---brix.testimonial-v3---brix {
    margin-bottom: 32px;
  }

  .card---brix.testimonial-v1---brix {
    padding-left: 48px;
    padding-right: 48px;
  }

  .split-content---brix.lightbox-wrapper---brix {
    max-height: 300px;
    display: flex;
  }

  .split-content---brix.testimonial-v3---brix {
    width: 100%;
  }

  .split-content---brix.testimonial-v3---brix.right---brix {
    min-width: auto;
    margin-left: 0;
  }

  .split-content---brix.testimonial-v3---brix.left---brix {
    margin-right: 0;
  }

  .testimonial-v2-content---brix {
    max-width: none;
  }

  .testimonial-wrapper---brix.testimonial-v3---brix {
    flex-direction: column;
  }

  .scroll-inner {
    justify-content: center;
    align-items: center;
    width: 600vw;
    overflow: visible;
  }

  .scroll-card {
    width: auto;
    height: 61.8%;
    bottom: 0%;
  }

  .hero-header {
    max-width: 690px;
  }

  .hero-heading {
    font-size: 68px;
  }

  .menu-button-2 {
    margin-right: 20px;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .cateogires-list-wrapper {
    flex-direction: column;
  }

  ._2-column-grid-1fr-2fr.gapless {
    grid-template-columns: 2fr 1fr;
  }

  .category-link {
    border: 1px #000;
    border-left: 1px solid #e9e9e9;
  }

  .category-link:hover {
    border-left-color: #0e4ca1;
  }

  .category-link.active {
    border-left-color: #64bd2e;
  }

  .content-label {
    margin-bottom: 20px;
  }

  .nav-link-1 {
    text-align: center;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .menu-icon-2 {
    width: 40px;
  }

  .brand.w--current {
    margin-left: 40px;
  }

  .categories-list {
    flex-direction: column;
  }

  .navbar-wrap {
    position: relative;
  }

  .section-7 {
    background-color: #fff;
  }

  .nav-menu {
    text-align: left;
    background-color: #fcfcfc;
    padding-bottom: 20px;
    display: block;
  }

  .container-12 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon-embed-xsmall-8-copy-copy {
    color: #fff;
  }

  .main-wrapper-2, .main-wrapper-2-copy-mobile {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gh-section-5-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section-5-copy.gh-section-acs-services.mt-2 {
    margin-top: 0;
    padding-top: 40px;
  }

  .gh-section-5-copy.pt-0 {
    padding-top: 0;
  }

  .gh-section-5-copy.bg-light-blue.gh-section-2 {
    height: auto;
  }

  .card-background {
    background-color: #fff;
    background-image: none;
  }

  .card-item {
    height: 30rem;
  }

  .main-section {
    height: auto;
  }

  .cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .card-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .cards-container {
    max-width: none;
    margin-top: 2rem;
  }

  .slide-content {
    padding: 2rem;
  }

  .card-heading-2 {
    font-size: 2rem;
  }

  .cards-wrapper {
    height: 60vh;
  }

  .expertise {
    padding-top: 0;
  }

  .paragraph-29 {
    font-size: 1rem;
  }

  .max-width-85 {
    width: auto;
  }

  .sticky-services-div {
    display: block;
  }

  .map-image, .div-block-48 {
    height: 400px;
  }

  .image-32 {
    object-fit: cover;
  }

  .paragraph-30 {
    font-size: .875rem;
  }

  .home-hero-text-wrap {
    overflow: visible;
  }

  .carousel-logos-list {
    min-width: auto;
  }

  .paragraph-31 {
    font-size: .75rem;
  }

  .button-6 {
    height: 3rem;
    padding: .5rem 2rem;
    font-size: 1.125rem;
  }

  .carousel-logos-list-wrap {
    flex: none;
    min-width: auto;
  }

  .home-hero-content {
    min-height: 32rem;
  }

  .icon-16 {
    width: 1rem;
    height: 1rem;
  }

  .padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .heading-104 {
    font-size: 5rem;
  }

  .container-1200 {
    max-width: 75rem;
  }

  .carousel-logo-item {
    width: 15rem;
    height: 5rem;
    padding: 1.5rem;
  }

  .paragraph-32, .menu-link {
    font-size: 1.125rem;
  }

  .menu-list {
    grid-column-gap: 5.5rem;
  }

  .container-1201 {
    max-width: 75rem;
  }

  .home-feature-top-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .featured-block {
    grid-template-columns: 2fr 1fr;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-regular.dual-paragraph.text-color-grey {
    column-count: 1;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .logo-link-copy.w--current {
    flex: 1;
  }

  .heading-64 {
    font-size: 4rem;
  }

  .work-content-wrap {
    margin-top: 7rem;
  }

  .paragraph-34 {
    font-size: 1.375rem;
  }

  .section-work {
    padding-top: 5rem;
  }

  .container-1202 {
    max-width: 75rem;
  }

  .project-image-sticky {
    height: 30rem;
  }

  .paragraph-32-copy {
    font-size: 1.125rem;
  }

  .alternate-service-section {
    height: auto;
    /*display: none;*/
  }

  .sticky-wrap-copy {
    height: auto;
  }

  .scroll-inner-copy-for-copy-n {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: visible;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    inset: auto 39.5% -90px auto;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    inset: auto auto -90px 39.5%;
  }

  .slider-mask {
    position: static;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .section-9 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .card-003_grid, .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .section-10, .section-11 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .image-35, .image-36 {
    height: 40%;
  }

  .image-32-copy {
    object-fit: cover;
  }

  .button-3-copy {
    justify-content: center;
  }

  .button-3-copy.gh-button-orange.w--current {
    margin-bottom: 0;
  }

  .button-3-copy.gh-button-orange {
    margin-bottom: 40px;
  }

  .title-2 {
    color: #0bd95a;
  }

  .slider-arrow-right {
    display: none;
  }

  .hero-header-2 {
    font-size: 55px;
  }

  .slider-arrow-left, .button-outline {
    display: none;
  }

  .card-heading-2-copy {
    font-size: 2rem;
  }

  .button-copy-for-navbar {
    justify-content: center;
  }

  .button-copy-for-navbar.cc-contact-us {
    display: none;
  }

  .button-copy-for-navbar.gh-button-orange {
    margin-bottom: 40px;
  }

  .button-copy-for-navbar.gh-button-orange.w--current {
    margin-bottom: 0;
  }

  .button-copy-for-navbar.gh-button-outline-orange {
    font-size: 14px;
  }

  .button-outline-copy-mobile, .button-for-know-more {
    display: block;
  }

  .div-block-50 {
    width: 120px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    padding-right: 140px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    margin-left: 0;
    margin-right: 0;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    padding-top: 120px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .heading-jumbo-plus-jakarta {
    width: 461px;
    font-size: 50px;
    line-height: 64px;
  }

  .image {
    margin-top: 40px;
  }

  .paragraph.guaranteed-1 {
    text-align: left;
    margin-left: auto;
  }

  .paragraph.guaranteed-2 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.guaranteed-3 {
    text-align: left;
    margin-left: auto;
  }

  .column-2 {
    border-left-style: none;
    border-right-style: none;
  }

  .slider-content, .slider-heading {
    margin-left: 0;
  }

  .column-6 {
    padding-right: 10px;
  }

  .heading-2, .columns-4 {
    text-align: left;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-3 {
    text-align: left;
  }

  .heading-5 {
    text-align: left;
    margin-top: 40px;
  }

  .columns-5 {
    padding: 40px 20px 50px;
  }

  .gh-border-box {
    margin-bottom: 20px;
  }

  .gh-section-heading {
    text-align: left;
  }

  .gh-section.pb-0 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-section.pt-0 {
    padding-top: 0;
  }

  .footer {
    padding: 40px 20px 0px 0px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    background-image: none;
    background-size: auto;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-heading {
    margin-top: 30px;
  }

  .image-4 {
    margin-top: 29px;
  }

  .gh-cppyright {
    text-align: left;
    display: block;
  }

  .db-fixed-nav-headline {
    font-size: 16px;
    line-height: 20px;
  }

  .accordion__content {
    width: auto;
  }

  .div-block-12 {
    max-width: 300px;
  }

  .text-block-9, .gh-accordion-title-text, .gh-accordion-item-body, .gh-accordion-item-body.color-light-gray {
    text-align: left;
  }

  .text-block-11 {
    padding-left: 0;
  }

  .gh-section-heading-2.mt-0.mb-2 {
    text-align: center;
    max-width: 357px;
    margin-left: auto;
    margin-right: auto;
    line-height: 35px;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .div-block-19, .column-20 {
    text-align: left;
  }

  .image-12 {
    width: 100px;
    height: 100px;
    margin-top: 10px;
    padding-left: 0;
  }

  .gh-page-heading, .gh-page-heading-2 {
    text-align: left;
  }

  .gh-form-select {
    padding-left: 45px;
  }

  .gh-container-breadcrumb {
    max-width: 89%;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .gh-section-about-banner-text {
    padding-left: 0;
  }

  .div-block-24 {
    text-align: left;
  }

  .columns-8 {
    flex-direction: column-reverse;
  }

  .image-15 {
    min-width: auto;
    max-width: 100%;
  }

  .gh-concern-item {
    width: 320px;
    height: 320px;
  }

  .section-4 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-4.cc-store-home-wrap, .intro-header-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-22 {
    margin-top: 40px;
  }

  .gh-section-3.pt-0 {
    padding-top: 0;
  }

  .container-9 {
    text-align: center;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .column-33 {
    border-left-style: none;
    border-right-style: none;
  }

  .paragraph-18.guaranteed-1 {
    text-align: left;
    margin-left: auto;
  }

  .gh-section-5.pt-0 {
    padding-top: 0;
  }

  .gh-section-5.bg-light-blue.gh-section-image-right {
    position: relative;
  }

  .columns-11 {
    padding: 40px 20px 50px;
  }

  .text-block-17 {
    text-align: left;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .testimonials-wrap {
    flex-direction: column;
  }

  .div-block-37 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-cards-wrap-left {
    width: 100%;
    padding-right: 0;
  }

  .heading-16 {
    text-align: left;
  }

  .testimonial-card {
    margin-bottom: 30px;
  }

  .div-block-41 {
    text-align: left;
  }

  .testimonial-text {
    position: static;
  }

  .column-37 {
    border-left-style: none;
    border-right-style: none;
    padding-bottom: 20px;
  }

  .heading-18 {
    text-align: left;
    margin-top: 40px;
  }

  .image-25 {
    margin-top: 40px;
  }

  .paragraph-23.guaranteed-1 {
    text-align: left;
    margin-left: auto;
  }

  .columns-13 {
    text-align: left;
  }

  .testimonial-cards-wrap-right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .testimonial-grid {
    grid-template-columns: 1.5fr;
  }

  .column-40 {
    border-right-width: 0;
    padding-bottom: 20px;
  }

  .gh-section-heading-copy {
    text-align: left;
    text-align: left;
  }

  .gh-section-6.pb-0 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .text-block-23 {
    padding-left: 0;
  }

  .image-27 {
    margin-top: 40px;
  }

  .gh-section-heading-2 {
    text-align: center;
  }

  .columns-15 {
    padding: 40px 20px 50px;
  }

  .gh-section-heading-copy-copy {
    text-align: left;
  }

  .gh-section-heading-copy-copy._12 {
    color: var(--black);
  }

  .gh-section-5-cta.pt-0 {
    padding-top: 0;
  }

  .tabs-menu-4 {
    flex-wrap: wrap;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-copy.margin-small {
    width: auto;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home_hero-header_background-video {
    display: block;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .vas-heading {
    font-size: 3rem;
  }

  .home_hero-header_background-video-for-mobile-view {
    aspect-ratio: auto;
    display: none;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .heading-style-h1-2.text-color-alternate {
    font-size: 1rem;
  }

  .padding-section-large-7 {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

  .footer-grid {
    grid-row-gap: 34px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .top-content---brix.testimonial-v3--brix {
    margin-bottom: 24px;
  }

  .slide---brix.testimonial-v1---brix {
    max-width: none;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .cloneable-container-default {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-header {
    grid-template-columns: 1fr .6fr;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .image---brix.company-logo---brix {
    margin-bottom: 16px;
  }

  .header-logo {
    width: 260px;
  }

  .mask---brix {
    border-radius: 12px;
    margin-right: 20px;
  }

  .mask---brix.testimonial-v2---brix {
    margin-left: 0;
    margin-right: 0;
  }

  .mask---brix.testimonial-v1---brix {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .flex.center.mg-top-24px {
    align-items: flex-start;
  }

  .cta-card-image {
    bottom: -20%;
  }

  .grid-2-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cta-card {
    padding-top: 52px;
  }

  .form-newsletter {
    width: 100%;
    padding-left: 0;
  }

  .card---brix {
    border-radius: 12px;
  }

  .card---brix.testimonial-v2---brix {
    align-items: flex-start;
    overflow: visible;
  }

  .card---brix.testimonial-v3---brix {
    padding: 50px 38px;
  }

  .card---brix.testimonial-v1---brix {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 32px;
  }

  .card---brix.testimonial-v1---brix.first---brix {
    margin-left: 0;
  }

  .split-content---brix.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .testimonial-v2-content---brix {
    margin-left: 24px;
    margin-right: 24px;
  }

  .slider-arrow---brix {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .slider-arrow---brix.testimonial-v2---brix {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-bottom: -85px;
  }

  .slider-arrow---brix.testimonial-v2---brix.right---brix {
    right: 0;
  }

  .slider-arrow---brix.testimonial-v2---brix.left---brix {
    left: auto;
    right: 86px;
  }

  .slider---brix.testimonial-v2---brix {
    margin-bottom: 85px;
  }

  .cloneable-header-grid {
    grid-template-columns: 1fr;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .full-image {
    aspect-ratio: 3 / 2;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading-20 {
    font-size: 1.75rem;
  }

  .sticky-container-copy {
    height: auto;
  }

  .hero-header {
    max-width: 570px;
  }

  .page-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-heading {
    font-size: 56px;
  }

  .hero {
    padding-top: 140px;
  }

  .subheading {
    font-size: 18px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-item {
    align-items: flex-end;
  }

  .cateogires-list-wrapper {
    flex-direction: column;
  }

  ._2-column-grid-1fr-2fr.gapless {
    grid-template-columns: 1fr 1fr;
  }

  .category-link {
    border-bottom-style: none;
    border-left: 1px solid #e9e9e9;
  }

  .category-link:hover {
    border-bottom-style: none;
    border-left-color: #0e4ca1a3;
  }

  .category-link.active {
    border-bottom-style: none;
    border-left: 1px solid #64bd2e;
    flex: 1;
  }

  .content-label {
    margin-bottom: 20px;
  }

  .gallery-wrapper.hide-mobile {
    display: none;
  }

  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .section-text-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .section-7.has-padding.first-section-on-page {
    padding-top: 100px;
  }

  ._3-col-grid {
    grid-template-columns: minmax(200px, 1fr) 1fr;
  }

  .navbar-transparent {
    margin-bottom: -90px;
  }

  .heading-marginless {
    margin-bottom: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-3-copy-copy {
    font-size: 1rem;
  }

  .gh-section-5-copy.pt-0 {
    padding-top: 0;
  }

  .gh-section-5-copy.bg-light-blue.gh-section-image-right {
    position: relative;
  }

  .card-content {
    align-items: flex-start;
  }

  .card-heading {
    border-left-style: solid;
    padding-left: .75rem;
  }

  .text-size-medium-2-copy {
    font-size: 1rem;
  }

  .full-image-2 {
    object-fit: cover;
  }

  .full-image-2.img {
    object-position: 50% 70%;
  }

  .card-heading-2 {
    font-size: 1.5rem;
  }

  .card-half.right {
    display: none;
  }

  .card-image-mobile {
    display: block;
  }

  .card-slide.color-2, .card-slide.color-1 {
    flex-flow: column;
    display: flex;
  }

  .home-hero-text-wrap {
    width: 100%;
    margin-left: auto;
  }

  .home-hero-text {
    width: auto;
    margin-right: 0;
  }

  .short-testimonials {
    margin-left: 10%;
  }

  .client-logos-component {
    margin-bottom: 0;
  }

  .home-hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
  }

  .padding-global-2 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .heading-104 {
    font-size: 4rem;
  }

  .home-hero-image {
    width: 100%;
    position: relative;
  }

  .home-hero-content-wrap {
    margin-top: 7.5rem;
    margin-bottom: 4rem;
  }

  .menu-link {
    border-bottom: 1px solid #cbccc6;
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    display: block;
  }

  .menu-2 {
    background-color: #e9e9e3;
  }

  .menu-list {
    grid-column-gap: 0rem;
    background-color: #e9e9e3;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: 100svh;
    margin-top: 5rem;
    padding-top: 2.5rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    position: fixed;
    inset: 0% auto auto -100%;
  }

  .menu-button-3 {
    z-index: 5;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    position: relative;
  }

  .footer-links {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer-links.is-mobile {
    justify-content: center;
    width: 100%;
    margin-bottom: 3rem;
    position: fixed;
    inset: auto 0% 0%;
  }

  .menu-component {
    position: relative;
  }

  .brand-2.w--current {
    z-index: 5;
    position: relative;
  }

  .featured-block {
    grid-template-columns: 1rem 1fr 1rem;
    padding-top: 9rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.35rem;
  }

  .logo-link-copy {
    padding-left: 0;
  }

  .heading-64 {
    font-size: 3.5rem;
  }

  .work-content-wrap {
    margin-top: 5rem;
  }

  .work-heading-wrap {
    width: auto;
  }

  .paragraph-34 {
    font-size: 1.125rem;
  }

  .work-list-wrap {
    width: auto;
  }

  .section-work {
    padding-bottom: 0;
  }

  .project-gif-wrap {
    display: none;
  }

  .sticky-container-copy-copy {
    height: auto;
  }

  .sticky-wrap-copy {
    height: auto;
    overflow: visible;
  }

  .scroll-inner-copy-for-copy-n {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    bottom: -72px;
    right: 36%;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    bottom: 0;
    left: 36%;
  }

  .card.testimonial-card-color {
    padding: 48px 32px;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .section-9 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .section-10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pd---content-inside-card-2 {
    padding: 32px 24px 40px;
  }

  .section-11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-35, .image-36 {
    height: 40%;
  }

  .slider-4 {
    min-height: 700px;
  }

  .button-outline {
    display: none;
  }

  .slide-content-wrap {
    background-image: none;
    background-position: 0 100%;
    background-repeat: repeat;
    background-size: 125px;
  }

  .social-block {
    display: none;
  }

  .card-heading-2-copy {
    font-size: 1.5rem;
  }

  .button-outline-copy-mobile, .button-for-know-more {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-bigger.cc-bigger-white-light {
    padding-right: 20px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-right: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button.gh-button-orange {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .button.gh-button-orange._w-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  /* .menu {
    margin-left: 15px;
  } */

  .navigation-wrap {
    background-color: #0b233f;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    flex: none;
    padding-right: 0;
  }

  .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    background-color: #f5f5f5;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
  }

  .intro-content.cc-homepage {
    padding-top: 80px;
    padding-left: 20px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form-grid {
    width: 100%;
  }

  .text-field.cc-textarea.cc-contact-field {
    max-width: 92%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo-plus-jakarta {
    width: 269px;
    font-size: 36px;
    line-height: 48px;
  }

  .paragraph, .paragraph.intro-paragraph {
    padding-right: 0;
  }

  .paragraph.guaranteed-3 {
    padding-bottom: 0;
  }

  .column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-h1 {
    font-size: 32px;
  }

  .changing-lives-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide {
    cursor: pointer;
    border-style: solid;
    border-radius: 15px;
  }

  .icon.gh-slider-nav-left {
    color: #ebfcf6;
    background-image: url('../images/left-arrow-green-circle.svg');
    background-size: auto;
    width: 50px;
    height: 50px;
  }

  .icon-2.gh-slider-nav-right {
    opacity: .58;
    color: #ebfcf6;
    background-image: url('../images/right-arrow-green-circle.svg');
    background-size: auto;
    width: 50px;
    height: 50px;
  }

  .heading-5 {
    margin-top: 0;
  }

  .columns-5 {
    padding: 40px 20px;
  }

  .gh-border-box {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
  }

  .gh-section-heading {
    margin-top: 40px;
  }

  .gh-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .gh-section.gh-section-acs-services.pt-0 {
    padding-bottom: 0;
  }

  .gh-section.pb-0 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gh-section.pb-0.mt-2 {
    padding: 5%;
  }

  .gh-section.gh-section-about-us-banner {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .gh-section.gh-section-services {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .gh-section.pt-0 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .gh-section.pt-0.pb-1 {
    padding-bottom: 60px;
  }

  .gh-section.mt-2 {
    margin-top: 0;
  }

  .text-block-5 {
    padding-top: 20px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .link-3 {
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .gh-cppyright {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .db-fixed-nav-headline {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .shrink-box-button-2 {
    display: none;
  }

  .shrink-box-wrapper-2 {
    width: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .accordion__plus-wrapper {
    margin-top: 0;
    margin-left: 20px;
  }

  .db-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 160px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .db-mobile-fixed-nav {
    align-items: stretch;
  }

  .flex-body {
    width: 100%;
  }

  .accordion__title {
    flex-wrap: nowrap;
    place-content: stretch space-between;
    align-items: center;
    padding-left: 0;
  }

  .db-flex-row {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .accordion__content {
    width: 100%;
    margin-left: 0;
  }

  .right-arrow-2 {
    width: 50px;
  }

  .left-arrow-2 {
    color: #ebfcf6;
    width: 50px;
  }

  .div-block-13 {
    width: 100%;
  }

  .gh-accordion-title-text {
    text-align: left;
  }

  .gh-accordion-item-body {
    margin-left: 0;
  }

  .gh-accordion-item-body.color-light-gray {
    padding-left: 0;
  }

  .image-8 {
    text-align: left;
    display: none;
  }

  .text-span-6 {
    font-size: 45px;
  }

  .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-9 {
    font-size: 24px;
  }

  .gh-section-heading-2.text-center.font-weight-600.mb-3, .gh-section.pb-0.border-bottom {
    padding-top: 40px;
  }

  .div-block-19 {
    text-align: left;
  }

  .gh-page-heading {
    padding-left: 0;
  }

  .gh-page-heading-2 {
    color: #0b233f;
    text-align: center;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .gh-container-breadcrumb {
    max-width: 87%;
  }

  .text-span-16 {
    font-size: 45px;
  }

  .text-span-18 {
    font-size: 40px;
  }

  .gh-heading {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .gh-section-acs-services-text {
    font-family: Marcellus, sans-serif;
  }

  .gh-concern-item {
    width: 100%;
    height: 287px;
  }

  .gh-concern-item-heading {
    text-align: left;
  }

  .gh-concern-item-body {
    text-align: left;
    max-width: 300px;
  }

  .tab-next-2 {
    opacity: .61;
  }

  .link-9 {
    display: inline;
  }

  .bold-text-3 {
    font-size: 49px;
  }

  .text-span-20 {
    font-size: 42px;
    line-height: 40px;
  }

  .text-span-21 {
    font-size: 40px;
  }

  .contact-us-heading-2 {
    max-width: none;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-center {
    line-height: 50px;
  }

  .button-3.gh-button-orange {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .button-3.gh-button-white.services {
    margin-left: 5%;
  }

  .button-3.gh-button-orange.auto {
    text-align: center;
    width: auto;
  }

  .button-3.gh-button-orange {
    width: 180px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .intro-header-2 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
  }

  .gh-section-2 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .div-block-34 {
    width: 100%;
  }

  .column-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gh-section-3 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .gh-section-3.pt-0 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .container-9 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-18 {
    padding-right: 0;
  }

  .gh-section-4 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .paragraph-19 {
    padding-right: 0;
  }

  .gh-section-5 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .gh-section-5.gh-section-acs-services.mt-2 {
    padding-top: 0;
  }

  .gh-section-5.pt-0 {
    padding: 40px 10px 0;
  }

  .gh-section-5.gh-section-services {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .gh-section-5.py-0.gh-section-whre-we-are {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gh-section-5.bg-light-blue.gh-section-image-right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-11 {
    padding: 40px 20px;
  }

  .testimonial-author-image {
    width: 48px;
    height: auto;
  }

  .heading-15 {
    text-align: center;
  }

  .gh-section-acs-services-heading-3 {
    text-align: center;
    font-size: 3rem;
  }

  .paragraph-22 {
    font-size: 17px;
  }

  .div-block-39 {
    width: 100%;
  }

  .div-block-39.services, .column-36 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-author-wrap {
    align-items: center;
  }

  .div-block-41 {
    text-align: left;
  }

  .image-24 {
    text-align: left;
    display: none;
  }

  .text-block-21 {
    text-align: center;
    padding-top: 20px;
  }

  .text-span-28 {
    font-size: 40px;
  }

  .heading-18 {
    margin-top: 0;
  }

  .paragraph-23 {
    padding-right: 0;
  }

  .paragraph-23.guaranteed-1 {
    text-align: center;
  }

  .column-40 {
    border-right-width: 0;
  }

  .gh-section-heading-copy._12 {
    color: var(--black);
  }

  .gh-section-heading-copy {
    margin-top: 40px;
  }

  .gh-section-6 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .gh-section-6.pb-0 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gh-section-7 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .gh-section-7.gh-section-about-us-banner {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .text-span-31, .text-span-32 {
    font-size: 45px;
  }

  .text-span-33 {
    font-size: 42px;
    line-height: 40px;
  }

  .column-41 {
    margin-top: 20px;
  }

  .column-42 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-34 {
    font-size: 40px;
  }

  .gh-section-8 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .gh-section-8.mt-2 {
    margin-top: 0;
  }

  .paragraph-24 {
    font-size: 24px;
  }

  .gh-section-9 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .grid-layout.desktop-4-column.tablet-2-column.mobile-portrait-1-column.grid-gap-xs {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .gh-section-heading-2 {
    margin-top: 40px;
  }

  .paragraph-25 {
    padding-right: 0;
  }

  .gh-section-11 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .columns-15 {
    padding: 40px 20px;
  }

  .text-block-24 {
    padding-top: 20px;
  }

  .gh-section-heading-copy-copy {
    margin-top: 40px;
  }

  .gh-section-heading-copy-copy._12 {
    color: var(--black);
    font-size: 2rem;
  }

  .gh-section-heading-copy-copy._12.services {
    color: #0b233f;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 2.5rem;
  }

  .image-wrapper-overlay {
    height: 550px;
  }

  .gh-section-5-cta {
    padding: 40px 10px;
  }

  .gh-section-5-cta.pt-0 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .gh-section-5-cta.gh-section-services {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .slider-background {
    position: static;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .slider-heading-2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .video-overlay-layer-new {
    position: absolute;
  }

  .background-video {
    display: none;
    position: relative;
  }

  .background-video-for-mobile-view {
    display: block;
  }

  .text-size-medium-2.text-color-alternate {
    text-align: center;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-copy.margin-small {
    width: auto;
  }

  .home_hero-header_background-video {
    display: none;
  }

  .max-width-medium {
    max-width: 35rem;
  }

  .heading-style-h1.text-color-alternate {
    color: var(--white);
    text-align: center;
    width: auto;
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 2rem;
    font-weight: 300;
  }

  .home_hero-header_content {
    font-family: Oswald, sans-serif;
  }

  .bold-text-7 {
    font-weight: 400;
  }

  .vas-heading {
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .home_hero-header_background-video-for-mobile-view {
    display: block;
  }

  .heading-style-h1-2.text-color-alternate {
    color: var(--white);
    text-align: center;
    width: auto;
    font-family: Lato, Trebuchet MS, sans-serif;
    font-size: 1rem;
    font-weight: 300;
  }

  .footer-grid {
    justify-items: start;
  }

  .form-newsletter-wrapper {
    position: static;
  }

  .slide---brix.testimonial-v1---brix {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-right: 30px;
  }

  .title.testimonial-v1---brix {
    white-space: break-spaces;
  }

  .cloneable-container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-header {
    grid-template-columns: .85fr .6fr;
  }

  .container-default---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default---brix.inner-container {
    margin-left: 0;
    margin-right: 0;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .button-primary.newsletter {
    width: 100%;
    margin-top: 16px;
    padding-top: 19px;
    padding-bottom: 19px;
    position: static;
  }

  .button-primary.newsletter.button-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary.button-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-uppercase.subtitle {
    font-size: 14px;
  }

  .cta-card-logo {
    width: 200px;
  }

  .subscribe-footer-bottom {
    line-height: 24px;
  }

  .button-white.cta {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mask---brix, .mask---brix.testimonial-v2---brix {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-title {
    margin-top: 20px;
  }

  .cta-card {
    padding-top: 44px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .input-relative.newsletter {
    min-height: 64px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
  }

  .input-relative.newsletter::placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .input-relative.newsletter.footer-2 {
    min-height: 62px;
  }

  .card---brix.testimonial-v3---brix {
    margin-bottom: 16px;
    padding: 32px 24px;
  }

  .card---brix.testimonial-v1---brix {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    min-height: 470px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .split-content---brix.avatar-content---brix {
    margin-bottom: 16px;
  }

  .split-content---brix.testimonials-client-info---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-v2-content---brix {
    margin-top: 32px;
    margin-bottom: 30px;
  }

  .slider-arrow---brix.testimonial-v2---brix {
    margin-bottom: -24px;
  }

  .slider-arrow---brix.testimonial-v2---brix.right---brix {
    margin-bottom: -75px;
    right: 0;
  }

  .slider-arrow---brix.testimonial-v2---brix.left---brix {
    margin-bottom: -75px;
    left: auto;
    right: 80px;
  }

  .slider-arrow---brix.small---brix.left---brix {
    background-color: #0b233f;
    margin-bottom: -70px;
    left: auto;
    right: 74px;
  }

  .slider-arrow---brix.small---brix.right---brix {
    background-color: #0b233f;
    margin-bottom: -70px;
    right: 0;
  }

  .slider---brix.testimonial-v1---brix {
    margin-bottom: 80px;
  }

  .slider---brix.testimonial-v2---brix {
    margin-bottom: 75px;
  }

  .column-45 {
    font-family: Lato, Trebuchet MS, sans-serif;
  }

  .full-image._11 {
    object-position: 50% 50%;
  }

  .full-image._220 {
    object-position: 25% 50%;
  }

  .scroll-card {
    min-height: 0;
  }

  .hero-header {
    max-width: 420px;
  }

  .section-6.extra-margin {
    display: none;
  }

  .heading-scroll.longer {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2rem;
  }

  .hero-heading {
    font-size: 44px;
  }

  .menu-button-2 {
    margin-right: 0;
  }

  ._2-column-grid-1fr-2fr.gapless {
    grid-template-columns: 1fr;
  }

  .brand.w--current {
    margin-left: 20px;
    padding-left: 0;
  }

  .section-7.has-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-7.has-padding.first-section-on-page {
    padding-top: 100px;
  }

  .container-12 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer3_social-list {
    grid-column-gap: .9rem;
    place-items: center;
  }

  .icon-embed-xsmall-8-copy-copy {
    color: #fec77e;
  }

  .text-span-43 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .main-wrapper-2-copy-mobile.for-mobile {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .text-align-center {
    font-size: 2rem;
    line-height: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gh-section-5-copy {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .gh-section-5-copy.gh-section-acs-services.mt-2 {
    padding-top: 0;
  }

  .gh-section-5-copy.pt-0 {
    padding: 40px 10px 0;
  }

  .gh-section-5-copy.gh-section-services {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .gh-section-5-copy.py-0.gh-section-whre-we-are {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gh-section-5-copy.bg-light-blue.gh-section-image-right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-background {
    filter: saturate(125%);
    margin-top: 0;
    display: block;
  }

  .card-item {
    height: 25rem;
  }

  .card-heading-holder {
    flex: 0 auto;
    display: block;
  }

  .heading-22 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .card-heading-background {
    background-color: #0b243f;
    display: none;
  }

  .paragraph-28 {
    font-size: .875rem;
  }

  .grid-item-overlay {
    padding-top: 0;
  }

  .main-section {
    padding-top: 2rem;
  }

  .cards-grid {
    margin-bottom: 2rem;
  }

  .card-heading {
    color: #fec77e;
    border-left-style: solid;
    height: 1.5rem;
    padding-left: .5rem;
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }

  .full-image-2 {
    object-position: 50% 100%;
  }

  .sticky-viewbox {
    height: auto;
    position: relative;
    top: auto;
  }

  .slide-content {
    min-height: 40vh;
    padding: 1.5rem;
  }

  .card-heading-2 {
    color: #fec87e;
    margin-bottom: 1rem;
  }

  .card-half {
    flex: 0 auto;
    width: 100%;
    height: auto;
  }

  .card-half.right {
    display: none;
  }

  .cards-wrapper {
    flex-direction: column;
    height: auto;
  }

  .expertise {
    padding-top: 0;
  }

  .cards-scroller {
    height: auto;
  }

  .card-image-mobile {
    max-height: 35vh;
    display: block;
  }

  .card-slide {
    border-radius: 2rem;
    margin-bottom: 2rem;
  }

  .card-slide.color-1 {
    background-color: #0b233f;
  }

  .paragraph-29 {
    color: #fff;
  }

  .sticky-services-div {
    display: block;
  }

  .map-image {
    width: auto;
    height: auto;
  }

  .home-hero-text-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: center;
    width: 100%;
  }

  .home-hero-text {
    align-items: center;
  }

  .short-testimonials {
    width: 98%;
    margin-left: 2%;
    display: none;
  }

  .home-hero-content {
    padding-top: 0;
  }

  .heading-104 {
    word-break: break-all;
    font-size: 13vw;
  }

  .home-hero-content-wrap {
    margin-top: 0;
  }

  .footer-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    width: 100%;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .section-work {
    padding-top: 4rem;
  }

  .mobile {
    object-fit: cover;
    width: 120px;
    height: auto;
    display: block;
  }

  .image-34 {
    display: none;
  }

  .paragraph-32-copy {
    text-align: center;
    margin-bottom: 0;
    display: block;
  }

  .alternate-service-section {
    padding-top: 2rem;
    /*display: none;*/
  }

  .sticky-wrap-copy {
    padding-top: 0;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    bottom: -30px;
    right: 31%;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    padding-left: 0;
    padding-right: 0;
    bottom: -30px;
    left: 25%;
  }

  .card.testimonial-card-color {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .section-9 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .card-003_wrapper {
    height: 600px;
  }

  .card-003_grid, .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .section-10 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .pd---content-inside-card-2 {
    height: auto;
  }

  .section-11 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-11.overflow-hidden {
    padding-top: 0;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .image-37 {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .heading-105 {
    text-align: center;
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .button-3-copy.gh-button-orange {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .button-3-copy.gh-button-white.services {
    margin-left: 5%;
  }

  .button-3-copy.gh-button-orange.auto {
    text-align: center;
    width: auto;
  }

  .button-3-copy.gh-button-orange {
    width: 180px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .title-2 {
    color: var(--white);
  }

  .hero-header-2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 4rem;
    width: unset !important;
    
  }

  .slide-image {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    display: block;
  }

  .button-outline {
    display: none;
  }

  .image-38 {
    height: 15%;
    position: static;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .image-duplicate-copy {
    width: 15%;
    height: 20%;
    top: -48px;
    left: 189px;
  }

  .card-heading-2-copy {
    margin-bottom: 1rem;
  }

  .slide-image-mobile {
    background-position: 0 0, 0%;
    background-size: auto, 500px;
    background-attachment: scroll, scroll;
  }

  .slide-image-copy {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-image-copy-copy-mobile {
    background-image: linear-gradient(#00000080, #00000080), url('../images/tharpanam.jpg');
    background-position: 0 0, 75%;
    background-size: auto, cover;
  }

  .paragraph-35 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .button-5-copy.color-3-copy {
    color: #0b233f;
    background-color: #fec87e;
  }

  .slide-image-copy {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    display: none;
  }

  .slide-image-copy.slide-image-two {
    display: block;
  }

  .card-heading-2-copy {
    color: #fec87e;
    margin-bottom: 1rem;
  }

  .button-copy-for-navbar {
    display: none;
  }

  .button-copy-for-navbar.cc-jumbo-button.cc-jumbo-white {
    margin-right: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-copy-for-navbar.gh-button-orange {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .button-copy-for-navbar.gh-button-orange._w-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-outline-copy-mobile {
    font-size: 1rem;
    display: block;
  }

  .button-for-know-more {
    padding-left: 20px;
    font-size: 1rem;
    display: block;
  }

  .link-block {
    text-decoration: none;
  }

  .div-block-50 {
    width: 80px;
    height: 80px;
  }
}

.bullet-list li {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 0.5rem !important;
  display: list-item !important;
  color: #333 !important;
}
.special .columns-5 {
 
    background-color: #fff5e9;
}




.gh-section-41 {
  background-color: #eee;
  padding: 50px 20px 40px 20px;
}

.gh-section-41 ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 2fr 1fr; /* still two columns */
}

.gh-section-41 ul li {
  grid-column: 1; /* 🔁 Force all items into the first column */
  background-color: #f9f9f9;
  padding: 10px 15px;
  border-radius: 12px;
  font-size: 20px;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  word-break: break-word;
  margin-bottom: 16px;
}

.gh-section-41 ul li::before {
 
  color: #4CAF50;
  font-weight: bold;
  margin-right: 12px;
  font-size: 1.2rem;
}

.shirodara .gh-section.mb-2 {
    padding-top: 110px;
}
@media (min-width: 768px) {
  .gh-section-41 ul {
    display: grid;
    grid-template-columns: 2fr 1fr; /* ⬅️ First column is wider than the second */
    gap: 16px;
  }
}




#w-node-_214375f6-15ac-3f5d-644c-2a9894388083-71110ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da332d3c-1820-be26-66e4-f55b415816b8-71110ff8 {
  align-self: start;
}

#w-node-_53a9b3ae-d96c-f33c-43c1-201208e0fb5a-71111034 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e8d8968f-31ce-e1ac-7eb4-db197ad6b4d6-7111104a, #w-node-_0d4a18ce-b81b-b848-2dfa-7dd9f73a9f78-7111104a, #w-node-_7cc24418-815a-7826-a3cd-25b162778fdf-7111104a, #w-node-_9b3cca98-d48e-d2aa-e6fa-5bf666f73e7c-7111104a, #w-node-_37cef027-d082-70c2-e756-56b36e81b5fe-7111104a, #w-node-d2c77404-76bf-5507-d208-c124b65c6035-7111104a {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_53a9b3ae-d96c-f33c-43c1-201208e0fb5a-71111034 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_53a9b3ae-d96c-f33c-43c1-201208e0fb5a-71111034 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ttcommons-500-Medium-Italic';
  src: url('../fonts/TTCommons-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttcommons';
  src: url('../fonts/TTCommons-Italic.woff2') format('woff2'), url('../fonts/TTCommons-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttcommons';
  src: url('../fonts/TTCommons-Medium.woff2') format('woff2'), url('../fonts/TTCommons-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttcommons';
  src: url('../fonts/TTCommons-Regular.woff2') format('woff2'), url('../fonts/TTCommons-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttcommons';
  src: url('../fonts/TTCommons-DemiBold.woff2') format('woff2'), url('../fonts/TTCommons-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttcommons';
  src: url('../fonts/TTCommons-DemiBoldItalic.woff2') format('woff2'), url('../fonts/TTCommons-DemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Frankruhllibre';
  src: url('../fonts/FrankRuhlLibre-Regular.woff2') format('woff2'), url('../fonts/FrankRuhlLibre-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttcommons';
  src: url('../fonts/TTCommons-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


 .gh-section-10 ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px; /* Optional: increase max width for better spacing */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* 👈 Three columns */
  gap: 16px;
}

.gh-section-10 ul li {
  background-color: #f9f9f9;
  padding: 10px 15px;
  border-radius: 12px;
  font-size: 20px;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .gh-section-10 ul,
  .gh-section-41 ul {
    display: grid;
    /*grid-template-columns: 1fr 1fr; */
    gap: 16px;
  }
}

/* Mobile View (≤768px) — Force single column */
@media (max-width: 768px) {
  .gh-section-10 ul,
  .gh-section-41 ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px; /* add spacing between items */
  }
}

.gh-section-10 ul li::before {
  content: "✓";
  color: #4CAF50;
  font-weight: bold;
  margin-right: 12px;
  font-size: 1.2rem;
}
.new-sec .gh-section-about-banner-text{
    margin-bottom: 7px !important;
}
.bullet-list {
  list-style-type: disc !important;
  padding-left: 1.5rem !important;
  margin-bottom: 2rem !important;
}
.gh-section-41 .rbt-btn {
    padding: 8px 10px 10px 10px !important;
}
    .gh-section-maternity {
  background-color: #fdfdfd;
  padding: 60px 20px;
}

.maternity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.maternity-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.maternity-card h3 {
    font-family: Marcellus, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #1c3d3d;
}

.maternity-card p {
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: #444;
}

.gh-list {
  padding-left: 20px;
  list-style-type: disc;
  color: #333;
}

.gh-list li {
    font-family: Marcellus, sans-serif;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
  .maternity-grid {
    grid-template-columns: 1fr;
  }
}
.maternity-grid1 {
  display: grid;
  grid-template-columns:1fr 1fr 1fr 1fr; /* 👈 Change to 3 columns */
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .maternity-grid1 {
    grid-template-columns: 1fr; /* stack in 1 column on mobile */
  }
}
.maternity-grid2 {
  display: grid;
  grid-template-columns:1fr 1fr 1fr; /* 👈 Change to 3 columns */
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .maternity-grid2 {
    grid-template-columns: 1fr; /* stack in 1 column on mobile */
  }
  .blog-sidebar {
      display: none;
  }
}
.advantage-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  padding-bottom: 35px !important;
}

.advantage-list li {
  background-color: #f9f9f9;
  padding: 10px 15px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  word-break: break-word;
}

/* Center the last item if it's alone in the last row */

@media (min-width: 768px) {
  .advantage-list li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 48%;
  }
}
.bullet .gh-section-about-banner-text {
    display: list-item; /* This makes the bullet show */
  
    /* other font settings */
}
.faq-section .faq{
    padding-bottom: 0 !important;
    
}
.faq-section .service{
    padding-top:0 !important;
}