:root {
  --neutral--gray-900: #020e27;
  --neutral--gray-100: #f9f9fb;
  --primary--darker: #0e1681;
  --state--green-success--lighter: #c8f9e4;
  --neutral--gray-200: #e4e8f1;
  --neutral--gray-500: #5d6a83;
  --neutral--gray-800: #101a2d;
  --secondary--teals--lighter: #c6e9fb;
  --secondary--teals--light: #ecf8fe;
  --neutral--gray-600: #364259;
  --neutral--gray-300: #bcc3d2;
  --neutral--gray-400: #939eb4;
  --primary--base: #4754ff;
  --neutral--gray-700: #1a2437;
  --state--green-success--light: #edfdf6;
  --primary--light: #edeefd;
  --primary--lighter: #c8cbf9;
  --secondary--teals--base: #52bef4;
  --neutral--white: white;
  --state--green-success--darker: #10935a;
  --state--green-success--base: #3ee09a;
  --secondary--purple--light: #f5edfd;
  --secondary--purple--darker: #561093;
  --secondary--purple--base: #a952f4;
  --secondary--purple--lighter: #e2c8f9;
  --secondary--teals--darker: #0a6a99;
  --secondary--yellow--darker: #9b7e08;
  --secondary--yellow--base: #f6d551;
  --secondary--yellow--lighter: #fcf1c5;
  --secondary--yellow--light: #fefaec;
  --state--orange-warning--darker: #9f5704;
  --state--orange-warning--base: #fba94b;
  --state--orange-warning--lighter: #fee2c3;
  --state--orange-warning--light: #fff5eb;
  --state--red-error--darker: #a30000;
  --state--red-error--base: #ff4747;
  --state--red-error--lighter: #ffc2c2;
  --state--red-error--light: #ffebeb;
}

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

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

