body {
  font-family: 'Public Sans', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 24px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Nexa, sans-serif;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 800;
}

h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Nexa, sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nexa, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgba(16, 16, 25, 0.9);
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
}

p {
  margin-bottom: 16px;
  color: rgba(16, 16, 25, 0.7);
  line-height: 28px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 24px;
}

li {
  margin-bottom: 8px;
  color: rgba(16, 16, 25, 0.9);
  font-size: 16px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 300;
}

figure {
  margin-bottom: 30px;
}

.navbar {
  position: relative;
  display: flex;
  padding: 16px 48px;
  align-items: center;
  background-color: transparent;
}

.navbar.slim {
  padding-top: 16px;
  padding-bottom: 16px;
}

.hero__section {
  position: relative;
  display: flex;
  height: 740px;
  margin-top: -112px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: #71c7d9;
}

.hero__section.internal {
  height: 680px;
  max-height: none;
  padding-top: 180px;
  padding-bottom: 180px;
}

.hero__section.internal.no--img {
  height: auto;
}

.hero__section.internal.no--img.team {
  padding-bottom: 64px;
}

.nav-menu {
  color: #fff;
}

.nav-link {
  color: #fff;
  font-weight: 700;
}

.nav-link.thin {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

.nav__sep {
  width: 1px;
  height: 46px;
  margin-right: 24px;
  background-color: #fff;
  opacity: 0.2;
}

.brand {
  margin-right: 40px;
}

.dropdown__link {
  color: #fff;
  font-weight: 700;
}

.dropdown__link.thin {
  color: hsla(0, 0%, 100%, 0.7);
}

.dropicon {
  background-image: url('../images/drop_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}

.cta__wrap {
  margin-left: auto;
}

.button {
  padding: 13px 48px 12px;
  border-radius: 100px;
  background-color: #71c7d9;
  transition: all 150ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #3695c6;
}

.button.ghost {
  padding-top: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #71c7d9;
  background-color: transparent;
  color: #fff;
}

.button.ghost:hover {
  background-color: #71c7d9;
}

.button.ghost.dark {
  color: #333;
}

.button.ghost.dark:hover {
  color: #fff;
}

.button.ghost.dark.marg {
  margin-left: 16px;
}

.button.ghost.dark.moremarg {
  margin-top: 24px;
}

.button.ghost.is--black {
  border-style: none;
}

.button.right {
  margin-top: 16px;
  margin-left: auto;
}

.button.bookpopup {
  background-color: #71c7d9;
}

.button.bookpopup.hidedesk {
  display: none;
}

.button.bookpopup.show:hover {
  background-color: #5ba2b1;
}

.button.bookpopup.show.midcta {
  background-color: #fff;
  color: #333;
}

.button.bookpopup.header:hover {
  background-color: #61abbb;
}

.button.is--black {
  background-color: #333;
}

.phone__link {
  position: relative;
  margin-right: 16px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
}

.container.usp {
  background-color: #fff;
}

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

.container.about {
  display: flex;
  width: 100%;
  align-items: center;
}

.container.cta {
  display: flex;
  max-width: 1600px;
  padding-right: 0px;
  padding-left: 8%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: none;
}

.container.footer {
  display: flex;
  max-width: 1600px;
  padding-top: 80px;
  padding-bottom: 64px;
  justify-content: space-between;
}

.container.service__secc {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.container.review {
  margin-bottom: 100px;
  text-align: center;
}

.container.benefit__condition {
  display: flex;
  margin-bottom: 64px;
  align-items: stretch;
}

.container.prices__sec {
  display: flex;
  align-items: center;
}

.container.condition {
  display: flex;
  flex-direction: row-reverse;
}

.container.widget__container {
  display: flex;
}

.container.invisible__top {
  display: flex;
  align-items: stretch;
}

.container.stages {
  align-items: flex-start;
  text-align: center;
}

.container.internal__treatments {
  margin-top: 100px;
  text-align: center;
}

.container.content__container {
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container.hero__center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container.team__flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.intro__h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.intro__h1.blue {
  color: #71c7d9;
  font-weight: 700;
}

.intro__h1.mb-10 {
  margin-bottom: 10px;
}

.headline {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: -1px;
}

.headline.black {
  color: #333;
  font-weight: 400;
}

.headline.internal {
  margin-bottom: 24px;
  line-height: 1.1;
}

.headline.home {
  font-size: 4em;
  line-height: 1.2;
}

.headline.mb-10 {
  margin-bottom: 10px;
}

.hero__content {
  width: 60%;
}

.hero__content.home {
  width: 70%;
}

.corner__shape {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 200px;
  transform: rotate(-90deg);
}

.corner__shape.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  transform: rotate(180deg);
}

.hero__right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
}

.heroimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.heroimg.align-center {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heroimg.align-left {
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.overlay__left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  background-image: linear-gradient(90deg, #71c7d9, rgba(113, 199, 217, 0));
}

.overlay__top {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  height: 30%;
  background-image: linear-gradient(0deg, rgba(16, 16, 25, 0), #71c7d9);
}

.usp__section {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.usp__slide {
  width: 25%;
  padding: 48px 40px 48px 24px;
}

.usp__slide._2 {
  width: 33%;
  text-align: center;
}

.hide {
  display: none;
}

.slider {
  height: auto;
  background-color: transparent;
}

.usl__sep {
  position: absolute;
  left: auto;
  top: 50%;
  right: 24px;
  bottom: auto;
  width: 1px;
  height: 80px;
  background-color: rgba(16, 16, 25, 0.2);
  transform: translate(0px, -50%);
}

.sec__pad {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec__pad.overflowx.treatment__sec {
  padding-bottom: 0px;
}

.sec__pad.overflowx.treatment__sec.bg__split {
  background-image: linear-gradient(180deg, #fff, #fff 55%, rgba(149, 204, 232, 0.1) 0, rgba(59, 160, 212, 0.1));
}

.sec__pad.overflowx.benefit__sec {
  padding-top: 24px;
  padding-bottom: 0px;
}

.sec__pad.overflowx.benefit__sec.bg__split {
  background-image: linear-gradient(180deg, #fff, #fff 55%, rgba(149, 204, 232, 0.1) 0, rgba(59, 160, 212, 0.1));
}

.sec__pad.overflowx.prices__sec {
  padding-top: 40px;
  padding-bottom: 80px;
}

.sec__pad.overflowx.prices__sec.bg__split {
  background-image: linear-gradient(180deg, #fff, #fff 55%, rgba(149, 204, 232, 0.1) 0, rgba(59, 160, 212, 0.1));
}

.sec__pad.overflowx.conditions__sec {
  overflow: hidden;
}

.sec__pad.overflowx.conditions__sec.bg__split {
  background-image: linear-gradient(180deg, #fff, #fff 55%, rgba(149, 204, 232, 0.1) 0, rgba(59, 160, 212, 0.1));
}

.sec__pad.overflowx.condition__page__sec {
  padding-top: 80px;
  padding-bottom: 0px;
}

.sec__pad.overflowx.condition__page__sec.bg__split {
  background-image: linear-gradient(180deg, #fff, #fff 55%, rgba(149, 204, 232, 0.1) 0, rgba(59, 160, 212, 0.1));
}

.sec__pad.overflowx.invis__brd {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.sec__pad.overflowx.invis__brd.bg__split {
  background-image: linear-gradient(180deg, #fff, #fff 55%, rgba(149, 204, 232, 0.1) 0, rgba(59, 160, 212, 0.1));
}

.sec__pad.quote__gold {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e0cdac;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #e0cdac, rgba(224, 205, 172, 0)), url('../images/pattern.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.sec__pad.quote__blue {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #71c7d9;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #71c7d9, rgba(113, 199, 217, 0)), url('../images/pattern.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.sec__pad.quote__blue.slider__sec {
  padding-top: 0px;
  padding-bottom: 0px;
}

.sec__pad.gradient__bg {
  background-image: linear-gradient(180deg, #fff, rgba(103, 102, 102, 0.1));
}

.sec__pad.gradient__bg.less--pad {
  padding-bottom: 40px;
}

.sec__pad.team__sec {
  padding-top: 40px;
}

.sec__pad.is--sticky {
  overflow: visible;
}

.sec__pad.light-grey {
  background-color: #f4f4f4;
}

.sec__pad.is--team {
  padding-top: 64px;
  padding-bottom: 64px;
}

.heading__2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
}

.heading__2.achor {
  margin-top: -112px;
  padding-top: 112px;
}

.heading__2.is--left {
  text-align: left;
}

.gold__sep {
  width: 64px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e0cdac;
}

.gold__sep.left__footer {
  margin-bottom: 24px;
  margin-left: 0px;
}

.gold__sep.auto {
  margin-bottom: auto;
}

.gold__sep.smaller {
  margin-bottom: 40px;
  margin-left: 0px;
}

.gold__sep.left {
  margin-left: 0px;
}

.gold__sep.has--marg {
  margin-bottom: 2rem;
}

.projects-col-item {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #71c7d9;
  background-color: #fff;
  color: #333;
  text-align: left;
  text-decoration: none;
}

.projects-col-item:hover {
  border-color: rgba(16, 16, 25, 0.7);
}

.projects-col-item.condition {
  flex-direction: column;
  align-items: center;
}

.projects-col-item.award {
  width: 90%;
  flex-direction: column;
  align-items: center;
  border-color: rgba(16, 16, 25, 0);
  background-color: rgba(103, 102, 102, 0.1);
}

.projects-col-item.service__card {
  padding: 100px 32px;
  flex-direction: column;
  align-items: center;
  border-width: 2px;
  border-color: rgba(113, 199, 217, 0.6);
}

.service__heading {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}

.service__desc {
  margin-bottom: 0px;
  color: rgba(16, 16, 25, 0.7);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.service__desc.new__desc {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.button__wrap {
  display: flex;
  margin-top: auto;
  margin-right: 32px;
  margin-left: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(16, 16, 25, 0.2);
}

.button__wrap.beforeafter {
  justify-content: center;
  border-style: none;
  background-color: #fff;
}

.button__wrap.standard {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-style: none;
}

.image {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.condition__img {
  height: 100%;
  flex: 0 auto;
}

.projects-col-list {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.projects-col-list-wrap {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
}

.projects-col-list-wrap.condition {
  overflow: visible;
  margin-bottom: 24px;
}

.projects-col-list-wrap.logos {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.card__content {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 24px 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.3);
}

.usp__slider__2 {
  height: auto;
  background-color: transparent;
}

.usp-2 {
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
}

.about__sec {
  position: relative;
  margin-top: 80px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #eef1f2;
}

.about__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 auto;
}

.about__right {
  flex: 1;
}

.readmore {
  margin-top: 24px;
  color: rgba(16, 16, 25, 0.8);
  cursor: pointer;
}

.readmore:hover {
  color: #333;
}

.hidden__about {
  display: none;
}

.cta__sec {
  position: relative;
  display: flex;
  min-height: 800px;
  padding: 80px 64px;
  align-items: stretch;
  background-color: #333;
}

.cta__top {
  position: relative;
  z-index: 1;
  display: flex;
  width: 40%;
  margin-top: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.subheading {
  width: 50%;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
}

.subheading.white {
  width: 100%;
  color: hsla(0, 0%, 100%, 0.7);
}

.subheading.white.ishome {
  width: 100%;
  max-width: 48ch;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.subheading.white.is--narrow {
  max-width: 60ch;
}

.subheading.offer {
  margin-bottom: 0px;
}

.subheading.offer__head {
  width: 100%;
  margin-bottom: 16px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.subheading.ctasub {
  width: 100%;
  max-width: 50ch;
  color: rgba(255, 255, 255, 0.7);
}

.cta__gallery {
  display: flex;
  width: 33.33333%;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.cta__gallery.full {
  width: 100%;
}

.ctaimg {
  max-width: 33.33333%;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.quote__slide {
  text-align: center;
}

.quote__slider {
  width: 100%;
  height: auto;
  background-color: #eef1f2;
}

.quote__wrap {
  display: flex;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider__dots {
  margin-bottom: 15px;
  font-size: 8px;
}

.quote {
  margin-top: 32px;
  font-size: 16px;
}

.author {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.slide__arrow {
  display: none;
  margin-left: 40px;
  color: #71c7d9;
  font-size: 32px;
}

.slide__arrow.right {
  margin-right: 40px;
}

.footer {
  background-color: #333;
}

.footer__col {
  display: flex;
  width: 25%;
  padding-right: 40px;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 auto;
}

.footer__col.last {
  flex: 0 auto;
}

.footer__heading {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.footer__heading.contact {
  color: #333;
}

.footer__heading.contact._100w {
  width: 100%;
  margin-bottom: 12px;
}

.footer__heading.moremarg {
  margin-top: 24px;
}

.footer__heading.team {
  max-width: 35ch;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  color: #333;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.footer__heading.team._100w {
  width: 100%;
  margin-bottom: 12px;
}

.footer__link {
  width: 100%;
  margin-bottom: 6px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  text-decoration: none;
}

.footer__link.call {
  font-size: 18px;
  font-weight: 300;
}

.footer__link.call.dark {
  margin-bottom: 0px;
  color: rgba(16, 16, 25, 0.7);
}

.footer__link.last {
  margin-bottom: 24px;
}

.address {
  margin-top: 8px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.address.dark {
  color: rgba(16, 16, 25, 0.8);
}

.address.dark.full {
  width: 100%;
  margin-top: 0px;
}

.sub__head {
  margin-bottom: 4px;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
}

.sub__head.dark {
  margin-top: 16px;
  color: rgba(16, 16, 25, 0.4);
}

.social__wrap {
  margin-top: 24px;
}

.social {
  margin-right: 8px;
}

.bottom__bar {
  display: flex;
  padding: 24px 40px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
}

.link {
  color: #fff;
}

.link.is-lighter {
  color: hsla(0, 0%, 100%, 0.7);
}

.beforeafter {
  display: flex;
  width: 100%;
  height: auto;
  margin-right: 16px;
  margin-left: 16px;
  flex-direction: column;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(16, 16, 25, 0.3);
  color: #333;
  text-align: left;
  text-decoration: none;
}

.before__slide {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: row;
  align-items: center;
  color: #333;
  text-align: left;
  text-decoration: none;
}

.ba__img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}

.beforeafterlist {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.beforeafterlistt {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.check__list {
  list-style-type: none;
  -moz-column-count: 2;
  column-count: 2;
}

.benefit__li {
  margin-bottom: 10px;
  padding-left: 32px;
  background-image: url('../images/bullet.svg');
  background-position: 0% 5px;
  background-size: auto;
  background-repeat: no-repeat;
  color: rgba(16, 16, 25, 0.8);
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
}

.benefit__li li {
  padding-left: 32px;
  background-image: url('../images/bullet.svg');
  background-position: 0% 5px;
  background-size: auto;
  background-repeat: no-repeat;
  list-style-type: none;
}

.headline__smaller {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: mrs-eaves-xl-serif, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
}

.headline__smaller.black {
  color: #333;
  font-weight: 400;
}

.service__left {
  display: flex;
  padding-right: 140px;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.service__right {
  flex: 1;
}

.price__text {
  color: rgba(16, 16, 25, 0.8);
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.price__text.small {
  font-size: 15px;
  line-height: 22px;
}

.heading {
  color: #333;
}

.service__split {
  position: relative;
  display: flex;
}

.areas {
  display: flex;
  padding: 10vh 4vw 10vh 8vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  background-color: rgba(59, 160, 212, 0.1);
  text-align: center;
}

.prices {
  flex: 1;
  background-color: rgba(59, 160, 212, 0.3);
}

.areas-copy {
  padding: 10vh 10vw;
  flex: 1;
  background-color: rgba(59, 160, 212, 0.1);
}

.prices__block {
  display: flex;
  padding: 10vh 8vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  background-color: rgba(59, 160, 212, 0.3);
  text-align: center;
}

.pricing {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}

.price__left {
  flex: 1;
}

.price__right {
  flex: 1;
}

.faq__section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 32px;
  background-color: #333;
}

.faq__wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  border-bottom: 2px solid rgba(59, 160, 212, 0);
  cursor: pointer;
}

.faq__wrap:hover {
  border-bottom: 2px solid #71c7d9;
}

.question__wrap {
  display: flex;
  padding: 16px 32px;
  justify-content: space-between;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.answer__wrap {
  overflow: hidden;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.question {
  font-family: 'Public Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.question.condition__head {
  margin-bottom: 0px;
}

.question.is--dark {
  color: #333;
}

.answer {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  text-align: left;
}

.answer li {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
}

.answer ol {
  margin-bottom: 8px;
}

.answer p {
  color: rgba(255, 255, 255, 0.7);
}

.answer.is--darker {
  color: rgba(51, 51, 51, 0.8);
}

.faq_shape {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.faq_shape.tr {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  transform: rotate(90deg);
}

.faq_shape.br {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  transform: rotate(180deg);
}

.faq_shape.bl {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  transform: rotate(-90deg);
}

.faw__drop {
  padding-left: 32px;
}

.areas__rtb li {
  margin-bottom: 8px;
  padding-left: 24px;
  color: rgba(16, 16, 25, 0.9);
  font-size: 17px;
  line-height: 24px;
  text-align: left;
}

.areas__rtb ul {
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: left;
  list-style-type: none;
}

.expand__wrap {
  position: relative;
  width: 40px;
  height: 40px;
  opacity: 0.6;
}

.expand__wrap:hover {
  opacity: 1;
}

.minus {
  width: 40px;
  height: 1px;
  background-color: #333;
  transform: translate(0px, 20px);
}

.plus {
  width: 1px;
  height: 40px;
  background-color: #333;
  transform: translate(20px, 0px);
}

.moreinfo__wrap {
  display: flex;
  padding: 32px 48px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.moreinfo__wrap:hover {
  background-color: rgba(59, 160, 212, 0.05);
}

.moreinfo {
  width: 90%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 64px;
  color: rgba(16, 16, 25, 0.6);
  font-size: 17px;
  font-weight: 300;
}

.moreinfo p {
  font-size: 18px;
  line-height: 35px;
}

.moreinfo__title {
  color: rgba(16, 16, 25, 0.9);
  font-size: 16px;
  font-weight: 300;
}

.moreinfo__sec {
  margin-top: 40px;
  margin-bottom: 40px;
}

.dropdown-link {
  padding: 12px 24px;
  font-size: 15px;
}

.dropdown-link:hover {
  background-color: rgba(59, 160, 212, 0.1);
}

.dropdown-link.w--current {
  color: #333;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  width: 640px;
}

.nav__wrap {
  display: flex;
  padding: 10px 48px;
  justify-content: center;
  align-items: center;
}

.navbar__outer {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: transparent;
}

.dark__logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0;
}

.about__para {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.consultation__wrap {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1002;
  display: none;
  overflow: scroll;
  width: 600px;
  padding: 56px 80px;
  background-color: #fff;
}

.consult__bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1001;
  display: none;
  width: 100%;
  background-color: rgba(16, 16, 25, 0.4);
  cursor: pointer;
}

.subline {
  line-height: 22px;
}

.book__title {
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 32px;
}

.consult__form {
  margin-top: 32px;
  text-align: left;
}

.consult__form.contact {
  margin-top: 0px;
}

.form__field {
  height: 56px;
  margin-right: 8px;
  margin-bottom: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 100px;
  background-color: #fff;
}

.form__field:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #676666;
}

.form__field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #71c7d9;
}

.form__field.select {
  background-image: url('../images/drop.svg');
  background-position: 95% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: rgba(16, 16, 25, 0.8);
}

.form__field.select.time {
  background-image: none;
}

.form__field.textarea {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 20px;
}

.form__field.datepicker {
  background-color: #fff;
  cursor: pointer;
}

.form__field.datepicker::-moz-placeholder {
  color: #333;
}

.form__field.datepicker::-ms-input-placeholder {
  color: #333;
}

.form__field.datepicker::placeholder {
  color: #333;
}

.form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.about__img {
  position: relative;
  width: 40%;
  height: 100%;
  padding-right: 80px;
  padding-left: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.smaller__headline {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 48px;
  line-height: 1.3;
}

.smaller__headline.black {
  color: #333;
  font-weight: 400;
}

.moreicon {
  right: -8px;
  width: 24px;
  height: 24px;
  background-image: url('../images/more.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: transparent;
}

.input-60 {
  height: 60px;
  min-height: 60px;
  margin-bottom: 32px;
  background-color: #f0f3f6;
}

.input-60.inclabel {
  height: 76px;
  padding-top: 37px;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 31, 32, 0.5);
  border-radius: 3px;
  background-color: #fff;
}

.input-60.inclabel:hover {
  border-color: #231f20;
}

.input-60.inclabel:focus {
  border-color: #eebe3a;
}

.input-60.inclabel.datepicker {
  cursor: pointer;
}

.suitable {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 300;
}

.suitable.contact {
  margin-top: 0px;
  margin-bottom: 24px;
  font-weight: 500;
}

._50w {
  width: 50%;
  padding-right: 8px;
}

.about {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.about p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}

.about ul {
  margin-bottom: 32px;
}

.about li {
  color: rgba(16, 16, 25, 0.7);
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
}

.contact__wrap {
  display: flex;
}

.contact__left {
  width: 40%;
  padding-left: 40px;
  flex: 0 auto;
  text-align: left;
}

.contact__right {
  padding-right: 48px;
  padding-left: 48px;
  flex: 1;
}

.contact__l {
  flex: 1;
}

.hidedesktop {
  display: none;
}

.button__wrap__cta {
  display: flex;
}

.heading-2.faq {
  color: #fff;
}

.opening__offers {
  position: relative;
  display: flex;
  width: auto;
  margin-top: 64px;
  margin-bottom: -85px;
  padding: 24px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #dce9ef;
}

.offer {
  text-align: left;
}

.offer li {
  margin-bottom: 4px;
  color: rgba(16, 16, 25, 0.8);
  font-size: 16px;
  font-weight: 300;
}

.left__address {
  margin-bottom: 24px;
  flex: 1;
}

.right__address {
  flex: 1;
}

.address__wrap {
  display: flex;
}

.heading__3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.heading__3.achor {
  margin-top: -112px;
  padding-top: 112px;
}

.heading__3.no--marg {
  margin-bottom: 0px;
}

.heading__3.insta--head {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.3;
}

.condition__contentwrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.condition__img__wrap {
  width: 270px;
  height: 250px;
}

.projects-condition-list {
  display: flex;
  overflow: visible;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}

.condition__blue {
  display: flex;
  width: 50%;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 12%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 0 auto;
  text-align: center;
}

.condition__blue.ctablue {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 6%;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

.benefits__rtb {
  padding-top: 56px;
  padding-right: 80px;
  padding-bottom: 56px;
  flex: 0 auto;
}

.benefits__rtb li {
  padding-left: 32px;
  background-image: url('../images/check.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.benefits__rtb ul {
  padding-left: 16px;
  list-style-type: none;
}

.behind__pricing {
  position: absolute;
  left: auto;
  top: -32px;
  right: -32px;
  bottom: auto;
}

.prices__blue {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  display: flex;
  width: 40%;
  padding: 48px 62px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #71c7d9;
  background-color: transparent;
  text-align: center;
}

.prices__rtb {
  width: 60%;
  padding-right: 80px;
  flex: 0 auto;
}

.prices__rtb li {
  padding-left: 32px;
  background-image: url('../images/check.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.prices__rtb ul {
  padding-left: 16px;
  list-style-type: none;
}

.mid__cta__block {
  position: relative;
  display: flex;
  padding: 48px 100px;
  justify-content: space-between;
  align-items: center;
}

.shape__cta {
  position: absolute;
  left: 16px;
  top: 16px;
  right: auto;
  bottom: auto;
  transform: rotate(90deg);
}

.shape__cta.right {
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
  transform: rotate(180deg);
}

.shape__cta.bot-r {
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
  transform: rotate(-90deg);
}

.shape__cta.bot-l {
  left: 16px;
  top: auto;
  right: auto;
  bottom: 16px;
  transform: rotate(0deg);
}

.mid__cta__heading {
  font-family: mrs-eaves-xl-serif, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.gallery__sec {
  display: flex;
}

.condition__wrap {
  margin-right: 64px;
  border-bottom: 1px solid rgba(16, 16, 25, 0.2);
  cursor: pointer;
}

.condition__wrap:hover {
  background-color: rgba(59, 160, 212, 0.1);
}

.conditions__rtb {
  flex: 0 auto;
}

.conditions__rtb li {
  color: rgba(16, 16, 25, 0.8);
  list-style-type: disc;
}

.conditions__rtb ul {
  padding-left: 40px;
  list-style-type: none;
}

.conditions__rtb p {
  margin-bottom: 20px;
  line-height: 24px;
}

.conditions__rtb a {
  color: #71c7d9;
}

.condition__head__wrpa {
  display: flex;
  padding: 24px 32px;
  justify-content: space-between;
}

.conditon__wrapp {
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  border-bottom: 2px solid rgba(59, 160, 212, 0);
  cursor: pointer;
}

.conditon__wrapp:hover {
  border-bottom: 2px solid #71c7d9;
}

.condition__cta {
  margin-bottom: 16px;
  text-align: left;
}

.condition__answer__wrap {
  overflow: hidden;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
}

.cta__small {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}

.conditions__left {
  width: 70%;
}

.condition__intro__head {
  font-size: 36px;
  line-height: 44px;
}

.intro__condition {
  margin-bottom: 40px;
  padding-right: 64px;
  font-size: 17px;
  font-weight: 300;
}

.homepage__slider {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: transparent;
}

.slide {
  height: 100%;
}

.slide__content__wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.slide-nav {
  display: none;
}

.lighter {
  color: rgba(16, 16, 25, 0.8);
  line-height: 20px;
  font-weight: 300;
}

.usp__heading {
  max-width: 18ch;
  margin-top: 16px;
  margin-bottom: 8px;
  line-height: 20px;
}

.benefit__img__right {
  position: relative;
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
}

.benefit__image {
  width: 460px;
  height: 460px;
  border-radius: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg__shape {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.3;
}

.condition__image {
  width: 50%;
}

.condition__img {
  width: 100%;
  border-radius: 10000px;
}

.conditions__bg {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: rgba(59, 160, 212, 0.1);
}

.midcta__section {
  background-color: #71c7d9;
}

.dropdown__wrapper__div {
  display: flex;
  flex-wrap: wrap;
}

.dropdown__wrapper {
  display: flex;
  width: 50%;
  padding: 16px 24px;
  align-items: center;
  flex: 0 auto;
  color: #333;
  text-decoration: none;
}

.dropdown__wrapper:hover {
  background-color: rgba(59, 160, 212, 0.05);
}

.dropdown__text {
  margin-left: 6px;
}

.dropdown__condition {
  background-color: #fff;
}

.condition__imgg {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.condition__imgg.condition__img {
  height: 100%;
  flex: 0 auto;
}

.condition__imgg.condition__img-copy {
  height: 100%;
  flex: 0 auto;
}

.condition__ta__right {
  padding: 40px 48px;
  background-color: rgba(59, 160, 212, 0.08);
  text-align: left;
}

.cta__im {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.quote__icon {
  width: 40px;
}

.review__widget {
  display: flex;
  padding: 12px 20px;
  background-color: rgba(103, 102, 102, 0.5);
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  line-height: 1;
}

.review__widget:hover {
  background-color: rgba(103, 102, 102, 0.6);
}

.review__widget.auto {
  margin-top: auto;
  transform: translate(0px, 50%);
}

.review__img {
  margin-right: 8px;
}

.award__position {
  margin-bottom: 24px;
  color: #e0cdac;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.award-_logo {
  margin-bottom: 16px;
}

.service-list {
  overflow: visible;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.new__service__heading {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #333;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
}

.findout__underline {
  padding-bottom: 10px;
  border-bottom: 3px solid #71c7d9;
  font-weight: 500;
  text-align: center;
}

.logo--slider {
  display: flex;
  overflow: visible;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}

.projects-condition-list-copy {
  display: flex;
  overflow: visible;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}

.cta__img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 50%;
  justify-content: flex-end;
}

.cta--main--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.overlay__cta {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-image: linear-gradient(90deg, #333, rgba(16, 16, 25, 0) 50%);
}

.logo__footer {
  margin-bottom: 24px;
}

.footer__about {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.5;
}

.white__link {
  color: #fff;
}

.invis__logo {
  margin-top: 32px;
}

.opening__times {
  margin-top: 16px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.opening__times.is--dark {
  color: #333;
}

.invis__imglet {
  position: relative;
  display: flex;
  width: 30%;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
}

.inis__rtb {
  width: 70%;
  padding-top: 56px;
  padding-right: 80px;
  padding-bottom: 56px;
  flex: 0 auto;
}

.inis__rtb li {
  padding-left: 32px;
  background-image: url('../images/check.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.inis__rtb ul {
  padding-left: 16px;
  list-style-type: none;
}

.inis__rtb p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
}

.hero__list {
  display: flex;
  padding-left: 0px;
  list-style-type: none;
}

.hero__listitem {
  padding-right: 24px;
  padding-left: 24px;
  background-image: url('../images/check-gold.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.3;
}

.invis--hero {
  display: flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  background-color: #333;
}

.desc {
  font-size: 18px;
  line-height: 1.5;
}

.embed-container {
  position: relative;
  width: 100%;
  margin-right: 16px;
  margin-left: 16px;
  padding-top: 28.1%;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
}

.video__flex {
  position: relative;
  display: flex;
  margin-top: 40px;
  margin-bottom: 100px;
  align-items: flex-start;
}

.video__flex.mb-40 {
  margin-bottom: 40px;
}

.content__img__flex {
  display: flex;
  align-items: center;
}

.flex__content__left {
  display: flex;
  width: 60%;
  padding-right: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.flex__content__left.is--right {
  padding-right: 0px;
  padding-left: 80px;
}

.flex__img__right {
  position: relative;
  width: 40%;
}

.img__styling {
  border-style: solid;
  border-width: 8px;
  border-color: #e0cdac;
}

.is--bigger {
  font-size: 17px;
  line-height: 1.7;
}

.is--bigger.more--marg {
  margin-bottom: 40px;
}

.is--bigger.marg--top-thinner {
  width: 70%;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}

.clinc__check {
  margin-left: 24px;
  border-bottom: 1px solid #000;
  opacity: 0.7;
}

.quote__text {
  max-width: 40ch;
  font-family: Nexa, sans-serif;
  color: #333;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.invis__sq {
  position: absolute;
  left: -10%;
  bottom: 10%;
  box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.1);
}

.invis--2 {
  border-top-left-radius: 200px;
}

.steps-list {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
}

.step__slide {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px 40px 24px;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(103, 102, 102, 0.1);
  color: #333;
  text-align: left;
  text-decoration: none;
}

.step__iocn {
  margin-bottom: 24px;
}

.rtb li {
  padding-left: 32px;
  background-image: url('../images/check-gold.svg');
  background-position: 0px 5px;
  background-size: auto;
  background-repeat: no-repeat;
  color: rgba(16, 16, 25, 0.7);
}

.rtb ul {
  margin-bottom: 40px;
  padding-left: 16px;
}

.rtb h3 {
  letter-spacing: -0.2px;
}

.rtb p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.8;
}

.rtb.link a {
  color: #000;
  text-decoration: none;
}

.rtb a {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}

.review__text {
  max-width: 70ch;
  margin-top: 32px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.author__quote {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.1px;
}

.gallery__flex {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.gallery__img {
  width: 33.333333%;
}

.before__after {
  display: flex;
  width: 100%;
  margin-top: 40px;
  box-shadow: 8px 8px 0 0 #e0cdac;
}

.before__after.auto-w {
  width: 100%;
  justify-content: center;
}

.beforeafter__flex {
  width: 50%;
  flex: 0 auto;
}

.beforeafter__flex.auto-w {
  width: auto;
  flex: 0 auto;
}

.content__flex__left {
  width: 55%;
}

.sticky__cta__right {
  position: relative;
  display: flex;
  width: 45%;
  padding-left: 100px;
  flex-direction: column;
  align-items: flex-start;
}

.cta__banner {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #333;
}

.cta__headline {
  max-width: 15ch;
  margin-top: 32px;
  margin-bottom: 24px;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
}

.smallcta__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.callus {
  margin-top: 24px;
  margin-bottom: 64px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

.phonecall {
  color: #fff;
  font-weight: 700;
}

.cta__border {
  position: absolute;
  width: 90%;
  height: 90%;
  border-style: solid;
  border-width: 1px;
  border-color: #71c7d9;
}

.cta__border.team {
  height: 95%;
}

.columned__list {
  margin-bottom: 40px;
  padding-left: 16px;
  list-style-type: none;
  -moz-column-count: 2;
  column-count: 2;
}

.columned__list.full--width {
  -moz-column-count: auto;
  column-count: auto;
}

._2col__list {
  padding-left: 32px;
  background-image: url('../images/check-gold.svg');
  background-position: 0% 5px;
  background-size: auto;
  background-repeat: no-repeat;
}

.faq__content {
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  background-color: rgba(103, 102, 102, 0.1);
  cursor: pointer;
}

.team__card {
  position: relative;
  display: flex;
  width: 48%;
  margin-right: 8px;
  margin-bottom: 24px;
  margin-left: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #333;
}

.team__card.is--smaller {
  width: 32%;
}

.team__name {
  max-width: 15ch;
  margin-bottom: 6px;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
}

.team__role {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.team__content__wrap {
  display: flex;
  width: 100%;
  padding-right: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.card__imgwrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay__team {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0) 42%, #333);
}

.bio__button {
  display: flex;
  width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #71c7d9;
  background-color: transparent;
  font-weight: 700;
  text-align: center;
}

.bio__button:hover {
  background-color: #71c7d9;
}

.gdc {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

.modal__wrapper__ajay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.3);
}

.modal {
  position: relative;
  width: 600px;
  max-height: 90vh;
  padding: 56px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 64px 80px 0 rgba(0, 0, 0, 0.1);
}

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

.service__flex {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.service__card__flex {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(16, 16, 25, 0.3);
  background-color: #fff;
  color: #333;
  text-align: left;
  text-decoration: none;
}

.service__card__flex:hover {
  border-color: rgba(16, 16, 25, 0.7);
}

.service__card__flex.condition {
  flex-direction: column;
  align-items: center;
}

.service__card__flex.award {
  width: 90%;
  flex-direction: column;
  align-items: center;
  border-color: rgba(16, 16, 25, 0);
  background-color: rgba(103, 102, 102, 0.1);
}

.service__card__flex.service__card {
  padding: 100px 32px;
  flex-direction: column;
  align-items: center;
  border-width: 2px;
  border-color: rgba(113, 199, 217, 0.6);
}

.expand__div {
  display: none;
}

.modal__rtb p {
  line-height: 1.6;
}

.modal__rtb h3 {
  margin-bottom: 16px;
}

.close--modal {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  width: 24px;
  opacity: 0.5;
  cursor: pointer;
}

.close--modal:hover {
  opacity: 1;
}

.modal__wrapper__venay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.3);
}

.testi__slider {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
}

.slide__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slide-nav-2 {
  font-size: 8px;
}

.instagram__wrapper {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.insta__embed {
  width: 100%;
}

.instagram__tag {
  padding: 1em 2em;
  border-style: solid;
  border-width: 2px;
  border-color: #71c7d9;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.instagram__tag:hover {
  background-color: #71c7d9;
  color: #fff;
}

.instagram--sec {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(51, 51, 51, 0.9);
}

.service--grid {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
}

.service--grid.condition {
  overflow: visible;
  margin-bottom: 24px;
}

.service--grid.logos {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.service--grid--wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.service--card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #71c7d9;
  background-color: #fff;
  color: #333;
  text-align: left;
  text-decoration: none;
}

.service--card:hover {
  border-color: rgba(16, 16, 25, 0.7);
}

.service--card.condition {
  flex-direction: column;
  align-items: center;
}

.service--card.award {
  width: 90%;
  flex-direction: column;
  align-items: center;
  border-color: rgba(16, 16, 25, 0);
  background-color: rgba(103, 102, 102, 0.1);
}

.service--card.service__card {
  padding: 100px 32px;
  flex-direction: column;
  align-items: center;
  border-width: 2px;
  border-color: rgba(113, 199, 217, 0.6);
}

.instagram--headwrap {
  display: flex;
  margin-bottom: 24px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
}

.icon-embed-xxsmall {
  display: flex;
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon-embed-medium {
  display: flex;
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.insta--icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  margin-top: -5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.join--wrapper {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
  flex: 1;
}

.testimonial11_logo {
  max-height: 3rem;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.button-wrapper {
  display: flex;
}

.icon-embed-xsmall {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonial23_arrow {
  bottom: 4rem;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #333;
}

.margin-top {
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.testimonial23_slide {
  height: 430px;
  padding-right: 1.1rem;
  padding-left: 1.1rem;
}

.testimonial23_component {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-right: 1rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  background-color: transparent;
}

.testimonial23_client-info {
  display: flex;
  margin-top: 32px;
  align-items: center;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.testimonial23_client-image-wrapper {
  margin-right: 1rem;
}

.button-2 {
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
  text-align: center;
}

.button-2.is-link {
  padding: 0.25rem 0rem;
  border-style: none;
  background-color: transparent;
  color: transparent;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.testi--content {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
}

.testi--content.video--testi--1 {
  padding: 0rem;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)), url('../images/com_video_-1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.testi--content.video--testi--2 {
  padding: 0rem;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)), url('../images/com_video_-2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

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

.text-size-medium {
  font-size: 1.125rem;
}

.testimonial23_logo-wrapper {
  margin-bottom: 1rem;
}

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

.testimonial23_client {
  display: flex;
  margin-top: auto;
  align-items: center;
  text-align: left;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.testimonial23_slide-nav {
  height: 1.75rem;
  font-size: 0.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.testimonial23_mask {
  overflow: visible;
  width: 33.33%;
}

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

.section_testimonial23 {
  width: 100%;
}

.testimonial23_customer-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.test--quote {
  line-height: 1.5;
}

.google--logo {
  display: flex;
  width: 32px;
  justify-content: center;
  align-items: center;
}

.google--author {
  margin-bottom: 0px;
  line-height: 1.3;
}

.testi--inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.arrow--img {
  display: flex;
  width: 20px;
  justify-content: center;
  align-items: center;
}

.review--link {
  display: flex;
  margin-top: 12px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  line-height: 1;
}

.review--link.auto {
  margin-top: auto;
  transform: translate(0px, 50%);
}

.video--lightbox {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.test--heading--video {
  margin-bottom: 16px;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

.section_logo3 {
  overflow: hidden;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  display: -ms-grid;
  display: grid;
  margin-right: 2rem;
  justify-content: flex-end;
  justify-items: center;
  flex-wrap: wrap;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 15rem 15rem 15rem 15rem 15rem 15rem 15rem 15rem 15rem 15rem;
  grid-template-columns: 15rem 15rem 15rem 15rem 15rem 15rem 15rem 15rem 15rem 15rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: nowrap;
}

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

.logo3_logo {
  max-height: 3.5rem;
}

@media screen and (max-width: 991px) {
  body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  h2 {
    font-size: 32px;
  }

  .navbar {
    padding-right: 16px;
    padding-left: 32px;
  }

  .hero__section {
    height: 700px;
    max-height: none;
    margin-top: -88px;
  }

  .hero__section.internal {
    height: auto;
    padding-bottom: 240px;
  }

  .nav-link {
    color: #333;
  }

  .nav-link.thin {
    color: #333;
  }

  .nav__sep {
    display: none;
  }

  .brand {
    margin-right: 32px;
  }

  .dropdown__link {
    color: #333;
  }

  .dropdown__link:hover {
    color: #333;
  }

  .dropdown__link.thin {
    color: #333;
  }

  .dropicon {
    background-size: cover;
  }

  .button.bookpopup.hidedesk {
    display: inline-block;
    width: 95%;
    margin-bottom: 16px;
  }

  .button.bookpopup.show {
    display: block;
  }

  .button.bookpopup.content--show {
    display: block;
  }

  .button.bookpopup.header {
    display: none;
  }

  .phone__link {
    display: flex;
    width: 56px;
    height: 56px;
    margin-right: 0px;
    justify-content: center;
  }

  .container.about {
    width: 90%;
    flex-direction: column;
  }

  .container.cta {
    width: 100%;
    padding-left: 0px;
    flex-direction: column;
  }

  .container.footer {
    flex-wrap: wrap;
  }

  .container.review {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.benefit__condition {
    padding-bottom: 48px;
    flex-direction: column;
  }

  .container.prices__sec {
    flex-direction: column;
  }

  .container.condition {
    flex-direction: column-reverse;
  }

  .container.invisible__top {
    padding-top: 40px;
    padding-bottom: 48px;
    flex-direction: column;
  }

  .container.content__container {
    flex-wrap: wrap;
  }

  .headline.home {
    font-size: 3.4em;
    line-height: 56px;
  }

  .hero__content {
    width: 90%;
  }

  .hero__content.home {
    width: 80%;
  }

  .overlay__left {
    left: -1px;
    width: 100%;
  }

  .usp__section {
    width: 90%;
    margin-top: -140px;
    margin-right: auto;
    margin-left: auto;
  }

  .usp__slide {
    width: 50%;
    padding-right: 40px;
  }

  .usp__slide._2 {
    width: 100%;
  }

  .hide.controls {
    display: block;
    font-size: 6px;
  }

  .usl__sep.hidetab {
    display: none;
  }

  .sec__pad {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sec__pad.overflowx.treatment__sec {
    padding-top: 32px;
  }

  .sec__pad.overflowx.benefit__sec {
    padding-top: 0px;
  }

  .sec__pad.overflowx.prices__sec {
    padding-top: 32px;
  }

  .sec__pad.overflowx.conditions__sec {
    padding-top: 32px;
  }

  .sec__pad.overflowx.condition__page__sec {
    padding-top: 32px;
  }

  .sec__pad.overflowx.invis__brd {
    padding-top: 0px;
  }

  .sec__pad.quote__gold {
    padding: 72px 32px;
  }

  .sec__pad.quote__blue {
    padding-right: 32px;
    padding-left: 32px;
  }

  .sec__pad.quote__blue.slider__sec {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading__2 {
    font-size: 32px;
    line-height: 40px;
  }

  .gold__sep.left__footer {
    display: none;
  }

  .projects-col-item {
    height: 100%;
  }

  .button__wrap.standard {
    width: 100%;
  }

  .projects-col-list-wrap.condition {
    margin-top: 24px;
  }

  .projects-col-list-wrap.logos {
    margin-top: 24px;
  }

  .usp__slider__2 {
    margin-bottom: 16px;
  }

  .about__sec {
    display: flex;
    flex-direction: column;
  }

  .about__left {
    width: 100%;
  }

  .cta__sec {
    padding: 40px;
  }

  .cta__top {
    width: 100%;
    padding: 64px 32px;
    align-items: center;
    text-align: center;
  }

  .subheading {
    width: 80%;
  }

  .subheading.white.ishome {
    font-size: 20px;
    line-height: 28px;
  }

  .cta__gallery {
    width: 100%;
  }

  .ctaimg {
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .quote__wrap {
    width: 80%;
  }

  .footer__col {
    position: relative;
    width: 100%;
    padding-right: 0px;
    flex: 0 auto;
  }

  .footer__col.last {
    width: 100%;
    margin-top: 40px;
  }

  .footer__col._1stt {
    margin-bottom: 32px;
  }

  .footer__heading {
    margin-bottom: 0px;
  }

  .footer__heading.moremarg {
    margin-top: 0px;
  }

  .faq__section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .faq__wrap {
    width: 90%;
  }

  .question {
    text-align: left;
  }

  .dropdown-list.w--open {
    width: 100%;
  }

  .consultation__wrap {
    width: 80%;
    padding: 8vh 8vw;
  }

  .about__img {
    position: relative;
    width: 80%;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .smaller__headline {
    font-size: 40px;
    line-height: 40px;
  }

  .contact__wrap {
    flex-direction: column;
  }

  .contact__left {
    width: 100%;
    margin-bottom: 64px;
  }

  .contact__right {
    padding-right: 40px;
    padding-left: 40px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    margin-left: 8px;
    border-radius: 1000px;
    background-color: #fff;
    background-image: url('../images/menu.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    color: transparent;
  }

  .icon {
    color: transparent;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .hidedesktop {
    display: block;
    font-size: 6px;
  }

  .button__wrap__cta {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .opening__offers {
    margin-bottom: -48px;
  }

  .condition__contentwrap {
    flex: 1;
  }

  .condition__img__wrap {
    width: 200px;
  }

  .condition__blue {
    width: 100%;
  }

  .condition__blue.ctablue {
    align-items: center;
  }

  .benefits__rtb {
    width: 100%;
  }

  .prices__blue {
    width: 100%;
  }

  .prices__rtb {
    width: 100%;
  }

  .mid__cta__block {
    padding-right: 48px;
    padding-left: 48px;
  }

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

  .gallery__sec {
    flex-wrap: wrap;
  }

  .gallery__item {
    width: 50%;
  }

  .condition__wrap {
    margin-right: 0px;
  }

  .conditions__left {
    width: 100%;
  }

  .condition__intro__head {
    font-size: 32px;
    line-height: 40px;
  }

  .intro__condition {
    padding-right: 0px;
  }

  .slide {
    padding-left: 40px;
  }

  .benefit__img__right {
    width: 100%;
  }

  .bg__shape {
    left: 60px;
    top: -50px;
    right: 0%;
    bottom: 0%;
    max-width: none;
  }

  .condition__image {
    width: 100%;
  }

  .condition__treatment {
    width: 100%;
  }

  .dropdown__condition.w--open {
    position: relative;
  }

  .review__widget.auto {
    margin-right: auto;
    margin-left: auto;
  }

  .cta__img {
    width: 100%;
  }

  .overlay__cta {
    display: block;
    background-color: rgba(51, 51, 51, 0.8);
    background-image: none;
  }

  .invis__imglet {
    width: 100%;
  }

  .inis__rtb {
    width: 100%;
    padding-top: 32px;
    padding-right: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .inis__rtb p {
    font-size: 17px;
    line-height: 1.6;
  }

  .embed-container {
    margin-right: 10px;
    margin-bottom: 32px;
    margin-left: 10px;
    padding-top: 56.25%;
  }

  .video__flex {
    flex-direction: column;
  }

  .content__img__flex {
    flex-direction: column;
  }

  .flex__content__left {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .flex__content__left.is--right {
    padding-left: 0px;
  }

  .flex__img__right {
    width: 100%;
    margin-bottom: 32px;
  }

  .is--bigger.marg--top-thinner {
    width: 100%;
  }

  .quote__text {
    font-size: 24px;
  }

  .invis__sq {
    left: -1%;
  }

  .rtb h2 {
    font-size: 32px;
  }

  .review__text {
    font-size: 20px;
  }

  .content__flex__left {
    width: 100%;
  }

  .sticky__cta__right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0px;
  }

  .faq__content {
    width: 100%;
  }

  .team__card {
    width: 47%;
    margin-bottom: 16px;
  }

  .team__card.is--smaller {
    width: 47%;
  }

  .team__name {
    font-size: 20px;
  }

  .team__role {
    width: 100%;
    font-size: 12px;
  }

  .service__flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .service__card__flex {
    width: 49%;
    height: 100%;
    margin-bottom: 24px;
  }

  .expaneder__wrapper {
    position: relative;
    display: flex;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: center;
  }

  .expand__div {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    display: flex;
    padding: 8px 12px;
    align-items: center;
    color: #fff;
  }

  .icon__wrap__expand {
    display: flex;
  }

  .hoz__line {
    position: absolute;
    width: 16px;
    height: 1px;
    background-color: #fff;
  }

  .hoz__line.rotate {
    transform: rotate(90deg);
  }

  .expadn__text {
    margin-right: 8px;
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }

  .footer__navwrap {
    display: none;
    width: 100%;
  }

  ._100w {
    width: 100%;
  }

  ._100w.w--open {
    width: 100%;
    color: #333;
  }

  .testi__slider {
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .slide__wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .left-arrow {
    font-size: 24px;
  }

  .right-arrow-2 {
    font-size: 24px;
  }

  .instagram__wrapper {
    margin-top: 0px;
    flex-wrap: wrap;
  }

  .instagram__tag {
    bottom: -32px;
  }

  .service--grid.condition {
    margin-top: 24px;
  }

  .service--grid.logos {
    margin-top: 24px;
  }

  .service--grid--wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .service--card {
    height: 100%;
  }

  .instagram--headwrap {
    flex-direction: column;
  }

  .join--wrapper {
    width: 100%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .testimonial23_arrow {
    width: 3rem;
    height: 3rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .testimonial23_slide {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .testimonial23_component {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .testimonial23_mask {
    width: 50%;
  }

  .review--link.auto {
    margin-right: auto;
    margin-left: auto;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 24px;
  }

  .hero__section {
    margin-top: -81px;
  }

  .hero__section.internal {
    margin-top: -94px;
    padding-bottom: 120px;
  }

  .nav-link.thin {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #333;
  }

  .nav__sep {
    display: none;
  }

  .brand {
    width: 150px;
    margin-right: 0px;
    padding-left: 0px;
  }

  .dropdown__link {
    color: #333;
  }

  .button {
    padding-right: 32px;
    padding-left: 32px;
  }

  .button.ghost.dark.marg {
    margin-left: 0px;
  }

  .button.bookpopup.hidedesk {
    width: 95%;
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .button.bookpopup.show {
    margin-bottom: 8px;
  }

  .phone__link {
    width: 48px;
    height: 48px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .container {
    padding-right: 32px;
    padding-left: 32px;
  }

  .container.usp {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.footer {
    padding-top: 64px;
    flex-direction: column;
  }

  .container.review {
    margin-bottom: 40px;
  }

  .intro__h1 {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .headline {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  .headline.home {
    margin-bottom: 16px;
    font-size: 2.4em;
    line-height: 40px;
  }

  .hero__content.home {
    width: 85%;
  }

  .corner__shape {
    display: none;
  }

  .hero__right {
    width: 100%;
  }

  .overlay__left {
    background-image: linear-gradient(90deg, rgba(113, 199, 217, 0.7), rgba(113, 199, 217, 0.4));
  }

  .usp__section {
    margin-top: -80px;
  }

  .usp__slide {
    width: 100%;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    text-align: center;
  }

  .hide.controls {
    bottom: -8px;
  }

  .usl__sep {
    display: none;
  }

  .sec__pad.overflowx.treatment__sec {
    padding-top: 64px;
  }

  .sec__pad.overflowx.conditions__sec {
    padding-bottom: 64px;
  }

  .sec__pad.quote__blue {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .sec__pad.is--sticky {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading__2 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 34px;
  }

  .projects-col-item {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .service__desc {
    line-height: 1.6;
  }

  .button__wrap.beforeafter {
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button__wrap.standard {
    flex-direction: column;
    align-items: flex-start;
  }

  .projects-col-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card__content {
    padding-top: 32px;
  }

  .about__sec {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cta__sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta__top {
    padding: 64px 32px;
  }

  .subheading {
    width: 90%;
    margin-bottom: 32px;
    font-size: 17px;
    line-height: 28px;
  }

  .subheading.white {
    width: 100%;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 16px;
    line-height: 1.5;
  }

  .subheading.white.ishome {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
  }

  .ctaimg {
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer__col {
    width: 100%;
  }

  .bottom__bar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .beforeafter {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
  }

  .before__slide {
    flex-direction: column;
  }

  .ba__img {
    height: 240px;
  }

  .service__split {
    flex-direction: column;
  }

  .faq__section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq__wrap {
    width: 90%;
  }

  .faq__wrap.opened {
    width: 90%;
  }

  .question__wrap {
    padding: 8px 24px;
  }

  .answer__wrap {
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
  }

  .question {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }

  .answer {
    font-size: 15px;
    line-height: 28px;
  }

  .faw__drop {
    width: 56px;
  }

  .expand__wrap {
    width: 15%;
  }

  .moreinfo__wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .moreinfo__wrap:hover {
    background-color: transparent;
  }

  .moreinfo {
    width: 100%;
    margin-top: 0px;
    padding-bottom: 24px;
  }

  .moreinfo p {
    font-size: 16px;
    line-height: 28px;
  }

  .moreinfo__title {
    width: 70%;
    margin-right: 24px;
  }

  .about__para {
    line-height: 28px;
  }

  .consultation__wrap {
    width: 90%;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .about__img {
    width: 80%;
    margin-top: 32px;
    margin-left: 0px;
  }

  .smaller__headline {
    font-size: 32px;
    line-height: 1.2;
  }

  .about {
    width: 90%;
  }

  .about p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 28px;
  }

  .contact__left {
    padding-left: 16px;
  }

  .contact__right {
    padding-right: 16px;
    padding-left: 16px;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    margin-left: 0px;
    background-size: 50%;
  }

  .nav-menu-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    color: #333;
    text-align: center;
  }

  .button__wrap__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .opening__offers {
    margin-top: 56px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .heading__3 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 34px;
  }

  .condition__blue {
    padding: 32px 31px;
  }

  .condition__blue.ctablue {
    padding: 40px 24px;
  }

  .benefits__rtb {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 40px;
  }

  .prices__rtb {
    padding-right: 0px;
  }

  .mid__cta__block {
    padding: 40px 0px;
    flex-direction: column;
    text-align: center;
  }

  .mid__cta__heading {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .condition__head__wrpa {
    padding: 8px 24px;
  }

  .conditon__wrapp {
    width: 90%;
  }

  .conditon__wrapp.opened {
    width: 90%;
  }

  .condition__answer__wrap {
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
  }

  .condition__intro__head {
    font-size: 24px;
    line-height: 32px;
  }

  .intro__condition {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 23px;
  }

  .slide {
    padding-left: 16px;
  }

  .slide-nav {
    bottom: 100px;
    display: block;
    padding-left: 40px;
    font-size: 8px;
    text-align: left;
  }

  .usp__heading {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .benefit__image {
    width: 400px;
    height: 400px;
  }

  .bg__shape {
    left: 0px;
    top: 0px;
    width: 460px;
    height: 460px;
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown__wrapper {
    width: 100%;
    padding: 8px 16px;
  }

  .left {
    display: none;
  }

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

  .logo--slide {
    flex: 1;
    text-align: center;
  }

  .inis__rtb {
    padding-top: 32px;
    padding-right: 0px;
    padding-bottom: 32px;
  }

  .hero__list {
    margin-bottom: 0px;
    flex-direction: column;
  }

  .embed-container {
    margin-right: 0px;
    margin-left: 0px;
  }

  .clinc__check {
    margin-top: 24px;
    margin-left: 0px;
  }

  .invis--2 {
    border-top-left-radius: 160px;
  }

  .step__slide {
    flex-direction: column;
  }

  .review__text {
    font-size: 18px;
  }

  .gallery__flex {
    flex-wrap: wrap;
  }

  .gallery__img {
    width: 100%;
  }

  .before__after {
    flex-direction: column;
  }

  .beforeafter__flex {
    width: 100%;
  }

  .faq__content {
    width: 100%;
  }

  .faq__content.opened {
    width: 90%;
  }

  .team__card {
    width: 100%;
  }

  .team__card.is--smaller {
    width: 100%;
  }

  .modal {
    margin-right: 16px;
    margin-left: 16px;
    padding: 32px 33px;
  }

  .right-arrow {
    width: 15%;
    font-size: 22px;
  }

  .service__flex {
    margin-top: 32px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .service__card__flex {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .usp__iocn {
    width: 24px;
    margin-right: 16px;
  }

  .usp__iconn {
    margin-bottom: 8px;
  }

  .testi__slider {
    padding-bottom: 64px;
  }

  .left-arrow {
    width: 10%;
  }

  .right-arrow-2 {
    width: 10%;
  }

  .instagram__wrapper {
    width: 90%;
  }

  .service--grid--wrap {
    padding-right: 16px;
    padding-left: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .service--card {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .join--wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .testimonial23_arrow {
    bottom: 0rem;
  }

  .testimonial23_arrow.hide-mobile-landscape {
    display: none;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .testimonial23_slide {
    height: 340px;
    margin-right: 2rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .testimonial23_component {
    padding-right: 0rem;
    padding-bottom: 3rem;
    padding-left: 0rem;
  }

  .testimonial23_client-image-wrapper {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }

  .testi--content {
    padding: 1.5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .testimonial23_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial23_mask {
    width: 100%;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo3_list {
    padding-top: 1rem;
    grid-column-gap: 1rem;
    -ms-grid-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
  }

  .logo3_wrapper {
    padding: 0.75rem 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    line-height: 1.1;
  }

  .hero__section {
    margin-top: -81px;
  }

  .button.right {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 24px;
  }

  .container.usp {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero__content {
    width: 95%;
  }

  .sec__pad.overflowx.treatment__sec {
    padding-top: 32px;
  }

  .sec__pad.overflowx.benefit__sec {
    padding-top: 0px;
  }

  .sec__pad.overflowx.prices__sec {
    padding-top: 0px;
  }

  .sec__pad.overflowx.conditions__sec {
    padding-top: 0px;
  }

  .sec__pad.overflowx.condition__page__sec {
    padding-top: 0px;
  }

  .sec__pad.overflowx.invis__brd {
    padding-top: 0px;
  }

  .projects-col-item.condition {
    flex-direction: column;
  }

  .projects-col-item.award {
    flex-direction: column;
  }

  .projects-col-item.service__card {
    flex-direction: column;
  }

  .cta__sec {
    min-height: 640px;
    padding: 32px 24px;
  }

  .cta__top {
    padding-right: 24px;
    padding-left: 24px;
  }

  .cta__gallery.full {
    flex-direction: column;
  }

  .ctaimg {
    max-width: 100%;
  }

  .suitable.contact {
    font-size: 16px;
    line-height: 22px;
  }

  ._50w {
    width: 100%;
  }

  .contact__left {
    margin-bottom: 24px;
  }

  .contact__right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .address__wrap {
    flex-direction: column;
  }

  .condition__img__wrap {
    width: 100%;
  }

  .usp__heading {
    font-size: 14px;
    line-height: 1.3;
  }

  .benefit__image {
    width: 300px;
    height: 300px;
  }

  .bg__shape {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 340px;
    height: 340px;
    max-width: 100%;
  }

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

  .video__flex.mb-40 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .invis--2 {
    border-top-left-radius: 90px;
  }

  .service__card__flex.condition {
    flex-direction: column;
  }

  .service__card__flex.award {
    flex-direction: column;
  }

  .service__card__flex.service__card {
    flex-direction: column;
  }

  .service--card.condition {
    flex-direction: column;
  }

  .service--card.award {
    flex-direction: column;
  }

  .service--card.service__card {
    flex-direction: column;
  }

  .join--wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .testimonial23_slide {
    height: 430px;
  }

  .test--quote {
    font-size: 14px;
  }

  .google--author {
    font-size: 13px;
  }

  .review--link {
    flex-direction: column;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .logo3_list {
    justify-content: center;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Heavy.woff2') format('woff2'), url('../fonts/Nexa-Heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Light.woff2') format('woff2'), url('../fonts/Nexa-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Book.woff2') format('woff2'), url('../fonts/Nexa-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}