:root {
  --royal-blue: #2a60ff;
  --burlywood: #fcc373;
  --khaki: #fff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navigation {
  z-index: 55;
  background-color: #0000;
  align-items: center;
  height: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navigation-menu {
  align-items: center;
  display: flex;
}

.navigation-button-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand {
  margin-right: 4vw;
}

.nav-link-mobile {
  color: #020e27;
  letter-spacing: -.02em;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  transition: all .35s;
}

.nav-link-mobile:hover {
  color: #000;
  background-color: #f9f9fb;
}

.nav-link-mobile.w--current {
  color: #000;
}

.brand-logo {
  height: 85px;
}

.button-navigation {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
  letter-spacing: -.01em;
  background-color: #0000;
  padding: 8px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s;
}

.button-navigation:hover {
  color: #fff;
  background-color: #020e27;
}

.nav-menu {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.navigation-top-wrapper {
  position: relative;
  inset: 0% 0% auto;
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #020e27;
  letter-spacing: -.02em;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all .35s;
}

.nav-link:hover {
  color: #000;
  background-color: #f9f9fb;
}

.nav-link.w--current {
  color: #000;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.hidden {
  display: block;
}

.header-image-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.header-grid {
  grid-template-rows: auto;
  height: 100%;
}

.heading-detail-home {
  color: #020e27;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.section-home {
  background-color: #fff;
  padding: 100px 5% 40px;
  position: relative;
}

.home-heading {
  margin-bottom: 24px;
}

.header-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
}

.header-ui-card {
  white-space: nowrap;
  object-fit: fill;
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 256px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  box-shadow: -33px 35px 96px -24px #18393914;
}

.button-home {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 32px;
  padding: 8px 24px;
  font-family: adobe-jenson-pro-subhead, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

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

.badge-star {
  margin-right: 8px;
}

.ui-card-icon {
  width: 40px;
}

.ui-card-detail {
  color: #000;
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-large {
  color: #364259;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large.text-weight-medium {
  font-weight: 500;
}

.badge-wrapper {
  text-align: left;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.number-large {
  margin-top: 0;
  margin-bottom: 0;
}

.header-background {
  background-color: #fff;
  background-image: url('../images/Accent-Bottom-Right.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ui-card-square {
  background-color: #c8f9e4;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-right: 24px;
  padding: 14px;
  display: flex;
}

.section-feature {
  background-color: var(--royal-blue);
  background-image: url('../images/Accent-Bottom-Left.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 5%;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.grid-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-block {
  align-items: center;
  padding: 24px;
  display: flex;
}

.service-icon-block {
  background-color: var(--khaki);
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-right: 24px;
  padding: 12px;
  display: flex;
}

.feature-title {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.feature-paragraph {
  color: #c8cbf9;
}

.grid-service {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.service-card {
  text-align: center;
  border: 1px solid #e4e8f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.section-service {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/Wave-Line.svg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding: 100px 5%;
}

.title-wrapper-small {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-title-icon {
  width: 70px;
}

.service-link {
  color: var(--royal-blue);
  letter-spacing: -.02em;
  margin-top: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.service-circle {
  background-color: #2a60ff6e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  display: flex;
}

.heading-detail-large {
  color: #4754ff;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.heading-detail-large.margin-bottom-08 {
  margin-bottom: 8px;
  font-size: 18px;
}

.section-content {
  background-color: #edfdf6;
  background-image: url('../images/Accent-Bottom-Right.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 5%;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video-block {
  background-image: url('../images/Video-Image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 480px;
  margin-top: 56px;
  display: flex;
}

.video-lightbox {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 9px;
  transition: all .2s;
  display: flex;
}

.video-lightbox:hover {
  transform: scale(1.1);
}

.background-block {
  z-index: -1;
  background-color: #f9f9fb;
  width: 70%;
  height: 100%;
  position: absolute;
  inset: auto -50px -50px auto;
}

.background-block.left {
  left: -50px;
  right: auto;
}

.grid-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 32px;
}

.grid-doctor {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  align-items: center;
}

.image-wrapper {
  z-index: 5;
  width: 100%;
  max-width: 400px;
  height: auto;
  position: relative;
}

.content-image {
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  position: relative;
}

.heading-detail-regular {
  color: var(--royal-blue);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.button-primary {
  background-color: var(--khaki);
  color: #000;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px;
  font-family: adobe-jenson-pro-caption, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

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

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

.button-outline {
  color: #020e27;
  text-align: center;
  background-color: #fff;
  border: 1px solid #020e27;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.button-outline:hover {
  color: #fff;
  background-color: #020e27;
}

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

.section-cta {
  padding: 40px 0%;
}

.cta-block {
  background-color: var(--royal-blue);
  text-align: center;
  background-image: url('../images/Accent-CTA-Bottom.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 336px;
  padding: 60px 5%;
  display: flex;
}

.cta-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.cta-heading {
  color: #fff;
  margin-bottom: 32px;
}

.button-secondary {
  background-color: var(--khaki);
  color: #000;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

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

.blog-collection-list {
  margin-top: 64px;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide {
  height: 100%;
}

.testimonial-name {
  color: #020e27;
  letter-spacing: -.7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-role {
  color: #101a2d;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.right-arrow {
  background-color: #0000;
  border: 1px solid #020e27;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 0% 0% auto;
}

.section-regular {
  padding: 80px 5%;
}

.left-arrow {
  background-color: #0000;
  border: 1px solid #020e27;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 60px 0% auto;
}

.slider {
  background-color: #0000;
  height: 100%;
  margin-top: 60px;
}

.quote-text {
  color: #102226;
  letter-spacing: -.02em;
  max-width: 340px;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.testimonial-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  align-items: center;
}

.quote {
  margin-bottom: 32px;
}

.slide-nav {
  display: none;
}

.text-field-large {
  background-color: #0000;
  border: 1px solid #e4e8f1;
  height: 100%;
  min-height: 172px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
}

.text-field-large:hover {
  border-color: #4754ff;
}

.text-field-large:active {
  border-color: #000;
}

.text-field-large:focus {
  border-color: #4754ff;
}

.contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.container-x-small {
  z-index: 5;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-form-centre {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.contact-icon-square {
  background-color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-right: 24px;
  display: flex;
}

.heading-detail-small {
  color: #020e27;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.button-form-submit {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 12px 44px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.button-form-submit:hover {
  color: #fff;
  background-color: #4754ff;
}

.contact-block {
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.text-field {
  color: #020e27;
  background-color: #0000;
  border: 1px solid #e4e8f1;
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
  transition: all .2s;
}

.text-field:hover {
  border-color: #4754ff;
}

.text-field:active {
  border-color: #000;
}

.text-field:focus {
  border-color: #4754ff;
}

.text-field::placeholder {
  color: #5d6a83;
}

.contact-grid {
  grid-template-rows: auto;
  margin-top: 48px;
  margin-bottom: 32px;
}

.contact-wrapper {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  box-shadow: 68px 68px 140px -32px #02082c0a;
}

.success-message {
  color: #10935a;
  background-color: #edfdf6;
  font-size: 14px;
  line-height: 24px;
}

.footer-link-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.heading-detail-footer {
  color: var(--khaki);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.footer-logo {
  width: 100px;
  margin-bottom: 16px;
}

.social-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.footer {
  background-color: var(--royal-blue);
  padding: 100px 5%;
  font-size: 16px;
}

.footer-link-small {
  color: #020e27;
  text-align: center;
  letter-spacing: -.03em;
  background-color: #0000;
  border: 1px solid #0000;
  justify-content: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.footer-link-small:hover {
  color: #000;
  text-decoration: underline;
}

.footer-link-block {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link-block:hover {
  color: #c8f9e4;
}

.footer-detail {
  color: #edeefd;
  max-width: 30ch;
}

.footer-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
}

.social-link {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: border-color .3s;
  display: flex;
}

.social-link:hover {
  border-color: #f1f1f1;
}

.footer-span-link {
  color: #000;
}

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

.footer-detail-small {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.template-link-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.footer-banner {
  background-color: #c8f9e4;
  align-items: center;
  min-height: 48px;
  padding: 12px 5%;
  display: flex;
}

.body {
  background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/Curve-Line.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  font-family: adobe-jenson-pro-caption, sans-serif;
  font-size: 18px;
}

.heading-1 {
  font-size: 20px;
}

.logo-text {
  color: #fff;
  margin-bottom: 24px;
  font-family: adobe-jenson-pro-display, sans-serif;
  font-weight: 300;
}

.logo-text.black {
  color: #000;
  font-size: 30px;
  line-height: 30px;
}

.link-block {
  text-decoration: none;
}

.button-navigation-2 {
  color: #020e27;
  letter-spacing: -.01em;
  background-color: #0000;
  border: 1px solid #020e27;
  padding: 8px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s;
}

.button-navigation-2:hover {
  color: #fff;
  background-color: #020e27;
}

.banner {
  z-index: 55;
  text-align: center;
  background-color: #c8f9e4;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 5%;
  font-family: adobe-jenson-pro-display, sans-serif;
  display: flex;
  position: relative;
}

.banner-icon {
  width: 24px;
  margin-right: 12px;
}

.banner-text {
  letter-spacing: -.02em;
  font-family: adobe-jenson-pro-caption, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.heading-detail-service {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.service-header {
  color: #fff;
}

.div-block-2 {
  background-color: #fff;
  min-height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.title-wrapper-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.service-block {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  padding: 48px;
  display: flex;
  box-shadow: 68px 68px 140px -32px #02082c0a;
}

.feature-title-icon-2 {
  width: 80px;
}

.service-circle-2 {
  background-color: #f9f9fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
  display: flex;
}

.section-service-header {
  background-color: #0e1681;
  background-image: url('../images/Accent-CTA.svg'), url('../images/AdobeStock_281398943-min.jpg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 80px 5% 0;
  position: relative;
}

.grid-service-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-link-grid-2 {
  grid-template-columns: 1fr;
}

.body-2 {
  font-family: adobe-jenson-pro-caption, sans-serif;
}

.heading-2 {
  font-size: 16px;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.process-block {
  flex-direction: row;
  width: 100%;
  display: flex;
}

._50-block {
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

._50-block.padding {
  padding-left: 2%;
  padding-right: 2%;
}

.image {
  box-shadow: 1px 1px 20px gray;
}

.body-3 {
  font-family: adobe-jenson-pro-caption, sans-serif;
}

.section-contact {
  background-color: #edfdf6;
  padding: 80px 5%;
  position: relative;
}

.title-wrapper-medium {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contact-icon-square-2 {
  background-color: #4754ff;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-right: 24px;
  display: flex;
}

.button-form-submit-2 {
  color: #fff;
  text-align: center;
  background-color: #0e1681;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 12px 44px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.button-form-submit-2:hover {
  color: #fff;
  background-color: #4754ff;
}

.form-background {
  background-color: #fff;
  min-height: 250px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-location {
  padding: 40px 5% 100px;
}

.grid-locations {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 30%;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
}

.card-location {
  border: 1px solid #e4e8f1;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.location-line-break {
  background-color: #bcc3d2;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.button-location {
  color: #fff;
  text-align: center;
  background-color: #0e1681;
  border: 1px solid #0e1681;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin-top: 32px;
  padding: 12px 42px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-location:hover {
  color: #0e1681;
  background-color: #fff;
  border: 1px solid #0e1681;
}

.heading-3 {
  font-size: 16px;
}

.feature-icon-blue {
  background-color: var(--royal-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 24px;
  padding: 8px;
  display: flex;
}

.container-large-2 {
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-large {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-standard {
  color: #67718e;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.title-wrapper {
  text-align: center;
  max-width: 600px;
  margin-bottom: 92px;
  margin-left: auto;
  margin-right: auto;
}

.title-large {
  color: #1355ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.grid-feature-large {
  grid-column-gap: 40px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.section-features {
  align-items: center;
  min-height: 720px;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h3-heading {
  color: #061237;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.large-feature-wrapper {
  align-items: flex-start;
  display: flex;
}

.link {
  color: #000;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.header-image.show {
  display: none;
}

.html-embed {
  margin-bottom: 40px;
}

.link-3 {
  color: #000;
}

@media screen and (max-width: 991px) {
  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation-menu, .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .nav-link-mobile {
    color: #262626;
  }

  .menu-button {
    color: #fff;
    background-color: #0e1681;
    margin-left: 14px;
    padding: 10px;
    transition: all .35s;
  }

  .menu-button:hover, .menu-button.w--open {
    color: #020e27;
    background-color: #c8f9e4;
  }

  .button-navigation {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .container-navigation {
    position: relative;
  }

  .nav-link {
    color: #262626;
  }

  .header-grid {
    grid-template-columns: 1fr;
  }

  .section-home {
    padding-top: 60px;
  }

  .header-content {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .header-background {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

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

  .grid-feature {
    grid-template-columns: 1fr;
  }

  .grid-service {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-service {
    overflow: hidden;
  }

  .grid-doctor {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-link-small {
    display: flex;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-navigation-2 {
    display: none;
  }

  .grid-service-2 {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-locations {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-feature-large {
    grid-template-columns: 1fr 1fr;
  }

  .section-features {
    padding-bottom: 140px;
  }

  .header-image {
    display: block;
  }

  .header-image.show {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navigation-menu, .navigation-button-wrap {
    width: 100%;
  }

  .nav-link-mobile, .button-navigation {
    display: none;
  }

  .header-content {
    padding-bottom: 20px;
  }

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

  .grid-service {
    margin-left: auto;
    margin-right: auto;
  }

  .section-service {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

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

  .grid-doctor {
    grid-template-columns: 1fr;
  }

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

  .collection-list {
    grid-template-columns: 1fr;
  }

  .section-regular {
    padding-top: 60px;
  }

  .testimonial-grid, .contact-form-grid, .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-banner-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .button-navigation-2 {
    display: none;
  }

  .section-service-header {
    padding-top: 60px;
  }

  .grid-service-2 {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .title-wrapper {
    margin-bottom: 60px;
  }

  .grid-feature-large {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .heading-detail-home {
    font-size: 17px;
  }

  .header-ui-card {
    display: none;
  }

  .badge-star {
    margin-bottom: 10px;
    margin-right: 0;
    display: none;
  }

  .badge-wrapper {
    flex-direction: column;
  }

  .header-background {
    height: 20%;
  }

  .feature-block {
    text-align: center;
    flex-direction: column;
  }

  .service-icon-block {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .service-card {
    padding: 40px 32px;
  }

  .section-service {
    overflow: hidden;
  }

  .grid-button {
    grid-template-columns: 1fr;
  }

  .image-wrapper {
    height: 360px;
  }

  .right-arrow {
    display: none;
  }

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

  .left-arrow {
    display: none;
  }

  .contact-block {
    justify-content: flex-start;
    padding: 14px;
  }

  .contact-wrapper {
    margin-top: 40px;
  }

  .social-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .footer-content {
    align-items: center;
  }

  .footer-detail-small {
    margin-bottom: 24px;
  }

  .template-link-grid {
    grid-template-columns: 1fr;
  }

  .heading-detail-service {
    font-size: 17px;
  }

  .service-block {
    padding: 32px 24px;
  }

  .section-service-header {
    padding-bottom: 60px;
  }

  .feature-icon-blue {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .h3-heading {
    font-size: 48px;
  }

  .large-feature-wrapper {
    flex-direction: column;
  }
}

#w-node-_9b6fe228-4ee5-2041-2aa7-b4a7815efe9e-6408156a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b6fe228-4ee5-2041-2aa7-b4a7815efeab-6408156a {
  align-self: start;
}

#w-node-_1e285a43-ca70-430e-b06a-e48b83bd7bf9-6408156a, #w-node-_1e285a43-ca70-430e-b06a-e48b83bd7bfd-6408156a, #w-node-_8c083e4d-140e-c507-84f5-6d73add80667-6408156a, #w-node-_8c083e4d-140e-c507-84f5-6d73add80663-6408156a, #w-node-a8eb66fe-13c7-a336-927c-ab74684f288c-684f287d, #w-node-a8eb66fe-13c7-a336-927c-ab74684f2890-684f287d, #w-node-a8eb66fe-13c7-a336-927c-ab74684f2893-684f287d, #w-node-a8eb66fe-13c7-a336-927c-ab74684f289c-684f287d, #w-node-_8b2708a9-5086-c077-c512-19be93faed38-684f287d, #w-node-_7d6d2ca7-673c-a6e7-d2b9-dda19a1f2cda-684f287d, #w-node-_967d67a3-b751-c96e-d953-d4aff0d2c74f-684f287d, #w-node-_19228d6f-6bc1-7905-8c37-0617f309d0c7-f2ba87c3, #w-node-_5132d22a-9e24-4bdf-9fc7-d3bff2ba87cb-f2ba87c3, #w-node-_5132d22a-9e24-4bdf-9fc7-d3bff2ba87d3-f2ba87c3, #w-node-d2eabefb-e899-d326-6c9e-4b44c13aaf6e-c13aaf6b, #w-node-d2eabefb-e899-d326-6c9e-4b44c13aaf76-c13aaf6b, #w-node-d2eabefb-e899-d326-6c9e-4b44c13aaf7e-c13aaf6b, #w-node-_5b2542ad-4868-cdb9-3868-c28217936905-6a302da6, #w-node-_04903b76-aea9-e700-2790-14cd4260034b-6a302da6, #w-node-fc1ed5ca-3438-4224-414b-78ce4d48ec3f-6a302da6, #Callbtn2.w-node-_61bb6ba1-d148-2568-138d-e99e367df075-367df06d, #w-node-_61bb6ba1-d148-2568-138d-e99e367df076-367df06d, #w-node-_61bb6ba1-d148-2568-138d-e99e367df07e-367df06d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a8eb66fe-13c7-a336-927c-ab74684f2881-684f287d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a8eb66fe-13c7-a336-927c-ab74684f2881-684f287d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