h1 {
  color: var(--neutral--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--neutral--gray-900);
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--neutral--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--neutral--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  color: var(--neutral--gray-900);
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

p {
  color: var(--neutral--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
}

ul {
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.button-navigation:hover {
  background-color: var(--neutral--gray-900);
  color: #fff;
}

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

.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: var(--neutral--gray-900);
  letter-spacing: -.02em;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .35s;
}

.nav-link:hover {
  background-color: var(--neutral--gray-100);
  color: #000;
}

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

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

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

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

.brand {
  margin-right: 4vw;
}

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

.container-large {
  background-color: #c8f9e4;
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: block;
  position: relative;
}

.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-circle {
  background-color: var(--neutral--gray-100);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  display: flex;
}

.service-card {
  border: 1px solid var(--neutral--gray-200);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.section-service {
  mix-blend-mode: normal;
  background-color: #e4e8f1;
  margin-bottom: 20px;
  padding: 40px 5% 60px;
  font-size: 18px;
  transform: translate(0);
}

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

.section-template {
  padding: 60px 3%;
}

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

.colour {
  background-color: #fff;
  align-items: center;
  width: 100%;
  max-width: 170px;
  display: block;
  overflow: hidden;
  box-shadow: 34px 34px 74px -12px #38327c14;
}

.color-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  width: 100%;
  margin-top: 24px;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.style-title-small {
  color: var(--neutral--gray-500);
  letter-spacing: 1px;
  font-weight: 600;
}

.gray-800 {
  background-color: var(--neutral--gray-800);
}

.style-guide-block {
  border: 1px solid var(--neutral--gray-200);
  background-color: var(--neutral--gray-100);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  padding: 32px 42px;
  display: flex;
}

.button-outline {
  border: 1px solid var(--neutral--gray-900);
  color: var(--neutral--gray-900);
  text-align: center;
  background-color: #fff;
  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 {
  background-color: var(--neutral--gray-900);
  color: #fff;
}

.style-guide-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.template-block {
  border: 1px solid var(--secondary--teals--lighter);
  background-color: var(--secondary--teals--light);
  color: #000;
  margin-bottom: 32px;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 32px;
}

.button-link {
  color: #0a071b;
  letter-spacing: -.02em;
  align-items: center;
  width: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.template-wrapper {
  border: 1px solid var(--neutral--gray-200);
  background-color: #fff;
  padding: 24px;
}

.style-detail {
  color: #6a768a;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.button-grid {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.paragraph-small {
  color: var(--neutral--gray-600);
  letter-spacing: -.01em;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.style-full-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.link-arrow {
  margin-left: 8px;
}

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

.gray-300 {
  background-color: var(--neutral--gray-300);
}

.font-size {
  color: var(--neutral--gray-400);
  font-size: 16px;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 12px 16px;
  display: flex;
}

.line-break {
  background-color: var(--neutral--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.color-base {
  z-index: -1;
  height: 120px;
  position: relative;
}

.style-guide-short-link {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.style-title {
  color: #000;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.sidebar-menu {
  border: 1px solid var(--neutral--gray-200);
  white-space: normal;
  min-height: 240px;
  padding: 18px 18px 24px;
  position: sticky;
  top: 10%;
}

.gray-500 {
  background-color: var(--neutral--gray-500);
}

.style-grid {
  grid-row-gap: 42px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

.button-primary {
  background-color: var(--primary--darker);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-bottom: auto;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

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

.typography-block {
  border-bottom: 1px solid #ececec;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 32px;
  display: flex;
}

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

.gray-600 {
  background-color: var(--neutral--gray-600);
}

.gray-900 {
  background-color: var(--neutral--gray-900);
}

.template-section {
  padding: 20px 5% 100px;
}

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

.paragraph-large {
  color: var(--neutral--gray-600);
  text-align: left;
  letter-spacing: -.02em;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

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

.heading-detail-large {
  color: var(--neutral--gray-600);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

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

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

.heading-detail-small {
  color: var(--neutral--gray-900);
  letter-spacing: .06em;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.gray-700 {
  background-color: var(--neutral--gray-700);
}

.gray-400 {
  background-color: var(--neutral--gray-400);
}

.gray-200 {
  background-color: var(--neutral--gray-200);
}

.gray-100 {
  background-color: var(--neutral--gray-100);
}

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

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

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

.section-home {
  margin-bottom: 40px;
  padding-top: 140px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

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

.video-block {
  background-image: none;
  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);
}

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

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

.background-block {
  background-color: #c8cbf9;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

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

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

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

.section-cta {
  padding: 20px 5%;
}

.cta-block {
  background-color: var(--primary--darker);
  text-align: center;
  background-image: url('../images/Accent-CTA-Bottom.svg'), url('../images/Accent-CTA.svg');
  background-position: 0 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 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;
}

.button-secondary {
  background-color: var(--primary--base);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px 24px;
  font-size: 14px;
  transition: all .3s;
  display: flex;
}

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

.blog-card {
  border: 1px solid var(--neutral--gray-200);
  color: var(--neutral--gray-900);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: all .3s;
}

.blog-card:hover {
  border-color: var(--neutral--gray-300);
  color: var(--primary--base);
}

.blog-image {
  height: 300px;
  margin-bottom: 24px;
}

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

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

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

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

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

.text-field-large:hover {
  border-color: var(--primary--base);
}

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

.text-field-large:focus {
  border-color: var(--primary--base);
}

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

.text-field {
  border: 1px solid var(--neutral--gray-200);
  color: var(--neutral--gray-900);
  background-color: #0000;
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
  transition: all .2s;
}

.text-field:hover {
  border-color: var(--primary--base);
}

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

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

.text-field::placeholder {
  color: var(--neutral--gray-500);
}

.button-form-submit {
  background-color: var(--primary--darker);
  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 {
  background-color: var(--primary--base);
  color: #fff;
}

.contact-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

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

.footer-logo {
  background-color: #e4e8f1;
  width: 180px;
  max-width: 120%;
  margin-bottom: 16px;
  position: static;
}

.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-detail {
  color: var(--primary--light);
  max-width: 50ch;
  font-size: 14px;
  font-weight: 600;
}

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

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

.footer {
  background-color: var(--primary--darker);
  padding: 40px 5%;
}

.footer-banner {
  background-color: var(--state--green-success--lighter);
  align-items: center;
  min-height: 48px;
  padding: 12px 5%;
  display: flex;
}

.footer-banner-wrapper {
  justify-content: space-between;
  align-items: center;
  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;
}

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

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

.footer-link-small {
  color: var(--neutral--gray-900);
  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;
}

.banner {
  z-index: 55;
  background-color: var(--state--green-success--lighter);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 5%;
  display: flex;
  position: relative;
}

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

.banner-text {
  letter-spacing: -.02em;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

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

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

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

.footer-link-block:hover {
  color: var(--state--green-success--lighter);
}

.container-small-2 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.template-changelog {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.update-badge {
  border: 1px solid var(--neutral--gray-200);
  color: var(--neutral--gray-900);
  letter-spacing: -.03em;
  background-color: #fff;
  margin-bottom: 8px;
  padding: 4px 16px;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 620px;
  max-height: 100%;
  padding: 100px 5%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

._404-icon {
  width: 124px;
  margin-bottom: 32px;
}

.field-label {
  display: none;
}

.heading-detail-company {
  color: var(--neutral--gray-600);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

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

.header-image {
  background-image: url('../images/Accent-Bottom-White.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  height: 300px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.heading-detail-blog {
  color: var(--neutral--gray-800);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

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

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

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

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

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

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

.header-background {
  background-color: var(--secondary--teals--base);
  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;
}

.button-home {
  background-color: var(--primary--darker);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 32px;
  padding: 8px 24px;
  font-size: 14px;
  transition: all .3s;
  display: flex;
}

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

.heading-detail-home {
  color: var(--neutral--gray-900);
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.home-heading {
  margin-top: 40px;
  margin-bottom: 24px;
  font-family: Be Vietnam Pro, sans-serif;
}

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

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

.grid-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
  padding-bottom: 40px;
}

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

.service-icon-block {
  background-color: #939eb4;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 88px;
  margin-right: 24px;
  padding: 12px;
  display: flex;
}

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

.feature-paragraph {
  color: #020e27;
}

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

.ui-card-square {
  background-color: var(--state--green-success--lighter);
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-right: 24px;
  padding: 14px;
  display: flex;
}

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

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

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

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

.grid-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 60px;
}

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

.value-square {
  background-color: var(--primary--base);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  padding: 14px;
  display: flex;
}

.value-card {
  border: 1px solid var(--neutral--gray-200);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.nav-link-mobile {
  color: var(--neutral--gray-900);
  letter-spacing: -.02em;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .35s;
}

.nav-link-mobile:hover {
  background-color: var(--neutral--gray-100);
  color: #000;
}

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

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

.section-contact {
  background-color: var(--state--green-success--light);
  padding: 80px 5%;
  position: relative;
}

.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 1fr;
  margin-top: 62px;
}

.card-location {
  border: 1px solid var(--neutral--gray-200);
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.location-line-break {
  background-color: var(--neutral--gray-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.button-location {
  border: 1px solid var(--primary--darker);
  background-color: var(--primary--darker);
  color: #fff;
  text-align: center;
  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 {
  border: 1px solid var(--primary--darker);
  background-color: var(--neutral--white);
  color: var(--primary--darker);
}

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

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

.blog-detail-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 44px;
}

.blog-detail-card {
  border: 1px solid var(--neutral--gray-200);
  color: var(--neutral--gray-900);
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.smaill-icon {
  margin-right: 8px;
}

.author-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.avatar-circle-small {
  background-color: var(--primary--base);
  border-radius: 100px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-right: 8px;
  overflow: hidden;
}

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

.article-wrapper {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.article p {
  margin-bottom: 32px;
}

.article ul {
  color: var(--neutral--gray-900);
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

.article blockquote {
  background-color: var(--state--green-success--light);
  color: var(--state--green-success--darker);
  border-left-style: none;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px;
  font-size: 16px;
  line-height: 32px;
}

.article li {
  margin-bottom: 14px;
}

.article img {
  margin-top: 24px;
  margin-bottom: 24px;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.left-arrow {
  border: 1px solid var(--neutral--gray-900);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 60px 0% auto;
}

.slide {
  height: 100%;
}

.quote {
  margin-bottom: 32px;
}

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

.slide-nav {
  display: none;
}

.testimonial-role {
  color: var(--neutral--gray-800);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.testimonial-name {
  color: var(--neutral--gray-900);
  letter-spacing: -.7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

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

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

.right-arrow {
  border: 1px solid var(--neutral--gray-900);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 0% 0% auto;
}

.success-message {
  background-color: var(--state--green-success--light);
  color: var(--state--green-success--darker);
  font-size: 14px;
  line-height: 24px;
}

.section-service-header {
  background-color: var(--primary--darker);
  background-image: url('../images/Accent-CTA.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 5% 0;
  position: relative;
}

.service-header {
  color: var(--neutral--white);
}

.heading-detail-service {
  color: var(--neutral--white);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.service-block {
  color: var(--neutral--white);
  text-align: center;
  background-color: #f9f9fb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: auto;
  padding: 20px;
  transition: opacity .2s;
  display: flex;
  box-shadow: 68px 68px 140px -32px #02082c0a;
}

.div-block-2 {
  background-color: var(--neutral--gray-200);
  min-height: 30%;
  transition: opacity .2s;
  position: absolute;
  inset: auto 0% 0%;
}

.green-darker {
  background-color: var(--state--green-success--darker);
}

.green-base {
  background-color: var(--state--green-success--base);
}

.green-light {
  background-color: var(--state--green-success--lighter);
}

.green-lighter {
  background-color: var(--state--green-success--light);
}

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

.image {
  width: 14px;
}

.image-2 {
  width: 75%;
  height: 75%;
}

.heading {
  color: var(--primary--darker);
  margin-top: 20px;
}

.list-item {
  color: var(--neutral--gray-900);
  padding-bottom: 10px;
  font-size: 18px;
}

.heading-2 {
  color: #0e1681;
}

.heading-3 {
  color: #0e1681;
  text-align: center;
}

.text-block {
  font-size: 18px;
}

.container-2 {
  color: var(--neutral--white);
  background-color: #f9f9fb;
}

.heading-4 {
  color: #0e1681;
}

.paragraph {
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 24px;
}

.grid {
  grid-template-rows: auto;
}

.heading-5 {
  text-align: center;
  max-width: none;
  margin-top: 16px;
}

.heading-6 {
  color: #0e1681;
}

.service-block-light-purple {
  color: var(--neutral--white);
  text-align: center;
  background-color: #c8cbf9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
  transition: opacity .2s;
  display: flex;
  box-shadow: 68px 68px 140px -32px #02082c0a;
}

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

.container-4 {
  margin-top: 40px;
}

.container-small-light-green {
  z-index: 5;
  background-color: #c8f9e4;
  width: 100%;
  max-width: 920px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  position: relative;
  transform: translate(0);
}

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

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

.html-embed, .html-embed-2 {
  text-align: center;
}

.text-block-2 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.heading-7 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.paragraph-3 {
  font-size: 18px;
}

.heading-8, .heading-9, .heading-10 {
  font-size: 20px;
}

.container-small-light-purple {
  z-index: 5;
  background-color: #c8cbf9;
  width: 100%;
  max-width: 920px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-x-small-green-pad-40 {
  z-index: 5;
  background-color: #c8f9e4;
  width: 100%;
  max-width: 650px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.service-circle-lt-blue {
  background-color: var(--secondary--teals--lighter);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  display: flex;
}

.service-circle-lt-green {
  background-color: var(--state--green-success--lighter);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  display: flex;
}

.service-circle-lt-purple {
  background-color: var(--secondary--purple--light);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  display: flex;
}

.section-cta-green {
  background-color: #c8f9e4;
  padding: 20px 5%;
}

.heading-11 {
  width: 260px;
}

.image-3 {
  object-fit: fill;
  width: auto;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  display: block;
  position: static;
}

.image-4 {
  display: block;
  position: static;
}

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

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

.grid-4 {
  grid-template-rows: auto;
}

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

.image-5, .button {
  position: static;
}

.button-services {
  background-color: var(--primary--darker);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-bottom: 20px;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

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

.contact-grid-3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-block-med-weight {
  width: 90px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .button-navigation {
    display: none;
  }

  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

  .container-navigation {
    position: relative;
  }

  .nav-link {
    color: #262626;
  }

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

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

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

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

  .menu-button {
    background-color: var(--primary--darker);
    color: #fff;
    margin-left: 14px;
    padding: 10px;
    transition: all .35s;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: var(--state--green-success--lighter);
    color: var(--neutral--gray-900);
  }

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

  .section-template {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .color-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .template-block {
    margin-top: 0;
  }

  .style-full-grid {
    grid-template-columns: 3fr;
  }

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

  .text-wrap {
    margin-bottom: 16px;
  }

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

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

  .footer {
    padding-top: 60px;
  }

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

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

  .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-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

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

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

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

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  .button-navigation {
    display: none;
  }

  .navigation-button-wrap, .navigation-menu {
    width: 100%;
  }

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

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

  .colour {
    margin-bottom: 25px;
  }

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

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

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

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

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

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

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

  .header-image {
    height: 300px;
  }

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

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

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

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

  .nav-link-mobile {
    display: none;
  }

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

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

  .collection-list, .blog-detail-grid, .testimonial-grid {
    grid-template-columns: 1fr;
  }

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

  .section-content-light-green, .section-cta-green {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-grid-3-col {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .service-card {
    padding: 40px 32px;
  }

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

  .style-guide-block {
    padding-left: 28px;
    padding-right: 28px;
  }

  .template-wrapper {
    padding: 0;
  }

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

  .paragraph-large {
    max-height: none;
    margin-bottom: 20px;
  }

  .image-wrapper {
    height: 360px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .header-background {
    height: 20%;
  }

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

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

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

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

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

  .left-arrow, .right-arrow {
    display: none;
  }

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

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

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

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

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

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

#w-node-b3cf563a-b5a2-7d79-d1c6-78810e7aed7c-0a3712ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21a6d7cb-7e43-4b5d-f30c-e8fbcbad4547-0a3712ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_48b6ac50-dc6f-2212-96a5-feea97c37e9e-0a3712ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c453a8a-6995-56b6-4ea0-592eaac155a1-0a3712ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9962be17-7869-e571-da0a-0841c180c9b5-0a3712ec, #w-node-_48b46eed-9eca-118a-4548-cbc16f94762a-0a3712ec, #w-node-_5c74df19-157b-5c8a-01ae-cb198fa26ab9-8fa26aaa, #w-node-e403001b-c4dc-6b43-5443-191039bbf6a0-8fa26aaa, #w-node-d59b3af8-84c2-a6e8-a25a-41ed8b14e6ff-8fa26aaa, #w-node-_991c03f4-9bd5-f4ee-a8c3-138f3255b2e9-8fa26aaa, #w-node-c711cb22-1e0c-be5f-9977-bf07b5dc54c2-b5dc54ba, #w-node-c711cb22-1e0c-be5f-9977-bf07b5dc54c9-b5dc54ba, #w-node-_6982fb0a-c0a5-2194-f5bb-35f84b3aed83-b5dc54ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_627864f4-6b78-a270-a2d7-5ec6aa5a1f63-b5dc54ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-d0a32510-9d3c-eb63-58a7-d77c311610bf-311610bc, #w-node-d0a32510-9d3c-eb63-58a7-d77c311610c7-311610bc, #w-node-d0a32510-9d3c-eb63-58a7-d77c311610cf-311610bc, #w-node-b321937f-a9f0-c1ed-bde6-d977063e6828-0a3712f2, #w-node-b321937f-a9f0-c1ed-bde6-d977063e6824-0a3712f2, #w-node-e14b5042-e683-fa41-1c10-905beee2ef50-0a3712f2, #w-node-e14b5042-e683-fa41-1c10-905beee2ef44-0a3712f2, #w-node-_4ddde5c2-15fd-d50d-744c-fad28ce70aa5-0a3712f2, #w-node-_4ddde5c2-15fd-d50d-744c-fad28ce70aa1-0a3712f2, #w-node-c3f4064e-8cbc-db3f-f2ee-b001a603236f-0a3712f2, #w-node-c3f4064e-8cbc-db3f-f2ee-b001a603236a-0a3712f2, #w-node-_5c14633b-f2e6-8ece-35a0-77dba85227c6-0a3712f2, #w-node-_5c14633b-f2e6-8ece-35a0-77dba85227cd-0a3712f2, #w-node-_2d95574f-97c6-f6e9-c05c-e08638352639-0a3712f3, #w-node-_2d95574f-97c6-f6e9-c05c-e08638352641-0a3712f3, #w-node-_9a07050f-6a40-7f98-2e33-ea23b3776e78-0a3712f3, #w-node-db63d11f-9af6-9d23-363e-0c385f38e6cc-0a3712f3, #w-node-_29f952de-1fba-b096-6502-a70eff9d36b9-0a3712f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5c74df19-157b-5c8a-01ae-cb198fa26aae-8fa26aaa {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e14b5042-e683-fa41-1c10-905beee2ef44-0a3712f2, #w-node-_4ddde5c2-15fd-d50d-744c-fad28ce70aa5-0a3712f2 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5c74df19-157b-5c8a-01ae-cb198fa26aae-8fa26aaa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


