@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --heading-color: #081e29;
  --body: #34454f;
  --white: white;
  --primary: #aef665;
  --light-high: #004756;
  --light-low: #d4fffc;
  --memberstack-library--ms-main-cta-color: #2962ff;
  --memberstack-library--ms-main-cta-hover: #1051b9;
  --memberstack-library--ms-border-color: #12133140;
  --memberstack-library--ms-shadow-color: #0000001a;
  --memberstack-library--ms-main-text-color: #121331;
  --memberstack-library--ms-input-placeholder: #12133199;
  --waves-library--black: #131313;
  --waves-library--white: white;
}

.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;
  }
}

body {
  color: #333;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

.style-container {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.display-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 5.625rem;
}

.display-title.bold {
  padding-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4.875rem;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 4rem;
}

.h2.bold {
  font-weight: 700;
}

.h2.medium {
  font-weight: 500;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.875rem;
}

.h3.bold {
  font-weight: 700;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.h4.bold {
  font-weight: 700;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.h5.bold {
  font-weight: 700;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.h6.bold {
  font-weight: 700;
}

.body---variant-3 {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 2.25rem;
}

.body---variant-3.medium {
  font-weight: 500;
}

.body---variant-2 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 2.125rem;
}

.body {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.875rem;
}

.body.medium {
  font-weight: 500;
}

.body.bold {
  font-weight: 700;
}

.body---variant-1 {
  margin-bottom: 0;
  font-size: .938rem;
  font-weight: 400;
  line-height: 1.563rem;
}

.body---variant-1.medium {
  font-weight: 500;
}

.body---variant-1.bold {
  font-weight: 700;
}

.style-text {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.style-color {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100px 100px;
  grid-template-columns: 100px 100px 100px;
  grid-auto-columns: 1fr;
  display: grid;
}

.primary-web-color {
  background-color: #00a0aa;
}

.light-low {
  background-color: #d4fffc;
}

.light-high {
  background-color: #004756;
}

.heading-wrapper {
  color: var(--heading-color);
}

.paragraph-wrapper {
  color: var(--body);
}

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

.utility-section {
  background-color: #f0fffe;
  padding-top: 0;
  padding-bottom: 100px;
}

.main-container {
  width: 100%;
  max-width: 1235px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.main-container._1285-max-width {
  max-width: 1285px;
}

.navbar {
  background-color: #0000;
  height: 100px;
  position: sticky;
  top: 0;
}

.header {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.header-link {
  grid-column-gap: 9.64px;
  color: var(--heading-color);
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.brand {
  background-image: url('../images/Razavi-1.png');
  background-position: 0 0;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.brand.w--current {
  background-image: none;
  width: 75px;
  height: 75px;
}

.logo {
  width: 110px;
  height: 35px;
}

.nav-container {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1285px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.nav-menu {
  width: 100%;
  height: 100%;
}

.nav-menu-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-links {
  grid-column-gap: 52px;
  display: flex;
}

.nav-buttons {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

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

.main-body {
  background-color: #d4fffcb3;
  padding-top: 0;
}

.nav-contact-number {
  grid-column-gap: 11px;
  height: 42px;
  color: var(--heading-color);
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
}

.primary-btn {
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s ease-in-out;
  display: flex;
}

.primary-btn:hover {
  opacity: .8;
}

.primary-btn._15px {
  font-size: 15px;
  line-height: 20px;
}

.nav-btn {
  width: 133px;
  height: 44px;
}

.hero-section {
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.hero-container {
  grid-column-gap: 80px;
  grid-row-gap: 90px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 65px;
  display: flex;
}

.hero-text-wrapper {
  z-index: 2;
  color: var(--heading-color);
  flex: none;
  margin-top: 100px;
  position: relative;
}

.hero-image-wrapper {
  z-index: 1;
  perspective: 1000px;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-widget {
  grid-column-gap: 12px;
  background-color: var(--white);
  width: 210px;
  color: var(--heading-color);
  z-index: 1;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: -85px;
  padding: 17px 21px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: none;
  box-shadow: 0 5px 50px 10px #00000012;
}

.hero-header {
  grid-column-gap: 10px;
  color: var(--primary);
  align-items: center;
  display: flex;
}

.hero-heading {
  max-width: 550px;
  margin-top: 20px;
  margin-bottom: 55px;
  position: relative;
}

.hero-widget-image {
  width: 29px;
  height: 34px;
}

.hero-btns-wrapper {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.hero-primary {
  width: 180px;
  height: 50px;
}

.p5 {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.188rem;
}

.p5.bold {
  font-weight: 700;
}

.checkup-plans {
  grid-column-gap: 65px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.checkup-plans-column {
  color: var(--heading-color);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-text-wrapper {
  grid-row-gap: 17px;
  max-width: 485px;
  color: var(--body);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.checkup-plans-cta-wrapper {
  grid-column-gap: 22px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.checkup-plans-button {
  width: 100%;
  max-width: 215px;
  height: 50px;
}

.checkup-plans-image {
  object-fit: contain;
  width: 495px;
  height: 625px;
}

.contact-points-wrapper {
  grid-row-gap: 23px;
  color: var(--heading-color);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.contact-point {
  grid-column-gap: 12px;
  color: var(--heading-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-point-icon {
  width: 22px;
  height: 22px;
}

.divider-section {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.divider-text-wrapper {
  grid-row-gap: 14px;
  background-color: var(--white);
  width: 100%;
  max-width: 520px;
  color: var(--heading-color);
  border-radius: 10px;
  flex-direction: column;
  padding: 55px 60px;
  display: flex;
  box-shadow: 0 5px 30px 5px #00000012;
}

.light-box-play-btn {
  background-color: var(--white);
  width: 65px;
  height: 65px;
  color: var(--light-high);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
}

.light-box-play-btn:hover {
  color: var(--primary);
}

.reason-block {
  background-color: var(--white);
  color: var(--body);
  border-radius: 20px;
  padding: 55px 35px 40px;
  box-shadow: 0 12px 34px #0e112c1a;
}

.reason-block-icon {
  object-fit: contain;
  width: 64px;
  height: 60px;
}

.reason-block-title {
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 6px;
}

.services-section {
  background-color: #f0fffe;
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-container {
  width: 100%;
  height: 100%;
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-heading {
  text-align: center;
  max-width: 570px;
}

.service-header {
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.services-icons-wrapper {
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 80px;
  display: flex;
}

.service {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 182px;
  padding: 28px;
  display: flex;
  box-shadow: 0 12px 34px #0e112c1a;
}

.service-icon {
  width: 56px;
  height: 60px;
}

.service-btn {
  width: 190px;
  height: 55px;
}

.contact-section {
  background-color: var(--light-low);
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.contact-container {
  z-index: 1;
  grid-column-gap: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-section {
  background-color: var(--light-high);
  border-bottom: 1px solid #e4ebf3;
  padding-top: 65px;
  padding-bottom: 45px;
  position: relative;
}

.footer-brand {
  margin-bottom: 7px;
}

.footer-content {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.footer-block-3 {
  color: #fff9;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.footer-block-3.with-gap {
  grid-row-gap: 26px;
}

.footer-column-title {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #ffffffb3;
  justify-content: center;
  align-items: center;
  height: 22px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.footer-link:hover {
  color: var(--white);
  transform: translate(10px);
}

.footer-social-block {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-link {
  color: #fff9;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
}

.footer-social-link:hover {
  color: var(--white);
}

.footer-copyright-left {
  text-align: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
}

.footer-logo {
  width: 140px;
  height: 44px;
}

.footer-container {
  grid-column-gap: 165px;
  justify-content: space-between;
  margin-bottom: 70px;
  display: flex;
}

.footer-bottom-wrapper {
  color: #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1235px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  display: flex;
}

.social-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-hero-section {
  background-image: linear-gradient(#0000, #f0fffe);
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.about-hero-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  margin-bottom: 21px;
}

.about-heading {
  text-align: center;
  max-width: 780px;
}

.our-story-section {
  background-color: #f0fffe;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.our-story-container {
  grid-column-gap: 135px;
  grid-row-gap: 90px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.our-story-image {
  object-fit: contain;
  height: 755px;
}

.our-story-text-wrapper {
  grid-row-gap: 25px;
  width: 480px;
  color: var(--heading-color);
  flex-direction: column;
  padding-top: 100px;
  display: flex;
}

.our-story-header {
  grid-column-gap: 20px;
  color: var(--primary);
  letter-spacing: 3px;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.our-story-btn {
  width: 215px;
  height: 55px;
  margin-top: 18px;
}

.why-us-section {
  background-color: var(--light-high);
  padding-top: 120px;
  padding-bottom: 120px;
}

.why-us-container {
  grid-row-gap: 120px;
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.why-us-row {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-us-points-wrapper {
  grid-row-gap: 27px;
  background-color: var(--white);
  width: 100%;
  max-width: 390px;
  color: var(--heading-color);
  border-radius: 20px;
  flex-direction: column;
  padding: 45px 76px 45px 45px;
  display: flex;
  box-shadow: 0 5px 50px 10px #00000012;
}

.why-us-text-wrapper {
  grid-row-gap: 22px;
  flex-direction: column;
  max-width: 522px;
  display: flex;
}

.why-us-points-row {
  grid-column-gap: 18.5px;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 56px;
  display: flex;
}

.get-started-checkmark {
  width: 26px;
  height: 26px;
}

.why-us-cta {
  width: 210px;
  height: 55px;
  margin-top: 13px;
}

.connect-stats-block {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.checkup-plans-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkup-plans-section {
  background-color: #f0fffe;
  padding-top: 120px;
  padding-bottom: 145px;
}

.checkup-plans-section.different-bg {
  background-color: #0000;
  background-image: linear-gradient(#f0fffe00, #f0fffe 3%);
}

.checkup-plans-para {
  max-width: 520px;
  color: var(--body);
  text-align: center;
}

.checkup-plans-heading {
  text-align: center;
  max-width: 600px;
  margin-bottom: 18px;
}

.checkup-plans-heading.width-change {
  max-width: 780px;
}

.tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 56px;
  display: flex;
}

.tab-link {
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 7px;
  padding: 7px 15px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.tab-link.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.tabs-menu {
  grid-column-gap: 25px;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 9px;
  display: flex;
  box-shadow: 8px 8px 34px #0e112c1a;
}

.tab-content {
  width: 100%;
  overflow: visible;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 410px;
  display: flex;
}

._404-page {
  width: 350px;
  height: 350px;
}

.overlay, .mobile-nav-logo {
  display: none;
}

.services-loop {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loop-gradient-left {
  z-index: 1;
  background-image: linear-gradient(to right, #f0fffe, #fff0);
  width: 5%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loop-gradient-right {
  z-index: 1;
  background-image: linear-gradient(270deg, #f0fffe, #fff0);
  width: 5%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-left {
  grid-column-gap: 50px;
  display: flex;
}

.header-link-icon {
  width: auto;
  height: auto;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-container-shadow {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 20px #0b10380d;
}

.nav-shadow {
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 3px 10px #0000001c;
}

.hero-image {
  object-fit: contain;
  width: 532px;
}

.hero-gradient {
  z-index: -2;
  background-image: linear-gradient(#d4fffc, #c9f9f6 75%);
  width: 100%;
  height: 145vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-circle {
  z-index: -1;
  opacity: .2;
  background-image: linear-gradient(#ffffff73, #86dfda);
  border-radius: 50%;
  width: 562px;
  height: 562px;
  position: absolute;
  inset: -130px -40px 0% auto;
}

.phone-icon {
  width: 13.5px;
  height: 13.5px;
}

.hero-appointment-btn {
  grid-row-gap: 7px;
  height: 42px;
  color: var(--heading-color);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.treatment-section {
  background-color: var(--primary);
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid #000;
  padding-top: 95px;
  padding-bottom: 120px;
}

.treatment-container {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.treatment-text-wrapper {
  grid-column-gap: 110px;
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.treatment-para {
  max-width: 580px;
}

.treatment-blocks-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.treatmant-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 220px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.treatmant-block.pediatrician {
  background-image: url('../images/beautiful-female-doctor-sitting-her-office-near-ultrasound-sc-1.jpg');
}

.treatmant-block.cardiologist {
  background-image: url('../images/base-1_1base-1.webp');
}

.treatmant-block.dermatologist {
  background-image: url('../images/she-has-problems-with-sore-throat-1.jpg');
}

.treatment-block-text-wrapper {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 56px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: box-shadow .5s;
  display: flex;
  overflow: hidden;
  transform: translate(0, 35px);
  box-shadow: 0 15px 30px #0000000d;
}

.treatment-block-text-wrapper:hover {
  box-shadow: 0 15px 30px #0003;
}

.treatment-block-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
  overflow: hidden;
}

.treatment-block-cta {
  grid-column-gap: 5px;
  color: var(--heading-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-embed {
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  display: flex;
}

.treatment-block-header {
  flex: none;
  overflow: hidden;
}

.treatment-block-heading {
  color: var(--heading-color);
}

.hero-appointment-btn-text {
  grid-column-gap: 11px;
  justify-content: center;
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
}

.services-icons {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.secondary-btn {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s ease-in-out;
  display: flex;
}

.secondary-btn:hover {
  background-color: var(--primary);
  border-style: solid;
  border-color: #0000;
}

.testimonial-section {
  background-color: var(--light-high);
  padding-top: 120px;
  padding-bottom: 120px;
}

.testimonial-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.testimonial-slider-mask {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide {
  width: 100%;
  max-width: 880px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.testimonial-slide-content-wrapper {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-text-container {
  grid-row-gap: 30px;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-light-box {
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 405px;
  height: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-quote-icon {
  width: 57px;
  height: 57px;
}

.testimonial-quote {
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
}

.testimonial-name {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: block;
}

.slide-nav {
  display: none;
}

.testimonial-designation {
  font-size: 15px;
  line-height: 25px;
}

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

.testimonial-light-box-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.light-box-play-btn-embed {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.left-arrow {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .3s;
  display: flex;
}

.left-arrow:hover {
  background-color: var(--white);
  color: var(--primary);
}

.arrow-embed {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.right-arrow {
  width: 60px;
  height: 60px;
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .3s;
  display: flex;
}

.right-arrow:hover {
  background-color: var(--white);
  color: var(--primary);
}

.contact-circle {
  z-index: -1;
  opacity: .6;
  background-image: linear-gradient(#ffffff73, #86dfda);
  border-radius: 50%;
  width: 562px;
  height: 562px;
  position: absolute;
  inset: -242px -230px auto auto;
}

.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  max-width: 535px;
  margin-bottom: 0;
  padding: 44px;
  position: relative;
  box-shadow: 0 5px 50px 10px #00000012;
}

.contact-form {
  grid-row-gap: 22px;
  flex-direction: column;
  display: flex;
}

.contact-field {
  width: 100%;
  height: 52px;
  color: var(--heading-color);
  background-color: #0000;
  border: 1px solid #0e112c33;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.contact-field:focus {
  border-color: var(--primary);
}

.contact-field::placeholder {
  color: #4f5167;
  font-weight: 500;
}

.contact-form-btn {
  height: 55px;
}

.contact-select-field {
  color: #4f5167;
  background-color: #0000;
  border: 1px solid #0e112c33;
  border-radius: 5px;
  width: 100%;
  height: 52px;
  margin-bottom: 0;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.contact-select-field:focus {
  border-color: var(--primary);
}

.contact-select-field::placeholder {
  color: #4f5167;
  font-weight: 500;
}

.contact-message-field {
  width: 100%;
  height: 52px;
  min-height: 120px;
  color: var(--heading-color);
  background-color: #0000;
  border: 1px solid #0e112c33;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.contact-message-field:focus {
  border-color: var(--primary);
}

.contact-message-field::placeholder {
  color: #4f5167;
  font-weight: 500;
}

.contact-header {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 26px;
}

.footer-btn {
  grid-column-gap: 8px;
  border: 1.5px solid var(--white);
  min-width: 220px;
  color: var(--white);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 10px 22px 10px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  transition: all .3s;
  display: flex;
}

.footer-btn:hover {
  background-color: var(--white);
  color: var(--heading-color);
}

.footer-btn-embed {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.checkup-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 6px;
}

.about-hero-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 600px;
  margin-top: 80px;
}

.about-hero-gradient {
  z-index: -1;
  background-image: linear-gradient(#d4fffc, #0000);
  width: 100%;
  height: 118%;
  position: absolute;
  inset: auto 0% 0%;
}

.our-story-image-wrapper {
  position: relative;
}

.about-widget {
  grid-column-gap: 12px;
  background-color: var(--white);
  width: 210px;
  color: var(--heading-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 190px;
  margin-left: -70px;
  padding: 17px 21px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: none;
  box-shadow: 0 5px 50px 10px #00000012;
}

.reasons-section {
  background-color: var(--light-low);
  text-align: center;
  padding-top: 110px;
  padding-bottom: 120px;
}

.reasons-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.reasons-sub-text {
  margin-top: 10px;
  margin-bottom: 45px;
}

.reasons-blocks-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1145px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.values-section {
  background-color: #f0fffe;
  padding-top: 120px;
  padding-bottom: 120px;
}

.values-container {
  grid-column-gap: 105px;
  grid-row-gap: 90px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.values-image {
  object-fit: cover;
  width: 530px;
  height: 565px;
}

.values-text-wrapper {
  grid-row-gap: 16px;
  width: 480px;
  color: var(--heading-color);
  flex-direction: column;
  flex: none;
  padding-top: 0;
  display: flex;
}

.value-header {
  grid-column-gap: 20px;
  color: var(--primary);
  letter-spacing: 3px;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.values-points-wrapper {
  grid-row-gap: 22px;
  flex-wrap: wrap;
  margin-top: 29px;
  display: flex;
}

.value-point {
  grid-column-gap: 14.5px;
  align-items: center;
  width: 50%;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.checkup-hero-gradient {
  z-index: -2;
  background-image: linear-gradient(#d4fffc, #c9f9f600 64%);
  width: 100%;
  height: 60vh;
  position: absolute;
  inset: 0% 0% auto;
}

.checkup-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.other-checkup-section {
  text-align: center;
  background-color: #f0fffe;
  padding-bottom: 145px;
}

.other-checkup-container {
  grid-row-gap: 70px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.checkup-blocks-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  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: 1145px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.checkup-block {
  background-color: var(--white);
  width: 100%;
  max-width: 348px;
  color: var(--body);
  border-radius: 20px;
  padding: 55px 35px 40px;
  box-shadow: 0 12px 34px #0e112c1a;
}

.checkup-block-icon {
  object-fit: contain;
  width: 64px;
  height: 60px;
}

.checkup-block-title {
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 6px;
}

.doctors-section {
  background-image: linear-gradient(#f0fffe00, #f0fffe);
  padding-top: 100px;
  padding-bottom: 110px;
}

.doctors-hero-gradient {
  z-index: -1;
  background-image: linear-gradient(#d4fffc, #c9f9f600 79%);
  width: 100%;
  height: 60vh;
  position: absolute;
  inset: 0% 0% auto;
}

.doctors-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.doctors-plans-heading {
  text-align: center;
  max-width: 780px;
  margin-bottom: 18px;
}

.doctors-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.doctors-blocks-wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 120px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.doctor-block {
  width: 100%;
  max-width: 350px;
  color: var(--heading-color);
  border-radius: 10px;
}

.doctor-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 350px;
  margin-bottom: 5px;
}

.doctor-block-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
  display: flex;
}

.doctor-experience {
  background-color: #00a0aa1a;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.appointment-cta {
  width: 133px;
  height: 44px;
  margin-top: 21px;
}

.doctor-block-text {
  grid-row-gap: 7px;
  flex-direction: column;
  padding: 20px 10px;
  display: flex;
}

.style-hero-section {
  background-image: linear-gradient(#0000, #f0fffe);
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.style-hero-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-block {
  grid-row-gap: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 30px 40px;
  display: flex;
  box-shadow: 0 15px 30px 10px #0000000d;
}

.utility-block-links-wrapper {
  grid-column-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-container {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utiliy-text-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-blocks-wrapper {
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100%;
  max-width: 570px;
  display: flex;
}

.utility-block-link {
  border-bottom: 1px solid var(--heading-color);
  color: var(--heading-color);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.utility-block-link:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

.utility-link {
  color: var(--body);
}

.utility-link:hover {
  color: var(--primary);
}

.services-hero-gradient {
  z-index: -1;
  background-image: linear-gradient(#d4fffc, #c9f9f600 79%);
  width: 100%;
  height: 60vh;
  position: absolute;
  inset: 0% 0% auto;
}

.services-hero-section {
  background-image: linear-gradient(#f0fffe00, #f0fffe);
  padding-top: 100px;
  padding-bottom: 100px;
}

.services-hero-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-hero-heading {
  text-align: center;
  max-width: 780px;
  margin-bottom: 18px;
}

.services-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.service-block {
  background-color: var(--white);
  width: 100%;
  max-width: 348px;
  color: var(--body);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 55px 35px 40px;
  display: flex;
  box-shadow: 0 12px 34px #0e112c1a;
}

.service-block-icon {
  object-fit: contain;
  width: 64px;
  height: 60px;
}

.service-block-title {
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 6px;
}

.services-blocks-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  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: 1145px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.webflow-link {
  color: #ffffff80;
}

.spacer {
  width: 100%;
  height: 20px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.slide {
  background-image: url('../images/2024-12-16_Praxis_Razavi_HiRes_0023-c-Rene-Erbstroh.jpg');
  background-position: 50%;
  background-size: auto;
}

.slide-2 {
  background-image: url('../images/2024-12-16_Praxis_Razavi_HiRes_0023-c-Rene-Erbstroh.jpg'), url('../images/2024-12-16_Praxis_Razavi_HiRes_0017-c-Rene-Erbstroh.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.slide-3 {
  background-image: url('../images/2024-12-16_Praxis_Razavi_HiRes_0023-c-Rene-Erbstroh.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/2024-12-16_Praxis_Razavi_HiRes_0017-c-Rene-Erbstroh.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/2024-12-16_Praxis_Razavi_HiRes_0013-c-Rene-Erbstroh.jpg');
  background-position: 50%;
  background-size: cover;
}

.button {
  opacity: 1;
  background-color: #aef665;
  border-radius: 10px;
}

.button-2, .button-3 {
  background-color: #aef665;
  border-radius: 10px;
}

.ms-button {
  border: 1px solid var(--memberstack-library--ms-main-cta-color);
  background-color: var(--memberstack-library--ms-main-cta-color);
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 13px 16px 11.5px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  top: 0;
  box-shadow: 1px 1px 5px #ffffff40, 0 10px 20px -5px #2d3e504d;
}

.ms-button:hover {
  background-color: var(--memberstack-library--ms-main-cta-hover);
  box-shadow: none;
  color: #fff;
  transform: translate(0, 2px);
}

.ms-button:active {
  background-color: #0a3092;
}

.ms-button.ms-is-small {
  border-radius: 6px;
  height: auto;
  padding: 7px 16px;
  font-size: .85em;
  font-weight: 500;
  transform: perspective(1000px);
}

.ms-button.ms-is-light {
  color: #070e27;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border: 1px solid #dbe2eb;
  box-shadow: 0 1px 3px #ffffff40, 0 10px 20px -5px #2d3e501a;
}

.ms-button.ms-is-light:hover {
  box-shadow: none;
  color: #1051b9;
  background-color: #fff;
  border-color: #1051b9;
}

.ms-button.ms-is-light:active {
  color: #fff;
  background-color: #356af0;
}

.ms-button.ms-is-light.ms-is-small {
  margin-bottom: 0;
}

.ms-button.ms-is-light.ms-is-small.ms-is-documentation {
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.ms-button.ms-is-form {
  background-color: var(--primary);
  width: 100%;
}

.ms-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ms-button-flex {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.ms-input {
  border: 1px solid var(--memberstack-library--ms-border-color);
  min-height: 40px;
  box-shadow: 0 5px 10px -5px var(--memberstack-library--ms-shadow-color);
  color: var(--memberstack-library--ms-main-text-color);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 1.333em;
  padding: 8px 12px;
  transition: box-shadow .2s, color .2s, border-color .2s;
  position: relative;
}

.ms-input:hover {
  z-index: 2;
  border-color: var(--memberstack-library--ms-main-cta-color);
  box-shadow: none;
}

.ms-input::placeholder {
  color: var(--memberstack-library--ms-input-placeholder);
}

.ms-input.ms-is-text-area {
  min-height: 100px;
}

.ms-input.ms-is-text-area.ms-is-bigger {
  min-height: 200px;
  padding: 12px 16px;
  font-size: 1.1em;
}

.ms-radio-dot {
  border-color: #12133140;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-right: 10px;
  position: relative;
}

.ms-radio-dot.w--redirected-checked {
  border-width: 6px;
  border-color: var(--memberstack-library--ms-main-cta-color);
}

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: .3333em;
  line-height: 22px;
  display: flex;
}

.ms-input-label {
  text-align: left;
  margin-bottom: 5px;
  font-size: .9em;
  font-weight: 600;
}

.ms-input-label.ms-is-radio, .ms-input-label.ms-is-checkbox {
  font-weight: 400;
}

.ms-radio-wrap {
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 20px;
  line-height: 1.3em;
  display: flex;
  position: relative;
}

.ms-checkbox {
  border-width: 1.5px;
  border-color: var(--memberstack-library--ms-border-color);
  background-color: #fff;
  border-radius: 33%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
  transition: background-color .2s, border-color .2s;
}

.ms-checkbox:hover {
  border-color: var(--memberstack-library--ms-main-cta-color);
  background-color: var(--memberstack-library--ms-main-cta-color);
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
}

.ms-checkbox.w--redirected-checked {
  background-color: #2962ff;
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-color: #12133140;
  border-radius: 33%;
}

.ms-help-text {
  opacity: .8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-help-text.ms-less-margin {
  margin-top: -4px;
  margin-bottom: 4px;
}

.ms-space {
  width: 10px;
  height: 10px;
}

.ms-space.ms-is-20 {
  width: 20px;
  height: 20px;
}

.ms-form-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4em;
}

.ms-form {
  width: 400px;
  min-width: 400px;
  padding: 7.5%;
}

.ms-form.ms-is-contact-form {
  width: 100%;
}

.ms-form-sub-heading {
  margin-top: -15px;
  margin-bottom: 20px;
}

.ms-list-container {
  width: 100%;
  margin-bottom: 20px;
}

.ms-full-width {
  width: 100%;
}

.ms-form-row {
  grid-column-gap: 20px;
  display: flex;
}

.footer-light {
  background-color: #aef665;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container {
  background-color: #aef665;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

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

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 24px;
  width: 90%;
}

.waves---mg-top-32 {
  margin-top: 32px;
}

.waves---master-checks-horizontal {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves-master-cta-2 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  background-image: url('../images/young-handsome-physician-medical.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 40px;
  display: flex;
}

.waves-content-cta-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  height: 52px;
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

@media screen and (min-width: 1440px) {
  .code-embed {
    margin-left: 20px;
    padding: 20px;
  }
}

@media screen and (max-width: 991px) {
  .main-container {
    max-width: 700px;
  }

  .navbar {
    margin-top: 0;
  }

  .nav-container {
    justify-content: space-between;
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    z-index: 10;
    background-color: var(--white);
    width: 50%;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-height: 100vh;
    padding: 40px;
  }

  .nav-links {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-buttons {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-section {
    padding-top: 100px;
  }

  .hero-container {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .hero-text-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .hero-image-wrapper {
    flex: 0 auto;
  }

  .hero-widget {
    margin-top: auto;
    margin-bottom: auto;
  }

  .checkup-plans {
    grid-row-gap: 90px;
    flex-direction: column;
    align-items: center;
  }

  .checkup-plans-column {
    order: -1;
  }

  .checkup-plans-image {
    height: auto;
  }

  .contact-points-wrapper {
    grid-row-gap: 20px;
  }

  .divider-section {
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-icons-wrapper {
    width: auto;
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .service {
    width: 80px;
    height: 80px;
    padding: 24px;
  }

  .service-icon {
    height: 40px;
  }

  .contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-container {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-content {
    grid-column-gap: 60px;
    flex-wrap: wrap;
  }

  .footer-container {
    grid-row-gap: 90px;
    flex-wrap: wrap;
  }

  .about-hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .our-story-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .our-story-container {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .our-story-text-wrapper {
    order: -1;
    padding-top: 0;
  }

  .why-us-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .why-us-container {
    grid-row-gap: 75px;
  }

  .why-us-row {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .why-us-points-wrapper {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .why-us-text-wrapper {
    order: -1;
  }

  .why-us-points {
    flex-wrap: wrap;
    display: flex;
  }

  .why-us-points-row {
    flex: 0 260px;
    min-height: 56px;
    line-height: 32px;
  }

  .connect-stats-block {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 185px;
  }

  .checkup-plans-container {
    padding-top: 0;
  }

  .checkup-plans-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .menu-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-top: 1px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .overlay {
    z-index: 1;
    background-color: #101010cc;
    width: 100%;
    height: 100%;
    padding: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-nav-logo {
    display: block;
  }

  .hero-image {
    width: 530px;
    height: 530px;
  }

  .hero-gradient {
    display: none;
  }

  .hero-circle {
    width: 450px;
    height: 450px;
    top: -80px;
    left: auto;
    right: auto;
  }

  .treatment-section {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .treatment-text-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .treatment-blocks-wrapper {
    grid-row-gap: 100px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 350px;
  }

  .services-icons {
    text-align: center;
    width: 160px;
  }

  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonial-slide-content-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-text-container {
    grid-row-gap: 20px;
    order: 1;
  }

  .testimonial-light-box {
    max-width: none;
  }

  .testimonial-name {
    margin-top: 20px;
  }

  .left-arrow {
    left: -30px;
  }

  .right-arrow {
    right: -30px;
  }

  .contact-form-wrapper {
    max-width: none;
    padding: 30px;
  }

  .about-hero-image {
    object-fit: cover;
    height: 400px;
  }

  .our-story-image-wrapper {
    margin-top: 20px;
  }

  .about-widget {
    margin-top: auto;
    margin-bottom: auto;
  }

  .reasons-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .reasons-blocks-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 350px;
  }

  .values-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .values-container {
    grid-row-gap: 60px;
  }

  .values-text-wrapper {
    order: -1;
  }

  .other-checkup-section {
    padding-bottom: 100px;
  }

  .other-checkup-container {
    grid-row-gap: 60px;
  }

  .doctors-section {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
  }

  .doctors-plans-heading {
    margin-bottom: 0;
  }

  .doctors-blocks-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .doctor-block {
    max-width: 47%;
  }

  .doctor-block-row {
    grid-row-gap: 5px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .doctor-block-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-elements {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button-line {
    background-color: var(--heading-color);
    width: 100%;
    height: 2px;
    padding: 0;
  }

  .style-hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-hero-section {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
  }

  .services-hero-heading {
    margin-bottom: 0;
  }

  .ms-button {
    position: relative;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves-master-cta-2 {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 20px;
  }

  .display-title {
    font-size: 2.73438rem;
    line-height: 3.51563rem;
  }

  .h1 {
    font-size: 2.34375rem;
    line-height: 3.04688rem;
  }

  .h2 {
    font-size: 1.95313rem;
    line-height: 2.65625rem;
  }

  .h3 {
    font-size: 1.48438rem;
    line-height: 2.10938rem;
  }

  .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-container._1285-max-width {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    height: 70px;
    transform: none;
  }

  .header {
    display: none;
  }

  .nav-menu {
    width: 80%;
  }

  .main-body {
    padding-top: 20px;
  }

  .hero-section {
    padding-top: 80px;
  }

  .hero-container {
    grid-row-gap: 60px;
    align-items: flex-start;
  }

  .hero-image-wrapper {
    width: 100%;
  }

  .hero-widget {
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    width: 35%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px;
  }

  .hero-heading {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .checkup-plans {
    grid-row-gap: 60px;
    width: 100%;
  }

  .checkup-plans-column {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-point {
    align-items: flex-start;
  }

  .contact-point-icon {
    width: 25px;
    height: 25px;
    margin-top: 4px;
  }

  .divider-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .divider-text-wrapper {
    grid-row-gap: 10px;
    padding: 40px;
  }

  .reason-block {
    width: 100%;
    max-width: none;
    padding: 40px 30px;
  }

  .services-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-icons-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .service {
    width: 60px;
    height: 60px;
    padding: 16px;
  }

  .contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    margin-top: 40px;
  }

  .footer-social-block {
    grid-column-gap: 15px;
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-copyright-left {
    text-align: center;
  }

  .footer-container {
    grid-row-gap: 35px;
    margin-bottom: 50px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .our-story-section {
    padding-bottom: 0;
  }

  .our-story-image {
    width: 100%;
  }

  .our-story-text-wrapper {
    grid-row-gap: 15px;
    width: 100%;
  }

  .why-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .why-us-points-wrapper {
    grid-row-gap: 20px;
    padding: 40px;
  }

  .connect-stats-block {
    grid-row-gap: 15px;
    text-align: center;
  }

  .checkup-plans-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tab-link {
    text-align: center;
    padding: 10px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .nav-logo.w--current {
    background-image: url('../images/Razavi-1.png');
    background-position: 50%;
    background-size: cover;
  }

  .menu-button {
    width: 28px;
    height: 28px;
  }

  .overlay {
    height: 100vh;
    inset: -20px 0% 0%;
  }

  .hero-image {
    width: 100%;
    height: 400px;
  }

  .treatment-section {
    padding-top: 80px;
    padding-bottom: 115px;
  }

  .treatment-blocks-wrapper {
    grid-row-gap: 80px;
  }

  .services-icons {
    text-align: center;
    width: 135px;
    max-width: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-slide-content-wrapper {
    grid-row-gap: 40px;
    max-width: none;
    padding: 40px;
  }

  .testimonial-light-box {
    height: 300px;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    left: -15px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    inset: 0% -15px 0% auto;
  }

  .contact-form-wrapper {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-field, .contact-select-field, .contact-message-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkup-icon {
    width: 50px;
    height: 50px;
  }

  .about-hero-image {
    height: 300px;
    margin-top: 40px;
  }

  .about-widget {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: -65px;
  }

  .reasons-section, .values-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .values-image {
    width: 100%;
    height: auto;
  }

  .values-text-wrapper {
    grid-row-gap: 15px;
    width: 100%;
  }

  .other-checkup-section {
    padding-bottom: 80px;
  }

  .checkup-block {
    width: 100%;
    max-width: none;
    padding: 40px 30px;
  }

  .doctors-section {
    padding-bottom: 80px;
  }

  .doctors-hero-gradient {
    height: 25vh;
  }

  .doctor-block {
    max-width: 100%;
  }

  .doctor-image {
    height: 300px;
  }

  .appointment-cta {
    margin-top: 15px;
  }

  .style-hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-hero-gradient {
    height: 25vh;
  }

  .services-hero-section {
    padding-bottom: 80px;
  }

  .service-block {
    width: 100%;
    max-width: none;
    padding: 40px 30px;
  }

  .spacer {
    display: none;
  }

  .ms-form-heading {
    font-size: 24px;
  }

  .ms-form-row {
    flex-direction: column;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---master-checks-horizontal {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .waves-master-cta-2 {
    padding: 80px 32px;
  }
}

@media screen and (max-width: 479px) {
  .body---variant-3 {
    line-height: 2.1rem;
  }

  .body {
    line-height: 1.7rem;
  }

  .body---variant-1 {
    line-height: 1.4rem;
  }

  .header {
    text-align: center;
    height: auto;
    min-height: 45px;
    padding: 5px;
  }

  .hero-section {
    width: 100%;
    padding-top: 80px;
    overflow: hidden;
  }

  .hero-image-wrapper {
    width: 100%;
  }

  .hero-widget {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 44%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .hero-heading {
    margin-top: 20px;
    margin-bottom: 44px;
  }

  .hero-btns-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .checkup-plans-column {
    padding-left: 0;
    padding-right: 0;
  }

  .checkup-plans-cta-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .checkup-plans-image {
    width: 100%;
    height: auto;
  }

  .divider-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .light-box-play-btn {
    width: 55px;
    height: 55px;
  }

  .reason-block {
    max-width: none;
    padding: 30px 20px;
  }

  .reason-block-title {
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .services-icons-wrapper {
    margin-top: 40px;
  }

  .service {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .about-hero-section {
    padding-top: 70px;
  }

  .our-story-container {
    grid-row-gap: 60px;
  }

  .our-story-image {
    object-position: 15px 50%;
    height: auto;
  }

  .why-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .why-us-row {
    grid-row-gap: 60px;
  }

  .why-us-points-row {
    margin-bottom: 6px;
    line-height: 26px;
  }

  .tab-link {
    flex: 1 0 110px;
    padding: 7px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .nav-logo.w--current {
    background-image: url('../images/Razavi-1.png');
    background-position: 50%;
    background-size: cover;
  }

  .menu-button {
    width: 27px;
    height: 27px;
  }

  .checkup-plans-image-wrapper {
    width: 100%;
  }

  .hero-image {
    object-position: 100% 50%;
  }

  .hero-circle {
    width: 300px;
    height: 300px;
  }

  .treatmant-block {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-section {
    padding-top: 55px;
    padding-bottom: 70px;
  }

  .testimonial-slide {
    padding: 0 10px 40px;
  }

  .testimonial-slide-content-wrapper {
    padding: 0;
  }

  .testimonial-light-box {
    height: 250px;
    display: none;
  }

  .light-box-play-btn-embed {
    width: 16px;
    height: 16px;
    margin-right: -2px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    inset: auto 0% -30px -60px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    inset: auto -60px -30px 0%;
  }

  .contact-circle {
    width: 400px;
    height: 400px;
    top: -280px;
    right: -180px;
  }

  .contact-form-wrapper {
    padding: 20px;
  }

  .our-story-image-wrapper {
    margin-top: 0;
  }

  .about-widget {
    text-align: center;
    flex-wrap: wrap;
    width: 40%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .reasons-blocks-wrapper {
    grid-row-gap: 30px;
  }

  .value-point {
    min-width: 220px;
  }

  .checkup-blocks-wrapper {
    max-width: 360px;
  }

  .checkup-block {
    max-width: none;
    padding: 30px 20px;
  }

  .checkup-block-title {
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .menu-button-elements {
    grid-row-gap: 6px;
  }

  .style-hero-section {
    padding-top: 70px;
  }

  .utility-block-links-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .service-block {
    max-width: none;
    padding: 30px 20px;
  }

  .service-block-title {
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .services-blocks-wrapper {
    max-width: 360px;
  }

  .ms-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .ms-button.ms-is-light {
    max-width: 100vw;
  }

  .ms-input {
    font-size: 12px;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .ms-form {
    width: 100%;
    min-width: auto;
  }

  .ms-form-block {
    width: 100%;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-rows: 186px;
    grid-template-columns: .25fr;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves-image-features-3 {
    width: 50%;
  }

  .waves-master-cta-2 {
    padding: 64px 16px;
  }
}

#w-node-bc793677-511d-2129-b7db-2f127e93d577-7e93d565, #w-node-bc793677-511d-2129-b7db-2f127e93d582-7e93d565, #w-node-bc793677-511d-2129-b7db-2f127e93d58d-7e93d565 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}