:root {
  --secondary-accent: #0d93c2;
  --text-heading: #2e5c72;
  --secondary-base: #2e5c72;
  --primary-base: #96e0dc;
  --primary-hover: #81ccc8;
  --background-light: #fafafa;
  --background-default: #e4e4e4;
  --primary-muted: #e4faf4;
  --secondary-hover: #1e4254;
  --text-description: #454545;
  --text-placeholder: #afafaf;
  --text-disabled: #949494;
  --background-dark: #f3f3f3;
  --background-disabled: #ededed;
  --tertiary: #48506c;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: #353535;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 62.5px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

a {
  color: var(--secondary-accent);
  font-weight: 600;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.flex-nav {
  align-items: center;
  height: 102px;
  display: flex;
}

.link-nav {
  color: var(--text-heading);
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.link-nav.w--current {
  border-bottom: 2px solid var(--secondary-accent);
  color: var(--text-heading);
  font-weight: 700;
}

.link-nav.primary-button {
  background-color: var(--primary-base);
  border-radius: 12px;
  align-items: center;
  margin-left: 12px;
  padding: 14px 22px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-nav.primary-button:hover {
  background-color: var(--primary-hover);
  text-decoration: none;
}

.logo-image {
  height: 78px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.wrapper-main-navbar {
  background-color: #fff;
}

.fb-chat-bot {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container {
  z-index: 2;
  flex: 1;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.logo {
  padding-left: 0;
}

.light-block-second {
  background-color: var(--background-light);
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-block-second.rounded-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 30px;
}

.white-text {
  color: #fff;
  text-decoration: none;
}

.text-highlight {
  background-color: #fff;
  border-radius: 5px;
  width: 42%;
  padding: 40px;
}

.margin-50px {
  margin-top: 50px;
}

.typography-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.black-link {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: underline;
}

.rich-text-block {
  width: 70%;
}

.link-footer {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.link-footer:hover {
  text-decoration: underline;
}

.banner {
  justify-content: center;
  align-items: center;
  padding-top: 82px;
  padding-bottom: 82px;
  display: flex;
}

.banner.secondary-base {
  background-color: #2e5c72;
}

.line-bar {
  width: 100%;
  max-width: 249px;
  height: 6px;
  margin-top: 20px;
}

.line-bar.primary-muted {
  background-color: #eefcf9;
}

.line-bar.secondary-accent {
  background-color: var(--secondary-accent);
  border-radius: 20px;
  max-width: 100px;
  height: 5px;
}

.line-bar.secondary-accent.no-margin.small, .line-bar.secondary-accent.small {
  width: 50px;
}

.quicksand {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
}

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

.color-block {
  background-color: var(--background-default);
  color: var(--background-default);
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.color-block.primary-hover {
  background-color: var(--primary-hover);
  color: #81ccc8;
}

.color-block.primary-muted {
  background-color: var(--primary-muted);
  color: var(--primary-muted);
}

.color-block.primary-base {
  background-color: var(--primary-base);
  color: var(--primary-base);
}

.color-block.secondary-base {
  background-color: var(--secondary-base);
  color: #2e5c72;
}

.color-block.secondary-hover {
  background-color: var(--secondary-hover);
  color: #1e4254;
}

.color-block.secondary-accent {
  background-color: var(--secondary-base);
  color: #0d93c2;
}

.color-block.text-description {
  color: var(--text-description);
  background-color: #454545;
}

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

.color-block.text-disabled {
  background-color: var(--text-placeholder);
  color: var(--text-disabled);
}

.color-block.text-placeholder {
  background-color: var(--text-placeholder);
  color: var(--text-placeholder);
}

.color-block.background-light {
  background-color: var(--background-light);
  color: var(--background-light);
}

.color-block.background-dark {
  background-color: var(--background-dark);
  color: var(--background-dark);
}

.color-block.background-disabled {
  background-color: var(--background-disabled);
  color: var(--background-disabled);
}

.socmed-icon {
  width: 32px;
  height: 32px;
  margin-left: 12px;
  margin-right: 12px;
}

.socmed-icon.fb {
  background-image: url('../images/fb_1fb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.type-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.component-footer {
  z-index: 100;
  background-color: #465071;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.hero {
  background-image: linear-gradient(#96e0dc33, #c4c4c400);
  flex-direction: row;
  height: 80vh;
  min-height: 600px;
  max-height: 800px;
  display: flex;
}

.section.stat-strip {
  background-color: var(--primary-muted);
}

.section.awards-and-offer {
  z-index: 0;
  position: relative;
}

.section.testimonial-news {
  position: relative;
}

.section.page {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.cta-block {
  z-index: 2;
  background-color: var(--primary-muted);
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.type-column {
  background-color: var(--primary-muted);
  border-radius: 5px;
  width: 33.3333%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.type-column.right {
  margin-right: 0;
}

.white-block {
  background-color: #fff;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.wrapper-footer-copyright {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 108px;
  display: flex;
}

.column-footer-content {
  color: #fff;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  min-width: 108px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.column-footer-content.logo-footer {
  flex: 1;
  align-items: center;
  min-width: 240px;
}

.margin-25px {
  margin-top: 25px;
}

.wrapper-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: -16px;
  display: flex;
}

.wrapper-row.footer-policies {
  grid-column-gap: 12px;
  margin: 0;
}

.wrapper-row.align-stretch {
  align-items: stretch;
}

.light-block {
  background-color: var(--primary-muted);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.margin-60px {
  margin-top: 60px;
}

.source-sans-pro {
  margin-top: 0;
  margin-bottom: 9px;
  font-family: Source Sans Pro, sans-serif;
}

.source-sans-pro.semibold {
  font-weight: 700;
}

.caption {
  color: #353535;
  text-transform: none;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.caption.detail {
  color: #686868;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 600;
}

.wrapper-footer-content {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-row {
  clear: left;
  width: 100%;
  margin-top: 45px;
  position: relative;
}

.body-content.secondary-base-color {
  color: var(--secondary-base);
}

.body-content.disabled-color {
  color: var(--text-disabled);
}

.body-content.my-16px {
  margin-top: 16px;
  margin-bottom: 16px;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  padding: 25px 0 15px;
  display: flex;
}

.section-title {
  color: var(--secondary-base);
  font-family: Quicksand, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.section-title.accent-color {
  color: var(--secondary-accent);
}

.body-large {
  color: var(--text-description);
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.body-large.my-32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.body-large.my-32px.mw-adjustment {
  max-width: 640px;
}

.body-large.justify {
  text-align: justify;
}

.body-large.secondary-base-color {
  color: var(--secondary-base);
}

.body-large.center {
  text-align: center;
}

.body-large.center.padding {
  padding-left: 36px;
  padding-right: 36px;
}

.label {
  font-size: 14px;
  line-height: 18px;
}

.icon-button {
  object-fit: contain;
  margin-left: 9px;
}

.wrapper-search-navbar {
  z-index: 10;
  background-color: var(--tertiary);
  position: relative;
}

.wrapper-space-between-row {
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  position: relative;
}

.column---quick-contacts {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  padding-right: 12px;
  display: flex;
}

.component-quick-contact {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.component-quick-contact.footer {
  align-items: flex-start;
}

.icon-16px {
  object-fit: contain;
  width: 16px;
  height: 16px;
}

.qc-link {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  text-decoration: none;
}

.qc-link:hover {
  text-decoration: underline;
}

.qc-link.footer {
  font-weight: 400;
}

.column---search-fb {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.search-trigger {
  background-color: var(--tertiary);
  cursor: pointer;
  padding: 12px;
}

.component-search-box {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--tertiary);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.search {
  flex: 1;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 12px;
  flex: 1;
  margin-bottom: 0;
  margin-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button-white {
  color: var(--secondary-hover);
  background-color: #fff;
  border-radius: 12px;
  font-size: 14px;
  line-height: 18px;
}

.fb-link {
  cursor: pointer;
  background-image: url('../images/fb_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.close-icon {
  cursor: pointer;
  background-image: url('../images/icons8-macos-close-32.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.wrapper-fb-follow {
  grid-column-gap: 12px;
  align-items: flex-end;
  display: flex;
}

.container-follow-policies {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.container-footer-links {
  grid-column-gap: 48px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.logo-footer {
  width: 100%;
  max-width: 392px;
}

.no-margin {
  margin: 0;
}

.no-margin.text-heading {
  color: var(--text-heading);
}

.no-margin.text-heading.mobile-year {
  display: none;
}

.sitemap-links {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mb-32px {
  margin-bottom: 32px;
}

.icon-20px {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.wrapper-hero {
  justify-content: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

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

.column-hero.image {
  justify-content: flex-end;
  width: 100%;
  margin-right: -522px;
  position: relative;
}

.column-hero.desc {
  width: 60%;
  max-width: 660px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.heading {
  color: var(--secondary-base);
}

.primary-button {
  background-color: var(--primary-base);
  color: var(--secondary-base);
  border-radius: 12px;
  justify-content: center;
  padding: 16px 32px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.primary-button.disabled {
  cursor: default;
  background-color: #0000;
}

.wrapper-stat-strip {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 38px;
  padding-bottom: 38px;
  display: flex;
}

.comp-stat-strip {
  grid-column-gap: 24px;
  display: flex;
}

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

.icon-80px {
  object-fit: contain;
  width: 80px;
  height: 80px;
}

.bg-circle {
  z-index: 0;
  object-fit: contain;
  height: 840px;
  position: absolute;
  inset: 186px auto auto -400px;
}

.bg-circle.right {
  inset: 0% -400px auto auto;
}

.bg-circle.bottom-right {
  inset: auto -400px -30px auto;
}

.bg-circle.history-one {
  left: -200px;
}

.bg-circle.error {
  width: 840px;
  max-width: none;
  display: none;
}

.wrapper-textimage-row {
  grid-column-gap: 48px;
  justify-content: space-between;
  margin-bottom: 48px;
  display: flex;
}

.wrapper-section-title {
  max-width: 240px;
}

.wrapper-section-title.no-maxw {
  z-index: 3;
  max-width: none;
  position: relative;
}

.column-textimage {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-textimage.image {
  min-width: 490px;
}

.column-textimage.offer-blocks {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
}

.image-awards {
  display: none;
}

.wrapper-offer {
  grid-column-gap: 100px;
  width: 100%;
  display: flex;
}

.component-offer-block {
  grid-row-gap: 28px;
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 40%;
  min-height: 246px;
  padding: 32px 48px;
  font-size: 20px;
  display: flex;
  box-shadow: 12px 0 26px #101e730f;
}

.component-offer-block.primary-muted {
  background-color: var(--primary-muted);
  color: var(--secondary-base);
}

.component-offer-block.primary-base {
  background-color: var(--primary-base);
  color: var(--secondary-base);
}

.component-offer-block.secondary-accent {
  background-color: var(--secondary-accent);
  color: #fff;
}

.icon-offer {
  object-fit: contain;
  width: 76px;
  height: 76px;
}

.wrapper-stretch-row {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.wrapper-stretch-row.mb-adjustment {
  margin-top: 96px;
  margin-bottom: 36px;
}

.component-slider {
  background-color: #0000;
}

.logo-slide {
  object-fit: contain;
  width: 25%;
}

.hide {
  display: none;
}

.wrapper-row-trio {
  z-index: 1;
  grid-column-gap: 24px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.wrapper-row-trio.wrapped {
  grid-column-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: -24px;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

.component-testimonial {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  box-shadow: 0 0 20px #0000001a;
}

.image-quote-mark {
  z-index: 2;
  object-fit: contain;
  height: 128px;
  position: absolute;
  inset: 12px 0% auto auto;
}

.component-news {
  border-radius: 12px;
  flex-direction: column;
  max-width: 33.33%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 20px #00000024;
}

.component-news.fullwidth {
  max-width: 100%;
}

.wrapper-block-desc {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 24px 32px;
  display: flex;
}

.wrapper-block-desc.gap-16px {
  grid-row-gap: 16px;
}

.secondary-base-color {
  color: var(--secondary-base);
}

.secondary-base-color.no-margin {
  margin-bottom: 0;
}

.news-image {
  object-fit: cover;
  height: 200px;
}

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

.wrapper-page {
  z-index: 2;
  flex-direction: column;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.header-gradient {
  z-index: 0;
  background-image: linear-gradient(#96e0dc33, #afafaf00);
  height: 164px;
  position: absolute;
  inset: 0% 0% auto;
}

.wrapper-heading {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrapper-page-content {
  flex-direction: column;
  display: flex;
}

.container-back-button {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.link-block {
  grid-column-gap: 12px;
  color: var(--secondary-accent);
  align-items: center;
  margin-left: -12px;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.wrapper-sub-heading {
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.wrapper-sub-heading.no-margin {
  margin-bottom: 0;
}

.component-service {
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 32px;
  display: flex;
  box-shadow: 0 12px 26px #101e730f;
}

.icon-service {
  width: 80px;
  height: 80px;
}

.service-title-line {
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrapper-service {
  min-width: 33.33%;
  max-width: 33.33%;
  padding: 24px 16px;
  position: relative;
}

.wrapper-cta-block {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.container-cta-block-description {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.vector-image-cta-block {
  width: 72%;
}

.tabs {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.tabs-menu {
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  margin-right: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 12px 26px #101e730f;
}

.tabs-content {
  flex: 1;
}

.tab-link {
  color: var(--text-description);
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
}

.tab-link.w--current {
  color: var(--text-heading);
  background-color: #0000;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.container-doctors {
  flex-wrap: wrap;
  align-items: stretch;
  margin: -16px;
  padding-bottom: 24px;
  display: flex;
}

.wrapper-doctor {
  width: 50%;
  padding: 16px;
}

.component-doctor {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 32px;
  display: flex;
  box-shadow: 0 12px 26px #101e730f;
}

.wrapper-doctor-name {
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.link-number, .secondary-accent-color {
  color: var(--secondary-accent);
}

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

.vector-image-error {
  object-fit: contain;
  max-width: 456px;
}

.wrapper-column {
  width: 50%;
  padding: 16px;
}

.component-mw-block {
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 20px #00000024;
}

.component-mw-block._100h {
  height: 100%;
}

.container-history {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.middle-line {
  z-index: 1;
  background-color: var(--primary-base);
  width: 7px;
  height: 97%;
  position: absolute;
  inset: 0% auto auto;
}

.container-history-entry {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container-history-entry.opacity-zero {
  opacity: 0;
}

.history-point {
  border: 7px solid var(--primary-base);
  background-color: var(--secondary-accent);
  border-radius: 100px;
  width: 46px;
  height: 46px;
  position: absolute;
}

.wrapper-history-line-point {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.history-line-year {
  background-color: var(--primary-base);
  width: 72px;
  height: 7px;
}

.history-year {
  color: var(--text-heading);
  text-align: right;
  width: 96px;
  margin-top: 0;
  margin-bottom: 0;
}

.history-year.left {
  text-align: left;
  margin-left: 0;
  margin-right: 10px;
}

.wrapper-history-row {
  grid-column-gap: 16px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.container-form {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.text-field {
  border-radius: 8px;
  min-height: 40px;
  margin-bottom: 32px;
  font-size: 16px;
}

.text-field.text-area {
  min-height: 120px;
}

.wrapper-contact-row {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.column-contact.form {
  min-width: 40%;
}

.field-label {
  color: var(--text-description);
}

.active-tab-indicator {
  background-color: var(--secondary-accent);
  border-radius: 6px;
  width: 8px;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mobile-image, .image-block-mv.mr {
  display: none;
}

.container-tos {
  grid-row-gap: 24px;
  text-align: justify;
  flex-direction: column;
  display: flex;
}

.tos-item {
  flex-direction: column;
  font-size: 20px;
  line-height: 25px;
  display: flex;
}

.wrapper-list {
  padding-left: 36px;
}

.dummy-block {
  display: none;
}

.dummy-anchor {
  z-index: -1;
  position: absolute;
  inset: -60px 0% auto;
}

.wrapper-subheading-block {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.text-block {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .menu-button {
    color: #0a2b49;
    height: 95px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 36px;
  }

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

  .flex-nav {
    background-color: #fff;
    height: auto;
    padding-bottom: 24px;
  }

  .link-nav {
    color: var(--secondary-base);
    text-align: center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    display: flex;
  }

  .link-nav.w--current {
    border-bottom: 0 #0000;
  }

  .link-nav.primary-button {
    margin-left: 24px;
    margin-right: 24px;
  }

  .logo-image {
    height: 72px;
  }

  .icon {
    color: var(--secondary-accent);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .text-highlight {
    padding: 20px;
  }

  .banner {
    padding: 70px 5% 99px;
  }

  .wrapper-footer-copyright {
    padding-top: 36px;
  }

  .column-footer-content {
    margin-bottom: 24px;
  }

  .wrapper-row {
    flex-wrap: wrap;
  }

  .wrapper-footer-content {
    grid-column-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .body-large.my-32px.mw-adjustment {
    max-width: 600px;
  }

  .column---quick-contacts {
    grid-column-gap: 24px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .column---search-fb {
    flex: none;
    display: flex;
  }

  .fb-link {
    flex: none;
  }

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

  .logo-footer {
    object-fit: contain;
    width: 100%;
  }

  .column-hero.image {
    z-index: 1;
    margin-right: -332px;
  }

  .column-hero.desc {
    z-index: 2;
  }

  .wrapper-stat-strip {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .comp-stat-strip {
    width: 50%;
  }

  .column-textimage.image {
    min-width: 270px;
  }

  .wrapper-offer {
    grid-column-gap: 32px;
  }

  .component-offer-block {
    min-height: 312px;
  }

  .wrapper-row-trio.wrapped {
    grid-template-columns: 1fr 1fr;
  }

  .component-service {
    padding: 24px;
  }

  .wrapper-cta-block {
    padding-top: 148px;
  }

  .container-cta-block-description, .wrapper-doctor {
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .menu-button {
    background-color: #fff;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button.w--open {
    color: #0a2b49;
    background-color: #fff;
  }

  .flex-nav {
    height: auto;
    padding-bottom: 24px;
  }

  .link-nav.primary-button {
    margin-left: 24px;
    margin-right: 24px;
  }

  .logo-image {
    height: 42px;
  }

  .icon {
    font-size: 36px;
  }

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

  .container.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .text-highlight {
    padding: 26px 9px;
  }

  .banner {
    padding: 32px 24px;
  }

  .line-bar {
    max-width: 64px;
    margin-top: 16px;
  }

  .type-row {
    flex-direction: column;
  }

  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.hero {
    height: auto;
    padding-bottom: 0;
  }

  .section.page.no-overflow {
    overflow: hidden;
  }

  .section.cta-block {
    padding-top: 50px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .wrapper-footer-copyright {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    justify-content: center;
    padding-top: 12px;
  }

  .column-footer-content {
    max-width: 100%;
  }

  .wrapper-row.align-stretch {
    flex-direction: column;
  }

  .body-content {
    background-size: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title.mobile-responsive {
    font-size: 22px;
    line-height: 28px;
  }

  .body-large.mobile-responsive {
    font-size: 16px;
    line-height: 20px;
  }

  .body-large.center.padding.mobile---justify {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-search-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .wrapper-space-between-row {
    justify-content: flex-end;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .column---quick-contacts {
    display: none;
  }

  .container-follow-policies {
    align-items: flex-start;
  }

  .no-margin.text-heading.mobile-year {
    display: block;
  }

  .wrapper-hero {
    grid-row-gap: 36px;
    flex-direction: column;
  }

  .column-hero.image {
    margin-right: 0;
  }

  .column-hero.desc {
    width: 100%;
    position: relative;
  }

  .wrapper-stat-strip {
    flex-direction: column;
  }

  .comp-stat-strip {
    align-items: center;
    width: auto;
  }

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

  .bg-circle {
    width: 840px;
    max-width: none;
    top: 226px;
    left: -573px;
  }

  .bg-circle.right.clients {
    max-width: none;
    top: 44px;
    left: -577px;
    right: auto;
  }

  .bg-circle.bottom-right {
    right: -485px;
  }

  .bg-circle.bottom-right.history-two {
    width: 840px;
    max-width: none;
    inset: 2390px auto auto -650px;
  }

  .bg-circle.history-one {
    width: 840px;
    max-width: none;
    top: 195px;
    left: -639px;
  }

  .bg-circle.terms-one {
    object-fit: contain;
    width: 840px;
    max-width: none;
    left: -638px;
  }

  .bg-circle.terms-two {
    width: 840px;
    max-width: none;
    inset: auto -600px 472px auto;
  }

  .bg-circle.error {
    display: block;
    top: 298px;
    left: -556px;
  }

  .column-textimage.image {
    display: none;
  }

  .image-awards {
    display: block;
  }

  .wrapper-offer {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .component-offer-block {
    min-height: 240px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo-slide {
    width: 50%;
  }

  .wrapper-row-trio {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .wrapper-row-trio.wrapped {
    display: block;
  }

  .image-quote-mark {
    height: 36px;
    inset: auto -16px 46% auto;
  }

  .component-news {
    max-width: 100%;
  }

  .secondary-base-color.mobile-responsive {
    font-size: 32px;
    line-height: 40px;
  }

  .wrapper-page.no-margin {
    margin-bottom: 0;
  }

  .header-gradient {
    height: 140px;
  }

  .component-service {
    padding: 32px;
  }

  .service-title-line {
    grid-row-gap: 0px;
  }

  .wrapper-service {
    min-width: 0%;
    max-width: none;
  }

  .wrapper-cta-block {
    flex-direction: column;
    padding-top: 0;
  }

  .container-cta-block-description {
    margin-bottom: 40px;
    position: relative;
  }

  .vector-image-cta-block {
    width: 100%;
    margin-bottom: 48px;
  }

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

  .tabs-menu {
    flex-flow: column wrap;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .tab-link.w--current {
    border-bottom: 6px solid var(--secondary-accent);
    border-right-style: none;
  }

  .wrapper-doctor-name {
    grid-row-gap: 0px;
  }

  .wrapper-column {
    width: 100%;
  }

  .container-history {
    grid-row-gap: 32px;
  }

  .middle-line {
    height: 96%;
    inset: 0% auto auto 12px;
  }

  .container-history-entry {
    margin-top: -10px;
  }

  .container-history-entry.opacity-zero {
    opacity: 1;
  }

  .container-history-entry.mobile-responsive {
    display: none;
  }

  .history-point {
    border-width: 4px;
    width: 32px;
    height: 32px;
  }

  .wrapper-history-line-point {
    justify-content: flex-start;
  }

  .history-line-year {
    width: 52px;
  }

  .history-year {
    display: none;
  }

  .wrapper-history-row {
    margin-top: 0;
  }

  .wrapper-contact-row {
    flex-direction: column;
  }

  .mobile-image {
    display: block;
  }

  .desktop-image {
    display: none;
  }

  .image-block-mv {
    object-fit: cover;
    height: 308px;
    display: none;
  }

  .image-block-mv.mr {
    height: auto;
    display: block;
  }

  .dummy-anchor {
    top: -25vh;
  }

  .wrapper-subheading-block {
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 30px;
  }

  .logo-image {
    height: 40px;
  }

  .wrapper-main-navbar {
    height: 66px;
  }

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

  .container.navbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-left: 16px;
    padding-right: 12px;
    display: flex;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .margin-50px {
    margin-top: 30px;
  }

  .typography-flex {
    width: 68%;
  }

  .banner {
    padding-top: 50px;
    padding-bottom: 45px;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .type-row {
    flex-direction: column;
  }

  .section.page.no-overflow {
    overflow: hidden;
  }

  .type-column {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .wrapper-footer-copyright {
    flex-direction: column;
  }

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

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .color-row {
    flex-direction: column;
  }

  .container-follow-policies {
    align-items: flex-start;
  }

  .container-footer-links {
    flex-direction: column;
  }

  .logo-footer {
    max-width: 100%;
  }

  .bg-circle.right.clients {
    top: 151px;
    left: -628px;
  }

  .bg-circle.bottom-right.history-two {
    top: 3159px;
    left: -660px;
  }

  .bg-circle.history-one {
    top: 400px;
    left: -660px;
  }

  .bg-circle.terms-one {
    top: 255px;
    left: -643px;
  }

  .bg-circle.terms-two {
    bottom: 652px;
    right: -704px;
  }

  .bg-circle.error {
    top: 211px;
    left: -604px;
  }

  .column-textimage.offer-blocks {
    flex-direction: column;
  }

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

  .component-slider {
    height: auto;
  }

  .logo-slide {
    width: 50%;
  }

  .image-quote-mark {
    bottom: 51%;
  }

  .wrapper-page.no-margin {
    margin-bottom: 0;
  }

  .vector-image-error {
    max-width: 100%;
  }

  .slide-nav {
    margin-bottom: -36px;
  }

  .image-block-mv.mr {
    height: 300px;
  }

  .dummy-block {
    flex: 1;
    display: block;
  }
}


