@font-face {
  font-family: Vagron;
  src: url('../fonts/VAGRON.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mokoto;
  src: url('../fonts/mokoto-mokoto-regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir Medium;
  src: url('../fonts/AvenirLTStd-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir Bold;
  src: url('../fonts/AvenirLTStd-Heavy.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Moresugar;
  src: url('../fonts/MoreSugar-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary1: #49cbce;
  --primary-3: #f49751;
  --secondary1: #fff0;
  --bg-color: #f6fafc;
  --black: black;
  --primary2: #ffca55;
  --white: white;
  --gradient: #acdeb7;
  --gradient-2: #d8ebfc;
  --gradient-3: white;
  --blue-2: #0ca7c1;
  --cream-1: #fdfbf7;
  --blue-dark-blue: #143b6d;
  --green: #087c41;
  --background-color: #fdfbf7;
  --secondary2: #25bf7c;
  --secondary3: #fff3d9;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.heading {
  color: var(--primary1);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vagron, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 150%;
  display: none;
}

.heading-therapy {
  color: var(--primary-3);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 70px;
  margin-bottom: 10px;
  margin-left: 60px;
  font-family: Vagron, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 95%;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--secondary1);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin: 40px 0 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section {
  background-color: #fff;
  padding: 0 5%;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bg-color);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 5%;
  display: block;
}

.heading-3 {
  color: var(--primary-3);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vagron, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 150%;
}

.heading-4 {
  color: var(--primary-3);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Vagron, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 150%;
}

.div-block {
  justify-content: center;
  margin-bottom: 0;
  display: block;
}

.div-block-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-bottom: 10px;
  display: grid;
}

.div-block-3 {
  background-color: var(--primary1);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 50%;
  padding-top: 20px;
}

.paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.paragraph-2, .paragraph-3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.button {
  color: orange;
  text-align: center;
  vertical-align: baseline;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 150%;
  display: inline-block;
  box-shadow: 0 5px 5px #0003;
}

.button:hover {
  background-color: var(--secondary1);
}

.div-block-4 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-5 {
  width: 60%;
}

.paragraph-4 {
  text-align: justify;
  width: 90%;
  height: 46%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.heading-5 {
  margin-bottom: 20px;
}

.footer-dark {
  background-color: #f5f7fa;
  background-image: url('../images/Asset-172x.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding-top: 5%;
  padding-bottom: 0%;
  display: none;
  position: relative;
}

.container-2 {
  width: auto;
  max-width: none;
  margin-left: 5%;
  margin-right: 5%;
}

.footer-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
}

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Avenir, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--black);
  color: var(--black);
  border-radius: 0;
  width: auto;
  height: 2px;
  margin: 0 5% 15px;
  font-size: 1em;
}

.footer-copyright-center {
  text-align: left;
  width: auto;
  padding-bottom: 60px;
  font-family: Avenir, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.image-3 {
  width: 100%;
  display: inline-block;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  justify-content: center;
  height: auto;
  padding: 20px 10% 0;
  display: flex;
}

.div-block-7 {
  justify-content: flex-end;
  width: 20%;
  height: auto;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 70%;
  padding-left: 0;
  display: flex;
}

.section-4 {
  justify-content: center;
  display: flex;
}

.div-block-9 {
  background-color: var(--primary2);
  height: 45px;
  line-height: 10px;
  display: block;
}

.faq-question-bar {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.faq-paragraph {
  color: var(--white);
  text-align: justify;
  letter-spacing: -1px;
  margin-bottom: 0;
  padding-top: 35px;
  font-family: Avenir, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.container-3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
}

.content-h2 {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Vagron, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1em;
}

.question-title {
  color: var(--white);
  letter-spacing: -.03em;
  font-family: Avenir, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
}

.faq-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.faq-circle {
  background-color: var(--primary2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  display: flex;
}

.faq-question-wrap {
  border: 0px solid var(--white);
  background-color: var(--primary-3);
  cursor: pointer;
  border-radius: 21px;
  margin-top: 10px;
  margin-bottom: 26px;
  padding: 10px 20px 20px;
}

.link-3 {
  color: #005c43;
}

.section-5 {
  background-color: var(--primary1);
  margin-top: 20px;
  padding: 20px 5%;
}

.div-block-10 {
  background-color: var(--secondary1);
  color: var(--primary-3);
  height: 45px;
}

.section-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5%;
  display: flex;
}

.heading-6 {
  color: var(--primary-3);
  text-align: center;
  letter-spacing: 1px;
  font-family: Vagron, sans-serif;
  font-size: 2em;
  line-height: 1.5em;
}

.paragraph-5 {
  margin-bottom: 40px;
  font-family: Vagron, sans-serif;
}

.div-block-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-start;
  width: 50%;
  display: block;
}

.div-block-13 {
  width: 50%;
}

.button-2 {
  color: orange;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
}

.image-4 {
  width: 100%;
}

.heading-7 {
  color: var(--primary-3);
  text-align: center;
  margin-bottom: 20px;
  font-family: Vagron, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

.youtube {
  width: 80%;
  margin-left: 50px;
  margin-right: 0;
  padding-left: 0;
}

.brand {
  padding-left: 5%;
}

.image-5 {
  width: 100%;
  height: 100%;
}

.slider {
  height: auto;
  margin-top: 0;
  display: none;
}

.div-block-14 {
  width: 50%;
}

.div-block-15 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-6 {
  text-align: justify;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Avenir, sans-serif;
  font-size: 1.2rem;
  line-height: 150%;
}

.paragraph-7 {
  text-align: justify;
  font-family: Avenir, sans-serif;
  font-size: 1.2rem;
  line-height: 150%;
}

.navbar {
  background-color: #0000;
  height: 85px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.image-6 {
  width: 110px;
  padding-top: 0;
  position: absolute;
}

.container-4 {
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-8 {
  color: var(--secondary1);
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 5px 5px 5px #0003;
  margin-top: 0;
  margin-bottom: 5%;
  margin-right: 10%;
  font-family: Vagron, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  display: none;
  position: fixed;
}

.body {
  background-image: none;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.image-7, .image-8 {
  border-radius: 20px;
  width: 100%;
  box-shadow: 0 5px 5px #0003;
}

.nav-link {
  color: var(--primary-3);
  letter-spacing: 1px;
  font-family: Avenir, sans-serif;
  font-size: 1em;
}

.nav-link.w--current {
  color: var(--primary-3);
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 100%;
}

.text-block {
  letter-spacing: 1px;
  font-family: Vagron, sans-serif;
}

.nav-link-2 {
  color: var(--primary-3);
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 100%;
}

.nav-link-2.w--current {
  color: var(--primary-3);
  font-size: 1rem;
  line-height: 100%;
}

.nav-link-3 {
  color: var(--primary-3);
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 100%;
}

.nav-link-3.w--current {
  color: var(--primary-3);
}

.paragraph-8 {
  text-align: justify;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 1.1rem;
  line-height: 150%;
}

.div-block-3-copy1 {
  background-color: var(--primary2);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-9 {
  color: var(--primary1);
  font-family: Vagron, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

.bold-text, .bold-text-2 {
  color: var(--primary1);
}

.image-9 {
  width: 90%;
  height: 70%;
}

.heading-2-copy {
  text-align: justify;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  font-family: Avenir, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

.image-10 {
  width: 200px;
  padding-bottom: 20px;
}

.div-block-17 {
  justify-content: space-between;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.footer-copyright-center-copy {
  text-align: right;
  width: auto;
  padding-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

.body-2 {
  background-color: var(--bg-color);
}

.paragraph-9 {
  width: auto;
  font-family: Avenir, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
}

.paragraph-10 {
  width: auto;
  font-family: Avenir, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.div-block-18 {
  width: 50%;
  font-size: 1.5em;
  line-height: 1.5em;
}

.div-block-19 {
  width: 50%;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-list {
  border-top: 2px solid var(--primary-3);
  background-color: snow;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-link {
  color: var(--primary-3);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 100%;
}

.dropdown-link.w--current {
  color: var(--primary-3);
  font-family: Avenir, sans-serif;
  font-size: 1rem;
}

.dropdown-link-2 {
  color: var(--primary-3);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 100%;
}

.dropdown-link-2.w--current {
  color: var(--primary-3);
  font-family: Avenir, sans-serif;
  font-size: 1rem;
}

.dropdown-link-3 {
  color: var(--primary-3);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 100%;
}

.dropdown-link-3:focus {
  font-family: Avenir, sans-serif;
}

.dropdown-link-3.w--current {
  color: var(--primary-3);
}

.div-block-19-copy {
  width: 80%;
}

.heading-10 {
  color: var(--primary-3);
  letter-spacing: 1px;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vagron, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  display: block;
}

.paragraph-11 {
  color: var(--black);
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 140%;
}

.div-block-31 {
  background-color: var(--primary-3);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-3-copy {
  background-color: var(--secondary1);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: auto;
  margin-bottom: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-11 {
  color: var(--primary1);
  font-family: Vagron, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.bold-text-3, .bold-text-4 {
  color: var(--primary-3);
}

.div-block-10-copy {
  background-color: var(--primary2);
  color: var(--primary-3);
  height: 45px;
}

.paragraph-12, .paragraph-13 {
  font-family: Avenir, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

.image-11 {
  align-self: auto;
  width: 100%;
  max-width: none;
  height: 75vh;
  position: relative;
}

.heading-8-copy {
  color: var(--secondary1);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 5px 5px 5px #0003;
  margin-top: 0;
  margin-bottom: 5%;
  margin-right: 10%;
  font-family: Vagron, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  display: block;
  position: fixed;
}

.div_header {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.body-3 {
  background-color: var(--bg-color);
}

.body-4 {
  background-color: var(--white);
}

.nav-menu {
  margin-top: 15px;
}

.navbar_menu-button {
  flex: none;
  padding: 0;
}

.navbar_menu-background {
  display: none;
}

.navbar_home_component {
  background-color: #0000;
  border: 0 solid #0000;
  align-items: center;
  height: 4.5rem;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar_menu {
  flex: none;
  align-items: center;
}

.navbar_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_logo-link {
  flex: none;
  margin-right: 0;
  padding-top: 10px;
}

.navbar_link {
  color: #000;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
  display: inline-block;
}

.navbar_link.w--current {
  border: 1px solid #0000;
  font-weight: 500;
}

.navbar_tablet-menu-button {
  color: #0000;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.faq-question-wrap-2 {
  cursor: pointer;
  border: 2px solid #f497514d;
  border-radius: 21px;
  margin-top: 10px;
  margin-bottom: 26px;
  padding: 28px 40px;
}

.question-title-2 {
  color: #001a49;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.faq-circle-2 {
  background-color: #ddfeda;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  display: flex;
}

.faq-paragraph-2 {
  color: #4f596a;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 17px;
  font-weight: 500;
}

.icon-2 {
  color: var(--primary-3);
}

.contact6_form-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
}

.contact-heading2 {
  color: #26954b;
  letter-spacing: -1px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: .5rem;
  padding-top: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 140%;
}

.contact-page-padding-2 {
  width: auto;
  height: auto;
  margin-top: 4rem;
  padding-left: 0;
  padding-right: 0;
}

.form-checkbox {
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  transition: all .2s;
}

.form-checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.button-3 {
  background-color: #26954b;
  border-radius: 32px;
  width: auto;
  height: auto;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 150%;
}

.contact-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.contact-content {
  width: auto;
  height: auto;
}

.contact-4 {
  width: auto;
  height: auto;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

.contact6_form {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.success-message {
  background-color: #0000;
  width: auto;
  height: auto;
  padding: 1.5rem;
}

.contact-container-large-2 {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.form-input {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.select {
  background-color: #0000;
  background-image: none;
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.error-text {
  color: #e23939;
}

.form-radio {
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
}

.form-radio.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.error-message {
  width: auto;
  height: auto;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form-radio-label {
  margin-bottom: 0;
  padding-left: 1rem;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.contact-padding-vertical.contact-padding-xhuge {
  width: auto;
  height: auto;
}

.button-4 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.contact-1 {
  color: #000;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.success-text {
  font-weight: 600;
}

.form-radio-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.safwan-container {
  max-width: 1250px;
  padding-top: 1.05%;
}

.map {
  width: 100%;
  height: 600px;
}

.contact-margin-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.contact-margin-bottom.margin-medium {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-margin-bottom.margin-small {
  width: auto;
  height: auto;
}

.form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: auto;
  height: auto;
  display: grid;
}

.contact-3 {
  color: #000;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.html-embed {
  width: auto;
  height: auto;
}

.form-checkbox-label {
  margin-bottom: 0;
  padding-left: 1rem;
}

.form-field-wrapper {
  position: relative;
}

.map-2 {
  width: 600px;
  height: 450px;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-33 {
  background-image: url('../images/img-5396-2000x1333.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.heading-12 {
  color: #fff;
  padding-top: 25%;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 2.5rem;
  line-height: 100%;
}

.paragraph-14 {
  color: #fff;
  padding-top: 1%;
  padding-left: 10%;
  padding-right: 5%;
  font-size: 1.2rem;
  line-height: 100%;
}

.heading-13, .heading-14, .heading-15 {
  font-size: 1.5rem;
  line-height: 100%;
}

.bold-text-5, .bold-text-6 {
  color: var(--primary-3);
  font-size: 1rem;
  line-height: 100%;
}

.dropdown {
  color: var(--primary-3);
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 100%;
}

.heading-16 {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
}

.heading-17 {
  font-size: 2rem;
  line-height: 100%;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-18 {
  color: orange;
  text-align: center;
  border: 2px solid orange;
  border-radius: 16px;
  font-size: 1rem;
  line-height: 150%;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-3, .icon-4 {
  color: var(--primary-3);
}

.image-14 {
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 0 10px 5px #0003;
}

.slider-mobile {
  display: none;
}

.heading-19 {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-15 {
  color: #f49751;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
  font-family: Vagron, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.heading-20 {
  box-sizing: border-box;
  text-align: justify;
  object-fit: fill;
  width: 90%;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 0;
  padding-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.para-2 {
  color: #1c78a8;
  text-align: left;
  width: 90%;
  margin-bottom: 20px;
  margin-left: 50px;
  padding-top: 40px;
  font-family: Vagron, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 90%;
  display: block;
}

.div-block-36 {
  background-color: #ffe5e5;
  width: 79%;
  height: 250px;
  margin-left: 100px;
  margin-right: 220px;
}

.div-block-37 {
  flex-flow: row;
  display: block;
}

.paragraph-16 {
  color: #f49751;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 50px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Vagron, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 90%;
}

.div-block-38 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 70%;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.button-5 {
  color: #fff;
  background-color: #f49751;
  border-radius: 25px;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 60px;
  padding-bottom: 10px;
  font-size: 1rem;
}

.para-1 {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: left;
  width: 90%;
  height: 70%;
  margin-top: 0;
  margin-left: 60px;
  margin-right: 0;
  padding-top: 10px;
  padding-right: 0;
  font-size: 1rem;
  line-height: 120%;
  overflow: visible;
}

.section-7 {
  width: 1500px;
  min-width: auto;
  height: 700px;
  min-height: auto;
}

.text-2 {
  width: 88%;
  margin-bottom: 140px;
  margin-left: 60px;
  padding-top: 10px;
  font-family: Avenir, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 130%;
}

.cell {
  text-align: left;
}

.div-block-39 {
  background-color: #ffe5e5;
  width: 79%;
  height: 50%;
  margin: 40px 0 60px 100px;
  padding-bottom: 20px;
}

.container-5 {
  width: 100%;
  min-width: auto;
  height: 100%;
  margin-left: 100px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: block;
}

.paragraph-17 {
  text-align: center;
  width: 100%;
  font-size: 1rem;
  line-height: 120%;
}

.text-block-2 {
  color: #292523;
  border-radius: 30px;
  margin-top: 40px;
  margin-left: 100px;
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: Vagron, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
}

.image-15 {
  border-radius: 45px 0;
  width: 100%;
}

.heading-2 {
  text-align: left;
  flex-flow: row;
  order: -1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 60px;
  padding-top: 0;
  padding-left: 0;
  font-family: Vagron, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.heading-21 {
  color: #f49751;
  text-align: left;
  align-self: auto;
  margin-left: 40px;
  margin-right: 0;
  padding-left: 0;
  font-family: Vagron, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 100%;
}

.paragraph-18 {
  text-align: left;
  width: 90%;
  height: 120%;
  margin-left: 60px;
  margin-right: 0;
  padding-top: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.div-block-41 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/image.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  background-clip: border-box;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 40px;
  display: block;
}

.quick-stack {
  margin-top: 0;
}

.div-block-43 {
  margin-top: 20px;
  margin-left: 0;
}

.container-6 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
}

.team-1 {
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
  width: 100%;
  height: 30%;
  margin-bottom: 10px;
  display: block;
}

.team-2, .team-3 {
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
  width: 100%;
  height: 30%;
  margin-bottom: 10px;
}

.quick-stack-2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-8 {
  margin-bottom: 0;
}

.section-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.image-16 {
  width: 100%;
  min-width: 100%;
  height: 140%;
  min-height: 100%;
}

.image-17 {
  width: 100%;
  height: 100%;
}

.card1 {
  background-color: #fbf4da;
}

.card6 {
  width: 100%;
  height: 100%;
}

.cell-2 {
  border-radius: 0;
  flex-flow: row;
  display: flex;
}

.desktop---1 {
  grid-column-gap: 31px;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1470px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-18 {
  object-fit: cover;
  background-image: linear-gradient(#fff6, #fff6);
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 52px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 39px;
  left: 97px;
}

.vectors-wrapper-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 230px;
  left: 103px;
}

.cell-3 {
  background-image: url('../images/Asset-72x.png');
  background-position: 0 0;
  background-size: auto;
}

.img1, .img2 {
  width: 100%;
}

.image-19 {
  width: 99.9964%;
}

.desktop---2 {
  grid-column-gap: 31px;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1470px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 52px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 39px;
  left: 97px;
}

.vectors-wrapper-6 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 230px;
  left: 103px;
}

.img4, .img5 {
  width: 100%;
}

.block1 {
  border: 1px solid #000;
}

.name1 {
  text-align: center;
  margin-bottom: 0;
  margin-left: 50px;
  font-family: Avenir, sans-serif;
}

.name2 {
  text-align: center;
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 1.3rem;
}

.heading-22, .heading-23 {
  margin-bottom: 0;
  margin-left: 70px;
}

.heading-24 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50px;
  font-size: .8rem;
}

.heading-25 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 45px;
  font-size: .8rem;
}

.heading-26 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  font-size: .8rem;
  line-height: 120%;
}

.heading-27 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  font-size: .8rem;
  line-height: 120%;
}

.div-block-3-copy1-2 {
  background-color: #ffca55;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.section-10 {
  background-color: #f6fafc;
  margin-left: 60px;
  margin-right: 0;
  padding: 20px 0 50px;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-28 {
  color: #f49751;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vagron, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 150%;
}

.div-block-45 {
  background-color: #fff3d9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-19 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.heading-29 {
  color: #f49751;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Vagron, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 150%;
}

.bold-text-9 {
  color: #007f82;
}

.heading-30 {
  color: #49cbce;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vagron, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 150%;
  display: none;
}

.heading-31 {
  color: #49cbce;
  font-family: Vagron, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

.image-20 {
  width: 100%;
  height: 70%;
}

.heading-2-copy-2 {
  text-align: justify;
  margin: 0 0 50px;
  font-family: Avenir, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

.bold-text-10 {
  color: #49cbce;
}

.section-11 {
  background-color: var(--white);
  margin-top: 0;
  padding: 5% 10%;
  display: none;
}

.paragraph-20 {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 1.2rem;
  line-height: 150%;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-46 {
  width: 60%;
}

.div-block-47 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-2 {
  color: #ff7005;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 0 50px;
  font-family: Vagron, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 150%;
}

.heading-title-mobile {
  color: #f49751;
  margin-top: 70px;
  margin-left: 60px;
  font-family: Vagron, sans-serif;
  font-size: 3.5rem;
  line-height: 95%;
}

.desktop---3 {
  grid-row-gap: 81px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-7 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text {
  color: #f49751;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-8 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 266px;
  left: 155px;
}

.vectors-wrapper-9 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 52px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 39px;
  left: 97px;
}

.div-block-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.desktop---4 {
  grid-row-gap: 76px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-10 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #f49751;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-11 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 266px;
  left: 155px;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 52px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 39px;
  left: 97px;
}

.desktop---5 {
  grid-row-gap: 84px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 192px 183px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.desktop---6 {
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 773px 183px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.team1 {
  width: 100%;
  margin-top: 0;
  display: block;
}

.team2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.team3 {
  width: 100%;
  margin-top: 0;
}

.desktop---7 {
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 773px 183px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-48 {
  margin-top: 20px;
}

.desktop---8 {
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 773px 183px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-22 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.desktop---9 {
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 773px 183px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-youtube {
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
}

.section-12 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 5% 40px;
  display: flex;
}

.heading-33 {
  color: #f49751;
  text-align: center;
  margin-bottom: 20px;
  font-family: Vagron, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

.div-block-49 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  justify-content: center;
  margin-bottom: 60px;
  padding: 20px 0%;
  display: flex;
}

.div-block-50 {
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-start;
  width: 50%;
  display: block;
}

.paragraph-21 {
  color: #49ccd0;
  font-family: Vagron, sans-serif;
  font-size: 1.3em;
  line-height: 1.2em;
}

.div-block-51 {
  width: 50%;
}

.paragraph-22 {
  color: #49cbce;
  font-family: Vagron, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2em;
}

.youtube-2 {
  width: 80%;
}

.heading-title-3 {
  color: #252424;
  width: 80%;
  margin-left: 100px;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.heading-title-1 {
  color: #f49751;
  margin-top: 100px;
  margin-left: 100px;
  font-family: Vagron, sans-serif;
  font-size: 4rem;
  line-height: 90%;
}

.heading-therapy-1 {
  color: #f49751;
  margin-top: 100px;
  margin-left: 60px;
  font-family: Vagron, sans-serif;
  font-size: 4rem;
  line-height: 100%;
}

.heading-therapy-2 {
  color: #292523;
  margin-top: 40px;
  margin-left: 60px;
  font-family: Vagron, sans-serif;
  font-size: 1.6rem;
}

.heading-therapy-3 {
  color: #252424;
  width: 80%;
  margin-top: 10px;
  margin-left: 60px;
  font-family: Avenir, sans-serif;
}

.quick-stack-3 {
  background-color: #fbf4da;
  order: 1;
  align-self: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding: 0;
}

.image-23, .image-24, .image-25, .image-26 {
  width: 100%;
}

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

.section-13 {
  background-color: #f6fafc;
  padding: 20px 100px 50px;
  display: none;
}

.heading-35 {
  color: #f49751;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Vagron, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 150%;
}

.div-block-52 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-bottom: 10px;
  display: grid;
}

.div-block-53 {
  background-color: #fff3d9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-27 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

.paragraph-26 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.div-block-54 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-36 {
  color: #333;
  text-align: center;
  background-color: #fbf4da;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Vagron, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.div-block-55 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: block;
}

.div-block-57 {
  display: none;
}

.section-14 {
  justify-content: center;
  height: auto;
  padding: 40px 140px 40px 40px;
  display: flex;
}

.div-block-58 {
  justify-content: flex-end;
  width: 20%;
  height: auto;
  display: flex;
}

.div-block-59 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 70%;
  padding-left: 0;
  display: flex;
}

.heading-38 {
  color: #f49751;
  letter-spacing: 1px;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-family: Vagron, sans-serif;
  display: block;
}

.paragraph-28 {
  color: #49cbce;
  margin-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.heading-39 {
  color: #f49751;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Vagron, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 150%;
}

.section-15 {
  background-color: var(--secondary1);
  justify-content: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 5%;
  display: flex;
}

.div-block-60 {
  justify-content: flex-end;
  width: 20%;
  height: auto;
  display: flex;
}

.div-block-61 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 70%;
  padding-left: 0;
  display: flex;
}

.heading-40 {
  color: #f49751;
  letter-spacing: 1px;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vagron, sans-serif;
  font-size: 3rem;
  display: block;
}

.paragraph-29 {
  color: #49cbce;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 120%;
}

.image-29 {
  width: 100vw;
  height: 100%;
}

.section-16 {
  background-color: #ecf1ff;
  background-image: linear-gradient(#d0dbff, #fff);
  justify-content: center;
  height: auto;
  padding: 40px 5%;
  display: flex;
}

.div-block-62 {
  justify-content: flex-end;
  width: 20%;
  height: auto;
  display: flex;
}

.div-block-63 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 70%;
  padding-left: 0;
  display: flex;
}

.heading-41 {
  color: #f49751;
  letter-spacing: 1px;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-family: Vagron, sans-serif;
  display: block;
}

.paragraph-30 {
  color: #49cbce;
  width: 100%;
  margin-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-31 {
  text-align: justify;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  line-height: 150%;
}

.image-30 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

.section-17 {
  background-color: #fef5ec;
  padding: 5% 10%;
}

.div-block-64 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 0 0%;
  display: grid;
}

.heading-42 {
  color: #f49751;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vagron, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 150%;
}

.div-block-65 {
  background-color: #fff3d9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-32 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.heading-43 {
  color: #f49751;
  text-align: center;
  background-color: #0000;
  margin-top: 86px;
  margin-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Vagron, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 150%;
}

.container-8 {
  background-color: #fbf4da;
  flex-flow: column;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-bottom: 10px;
  display: grid;
}

.div-block-68 {
  background-color: #fff3d9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-31 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

.heading-45 {
  font-size: 2rem;
  line-height: 100%;
}

.heading-46 {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
}

.heading-47 {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.div-block-69 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.section-18 {
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-70 {
  background-color: #f9fbfd;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-32 {
  box-sizing: border-box;
  object-fit: fill;
  align-self: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.heading-48 {
  color: #fff3d9;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 5px 5px 5px #0003;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10%;
  font-family: Vagron, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  display: none;
  position: fixed;
}

.heading-8-copy-2 {
  color: #fff3d9;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 5px 5px 5px #0003;
  margin-top: 0;
  margin-bottom: 5%;
  margin-right: 10%;
  font-family: Vagron, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  display: block;
  position: fixed;
}

.icon-7, .icon-8 {
  color: #f49751;
}

.image-33 {
  align-self: auto;
  width: 100%;
  max-width: none;
  height: 75vh;
  position: relative;
}

.div-block-71 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: block;
}

.div-block-72, .div-block-73, .div-block-74, .div-block-75, .div-block-76, .div-block-77 {
  width: 100%;
}

.section-19 {
  background-color: #f9fbfd;
  padding-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
}

.heading-49 {
  color: #f49751;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vagron, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 150%;
}

.container-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.div-block-78 {
  width: 50%;
}

.paragraph-33 {
  color: #47c0cd;
  text-align: justify;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Vagron, sans-serif;
  font-size: 1.2rem;
  line-height: 150%;
}

.div-block-79 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-34 {
  color: #47c0cd;
  text-align: justify;
  padding-top: 10px;
  font-family: Vagron, sans-serif;
  font-size: 1.2rem;
  line-height: 150%;
}

.heading-50 {
  color: #49cbce;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vagron, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 150%;
  display: none;
}

.slide-2 {
  vertical-align: baseline;
  width: 100%;
  height: 100%;
}

.image-home {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.slide-3 {
  object-fit: fill;
  height: 100%;
}

.mask-2 {
  object-fit: fill;
  background-color: #f9fbfd;
  height: 100%;
}

.heading-51 {
  color: #49cbce;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vagron, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 150%;
  display: none;
}

.paragraph-35 {
  text-align: justify;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 1.2rem;
  line-height: 150%;
}

.heading-52 {
  color: #f49751;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vagron, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-36 {
  text-align: justify;
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 1.2rem;
  line-height: 150%;
}

.div-block-80 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.section-20 {
  background-color: #fff;
  padding: 20px 5% 0;
}

.image-34 {
  object-fit: cover;
  width: 100%;
  height: 90vh;
}

.container-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.div-block-81 {
  width: 50%;
}

.section-21 {
  padding-left: 0%;
}

.image-35 {
  justify-content: center;
  width: 100%;
  display: inline-flex;
}

.section-hover {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #fbf4da;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.lightbox-link, .lightbox-link-3, .lightbox-link-5, .lightbox-link-7, .lightbox-link-8, .lightbox-link-9 {
  align-self: center;
}

.image-37 {
  box-sizing: border-box;
  vertical-align: baseline;
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #fff;
  border-radius: 90px 0 0;
  width: 150%;
  max-width: 300%;
  margin-top: 0;
  margin-bottom: -21px;
  margin-left: -119px;
  position: static;
  inset: 0% 0% auto;
}

.cell-6 {
  background-color: #fbf4da;
}

.cell-7 {
  padding-bottom: 20px;
}

.image-38 {
  background-color: #0000;
  margin-top: 0;
}

.image40 {
  background-color: #f9fbfd;
  height: 10%;
  margin-top: 0;
  margin-bottom: -50px;
  padding-top: 0;
}

.section-22 {
  background-color: #fef5ec;
  background-image: url('../images/back.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-right: 0%;
  display: none;
}

.section8 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-53 {
  font-family: Vagron, sans-serif;
  font-size: 1rem;
}

.image-39 {
  border-radius: 40px;
}

.desktop---10 {
  grid-column-gap: 31px;
  background-color: #fbf4da;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1470px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-18 {
  object-fit: cover;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
}

.section-23 {
  background-color: #fbf4da;
  margin-bottom: 0;
  display: none;
}

.section-24 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container-11 {
  display: block;
}

.frame-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1073px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-19 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1073px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-20 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-4 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1073px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-21 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-40 {
  display: block;
}

.div-block-82 {
  padding-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
}

.image-41 {
  vertical-align: baseline;
  width: 100%;
  display: inline-block;
}

.desktop---11 {
  grid-column-gap: 31px;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1470px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-22 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bold-text-11 {
  font-weight: 400;
}

.bold-text-12 {
  font-family: Avenir, sans-serif;
  font-weight: 400;
}

.bold-text-13, .bold-text-14 {
  font-weight: 400;
}

.div-block-83 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.section-25 {
  background-image: url('../images/AAD-2025---Background.png');
  background-position: 100% 100%;
  background-size: cover;
  flex-flow: column;
  padding-top: 140px;
  padding-bottom: 20px;
  display: flex;
}

.image-42 {
  width: 500px;
}

.heading-54 {
  color: #0ca7c1;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: cyan;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
}

.paragraph-37 {
  color: var(--blue-2);
  margin-bottom: 30px;
  font-family: Avenir Bold, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.paragraph-38 {
  color: var(--blue-2);
  font-family: Avenir, sans-serif;
  font-size: 1rem;
}

.div-block-84 {
  align-self: flex-start;
}

.div-block-85 {
  background-color: var(--cream-1);
  color: #2791a3;
  flex-flow: column;
  padding: 60px 5%;
  font-family: Vagron, sans-serif;
  font-weight: 400;
}

.paragraph-39 {
  color: #143b6d;
  text-align: justify;
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  position: static;
}

.heading-55 {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}

.div-block-86 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.image-43 {
  width: 280px;
  position: relative;
  top: 45px;
}

.image-43.arin-mobile {
  display: none;
}

.heading-56 {
  color: var(--blue-2);
  text-align: center;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: cyan;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 38px;
}

.heading-56.extra {
  font-size: 1.8rem;
}

.div-block-87 {
  background-image: url('../images/Background-No-Color.png'), linear-gradient(129deg, var(--gradient), #d8ebfc 52%, #d5fff3);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.testimonial-slider-large {
  background-color: #0000;
  border-bottom: 0 solid #e4ebf3;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
}

.testimonial-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: center;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.testimonial-slide._1 {
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial-slide.box1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: block;
}

.testimonial-slide.extra {
  padding: 10px;
  display: block;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 150px;
  height: 150px;
}

.testimonial-image-two._1 {
  width: auto;
  height: 180px;
}

.testimonial-image-two.box1 {
  width: auto;
  height: 130px;
}

.testimonial-image-two.box2 {
  width: auto;
}

.testimonial-image-two.box3 {
  width: auto;
  height: 80px;
}

.testimonial-image-two.box4 {
  width: auto;
  height: 160px;
}

.testimonial-image-two.box5 {
  width: auto;
  height: 70px;
}

.testimonial-image-two.box6 {
  width: auto;
  height: 120px;
}

.testimonial-image-two.box7 {
  width: 180px;
  height: auto;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.div-block-88 {
  background-image: linear-gradient(129deg, var(--gradient), var(--gradient-2) 58%, white);
  padding-top: 100px;
  padding-bottom: 20px;
}

.div-block-88.patners {
  background-image: linear-gradient(129deg, #000, #fff);
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-57 {
  color: #0ca7c1;
  text-align: center;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: cyan;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.div-block-89 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(129deg, var(--gradient), var(--gradient-2) 55%, #d5fff3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.image-44 {
  width: 500px;
}

.paragraph-40 {
  text-align: center;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.image-45 {
  max-width: 15%;
}

.paragraph-41 {
  color: var(--white);
  text-align: center;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.div-block-90 {
  background-color: #0ca7c1;
  border: 2.5px solid #0ff;
  border-radius: 20px;
  margin-top: 20px;
  padding: 10px 100px;
}

.heading-58 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.div-block-91 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 20px;
  display: none;
}

.image-46 {
  width: 80px;
  height: 80px;
}

.image-47 {
  width: 550px;
}

.div-block-92 {
  background-image: url('../images/Cloud.png');
  background-size: cover;
}

.heading-59 {
  color: var(--blue-2);
  text-align: center;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: cyan;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.image-48 {
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-93 {
  background-color: var(--white);
  background-image: url('../images/Reward-background.png');
  background-position: 50% 100%;
  background-size: cover;
  height: 550px;
  display: none;
}

.heading-60 {
  color: var(--blue-2);
  text-align: center;
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: cyan;
  margin-top: 0;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.div-block-94 {
  background-image: linear-gradient(129deg, var(--gradient), var(--gradient-2) 54%, #d5fff3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  padding-top: 100px;
  display: flex;
}

.div-block-95 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-49 {
  width: 400px;
  height: 400px;
}

.paragraph-42 {
  color: var(--blue-2);
  text-align: center;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.youtube-4 {
  width: 90%;
  margin-top: 40px;
  margin-left: 5%;
}

.div-block-96 {
  padding-right: 20px;
}

.div-block-97 {
  background-image: linear-gradient(129deg, var(--gradient), var(--gradient-2) 84%, var(--gradient-3));
  flex-flow: column;
  padding-top: 2%;
  display: flex;
}

.image-50 {
  width: 500px;
}

.div-block-99 {
  padding: 5%;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.desktop, .grid.mobile {
  display: none;
}

.div-block-100 {
  opacity: 0;
}

.div-block-101 {
  background-image: url('../images/G1.png');
  background-position: 50%;
  background-size: cover;
}

.image-52 {
  background-image: url('../images/G7.png');
  background-position: 50%;
  background-size: cover;
}

.image-53 {
  width: 300px;
}

.div-block-102 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  display: flex;
}

.heading-61 {
  color: var(--blue-2);
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: cyan;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.div-block-103 {
  flex-flow: column;
  display: flex;
}

.paragraph-43 {
  color: var(--blue-dark-blue);
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.image-54 {
  width: 230px;
}

.div-block-104 {
  padding: 5%;
}

.div-block-105 {
  background-image: url('../images/G10.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-106 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 20px;
  display: flex;
}

.heading-62 {
  color: var(--blue-2);
  text-align: center;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: cyan;
  margin-top: 10px;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
}

.heading-63 {
  color: #0ca7c1;
  text-align: center;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: cyan;
  font-family: Mokoto, Impact, sans-serif;
}

.heading-64 {
  color: #0ca7c1;
  text-align: center;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: cyan;
  margin-top: 100px;
  margin-bottom: 60px;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.heading-65 {
  color: var(--blue-2);
  text-align: center;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: cyan;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.div-block-107 {
  background-image: linear-gradient(129deg, var(--gradient), var(--gradient-2) 50%, var(--gradient-3));
  padding: 40px 5% 60px;
  display: none;
}

.div-block-108 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-44 {
  color: var(--blue-dark-blue);
  font-family: Avenir, sans-serif;
  font-weight: 400;
}

.image-56 {
  width: 40px;
}

.div-block-109 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-110 {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-111 {
  background-color: var(--primary1);
  border: 2px solid #0ff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.map-3 {
  border: 2px solid #0ff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 500px;
}

.heading-66 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: cyan;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.paragraph-45 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-weight: 400;
}

.div-block-112 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-113 {
  background-color: var(--white);
  background-image: none;
  background-size: auto;
}

.heading-67 {
  color: var(--blue-2);
  text-align: center;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: cyan;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.heading-68 {
  color: var(--blue-2);
  text-align: center;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.div-block-116 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px 5% 40px;
  display: flex;
}

.div-block-117 {
  background-color: var(--primary1);
  text-align: center;
  border: 2px solid #0ff;
  border-radius: 15px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-69 {
  color: var(--white);
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: cyan;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
}

.div-block-118 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-58 {
  width: 400px;
}

.div-block-119 {
  align-self: center;
}

.div-block-120 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.image-59 {
  width: 300px;
}

.image-60 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: start center;
}

.div-block-798 {
  align-self: flex-end;
  font-size: 16px;
  position: fixed;
  inset: auto 2% 3% auto;
}

.div-block-798.aad25 {
  z-index: 50;
}

.div-block-799 {
  position: sticky;
}

.image-61 {
  width: 210px;
}

.link-block {
  text-decoration-color: #0000;
}

.heading-70 {
  color: var(--green);
  text-align: center;
  letter-spacing: .1px;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: cyan;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.heading-70.extra {
  margin-top: 20px;
  font-size: 1.3rem;
}

.div-block-800 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
}

.div-block-801 {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: block;
}

.div-block-802 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.div-block-803 {
  background-image: url('../images/G6.png');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-804 {
  background-image: url('../images/G5.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-805 {
  background-image: url('../images/G11.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-806 {
  background-image: url('../images/G12.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-807 {
  background-image: url('../images/G13.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-808 {
  background-image: url('../images/G7.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-809 {
  background-image: url('../images/G5.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-810 {
  background-image: url('../images/G3.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-811 {
  border: .5px solid #000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.paragraph-46, .paragraph-47 {
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
}

.div-block-812 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-813 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  color: #f49751;
  text-align: center;
  background-color: #ffffff69;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  font-family: Vagron, sans-serif;
  font-weight: 400;
  display: flex;
}

.div-block-813._1 {
  background-color: #5cc6d066;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-48 {
  color: var(--black);
  text-align: left;
  font-family: Avenir, sans-serif;
  font-size: 16px;
}

.div-block-814 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.image-62 {
  width: 30px;
  height: 30px;
}

.div-block-815 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.paragraph-49 {
  color: var(--black);
  text-align: justify;
  font-family: Avenir, sans-serif;
  font-size: 16px;
}

.heading-71 {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 25px;
}

.heading-71._2 {
  color: #09533f;
  font-weight: 400;
}

.paragraph-50 {
  text-align: center;
  margin-top: 10px;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.div-block-816 {
  background-image: radial-gradient(circle, #8fb0e8, #8fb0e8 0%, #4f6fa1);
  padding-top: 5%;
  padding-bottom: 5%;
}

.image-63 {
  width: 450px;
}

.div-block-817 {
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.paragraph-51 {
  color: var(--white);
  text-align: left;
  padding-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.heading-72 {
  color: var(--white);
  text-align: justify;
  padding-right: 10px;
  font-family: Vagron, sans-serif;
  font-size: 3rem;
}

.div-block-818 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-64 {
  width: 350px;
  margin-bottom: 40px;
}

.div-block-819 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-65 {
  width: 80px;
}

.paragraph-52 {
  color: var(--white);
  text-align: justify;
  font-family: Avenir, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.div-block-820 {
  background-color: var(--primary-3);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-span {
  background-color: var(--primary2);
  vertical-align: baseline;
  mix-blend-mode: normal;
  border-radius: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 2.2rem;
  position: relative;
}

.image-66 {
  width: 180px;
}

.div-block-821 {
  display: flex;
}

.div-block-822 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.div-block-823 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.bold-text-15 {
  font-size: 16px;
}

.div-block-825 {
  background-image: linear-gradient(137deg, #acdeb7, var(--gradient-2) 43%, #d5fff3);
  padding-top: 5%;
}

.image-67 {
  width: 300px;
}

.div-block-826 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-827 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.heading-73 {
  border: 1.5px solid #000;
  border-radius: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
}

.div-block-828 {
  background-color: #fff6;
  border-radius: 25px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.div-block-828.extra {
  background-color: #5cc6d066;
}

.heading-74 {
  color: var(--primary-3);
  text-align: center;
  margin-top: 10px;
  font-family: Vagron, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
}

.heading-74.extra {
  color: #09533f;
}

.paragraph-53 {
  text-align: justify;
  font-family: Avenir, sans-serif;
  font-size: 16px;
}

.text-span-2 {
  display: none;
}

.div-block-829 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-830 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  grid-auto-columns: 1fr;
  height: 25vh;
  margin-bottom: 10px;
  display: grid;
}

.div-block-831 {
  background-image: url('../images/Small-line-left.png');
  background-position: 0%;
  background-size: cover;
  height: 25vh;
}

.div-block-832 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Small-line-right.png');
  background-position: 100%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 25vh;
  display: block;
}

.div-block-832.extra {
  background-image: url('../images/SMALL-YWP-LOGO.png');
  display: block;
}

.div-block-833 {
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-834 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-partner, .div-block-map {
  background-color: #fdfbf7;
  padding-top: 5%;
  padding-bottom: 5%;
}

.div-block-gallery {
  background-color: #fcf7f1;
  padding-top: 5%;
}

.div-block-837 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-838 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-68 {
  width: 430px;
}

.kitafamily-section {
  background-color: #fff5da;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.div-heading-kitafamily {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-839 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-70, .image-71 {
  width: 200px;
}

.image-72 {
  width: 350px;
}

.image-73 {
  width: 200px;
}

.div-block-840 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.paragraph-54 {
  text-align: justify;
  margin-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}

.div-block-841 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-841.kitafamily-mobile {
  display: none;
}

.image-75 {
  width: 70px;
}

.image-76 {
  width: 200px;
}

.paragraph-55 {
  text-align: left;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.div-block-843 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-844 {
  text-align: center;
}

.health {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-77 {
  height: 100px;
}

.div-block-845 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-75 {
  color: var(--green);
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: cyan;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 1.3rem;
}

.paragraph-56 {
  font-family: Avenir, sans-serif;
  font-style: italic;
}

.div-block-846 {
  justify-content: flex-end;
  padding-left: 5%;
  display: flex;
}

.image-78 {
  width: 350px;
}

.div-block-847 {
  align-self: center;
}

.familyscreening {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: var(--background-color);
  flex-flow: column;
  padding-top: 5%;
  display: flex;
  position: relative;
}

.div-block-848 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: flex;
}

.heading-76 {
  margin-top: 10px;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
}

.div-block-849 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-80 {
  width: 100px;
}

.div-block-850 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-851 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-852 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.div-block-853 {
  background-color: #b68052;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 100px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 40px;
  display: flex;
}

.div-block-853._2 {
  margin-left: 70px;
  padding-left: 40px;
}

.div-block-853._3 {
  margin-left: 30px;
  padding-left: 40px;
}

.paragraph-57 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.div-block-854 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.div-block-855 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-81 {
  width: 350px;
}

.link-block-2 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.event-tentative {
  background-color: #d9eff0;
  padding-top: 5%;
  padding-bottom: 5%;
}

.div-block-856 {
  padding: 0;
}

.image-82 {
  width: 100vw;
  padding-right: 5%;
}

.div-block-857 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5%;
  display: grid;
}

.div-block-858 {
  display: flex;
}

.image-83, .image-84 {
  height: 80px;
}

.heading-77 {
  color: #0ca7c1;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: cyan;
  font-family: Mokoto, Impact, sans-serif;
}

.paragraph-58 {
  margin-top: 10px;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.team-slider {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
}

.team-slide-wrapper {
  width: 90%;
  margin-right: 5%;
}

.team-slide-wrapper.extra {
  width: 90%;
}

.team-member-image-two {
  margin-top: 0;
}

.team-block-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #faf1f1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 20px;
}

.team-member-text {
  text-align: center;
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: .9rem;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: block;
}

.team-slider-nav {
  margin-top: 10px;
  font-size: 15px;
  position: static;
  bottom: -60px;
}

.div-block-859 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-85 {
  width: 30px;
  height: 30px;
}

.button-6 {
  background-color: #7ccdd4;
  border: 2px solid #0ff;
  border-radius: 30px;
  flex-flow: column;
  align-self: center;
  font-family: Mokoto, Impact, sans-serif;
  font-size: 1rem;
}

.image-86 {
  width: 150px;
}

.image-86.extra {
  opacity: 0;
}

.div-block-860 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-861 {
  background-color: #d9eff0;
}

.div-block-862 {
  display: none;
}

.div-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-87 {
  width: 400px;
}

.image-88 {
  width: 450px;
}

.icon-11 {
  color: var(--black);
  left: -49px;
}

.icon-12 {
  color: var(--black);
}

.div-block-865 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph-59 {
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-866 {
  background-image: url('../images/G9_1.png');
  background-position: 50% 40%;
  background-size: cover;
  width: auto;
  height: auto;
}

.div-block-866._2 {
  background-image: url('../images/S3.png');
}

.div-block-866._3 {
  background-image: url('../images/S7.png');
}

.div-block-866._4 {
  background-image: url('../images/S2.png');
}

.div-block-866._6 {
  background-image: url('../images/S5.png');
}

.div-block-866.container-7 {
  background-image: url('../images/S9.png');
}

.div-block-866._5 {
  background-image: url('../images/S4.png');
}

.div-block-866._7 {
  background-image: url('../images/S6.png');
}

.div-block-866._10 {
  background-image: url('../images/S9.png');
}

.div-block-867 {
  background-image: url('../images/G3_1.png');
  background-position: 0 0;
  background-size: cover;
  height: 220px;
}

.div-block-867.bold-text-11 {
  background-position: 50%;
  height: 250px;
}

.div-block-867._2 {
  background-image: url('../images/G4_1.png');
  background-position: 50%;
  height: 250px;
}

.div-block-867._3 {
  background-image: url('../images/G2_1.png');
  background-position: 50%;
  height: 250px;
}

.div-block-867._4 {
  background-image: url('../images/G5_1.png');
  background-position: 50%;
  height: 250px;
}

.div-block-867._5 {
  background-image: url('../images/G11_1.png');
  background-position: 50%;
  height: 250px;
}

.div-block-867._6 {
  background-image: url('../images/G1_1.png');
  height: 250px;
}

.div-block-868 {
  background-image: url('../images/G8_1.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 220px;
}

.div-block-869 {
  background-image: url('../images/G9_1.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-870 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.paragraph-60 {
  padding-top: 40px;
  padding-right: 20px;
}

.text-span-3 {
  color: var(--white);
  background-image: linear-gradient(74deg, #138dac, #00a57c);
  border-radius: 20px;
  margin-right: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Moresugar, Verdana, sans-serif;
  font-size: 1rem;
}

.div-block-871 {
  border: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-872 {
  padding-right: 40px;
}

.slider-2.mobile, .gallery-mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section, .section-6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .navbar {
    height: 85px;
  }

  .div-block-16 {
    background-image: none;
    height: auto;
  }

  .paragraph-8 {
    text-align: justify;
    font-family: Avenir, sans-serif;
    font-size: 1.3rem;
  }

  .paragraph-11 {
    padding-top: 20px;
    font-size: 1.3rem;
  }

  .image-11 {
    width: 100%;
    height: 90vh;
  }

  .heading-8-copy {
    margin-right: 10%;
  }

  .div_header {
    background-image: none;
    height: auto;
  }

  .nav-menu {
    margin-top: 15px;
  }

  .div-block-38 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-39 {
    height: 50%;
    margin-bottom: 100px;
    margin-left: 10px;
  }

  .text-block-2 {
    padding-top: 0;
    display: flex;
  }

  .heading-2 {
    text-align: left;
    margin-left: 0;
    display: flex;
  }

  .div-block-41 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 140px;
  }

  .div-block-43 {
    width: 100%;
    margin-left: 100px;
    margin-right: 0;
  }

  .container-6 {
    width: 100%;
  }

  .section-9 {
    margin-bottom: 40px;
  }

  .card1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img1, .img2 {
    width: 100%;
  }

  .section-10 {
    width: 100%;
    margin-left: 100px;
    margin-right: 0;
    padding-top: 0;
  }

  .image-20 {
    width: 100%;
  }

  .heading-2-copy-2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.3rem;
  }

  .section-11 {
    margin: 0;
    padding: 0 10% 40px;
  }

  .paragraph-20 {
    font-size: 1.3rem;
  }

  .container-7 {
    margin-bottom: 20px;
  }

  .heading-2 {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: grid;
  }

  .team3 {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .image-22 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .section-12 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-title-3 {
    font-size: 1.2rem;
  }

  .heading-therapy-1, .heading-therapy-2 {
    margin-left: 100px;
  }

  .heading-therapy-3 {
    margin-left: 100px;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .quick-stack-3 {
    width: 100%;
  }

  .section-15 {
    background-color: #0000;
    padding-right: 5%;
  }

  .paragraph-29 {
    font-size: 1.3em;
    line-height: 120%;
  }

  .section-16 {
    padding-right: 5%;
  }

  .paragraph-30 {
    font-size: 1.3em;
    line-height: 120%;
  }

  .paragraph-31 {
    text-align: justify;
    padding-left: 0%;
    padding-right: 0%;
    font-family: Avenir, sans-serif;
  }

  .section-17 {
    padding-top: 5px;
  }

  .heading-42 {
    font-size: 3rem;
  }

  .heading-43 {
    font-size: 1.8rem;
  }

  .div-block-70 {
    background-image: none;
    height: auto;
  }

  .image-32 {
    width: 100%;
    height: 100%;
  }

  .heading-8-copy-2 {
    margin-right: 10%;
  }

  .image-33 {
    width: 100%;
    height: 90vh;
  }

  .div-block-71 {
    padding-bottom: 20px;
  }

  .section-19 {
    padding-top: 0;
    padding-bottom: 5%;
  }

  .container-9 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-33 {
    color: #47c0cd;
    padding-top: 0;
    font-family: Vagron, sans-serif;
    font-size: 1.3rem;
  }

  .div-block-79 {
    padding-right: 0;
  }

  .paragraph-34 {
    color: #7bc0cd;
    padding-top: 0;
    font-family: Vagron, sans-serif;
    font-size: 1.3rem;
  }

  .image-home {
    height: 100%;
  }

  .mask-2 {
    height: 100%;
  }

  .paragraph-35 {
    color: #47c0cd;
    font-family: Vagron, sans-serif;
    font-size: 1.3rem;
  }

  .heading-52 {
    margin-bottom: 10px;
  }

  .paragraph-36 {
    color: #47c0cd;
    margin-bottom: 0;
    font-family: Vagron, sans-serif;
    font-size: 1.3rem;
  }

  .container-10 {
    padding-bottom: 20px;
  }

  .section-hover {
    display: flex;
  }

  .lightbox-link {
    align-self: center;
  }

  .lightbox-link-3 {
    flex: 0 auto;
    align-self: center;
  }

  .lightbox-link-5, .lightbox-link-7, .lightbox-link-8 {
    align-self: center;
  }

  .lightbox-link-9 {
    flex: 0 auto;
    align-self: center;
  }

  .image40 {
    height: 0%;
  }

  .section-22 {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0%;
  }

  .desktop---10 {
    flex-flow: column;
    padding-bottom: 0;
    display: flex;
  }

  .vectors-wrapper-18 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .section-23 {
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-39 {
    font-size: 1.3rem;
  }

  .image-53 {
    width: 300px;
  }

  .paragraph-43 {
    font-size: 20px;
    line-height: 28px;
  }

  .map-3 {
    width: 650px;
  }

  .div-block-113 {
    height: 250px;
  }

  .heading-68 {
    font-size: 2.3rem;
  }

  .div-block-116 {
    grid-template-columns: 1fr .75fr;
  }

  .image-58 {
    width: 350px;
  }

  .image-69 {
    width: 700px;
  }

  .image-77 {
    height: 100px;
  }

  .div-block-866, .div-block-868 {
    width: auto;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    padding-left: 120px;
    padding-right: 120px;
  }

  .heading-4 {
    margin-bottom: 10px;
  }

  .div-block-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: stretch;
  }

  .faq-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .faq-question-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-5, .section-6 {
    padding-bottom: 20px;
  }

  .div-block-11 {
    margin-bottom: 20px;
  }

  .slider {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    height: 85px;
    margin-left: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .image-6 {
    width: 150px;
  }

  .container-4 {
    height: 85px;
  }

  .div-block-16 {
    width: auto;
    height: auto;
  }

  .heading-8 {
    position: fixed;
  }

  .body {
    background-color: #fff;
  }

  .nav-link {
    font-size: 1.5em;
  }

  .nav-link-2, .nav-link-3 {
    font-size: 1rem;
  }

  .image-11 {
    width: 100%;
    max-width: none;
    height: 100vh;
  }

  .heading-8-copy {
    margin-right: 10%;
    position: fixed;
  }

  .div_header {
    width: auto;
    height: auto;
    display: flex;
  }

  .nav-menu {
    margin-top: 15px;
  }

  .bold-text-7, .bold-text-8 {
    font-size: 1rem;
  }

  .image-14 {
    width: 80%;
    margin-left: 10%;
  }

  .slider-mobile {
    display: none;
  }

  .section-7 {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .text-2 {
    font-family: Varela, sans-serif;
    font-weight: 400;
  }

  .cell {
    display: block;
  }

  .div-block-39 {
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .text-block-2 {
    font-family: Varela, sans-serif;
  }

  .heading-2 {
    color: var(--primary-3);
    width: 100%;
    font-size: 2rem;
    font-weight: 400;
    line-height: 130%;
  }

  .div-block-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-12 {
    padding-bottom: 20px;
  }

  .div-block-49 {
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-21 {
    padding-left: 5%;
    padding-right: 25%;
  }

  .paragraph-22 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-title-3 {
    margin-left: 100px;
  }

  .quick-stack-3 {
    position: static;
  }

  .image-23, .image-24, .image-25, .image-26 {
    display: block;
  }

  .quick-stack-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-52 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: stretch;
  }

  .heading-36 {
    flex-flow: column;
    display: flex;
  }

  .paragraph-31 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-17 {
    padding-top: 0;
    padding-bottom: 0%;
  }

  .heading-42 {
    font-size: 3rem;
  }

  .heading-43 {
    margin-top: 20px;
    font-size: 2.5rem;
  }

  .cell-4, .cell-5 {
    display: block;
  }

  .div-block-67 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: stretch;
  }

  .div-block-70 {
    width: auto;
    height: 100%;
  }

  .image-32 {
    width: 100%;
    max-width: none;
    height: 100vh;
    margin-top: 0;
  }

  .heading-48 {
    position: fixed;
  }

  .heading-8-copy-2 {
    margin-right: 10%;
    position: fixed;
  }

  .image-33 {
    width: 100%;
    max-width: none;
    height: 100vh;
  }

  .div-block-71 {
    padding-bottom: 0;
  }

  .section-19 {
    margin-bottom: 0;
    padding-top: 0%;
    padding-bottom: 5%;
  }

  .container-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-33 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-79 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-34 {
    color: #47c0cd;
  }

  .image-home {
    width: 100%;
    height: 100vh;
  }

  .section-20 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-38 {
    margin-top: -38px;
  }

  .section-22 {
    background-size: cover;
    margin-bottom: 40px;
  }

  .vectors-wrapper-18 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .paragraph-39 {
    font-size: 1.6rem;
  }

  .image-43 {
    width: 600px;
  }

  .testimonial-image-two._1, .testimonial-image-two.box1, .testimonial-image-two.box2 {
    height: 180px;
  }

  .testimonial-image-two.box5 {
    height: 80px;
  }

  .testimonial-image-two.box6 {
    height: 150px;
  }

  .div-block-88 {
    background-size: 1500px, auto;
    padding-bottom: 20px;
  }

  .paragraph-40, .paragraph-41 {
    font-size: 1.3rem;
  }

  .div-block-94 {
    background-size: 1440px, auto;
  }

  .image-51 {
    width: 1600px;
  }

  .div-block-111 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .map-3 {
    width: 700px;
  }

  .heading-66 {
    font-size: 2.5rem;
  }

  .paragraph-45 {
    font-size: 18px;
  }

  .div-block-113 {
    background-position: 50% 0;
    height: 250px;
  }

  .div-block-116 {
    grid-template-columns: 1fr 1fr;
  }

  .image-58 {
    width: 400px;
  }

  .image-69 {
    width: 900px;
  }

  .image-70, .image-71, .image-73 {
    width: 250px;
  }

  .paragraph-54 {
    font-size: 1.4rem;
  }

  .paragraph-55 {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .image-77 {
    height: 120px;
  }

  .image-80 {
    width: 120px;
  }

  .paragraph-58 {
    font-size: 1.2rem;
  }

  .team-block-info {
    height: 650px;
  }

  .paragraph-59 {
    position: static;
    top: 0;
  }

  .div-block-867.bold-text-11, .div-block-867._2, .div-block-867._3, .div-block-867._4, .div-block-867._5, .div-block-867._6 {
    height: 280px;
  }

  .div-block-870 {
    place-items: center;
  }

  .text-span-3 {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1920px) {
  .heading-therapy {
    margin-bottom: 20px;
  }

  .section {
    padding-left: 140px;
    padding-right: 140px;
  }

  .heading-4 {
    text-align: center;
    width: 100%;
    font-size: 3em;
  }

  .div-block-3 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    margin-bottom: 20px;
    font-size: 1.5em;
  }

  .button {
    font-size: 1.5em;
  }

  .button:hover {
    background-color: var(--secondary1);
  }

  .paragraph-4 {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .image-2 {
    height: 91vh;
  }

  .section-3 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .faq-paragraph {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .content-h2 {
    font-size: 3em;
  }

  .question-title {
    font-size: 2em;
    line-height: 1.2em;
  }

  .faq-wrapper {
    max-width: none;
  }

  .heading-7 {
    line-height: 2em;
  }

  .slider {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    height: 85px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .image-6 {
    width: 200px;
  }

  .container-4 {
    margin-left: 550px;
    margin-right: 300px;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-link.w--current {
    font-size: 1.5em;
  }

  .heading-9 {
    font-size: 2em;
  }

  .image-9 {
    width: 65%;
    height: 100%;
  }

  .heading-2-copy {
    font-size: 1.5em;
  }

  .dropdown-list {
    border-top: 2px solid var(--primary-3);
    background-color: var(--white);
    font-size: 1.5em;
    box-shadow: 0 2px 5px #0003;
  }

  .dropdown-link {
    font-size: 1em;
  }

  .dropdown-link.w--current {
    color: var(--primary-3);
    font-family: Avenir, sans-serif;
  }

  .dropdown-link-2 {
    font-family: Avenir, sans-serif;
    font-size: 1em;
  }

  .dropdown-link-2.w--current {
    color: var(--primary-3);
    font-family: Avenir, sans-serif;
  }

  .dropdown-link-3 {
    font-size: 1em;
  }

  .dropdown-link-3.w--current {
    color: var(--primary-3);
  }

  .heading-10 {
    font-size: 3em;
    font-weight: 400;
  }

  .paragraph-11 {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .div-block-31 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-4 {
    font-weight: 400;
  }

  .paragraph-12, .paragraph-13 {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .image-11 {
    width: 100%;
    height: 90vh;
  }

  .heading-8-copy {
    text-align: center;
    margin-right: 15%;
  }

  .div_header {
    justify-content: flex-end;
    align-items: flex-end;
    height: auto;
  }

  .navbar_home_component {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar_container {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
  }

  .navbar_logo-link {
    margin-right: 8%;
  }

  .navbar_link {
    color: #000;
    border: 1px solid #0000;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 150%;
  }

  .navbar_link.w--current {
    text-align: left;
    background-color: #0000;
    font-weight: 500;
    text-decoration: underline;
  }

  .contact-container-large-2 {
    max-width: none;
  }

  .safwan-container {
    max-width: 1500px;
    padding-top: .7%;
  }

  .map {
    width: 100%;
    height: 600px;
  }

  .map-2 {
    width: 600px;
    height: 450px;
  }

  .heading-12 {
    padding-top: 20%;
  }

  .bold-text-7, .bold-text-8 {
    letter-spacing: 1px;
  }

  .heading-16 {
    font-size: 1.2rem;
  }

  .image-12, .image-13 {
    width: 80%;
  }

  .div-block-35 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-14 {
    width: 80%;
    margin-left: 140px;
    margin-right: 140px;
  }

  .heading-19 {
    font-size: 1.2rem;
  }

  .text-block-2 {
    color: #000;
    margin-left: 100px;
  }

  .div-block-41 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    vertical-align: middle;
    background-image: url('../images/image.png');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 200%;
    height: 1000px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 60px;
    display: inline-block;
    overflow: hidden;
  }

  .div-block-43 {
    margin-left: 0;
  }

  .container-6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-9, .img1, .img3, .img4, .img5, .img6 {
    width: 100%;
  }

  .name1, .name2 {
    text-align: left;
    align-self: center;
    margin-left: 0;
    font-size: 2rem;
  }

  .heading-22, .heading-23 {
    align-self: center;
    margin-left: 0;
    font-size: 2rem;
  }

  .heading-24, .heading-25, .heading-26 {
    text-align: left;
    align-self: center;
    margin-top: 20px;
    margin-left: 0;
    font-size: 1.2rem;
  }

  .heading-27 {
    order: 0;
    align-self: center;
    margin-top: 20px;
    margin-left: 0;
    font-size: 1.2rem;
  }

  .section-10 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-45 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-19 {
    margin-bottom: 20px;
    font-size: 1.5em;
  }

  .heading-29, .heading-31 {
    font-size: 3em;
  }

  .image-20 {
    width: 100%;
    height: 100%;
  }

  .heading-2-copy-2 {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1.5em;
  }

  .section-11 {
    margin-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-20 {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .div-block-47 {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-2 {
    color: var(--primary-3);
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 0;
    font-size: 3rem;
  }

  .div-block-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .team1 {
    align-self: flex-start;
    margin-left: 0;
  }

  .team3 {
    margin-left: 0;
  }

  .heading-33 {
    line-height: 2em;
  }

  .paragraph-21, .paragraph-22 {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .heading-title-3 {
    margin-left: 100px;
    font-size: 1.5rem;
  }

  .heading-title-1 {
    margin-left: 100px;
  }

  .quick-stack-3 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .section-13 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .heading-35 {
    font-size: 3em;
  }

  .div-block-53 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-26 {
    margin-bottom: 20px;
    font-size: 1.5em;
  }

  .div-block-54 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-36 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .section-14 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .heading-38 {
    font-size: 3em;
    font-weight: 400;
  }

  .paragraph-28 {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .heading-39 {
    margin-bottom: 20px;
  }

  .section-15 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-40 {
    font-size: 3em;
    font-weight: 400;
  }

  .paragraph-29 {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .section-16 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .heading-41 {
    font-size: 3em;
    font-weight: 400;
  }

  .paragraph-30 {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .paragraph-31 {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-17 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-block-64 {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .heading-42 {
    margin-top: 0;
  }

  .div-block-65 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-32 {
    margin-bottom: 20px;
    font-size: 1.5em;
  }

  .heading-43 {
    font-size: 3em;
  }

  .container-8 {
    align-self: center;
    max-width: 80%;
  }

  .heading-44 {
    text-align: center;
    align-self: center;
    margin-top: 10px;
    font-size: 1.3rem;
  }

  .div-block-66 {
    margin-left: 100px;
  }

  .div-block-68 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-46, .heading-47 {
    font-size: 1.2rem;
  }

  .div-block-69 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-70 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-32 {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .heading-8-copy-2 {
    text-align: center;
    margin-right: 15%;
  }

  .image-33 {
    width: 100%;
    height: 90vh;
  }

  .div-block-71 {
    padding-bottom: 0;
    display: flex;
  }

  .div-block-77 {
    width: 100%;
  }

  .section-19 {
    background-color: #f9fbfd;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0%;
    padding-bottom: 5%;
  }

  .heading-49 {
    margin-bottom: 0;
  }

  .container-9 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .paragraph-33 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-34 {
    padding-top: 0;
  }

  .image-home {
    width: 100%;
    height: 100%;
  }

  .mask-2 {
    box-sizing: border-box;
    object-fit: fill;
  }

  .heading-52 {
    margin-bottom: 20px;
  }

  .section-20 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-34 {
    height: 91vh;
  }

  .section-hover {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-38 {
    margin-top: -8px;
  }

  .section-22 {
    background-image: url('../images/back.png');
    background-size: cover;
  }

  .desktop---10 {
    grid-column-gap: 100px;
    align-self: center;
    display: flex;
  }

  .section-23 {
    background-color: #fbf4da;
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-11 {
    background-color: #fbf4da;
    align-self: center;
  }

  .div-block-82 {
    padding-bottom: 0%;
  }

  .paragraph-39 {
    text-align: justify;
    font-size: 1.8rem;
  }

  .heading-55 {
    font-size: 4.5rem;
  }

  .div-block-86 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .image-43 {
    width: 550px;
  }

  .heading-56 {
    font-size: 3rem;
    line-height: 50px;
  }

  .div-block-87 {
    text-align: center;
    align-self: center;
    display: block;
  }

  .testimonial-image-two._1 {
    width: 350px;
  }

  .testimonial-image-two.box1 {
    width: 400px;
    height: 200px;
  }

  .testimonial-image-two.box2 {
    width: 350px;
    height: 200px;
  }

  .testimonial-image-two.box4 {
    width: 300px;
    height: 300px;
  }

  .testimonial-image-two.box5, .testimonial-image-two.box6 {
    height: 150px;
  }

  .div-block-88 {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .div-block-89 {
    display: block;
  }

  .paragraph-40, .paragraph-41 {
    font-size: 1.5rem;
  }

  .image-47 {
    width: 800px;
  }

  .image-48 {
    width: 1500px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-94 {
    background-position: 50% 0, 0 0;
    background-size: 1930px, auto;
  }

  .image-51 {
    width: 2500px;
  }

  .image-53 {
    width: 450px;
  }

  .heading-61 {
    font-size: 3.5rem;
  }

  .paragraph-43 {
    font-size: 26px;
    line-height: 30px;
  }

  .image-54 {
    width: 250px;
  }

  .image-55 {
    width: 1000px;
  }

  .div-block-108 {
    font-size: 18px;
  }

  .paragraph-44 {
    font-size: 20px;
    line-height: 25px;
  }

  .image-56 {
    width: 60px;
  }

  .map-3 {
    width: 1000px;
  }

  .heading-67 {
    padding-top: 0;
    font-size: 3.5rem;
  }

  .image-57 {
    width: 1920px;
  }

  .heading-68 {
    font-size: 3rem;
    line-height: 50px;
  }

  .div-block-116 {
    padding-top: 0;
  }

  .image-58 {
    width: 500px;
  }

  .image-60 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-61 {
    width: 280px;
  }

  .heading-70 {
    font-size: 2rem;
  }

  .paragraph-46, .paragraph-47 {
    font-size: 1.3rem;
  }

  .paragraph-48 {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-49 {
    font-size: 20px;
  }

  .heading-71 {
    font-size: 2rem;
    line-height: 35px;
  }

  .paragraph-50 {
    margin-top: 40px;
    font-size: 18px;
  }

  .image-63 {
    width: 550px;
  }

  .paragraph-51 {
    font-size: 1.8rem;
  }

  .heading-72 {
    font-size: 5rem;
  }

  .image-64 {
    width: 500px;
  }

  .image-65 {
    width: 150px;
  }

  .paragraph-52 {
    font-size: 1.8rem;
  }

  .image-66 {
    width: 250px;
  }

  .bold-text-15 {
    font-size: 22px;
  }

  .heading-74 {
    font-size: 28px;
    line-height: 35px;
  }

  .paragraph-53 {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-829 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-830 {
    height: 25vh;
  }

  .div-block-831 {
    background-position: 0%;
  }

  .div-block-832 {
    background-position: 100%;
  }

  .div-block-837 {
    grid-template-columns: 1fr 1fr;
  }

  .image-68 {
    width: 600px;
  }

  .image-69 {
    width: 1000px;
  }

  .image-70, .image-71 {
    width: 350px;
  }

  .image-72 {
    width: 450px;
  }

  .image-73 {
    width: 250px;
  }

  .paragraph-54 {
    font-size: 1.8rem;
    line-height: 2;
  }

  .image-75 {
    width: 120px;
  }

  .image-76 {
    width: 350px;
  }

  .paragraph-55 {
    font-size: 2rem;
    line-height: 1.6;
  }

  .div-block-843 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-77 {
    height: 160px;
  }

  .heading-75 {
    font-size: 2rem;
  }

  .paragraph-56 {
    font-size: 30px;
  }

  .image-78 {
    width: 550px;
  }

  .image-79 {
    width: 1200px;
  }

  .div-block-848 {
    justify-content: center;
    align-items: center;
  }

  .heading-76 {
    font-size: 2.5rem;
  }

  .image-80 {
    width: 190px;
  }

  .div-block-852 {
    justify-content: center;
    align-items: flex-end;
  }

  .paragraph-57 {
    font-size: 1.2rem;
  }

  .image-81 {
    width: 600px;
  }

  .div-block-856 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-83, .image-84 {
    height: 120px;
  }

  .paragraph-58 {
    font-size: 2rem;
  }

  .team-block-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 1000px;
    padding-top: 20px;
  }

  .team-member-name-two {
    font-size: 1.8rem;
    line-height: 30px;
  }

  .team-member-text {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .image-85 {
    width: 50px;
    height: 50px;
  }

  .button-6 {
    font-size: 1.5rem;
  }

  .image-86 {
    width: 300px;
  }

  .div-block-864 {
    font-size: 18px;
  }

  .image-87 {
    width: 700px;
  }

  .image-88 {
    width: 900px;
  }

  .image-89 {
    width: 700px;
  }

  .div-block-866, .div-block-866._2 {
    height: auto;
  }

  .div-block-867.bold-text-11, .div-block-867._2, .div-block-867._3, .div-block-867._4, .div-block-867._5, .div-block-867._6 {
    height: 350px;
  }

  .div-block-870 {
    place-items: center;
  }

  .paragraph-60 {
    font-size: 22px;
    line-height: 30px;
  }

  .image-90 {
    width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 3rem;
    line-height: 120%;
  }

  .heading-therapy {
    width: 80%;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-2 {
    display: block;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 120%;
  }

  .heading-4 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .div-block-2 {
    flex-flow: row;
    grid-template-columns: 1fr;
    display: block;
  }

  .div-block-3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .button {
    margin-bottom: 0;
  }

  .div-block-4 {
    width: auto;
  }

  .div-block-5 {
    text-align: center;
    width: auto;
  }

  .paragraph-4 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9rem;
  }

  .footer-dark {
    background-size: cover;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-copyright-center {
    font-size: .8rem;
    line-height: 150%;
  }

  .image-2 {
    height: 60%;
  }

  .section-3 {
    padding-top: 20px;
  }

  .div-block-7 {
    width: 30%;
  }

  .div-block-8 {
    width: 70%;
  }

  .faq-paragraph {
    padding-top: 0;
    padding-bottom: 0;
    font-size: .8rem;
  }

  .title-wrap {
    margin-bottom: 0;
  }

  .content-h2 {
    font-size: 1.5em;
  }

  .question-title {
    font-size: 1rem;
  }

  .faq-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .faq-question-wrap {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .section-5 {
    margin-top: 0;
    padding-top: 0;
  }

  .section-6 {
    padding: 0 100px;
  }

  .div-block-11 {
    text-align: justify;
    margin-bottom: 10px;
    display: block;
  }

  .div-block-12, .div-block-13, .youtube {
    width: 100%;
  }

  .slider {
    height: 480px;
    display: none;
  }

  .div-block-14, .div-block-15 {
    width: auto;
  }

  .paragraph-6, .paragraph-7 {
    font-size: 1rem;
  }

  .div-block-16 {
    background-image: none;
    width: auto;
  }

  .heading-8 {
    text-align: center;
    font-size: 2.5em;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    text-align: center;
  }

  .paragraph-8 {
    text-align: justify;
    font-size: 1.1rem;
  }

  .div-block-3-copy1 {
    margin-bottom: 0;
  }

  .heading-9 {
    text-align: center;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.4rem;
  }

  .heading-2-copy {
    width: 100%;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .footer-copyright-center-copy {
    font-size: .8em;
  }

  .paragraph-9, .paragraph-10 {
    text-align: justify;
    font-size: 1rem;
    line-height: 150%;
  }

  .div-block-18, .div-block-19, .div-block-19-copy {
    width: auto;
  }

  .heading-10 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 150%;
  }

  .paragraph-11 {
    text-align: justify;
    font-size: 1rem;
  }

  .div-block-31 {
    margin-bottom: 0;
  }

  .paragraph-13 {
    width: 100%;
  }

  .image-11 {
    height: 40vh;
    margin-top: 25%;
  }

  .heading-8-copy {
    text-align: center;
    font-size: 2.5em;
  }

  .div_header {
    background-image: none;
    width: auto;
  }

  .nav-menu {
    background-color: #fffefe;
  }

  .navbar_menu-button {
    flex: none;
    padding: 2rem 0 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
  }

  .menu-icon_line-top {
    color: #000;
    background-color: gray;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .menu-icon_line-middle {
    background-color: gray;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 4px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .menu-icon_line-bottom {
    background-color: gray;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .navbar_menu-background {
    z-index: 0;
    background-color: #0000;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
  }

  .image-logo {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .navbar_home_component {
    background-color: #0000;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar_menu {
    color: #000;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    flex: none;
    justify-content: center;
    width: 35%;
    margin-left: 5%;
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
    display: block;
    position: absolute;
  }

  .navbar_container {
    flex-direction: row;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
    position: relative;
  }

  .navbar_logo-link {
    flex: none;
    justify-content: flex-end;
    width: 100px;
    margin-bottom: 10px;
    display: flex;
  }

  .navbar_link {
    color: #000;
    background-color: #fff;
    border: 1px solid #0000;
    padding: .5rem 5%;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    position: static;
  }

  .navbar_tablet-menu-button {
    color: #fff;
    text-align: left;
    background-color: #000;
    border-color: #0000;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
    display: none;
  }

  .contact6_form-wrapper {
    padding-top: 1.5rem;
  }

  .contact-heading2 {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 2.5rem;
    line-height: 150%;
  }

  .contact-page-padding-2 {
    margin-top: 2rem;
  }

  .button-3 {
    font-size: 1rem;
  }

  .contact-2 {
    font-size: .8rem;
  }

  .contact-4 {
    font-size: 1rem;
  }

  .contact-padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-1 {
    font-size: .8rem;
  }

  .safwan-container {
    margin-bottom: 0;
    padding-top: 1.05%;
    padding-left: 0;
    padding-right: 0;
  }

  .map {
    width: auto;
    height: 450px;
  }

  .contact-margin-bottom {
    margin-top: 0;
    padding-left: 0%;
    padding-right: 5%;
  }

  .contact-margin-bottom.margin-medium {
    margin-top: 0;
  }

  .contact-component {
    grid-auto-flow: row;
    min-height: auto;
    display: block;
  }

  .contact-3 {
    font-size: .8rem;
  }

  .map-2 {
    width: auto;
    height: 450px;
  }

  .heading-12 {
    padding-top: 51%;
  }

  .image-14 {
    margin-top: 20px;
  }

  .slider-mobile {
    height: auto;
    display: none;
  }

  .mask {
    background-color: #fff;
  }

  .heading-19 {
    text-align: center;
    font-size: .8rem;
  }

  .text-2 {
    margin-bottom: 100px;
    font-size: .9rem;
    font-weight: 400;
  }

  .text-block-2 {
    font-size: 1.5rem;
  }

  .div-block-41 {
    box-sizing: border-box;
    object-fit: fill;
    background-image: url('../images/image.png');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 20%;
    margin-top: 10px;
  }

  .container-6 {
    padding-top: 10px;
  }

  .img1, .img2, .img3, .img4, .img5, .img6 {
    width: 100%;
  }

  .heading-23 {
    margin-left: 50px;
  }

  .div-block-3-copy1-2 {
    margin-bottom: 0;
  }

  .heading-28 {
    margin-bottom: 20px;
    font-size: 2.8rem;
    line-height: 120%;
  }

  .div-block-45 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-29 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .heading-30 {
    font-size: 3rem;
    line-height: 120%;
  }

  .heading-31 {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 120%;
  }

  .image-20 {
    width: 100%;
  }

  .heading-2-copy-2 {
    margin: 20px 40px 0;
    font-size: 1rem;
  }

  .section-11 {
    padding-top: 20px;
  }

  .paragraph-20 {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 1rem;
  }

  .container-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-46 {
    text-align: center;
    width: auto;
  }

  .div-block-47 {
    width: auto;
  }

  .heading-2 {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 1.5rem;
    line-height: 120%;
  }

  .heading-title-mobile {
    width: 80%;
    margin-left: 60px;
    font-family: Vagron, sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
  }

  .div-block-card {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .image-22 {
    margin-top: 0;
  }

  .section-12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-49 {
    text-align: justify;
    margin-bottom: 10px;
    display: block;
  }

  .div-block-50, .div-block-51, .paragraph-22, .youtube-2 {
    width: 100%;
  }

  .heading-title-3 {
    color: #252424;
    font-size: 1rem;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-13 {
    display: none;
  }

  .heading-35 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .div-block-52 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-53 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-54 {
    margin-bottom: 0;
  }

  .heading-36 {
    margin-top: 0;
  }

  .div-block-58 {
    width: 30%;
  }

  .div-block-59 {
    width: 70%;
  }

  .heading-38 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 150%;
  }

  .paragraph-28 {
    text-align: justify;
  }

  .heading-39 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .div-block-60 {
    width: 30%;
  }

  .div-block-61 {
    width: 70%;
  }

  .heading-40 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 150%;
  }

  .paragraph-29 {
    text-align: justify;
  }

  .image-29 {
    width: 100%;
  }

  .section-16 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .div-block-62 {
    width: 30%;
  }

  .div-block-63 {
    width: 70%;
  }

  .heading-41 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 150%;
  }

  .paragraph-30 {
    text-align: justify;
  }

  .paragraph-31 {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .heading-42 {
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 120%;
  }

  .div-block-65 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-43 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .div-block-66 {
    margin-top: 20px;
  }

  .div-block-67 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-68 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-47 {
    text-align: center;
    font-size: .8rem;
  }

  .div-block-69 {
    margin-bottom: 0;
  }

  .div-block-70 {
    background-image: none;
    width: auto;
  }

  .image-32 {
    height: 40vh;
    margin-top: 25%;
  }

  .heading-48, .heading-8-copy-2 {
    text-align: center;
    font-size: 2.5em;
  }

  .image-33 {
    height: 40%;
    margin-top: 0;
  }

  .section-19 {
    margin-top: 20px;
    padding-top: 0;
  }

  .heading-49 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .container-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-78 {
    width: auto;
  }

  .paragraph-33 {
    font-size: 1rem;
  }

  .div-block-79 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-34 {
    font-size: 1rem;
  }

  .heading-50, .heading-51 {
    font-size: 3rem;
    line-height: 120%;
  }

  .paragraph-35 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .heading-52 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .paragraph-36 {
    font-size: 1rem;
  }

  .div-block-80 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-20 {
    background-color: #fff;
    padding-top: 20px;
  }

  .image-34 {
    height: 60%;
  }

  .container-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-81 {
    width: auto;
  }

  .section-hover {
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .lightbox-link, .lightbox-link-2, .lightbox-link-3, .lightbox-link-4, .lightbox-link-5, .lightbox-link-6, .lightbox-link-7, .lightbox-link-8, .lightbox-link-9 {
    align-self: center;
  }

  .image-36 {
    width: 170%;
    max-width: 200%;
  }

  .image-37 {
    width: 140%;
  }

  .section-22 {
    background-position: 0 0;
    background-size: cover;
  }

  .div-block-85 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-39 {
    font-size: .8rem;
  }

  .heading-55 {
    font-size: 2rem;
  }

  .image-43 {
    display: none;
  }

  .image-43.arin-mobile {
    width: 200px;
    display: block;
    position: static;
  }

  .heading-56 {
    font-size: 1.6rem;
    line-height: 35px;
  }

  .heading-56.extra {
    font-size: 1.3rem;
    line-height: 24px;
  }

  .div-block-87 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-12 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slide.box1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slide.extra {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-image-two.box1 {
    height: 100px;
  }

  .testimonial-image-two.box2 {
    height: 120px;
  }

  .testimonial-image-two.box3 {
    height: 50px;
  }

  .testimonial-image-two.box4 {
    width: 130px;
    height: 130px;
  }

  .testimonial-image-two.box5 {
    height: 60px;
  }

  .heading-57 {
    font-size: 2rem;
  }

  .paragraph-40, .paragraph-41 {
    font-size: .8rem;
  }

  .image-46 {
    width: 60px;
    height: 60px;
  }

  .youtube-4 {
    margin-top: 20px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid.mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-102 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .heading-61 {
    font-size: 2rem;
  }

  .paragraph-43 {
    text-align: center;
    font-size: 1rem;
  }

  .image-54 {
    width: 200px;
  }

  .heading-62, .heading-64, .heading-65 {
    font-size: 2rem;
  }

  .div-block-107 {
    padding-bottom: 5%;
  }

  .div-block-110 {
    padding-left: 5%;
  }

  .map-3 {
    width: 400px;
  }

  .div-block-113 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-67 {
    padding-top: 80px;
  }

  .heading-68 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .div-block-116 {
    flex-flow: column;
    display: flex;
  }

  .div-block-118 {
    flex-flow: row;
  }

  .div-block-119 {
    padding-top: 40px;
  }

  .div-block-798 {
    display: none;
  }

  .div-block-798.aad25 {
    display: block;
  }

  .div-block-801 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-48 {
    font-size: 14px;
  }

  .div-block-815 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-49 {
    font-size: 14px;
  }

  .heading-71, .heading-71._2 {
    font-size: 1.3rem;
  }

  .div-block-830 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-837 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-68 {
    display: none;
  }

  .image-69 {
    width: 500px;
  }

  .kitafamily-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-70, .image-71 {
    width: 100px;
  }

  .image-72 {
    width: 250px;
  }

  .image-73 {
    width: 150px;
  }

  .div-block-840 {
    place-items: center;
  }

  .paragraph-54 {
    font-size: 1rem;
  }

  .div-block-841 {
    display: flex;
  }

  .div-block-841.kitafamily-mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .image-75 {
    width: 90px;
  }

  .image-76 {
    width: 242.963px;
  }

  .paragraph-55 {
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.5;
  }

  .div-block-843 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .health {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-79 {
    width: 600px;
  }

  .div-block-848 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-851 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-852 {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 60px;
  }

  .link-block-2 {
    top: 10px;
  }

  .div-block-857 {
    flex-flow: column;
    padding-right: 5%;
    display: flex;
  }

  .div-block-858 {
    justify-content: center;
    align-items: center;
  }

  .team-slide-wrapper {
    width: 40%;
    margin-right: 3%;
  }

  .team-block-info {
    height: auto;
    padding-top: 20px;
  }

  .team-member-name-two {
    font-size: 14px;
    line-height: 16px;
  }

  .team-member-text {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    line-height: 25px;
  }

  .image-85 {
    width: 20px;
    height: 20px;
  }

  .button-6 {
    font-size: 10px;
  }

  .image-86 {
    width: 110px;
  }

  .div-block-862 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 5%;
    padding-right: 5%;
    display: grid;
  }

  .div-block-863 {
    display: none;
  }

  .bold-text-16 {
    font-size: 10px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .div-block-867.bold-text-11, .div-block-867._2, .div-block-867._3, .div-block-867._4, .div-block-867._5, .div-block-867._6 {
    height: 180px;
  }

  .div-block-870 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 40px;
    display: flex;
  }

  .slide-4 {
    margin-right: 10px;
  }

  .slider-2 {
    background-color: #0000;
    height: 90vw;
    padding-left: 60px;
    padding-right: 60px;
  }

  .slider-2.mobile {
    display: block;
  }

  .slide-5, .slide-6 {
    margin-right: 10px;
  }

  .gallery-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: none;
  }

  .div-block-873 {
    background-image: url('../images/G3_1.png');
    background-position: 50% 100%;
    background-size: cover;
    height: 160px;
  }

  .div-block-874 {
    background-image: url('../images/G8_1.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-875 {
    background-image: url('../images/G5_1.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-876 {
    background-image: url('../images/G4_1.png');
    background-position: 50%;
    background-size: cover;
    height: 160px;
  }

  .div-block-876._2 {
    background-image: url('../images/S7.png');
  }

  .div-block-876._3 {
    background-image: url('../images/S5.png');
  }

  .div-block-876._4 {
    background-image: url('../images/S9.png');
  }

  .div-block-876._5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/S3.png');
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .div-block-877 {
    background-image: url('../images/G1_1.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-877._2 {
    background-image: url('../images/G2_1.png');
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .div-block-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-4 {
    font-size: 1em;
    line-height: 1.5em;
  }

  .footer-dark {
    background-size: cover;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image-2 {
    height: 50vh;
  }

  .section-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-7 {
    width: auto;
    display: none;
  }

  .div-block-8 {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
  }

  .title-wrap, .content-h2 {
    margin-bottom: 0;
  }

  .faq-question-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-5 {
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-6 {
    margin-top: 0;
    padding: 0 20px;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .div-block-12, .div-block-13 {
    width: auto;
  }

  .slider {
    height: 350px;
  }

  .heading-8 {
    text-align: right;
    width: auto;
    margin-right: 10%;
    font-size: 2em;
  }

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

  .nav-link-3 {
    text-align: right;
  }

  .paragraph-8 {
    text-align: left;
    width: 90%;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 130%;
  }

  .div-block-3-copy1 {
    width: 100%;
  }

  .heading-9 {
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.3rem;
  }

  .heading-2-copy {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 20px;
    font-size: 1.1em;
    line-height: 130%;
  }

  .image-10 {
    padding-bottom: 0;
  }

  .div-block-17 {
    flex-flow: row;
  }

  .heading-10 {
    text-align: center;
    align-self: center;
  }

  .paragraph-11 {
    font-size: 1.1rem;
    line-height: 130%;
  }

  .div-block-31, .div-block-3-copy {
    width: 100%;
  }

  .image-11 {
    height: 45vh;
    margin-top: 15%;
  }

  .heading-8-copy {
    text-align: right;
    width: auto;
    margin-right: 10%;
    font-size: 2em;
  }

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

  .menu-icon {
    text-align: left;
    border-radius: 0;
    font-size: 14px;
  }

  .menu-icon_line-top, .menu-icon_line-middle {
    background-color: gray;
    width: 30px;
    height: 4px;
  }

  .menu-icon_line-bottom {
    color: #fff;
    background-color: gray;
    border: 0 #fff;
    width: 30px;
    height: 4px;
  }

  .image-logo {
    width: 100%;
    max-width: none;
  }

  .navbar_home_component {
    height: 4rem;
    padding-bottom: 10%;
  }

  .navbar_logo-link {
    width: 100px;
    margin-right: 0;
  }

  .faq-question-wrap-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-3, .contact-2 {
    font-size: 1rem;
  }

  .contact-4 {
    color: #000;
    font-size: 1rem;
  }

  .contact-padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-1 {
    font-size: 1rem;
  }

  .map {
    width: auto;
    height: 350px;
  }

  .contact-margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact-3 {
    font-size: 1rem;
  }

  .map-2 {
    width: auto;
    height: 350px;
  }

  .div-block-35 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .slider-mobile {
    height: auto;
  }

  .slide, .mask {
    background-color: #fff;
  }

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

  .heading-20 {
    margin-left: 0;
  }

  .text-2 {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: .9rem;
    font-weight: 400;
  }

  .text-block-2 {
    margin-top: 20px;
    margin-left: 60px;
    font-size: 1.6rem;
    line-height: 100%;
  }

  .heading-21 {
    margin-left: 0;
    font-size: 2rem;
  }

  .div-block-41 {
    background-image: url('../images/image_1.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-43 {
    margin-left: 20px;
    margin-right: 0;
  }

  .container-6 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .name1, .name2 {
    margin-left: 10px;
  }

  .heading-22, .heading-23 {
    margin-left: 30px;
  }

  .heading-24, .heading-25 {
    margin-left: 20px;
  }

  .heading-26, .heading-27 {
    margin-left: 10px;
  }

  .div-block-3-copy1-2 {
    width: 100%;
  }

  .section-10 {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .heading-28 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 0;
    font-size: 1.8rem;
  }

  .div-block-45 {
    width: 100%;
  }

  .heading-29 {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heading-31 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-20 {
    width: 100%;
  }

  .heading-2-copy-2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.3em;
    line-height: 140%;
  }

  .section-11 {
    margin-top: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .paragraph-20 {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .container-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-2 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-title-mobile {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 20px;
    font-family: Vagron, sans-serif;
    font-size: 3rem;
  }

  .section-12 {
    margin-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-49 {
    flex-flow: column;
  }

  .div-block-50, .div-block-51 {
    width: auto;
  }

  .heading-title-3 {
    color: #252424;
    margin-left: 60px;
    font-size: .8rem;
  }

  .heading-title-1 {
    margin-left: 60px;
    font-size: 3rem;
  }

  .heading-therapy-1 {
    margin-left: 40px;
    font-size: 3rem;
  }

  .heading-therapy-2 {
    margin-left: 40px;
    font-size: 1.4rem;
  }

  .heading-therapy-3 {
    width: 90%;
    margin-left: 40px;
    font-size: 1rem;
    line-height: 120%;
  }

  .quick-stack-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-13 {
    padding-bottom: 10px;
    display: block;
  }

  .div-block-52 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-53, .div-block-54 {
    width: 100%;
  }

  .heading-36 {
    margin-top: 0;
  }

  .section-14 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-58 {
    width: auto;
    display: none;
  }

  .div-block-59 {
    width: auto;
    padding-left: 0;
  }

  .heading-38 {
    text-align: center;
    align-self: center;
  }

  .section-15 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-60 {
    width: auto;
    display: none;
  }

  .div-block-61 {
    width: auto;
    padding-left: 0;
  }

  .heading-40 {
    text-align: center;
    align-self: center;
  }

  .paragraph-29 {
    font-size: 1.2em;
  }

  .section-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-62 {
    width: auto;
    display: none;
  }

  .div-block-63 {
    width: auto;
    padding-left: 0;
  }

  .heading-41 {
    text-align: center;
    align-self: center;
  }

  .paragraph-30 {
    font-size: 1.2em;
  }

  .paragraph-31 {
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-30 {
    align-self: auto;
  }

  .section-17 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-64 {
    place-content: center;
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-42 {
    font-size: 2rem;
  }

  .div-block-65 {
    width: 100%;
  }

  .heading-43 {
    margin-top: 0;
  }

  .div-block-67 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-68 {
    width: 100%;
  }

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

  .div-block-69 {
    width: 100%;
  }

  .image-32 {
    height: 45vh;
    margin-top: 15%;
  }

  .heading-48, .heading-8-copy-2 {
    text-align: right;
    width: auto;
    margin-right: 10%;
    font-size: 2em;
  }

  .image-33 {
    height: 100%;
    margin-top: 0%;
  }

  .heading-49 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph-33 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-79, .paragraph-35, .div-block-80 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-20 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-34 {
    height: 45vh;
  }

  .container-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-hover {
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-38 {
    width: 100%;
    height: 10%;
    margin-top: 0;
  }

  .section-22 {
    background-image: url('../images/landscape.png');
    background-position: 0 0;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-83 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-84 {
    align-self: center;
  }

  .div-block-86 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-43 {
    width: 250px;
  }

  .heading-56.extra {
    font-size: .8rem;
    line-height: 20px;
  }

  .div-block-87 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-slider-large {
    padding: 0 15px;
  }

  .container-12 {
    max-width: none;
    height: auto;
  }

  .testimonial-slide {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 23px;
    display: flex;
  }

  .testimonial-slide.box1 {
    flex-flow: column;
    display: flex;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100px;
    height: auto;
  }

  .testimonial-image-two._1 {
    height: 100px;
  }

  .image-53 {
    width: 200px;
  }

  .div-block-110 {
    justify-content: center;
    align-items: center;
  }

  .div-block-111 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .map-3 {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .heading-66 {
    font-size: 1.5rem;
  }

  .div-block-112 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-67 {
    padding-top: 20px;
  }

  .image-58 {
    width: 300px;
  }

  .div-block-802 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-63 {
    width: 400px;
  }

  .paragraph-51 {
    font-size: 1rem;
  }

  .div-block-823 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-827 {
    flex-flow: column;
    display: flex;
  }

  .div-block-831 {
    background-position: 15%;
  }

  .div-block-832.extra {
    background-position: 85%;
  }

  .div-block-837 {
    flex-flow: column;
  }

  .image-72 {
    width: 200px;
  }

  .image-73 {
    width: 120px;
  }

  .div-block-840 {
    flex-flow: column;
    display: flex;
  }

  .paragraph-54 {
    margin-bottom: 0;
  }

  .div-block-843 {
    padding-top: 0;
  }

  .heading-75 {
    font-size: .9rem;
    line-height: 30px;
  }

  .image-78 {
    width: 250px;
  }

  .div-block-851 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-852 {
    justify-content: center;
    align-items: flex-end;
  }

  .heading-77, .paragraph-58 {
    text-align: center;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .team-member-text {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-862 {
    flex-flow: column;
    display: flex;
  }

  .div-block-870 {
    justify-content: center;
    align-items: center;
  }

  .div-block-872 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .slider-2 {
    height: 120vw;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    padding-bottom: 0;
    font-size: 1.5em;
  }

  .heading-therapy {
    margin-top: 40px;
    margin-left: 20px;
    font-size: 1rem;
    line-height: 100%;
  }

  .container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 90%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 10% 0;
  }

  .section-2 {
    padding: 20px 10%;
    display: block;
  }

  .heading-3 {
    font-size: 1.2rem;
  }

  .heading-4 {
    width: 100%;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .div-block-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: 0;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .div-block-4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-4 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: .9rem;
    line-height: 120%;
  }

  .footer-dark {
    padding-top: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 0;
  }

  .footer-divider {
    margin-top: 20px;
  }

  .footer-copyright-center {
    text-align: center;
    padding-bottom: 0;
  }

  .image-2 {
    object-fit: cover;
    width: 100%;
    height: 35vh;
    display: inline-block;
    overflow: visible;
  }

  .section-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 10px;
    padding: 0;
  }

  .div-block-7 {
    justify-content: center;
    width: auto;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .faq-paragraph {
    font-size: 1rem;
  }

  .title-wrap {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .container-3 {
    margin-bottom: 0;
  }

  .content-h2 {
    font-size: 1.3rem;
    line-height: 120%;
  }

  .question-title {
    flex: 1;
    font-size: 1rem;
  }

  .faq-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .faq-question-wrap {
    margin-top: 5px;
    padding: 10px;
  }

  .section-5 {
    margin-top: 20px;
    padding: 0 10% 20px;
    display: block;
  }

  .section-6 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 5%;
  }

  .div-block-13 {
    width: auto;
  }

  .heading-7 {
    font-size: 1.2rem;
    line-height: 120%;
  }

  .slider {
    background-color: #f9fbfd;
    height: 200px;
    display: none;
  }

  .div-block-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 120%;
  }

  .paragraph-7 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 120%;
  }

  .navbar {
    height: 50px;
    margin-top: 0;
  }

  .image-6 {
    width: 20%;
    max-width: 33%;
  }

  .container-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 45px;
    display: flex;
  }

  .heading-8 {
    font-size: 1em;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    text-align: center;
  }

  .paragraph-8 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Avenir, sans-serif;
    font-size: .8rem;
    line-height: 120%;
  }

  .heading-9 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .image-9 {
    width: 100%;
  }

  .heading-2-copy {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-right: 0;
    font-family: Avenir, sans-serif;
    font-size: 1rem;
    line-height: 120%;
  }

  .div-block-17 {
    flex-flow: column;
    margin-bottom: 15%;
  }

  .footer-copyright-center-copy {
    text-align: center;
    font-size: 1rem;
    line-height: 120%;
  }

  .dropdown-list {
    background-color: var(--white);
  }

  .heading-10 {
    font-size: 1.2rem;
    line-height: 120%;
  }

  .paragraph-11 {
    width: 80%;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0;
    font-size: .8rem;
    line-height: 120%;
  }

  .div-block-31 {
    margin-bottom: 10px;
  }

  .paragraph-12 {
    width: 100%;
    font-size: .9rem;
    line-height: 120%;
  }

  .paragraph-13 {
    font-size: .9rem;
    line-height: 120%;
  }

  .image-11 {
    height: 37vh;
  }

  .heading-8-copy {
    font-size: 1em;
  }

  .nav-menu {
    background-color: var(--bg-color);
    text-align: center;
    margin-top: 0;
  }

  .menu-button {
    background-color: var(--white);
  }

  .menu-button.w--open {
    background-color: var(--bg-color);
    display: none;
  }

  .icon {
    color: var(--black);
  }

  .navbar_menu-button {
    padding-top: 1rem;
    padding-right: .25rem;
  }

  .navbar_menu-button.w--open {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin-right: 0;
    padding: 0;
    display: block;
  }

  .menu-icon {
    background-color: #0000;
    width: 40%;
    height: 60%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-top {
    background-color: var(--black);
    color: #333;
    width: 20px;
    height: 2px;
    font-size: 8px;
    line-height: 8px;
  }

  .menu-icon_line-middle, .menu-icon_line-bottom {
    background-color: var(--black);
    width: 20px;
    height: 2px;
    font-size: 8px;
    line-height: 8px;
  }

  .navbar_menu-background {
    overflow: visible;
  }

  .image-logo {
    flex: none;
    width: 100%;
  }

  .navbar_logo-link {
    flex-direction: row;
    justify-content: flex-end;
    padding-left: 0;
  }

  .question-title-2 {
    flex: 1;
    font-size: 18px;
  }

  .faq-paragraph-2 {
    font-size: 15px;
  }

  .contact6_form-wrapper {
    padding-top: 1.5rem;
  }

  .contact-heading2 {
    text-align: center;
    padding-top: 0;
    font-size: 1.7rem;
    line-height: 150%;
  }

  .contact-page-padding-2 {
    margin-top: 2rem;
  }

  .button-3 {
    font-size: .9rem;
    line-height: 150%;
  }

  .contact-2 {
    font-size: .8rem;
    line-height: 150%;
  }

  .contact-4 {
    font-size: .9rem;
  }

  .contact-padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-1 {
    font-size: .8rem;
    line-height: 150%;
  }

  .safwan-container {
    padding-top: 1.05%;
  }

  .map {
    width: auto;
    height: 300px;
  }

  .contact-margin-bottom {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
  }

  .contact-component {
    grid-template-columns: 1fr;
  }

  .contact-3 {
    text-align: center;
    font-size: .8rem;
    line-height: 150%;
  }

  .map-2 {
    width: auto;
    height: 300px;
  }

  .div-block-33 {
    height: 400px;
    margin-top: 0;
  }

  .heading-12 {
    margin-top: 0;
    padding-top: 75%;
    font-size: 1.2rem;
  }

  .heading-13, .heading-14, .heading-15 {
    text-align: center;
    font-size: 1.2rem;
  }

  .dropdown {
    text-align: center;
  }

  .div-block-34 {
    grid-template-columns: 1fr;
  }

  .heading-18 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: .8rem;
    line-height: 120%;
  }

  .div-block-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-14 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .slider-mobile {
    height: auto;
  }

  .icon-5, .icon-6 {
    color: #f49751;
  }

  .slide {
    width: 100%;
    height: 100%;
  }

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

  .paragraph-15 {
    margin-top: 60px;
    font-size: 1.8rem;
    line-height: 100%;
  }

  .heading-20 {
    width: 75%;
    margin-left: 0;
    padding-right: 0;
  }

  .button-5 {
    margin-bottom: 0;
    margin-left: 20px;
    padding-bottom: 10px;
  }

  .text-2 {
    text-align: justify;
    width: 90%;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: .8rem;
    font-weight: 400;
    line-height: 140%;
  }

  .cell {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 1rem;
    display: block;
  }

  .text-block-2 {
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 0;
    font-size: .9rem;
  }

  .heading-2 {
    margin-top: 60px;
    margin-left: 20px;
    font-size: 2rem;
  }

  .heading-21 {
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .div-block-41 {
    background-image: url('../images/image_1.png');
    background-position: 40% 40%;
    background-size: cover;
    margin-top: 10px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .section-9 {
    margin: 0 0 20px;
    display: none;
  }

  .name1 {
    flex: 1;
    align-self: center;
    margin-top: 10px;
    margin-left: 0;
  }

  .name2 {
    flex: 0 auto;
    align-self: center;
    margin-top: 10px;
  }

  .heading-22 {
    text-align: left;
    flex: 0 auto;
    align-self: center;
    margin-top: 10px;
    margin-left: 10px;
  }

  .heading-23 {
    flex: 1;
    align-self: center;
    margin-top: 10px;
    margin-left: 10px;
  }

  .heading-24 {
    text-align: left;
    flex: 1;
    align-self: center;
    margin-top: 0;
  }

  .heading-25, .heading-26 {
    align-self: center;
  }

  .heading-27 {
    flex: 1;
    align-self: center;
  }

  .section-10 {
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px 0;
  }

  .div-block-44 {
    grid-template-columns: 1fr;
  }

  .heading-28 {
    width: 100%;
    margin-right: 0;
    font-size: 1.2rem;
  }

  .div-block-45 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .paragraph-19 {
    font-size: .9rem;
  }

  .heading-29 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .heading-30 {
    padding-bottom: 0;
    font-size: 1.5em;
  }

  .heading-31 {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .image-20 {
    width: 100%;
  }

  .heading-2-copy-2 {
    margin-top: 0;
    padding-top: 0;
    font-family: Avenir, sans-serif;
    font-size: .8rem;
    line-height: 120%;
  }

  .section-11 {
    background-color: var(--secondary1);
    margin-top: 0;
    padding: 5% 10%;
  }

  .paragraph-20 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: .8rem;
    line-height: 120%;
  }

  .container-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
  }

  .heading-2 {
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .heading-title-mobile {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 20px;
    padding-top: 20px;
    font-family: Vagron, sans-serif;
    font-size: 2.4rem;
    line-height: 120%;
  }

  .div-block-card {
    text-shadow: 0 1px 1px #0003;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .heading-32 {
    font-size: 1rem;
    line-height: 90%;
  }

  .image-21 {
    margin-bottom: 40px;
  }

  .section-12 {
    margin-top: 0;
    padding: 20px 10%;
  }

  .heading-33 {
    font-size: 1.2rem;
    line-height: 120%;
  }

  .paragraph-21 {
    font-size: 1rem;
    line-height: 120%;
  }

  .div-block-51 {
    width: auto;
  }

  .paragraph-22 {
    font-size: 1rem;
    line-height: 120%;
  }

  .heading-title-3 {
    color: #252424;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    font-size: .7rem;
  }

  .heading-title-1 {
    margin-top: 60px;
    margin-left: 20px;
    font-size: 2.5rem;
  }

  .heading-therapy-1, .heading-therapy-2 {
    margin-left: 30px;
  }

  .heading-therapy-3 {
    width: 80%;
    margin-left: 30px;
    font-size: .8rem;
  }

  .heading-34 {
    margin-top: 40px;
  }

  .paragraph-23 {
    text-align: center;
    display: block;
  }

  .paragraph-24, .paragraph-24-copy {
    text-align: justify;
  }

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

  .section-13 {
    padding: 20px;
    display: none;
  }

  .heading-35 {
    width: 100%;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .div-block-52 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: 0;
  }

  .div-block-53 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .div-block-54 {
    margin-bottom: 10px;
  }

  .heading-36 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.6rem;
  }

  .image-28 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .heading-37 {
    text-align: center;
    margin-left: 0;
    font-family: Avenir, sans-serif;
    font-size: .8rem;
    line-height: 150%;
    display: block;
  }

  .div-block-56 {
    color: #fff;
    background-color: #f49751;
    border: 0 solid #7f6c6c;
    border-radius: 60px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80%;
    height: 1%;
    margin: 10px 0;
    display: flex;
  }

  .div-block-57 {
    flex-flow: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .paragraph-27 {
    text-align: justify;
    margin-left: 0;
    margin-right: 0;
    font-family: Avenir, sans-serif;
    font-size: 1rem;
    line-height: 120%;
    display: block;
  }

  .section-14 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 20px;
  }

  .div-block-58 {
    justify-content: center;
    width: auto;
  }

  .div-block-59 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .heading-38 {
    font-size: 1.2rem;
    line-height: 120%;
  }

  .paragraph-28 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 120%;
  }

  .heading-39 {
    font-size: 1.2rem;
    line-height: 120%;
  }

  .section-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10%;
  }

  .div-block-60 {
    justify-content: center;
    width: auto;
  }

  .div-block-61 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .heading-40 {
    font-size: 1.8rem;
    line-height: 120%;
  }

  .paragraph-29 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 120%;
  }

  .section-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 20px 10%;
  }

  .div-block-62 {
    justify-content: center;
    width: auto;
  }

  .div-block-63 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .heading-41 {
    font-size: 1.2rem;
    line-height: 120%;
  }

  .paragraph-30 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 120%;
  }

  .paragraph-31 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Avenir, sans-serif;
    font-size: 1rem;
    line-height: 120%;
  }

  .section-17 {
    margin-top: 0;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .div-block-64 {
    grid-template-columns: 1fr;
  }

  .heading-42 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .div-block-65 {
    background-color: var(--primary-3);
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .heading-43 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .div-block-67 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: 0;
  }

  .div-block-68 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

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

  .div-block-69 {
    margin-bottom: 10px;
  }

  .section-18 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-70 {
    background-color: #f9fbfd;
  }

  .image-32 {
    height: 37vh;
  }

  .heading-48, .heading-8-copy-2 {
    font-size: 1em;
  }

  .image-33 {
    object-fit: fill;
    height: 100%;
  }

  .icon-9, .icon-10 {
    color: #f49751;
  }

  .section-19 {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-49 {
    width: 100%;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .container-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
  }

  .paragraph-33 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: .8rem;
    line-height: 120%;
  }

  .div-block-79 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-34 {
    margin-bottom: 0;
    padding-top: 0;
    font-size: .8rem;
    line-height: 120%;
  }

  .heading-50, .heading-51 {
    padding-bottom: 0;
    font-size: 1.5em;
  }

  .paragraph-35 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 120%;
  }

  .heading-52 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .paragraph-36 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 120%;
  }

  .div-block-80 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-20 {
    padding: 20px 10% 10px;
  }

  .image-34 {
    height: 25%;
  }

  .container-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
  }

  .section-hover {
    padding-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .image-37 {
    width: 150%;
  }

  .image-38 {
    width: 150%;
    max-width: 300%;
    margin-top: -11px;
    margin-left: -101px;
    margin-right: 0;
  }

  .section-22 {
    background-color: var(--white);
    background-image: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .vectors-wrapper-18 {
    width: 100%;
  }

  .container-11 {
    padding-left: 5%;
  }

  .div-block-83 {
    flex-flow: column;
  }

  .heading-54 {
    font-size: 3rem;
  }

  .div-block-84 {
    text-align: center;
  }

  .div-block-85 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-55 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .div-block-86 {
    flex-flow: column;
  }

  .heading-56 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: .8rem;
    line-height: 14px;
  }

  .heading-56.extra {
    font-size: .8rem;
    font-weight: 400;
    line-height: 14px;
  }

  .heading-56.extra2 {
    font-size: .6rem;
    line-height: 12px;
  }

  .div-block-87 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .container-12 {
    max-width: none;
  }

  .testimonial-slide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-slide.box1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .testimonial-slide.extra {
    display: flex;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-image-two._1 {
    height: 90px;
  }

  .testimonial-image-two.box1 {
    height: 80px;
  }

  .testimonial-image-two.box2 {
    height: 70px;
  }

  .testimonial-image-two.box3 {
    height: 50px;
  }

  .testimonial-image-two.box4 {
    width: 100px;
    height: 100px;
  }

  .testimonial-image-two.box5 {
    height: 50px;
  }

  .testimonial-image-two.box6 {
    height: 80px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .div-block-88 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-57 {
    font-size: 1.5rem;
  }

  .div-block-89 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-40 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-90 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-58 {
    font-size: 1rem;
    line-height: 35px;
  }

  .div-block-91 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .image-48 {
    width: 350px;
    max-width: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-93 {
    height: 350px;
  }

  .heading-60 {
    font-size: 1.8rem;
    line-height: 35px;
  }

  .div-block-94 {
    padding-top: 40px;
  }

  .paragraph-42 {
    font-size: 18px;
  }

  .youtube-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-97 {
    padding-top: 5%;
  }

  .div-block-98 {
    padding-top: 40px;
  }

  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 40px;
  }

  .grid.desktop {
    display: none;
  }

  .grid.mobile {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .image-52.gambar1 {
    display: none;
  }

  .image-53 {
    width: 250px;
  }

  .div-block-102 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .heading-61 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 30px;
  }

  .div-block-103 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-43 {
    text-align: justify;
    font-size: .8rem;
  }

  .div-block-104 {
    padding: 0;
  }

  .div-block-106 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .heading-62 {
    font-size: 1rem;
    line-height: 25px;
  }

  .heading-64 {
    margin-top: 60px;
    font-size: 1.3rem;
    line-height: 30px;
  }

  .heading-65 {
    font-size: 1.3rem;
    line-height: 30px;
  }

  .div-block-111 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 5px 40px;
    line-height: 15px;
  }

  .map-3 {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 250px;
    height: 250px;
    margin-bottom: 10px;
  }

  .heading-66 {
    margin-top: 0;
    font-size: .8rem;
    line-height: 20px;
  }

  .paragraph-45 {
    font-size: 10px;
  }

  .div-block-112 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-113 {
    background-position: 50% 0;
  }

  .heading-67 {
    padding-top: 0;
    font-size: 1.5rem;
  }

  .div-block-115 {
    background-color: var(--white);
  }

  .heading-68 {
    font-size: 1rem;
  }

  .div-block-116 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-69 {
    font-size: 1rem;
  }

  .div-block-118 {
    flex-flow: column;
  }

  .image-58 {
    width: 200px;
  }

  .div-block-119 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .image-59 {
    width: 280px;
  }

  .image-60 {
    flex-flow: column;
    display: flex;
  }

  .div-block-798 {
    display: none;
  }

  .image-61 {
    width: 150px;
  }

  .heading-70 {
    font-size: 1rem;
  }

  .heading-70.extra {
    margin-top: 10px;
    font-size: 1rem;
  }

  .div-block-800 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-801 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-802 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-809 {
    background-image: url('../images/G8.png');
    background-position: 50%;
    background-size: cover;
  }

  .paragraph-46, .paragraph-47 {
    text-align: center;
  }

  .div-block-812 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-block-813 {
    padding: 20px 10px;
  }

  .div-block-813._1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-48 {
    text-align: left;
  }

  .div-block-814 {
    display: flex;
  }

  .div-block-815 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .paragraph-50 {
    margin-top: 40px;
  }

  .paragraph-51 {
    text-align: justify;
    font-size: .8rem;
  }

  .heading-72 {
    margin-top: 10px;
    font-size: 2.5rem;
  }

  .div-block-818 {
    flex-flow: column;
  }

  .image-64 {
    width: 250px;
  }

  .image-65 {
    width: 50px;
  }

  .paragraph-52 {
    text-align: justify;
    font-size: .8rem;
  }

  .image-66 {
    width: 120px;
  }

  .div-block-821 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-823 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-824 {
    flex-flow: column;
    display: flex;
  }

  .heading-73 {
    text-align: center;
    line-height: 25px;
  }

  .div-block-829 {
    justify-content: center;
    align-items: center;
  }

  .div-block-830 {
    grid-template-columns: 1fr 1fr 1fr;
    height: auto;
    margin-bottom: 0;
  }

  .div-block-831 {
    background-position: 30%;
    background-size: cover;
    height: 14vh;
  }

  .div-block-832 {
    background-position: 70%;
    height: 14vh;
  }

  .div-block-833 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-835 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-836 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-70, .image-71 {
    width: 50px;
  }

  .image-72 {
    width: 100px;
  }

  .image-73 {
    width: 80px;
  }

  .div-block-841.kitafamily-mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-75 {
    width: 50px;
    display: block;
  }

  .image-76 {
    width: 180px;
  }

  .paragraph-55 {
    text-align: justify;
    font-size: .7rem;
    line-height: 1.3;
  }

  .health {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .image-77 {
    height: 75px;
  }

  .div-block-845 {
    padding-top: 20px;
  }

  .heading-75 {
    font-size: 1rem;
    line-height: 25px;
  }

  .div-block-846 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 20px;
  }

  .image-78 {
    width: 250px;
  }

  .div-block-848 {
    flex-flow: column;
    display: flex;
  }

  .div-block-851 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-852 {
    justify-content: center;
    align-items: flex-end;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-81 {
    width: 250px;
  }

  .image-82 {
    padding-right: 0;
  }

  .div-block-857 {
    padding-top: 0;
    padding-right: 5%;
  }

  .image-83 {
    height: 80px;
    display: none;
  }

  .image-84 {
    height: 60px;
  }

  .heading-77 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-58 {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .7rem;
  }

  .container-13 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-block-info {
    height: 530px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-member-name-two {
    font-size: 12px;
  }

  .team-member-text {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 10px;
    line-height: 18px;
  }

  .div-block-862 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .bold-text-16 {
    font-size: 12px;
  }

  .image-89 {
    width: 150px;
  }

  .div-block-865 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .grid-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-bottom: 0;
    display: none;
  }

  .div-block-867.bold-text-11, .div-block-867._2, .div-block-867._3, .div-block-867._4, .div-block-867._5, .div-block-867._6 {
    height: 70px;
  }

  .div-block-870 {
    flex-flow: column;
    display: flex;
  }

  .paragraph-60 {
    text-align: center;
    margin-top: 10px;
    padding-top: 0;
    padding-left: 0;
  }

  .text-span-3 {
    font-size: .7rem;
  }

  .div-block-871 {
    width: 280px;
  }

  .div-block-872 {
    padding-right: 0;
  }

  .slide-4 {
    margin-right: 10px;
  }

  .slider-2 {
    background-color: #0000;
    height: 600px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .mask-3 {
    width: 90vw;
  }

  .slide-5, .slide-6 {
    margin-right: 10px;
  }

  .gallery-mobile {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    display: grid;
  }

  .div-block-873, .div-block-876 {
    height: 70px;
  }

  .div-block-876.mobile {
    display: none;
  }

  .div-block-878 {
    background-image: url('../images/S9.png');
    background-position: 0 0;
    background-size: cover;
    width: 170px;
    height: 120px;
  }

  .div-block-879 {
    background-image: url('../images/S6.png');
    background-position: 0 0;
    background-size: cover;
    width: 170px;
    height: 120px;
  }

  .div-block-880 {
    background-image: url('../images/S5.png');
    background-position: 0 0;
    background-size: cover;
    width: 170px;
    height: 120px;
  }

  .div-block-881 {
    background-image: url('../images/G9_1.png');
    background-position: 50%;
    background-size: cover;
    width: 170px;
    height: 120px;
  }

  .div-block-882 {
    background-image: url('../images/S4.png');
    background-position: 50%;
    background-size: cover;
    width: 170px;
    height: 120px;
  }

  .div-block-883 {
    background-image: url('../images/S7.png');
    background-position: 50%;
    background-size: cover;
    width: 170px;
    height: 120px;
  }

  .div-block-884 {
    background-image: url('../images/S3.png');
    background-position: 50%;
    background-size: cover;
    width: 170px;
    height: 120px;
  }

  .div-block-885 {
    background-image: url('../images/G11_1.png');
    background-position: 50%;
    background-size: cover;
    width: 170px;
    height: 120px;
  }

  .div-block-886 {
    background-image: url('../images/G1_1.png');
    background-position: 50%;
    background-size: cover;
    width: 170px;
    height: 120px;
  }

  .div-block-887 {
    background-image: url('../images/G5_1.png');
    background-position: 50%;
    background-size: cover;
    width: 170px;
    height: 120px;
  }

  .slide-nav {
    color: var(--black);
  }

  .icon-13, .icon-14 {
    color: #999;
  }
}

#w-node-_6f995230-7e4f-bb4c-e38f-7920a8f5caa5-b5a3d5e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f995230-7e4f-bb4c-e38f-7920a8f5caa6-b5a3d5e3 {
  align-self: center;
}

#w-node-_2152b8ec-a616-3b33-68bb-eee4bdf24b09-b5a3d5e3 {
  justify-self: start;
}

#w-node-fb479cd3-b6de-650d-9eda-0c2d44c7e2b8-b5a3d5e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb479cd3-b6de-650d-9eda-0c2d44c7e2b9-b5a3d5e3 {
  align-self: center;
}

#w-node-a5bd4fbd-1643-b17f-c668-62ceb7f1ff57-b5a3d5e3 {
  align-self: start;
}

#w-node-a13f6c58-69d0-12ab-a850-842b5541d76d-b5a3d5e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35f9ceb3-056d-54f1-a2ad-32ac5f79a4cd-b5a3d5e3 {
  align-self: center;
}

#w-node-_945bdd8c-f9d7-51a3-b7a8-2e7e502b11ea-b5a3d5e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdf11589-a64b-280c-c080-711d7098e737-b5a3d5e3 {
  place-self: center;
}

#w-node-c5e03d01-d67b-4252-caba-4828933f0c67-b5a3d5e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5e03d01-d67b-4252-caba-4828933f0c68-b5a3d5e3 {
  place-self: center;
}

#w-node-_525ad1fb-1fe6-c070-9c1f-c4db72603986-b5a3d5e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_525ad1fb-1fe6-c070-9c1f-c4db72603987-b5a3d5e3 {
  align-self: center;
}

#w-node-_2eb78b0b-def9-280f-164b-b18234a98901-b5a3d5e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2eb78b0b-def9-280f-164b-b18234a98902-b5a3d5e3 {
  place-self: center;
}

#w-node-_9a954859-331c-30e6-9be1-8f09f340c3bd-b5a3d5e3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9a954859-331c-30e6-9be1-8f09f340c3c6-b5a3d5e3, #w-node-_9a954859-331c-30e6-9be1-8f09f340c3cd-b5a3d5e3, #w-node-fde6eb1f-b10e-04e2-7143-264999f21073-b5a3d5e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31038fb9-a5d3-3ffd-ce54-fd39dfd35af0-b5a3d5e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fa5ed3-9fd9-5321-f4b6-1bc49a163b10-b5a3d5e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64bdd91b-e0ed-495d-9036-b77834dd2940-b5a3d5e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbb1c4ec-2410-f28f-49d7-d5b3b02b5a0a-b5a3d5e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-caf09616-5b10-7a99-26dc-c630ebf5f17e-b5a3d5e3, #w-node-e2fbf131-1ba5-0991-3ded-b7d69643e4ea-b5a3d5e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2645ff51-5666-d8b4-ed77-a76474c98b48-b5a3d5e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce47d17d-bd3d-e4da-8bb8-7034030b98f6-b5a3d5e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b44256f7-56ae-9951-351a-a2426013a7b8-b5a3d5e3, #w-node-d3fdadb7-2153-2e48-8313-3ec369750579-b5a3d5e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a68aa669-5c0c-670c-c2d0-daf8a2d467f5-a2d467ee, #w-node-a68aa669-5c0c-670c-c2d0-daf8a2d467f8-a2d467ee, #w-node-a68aa669-5c0c-670c-c2d0-daf8a2d467fb-a2d467ee, #w-node-a68aa669-5c0c-670c-c2d0-daf8a2d467fe-a2d467ee, #w-node-a68aa669-5c0c-670c-c2d0-daf8a2d46801-a2d467ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_6f995230-7e4f-bb4c-e38f-7920a8f5caa5-b5a3d5e3, #w-node-fb479cd3-b6de-650d-9eda-0c2d44c7e2b8-b5a3d5e3, #w-node-a13f6c58-69d0-12ab-a850-842b5541d76d-b5a3d5e3, #w-node-_945bdd8c-f9d7-51a3-b7a8-2e7e502b11ea-b5a3d5e3, #w-node-c5e03d01-d67b-4252-caba-4828933f0c67-b5a3d5e3, #w-node-_525ad1fb-1fe6-c070-9c1f-c4db72603986-b5a3d5e3, #w-node-_2eb78b0b-def9-280f-164b-b18234a98901-b5a3d5e3, #w-node-_03f83a69-5bbe-6135-f165-4acc2721c12e-b5a3d5e3, #w-node-cb342dec-7a71-7a1c-0a45-fa6b1a476636-b5a3d5e3, #w-node-_1f727286-b802-18c8-2ab7-c2eed23741d1-b5a3d5e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a68aa669-5c0c-670c-c2d0-daf8a2d467f5-a2d467ee {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Vagron';
  src: url('../fonts/VAGRON.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mokoto';
  src: url('../fonts/mokoto-mokoto-regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Medium';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Bold';
  src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moresugar';
  src: url('../fonts/MoreSugar-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}