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

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

h1 {
  color: #020e27;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: #020e27;
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: #020e27;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: #020e27;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  color: #020e27;
  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: #020e27;
  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 {
  color: #020e27;
  text-align: left;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #020e27;
  padding: 8px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s;
}

.button-navigation:hover {
  color: #fff;
  background-color: #003d7a;
}

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

.container-navigation {
  width: 100%;
  max-width: 1350px;
  justify-content: space-between;
  align-items: center;
  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: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .35s;
}

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

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

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

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

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

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

.brand {
  margin-right: 4vw;
}

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

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

.service-card {
  width: 25%;
  text-align: center;
  border: 1px solid #e4e8f1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 32px 12px;
  font-size: 24px;
  display: flex;
}

.section-service {
  background-color: #fcfcfc;
  flex-direction: column;
  align-items: center;
  padding: 50px 5% 100px;
  display: flex;
}

.grid-service {
  max-width: 1350px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: stretch;
  margin-top: 40px;
  display: flex;
}

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

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

.colour {
  width: 100%;
  max-width: 170px;
  background-color: #fff;
  align-items: center;
  display: block;
  overflow: hidden;
  box-shadow: 34px 34px 74px -12px rgba(56, 50, 124, .08);
}

.color-grid {
  width: 100%;
  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;
  margin-top: 24px;
}

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

.style-title-small {
  color: #5d6a83;
  letter-spacing: 1px;
  font-weight: 600;
}

.gray-800 {
  background-color: #101a2d;
}

.style-guide-block {
  width: 100%;
  text-align: left;
  background-color: #f9f9fb;
  border: 1px solid #e4e8f1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 32px 42px;
  display: flex;
}

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

.button-outline:hover {
  color: #fff;
  background-color: #003d7a;
}

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

.template-block {
  color: #000;
  background-color: #ecf8fe;
  border: 1px solid #c6e9fb;
  margin-bottom: 32px;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 32px;
}

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

.template-wrapper {
  background-color: #fff;
  border: 1px solid #e4e8f1;
  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: #364259;
  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: #bcc3d2;
}

.font-size {
  color: #939eb4;
  font-size: 16px;
}

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

.line-break {
  width: 100%;
  height: 1px;
  background-color: #e4e8f1;
  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 {
  min-height: 240px;
  white-space: normal;
  border: 1px solid #e4e8f1;
  padding: 18px 18px 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
}

.gray-500 {
  background-color: #5d6a83;
}

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

.button-primary {
  min-height: 48px;
  color: #fff;
  text-align: center;
  background-color: #003d7a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.button-primary:hover {
  background-color: #000;
}

.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: #364259;
}

.gray-900 {
  background-color: #020e27;
}

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

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

.paragraph-large {
  color: #364259;
  letter-spacing: -.02em;
  white-space: pre-wrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
}

.paragraph-large.white {
  color: #fff;
  line-height: 20px;
}

.paragraph-large.ul {
  text-decoration: underline;
}

.paragraph-large.ul.contaft {
  color: #003d7a;
  margin-top: 32px;
}

.paragraph-large.address {
  line-height: 20px;
}

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

.heading-detail-regular {
  color: #003d7a;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

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

.gray-700 {
  background-color: #1a2437;
}

.gray-400 {
  background-color: #939eb4;
}

.gray-200 {
  background-color: #e4e8f1;
}

.gray-100 {
  background-color: #f9f9fb;
}

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

.service-link {
  color: #003d7a;
  letter-spacing: -.02em;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  display: none;
}

.section-home {
  background-color: #fcfcfc;
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

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

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

.background-block {
  width: 50%;
  background-color: #f9f9fb;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.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 {
  background-color: #fcfcfc;
  padding: 40px 5%;
}

.cta-block {
  z-index: auto;
  width: 100%;
  max-width: 1350px;
  min-height: 336px;
  text-align: center;
  background-color: #003d7a;
  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;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

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

.button-secondary {
  min-height: 48px;
  color: #020e27;
  text-align: center;
  background-color: #99bcd3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

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

.section-regular {
  background-color: #fcfcfc;
  padding: 80px 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;
  grid-template-columns: 1fr 1fr;
}

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

.text-field-large {
  height: 100%;
  min-height: 172px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e8f1;
  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-wrapper {
  background-color: #fff;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 5%;
  box-shadow: 68px 68px 140px -32px rgba(2, 8, 44, .04);
}

.text-field {
  min-height: 56px;
  color: #020e27;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e8f1;
  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::-ms-input-placeholder {
  color: #5d6a83;
}

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

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

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

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

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

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

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

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

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

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

.footer {
  background-color: #fff;
  padding: 100px 5%;
  display: block;
  overflow: visible;
}

.footer-banner {
  min-height: 48px;
  background-color: #99bcd3;
  align-items: center;
  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-wrapper {
  background-color: #fcfcfc;
}

.banner {
  z-index: 55;
  min-height: 48px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #003d7a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 8px 5%;
  display: grid;
  position: relative;
}

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

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

.banner-text.join {
  color: #fff;
  letter-spacing: .1em;
  text-indent: 5px;
  font-weight: 800;
  text-decoration: underline;
}

.banner-text.join:hover {
  color: #bbd5e5;
}

.banner-text.join.app {
  margin-right: 0;
  display: block;
}

.footer-link-grid {
  color: #000;
  grid-template-columns: 1fr;
}

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

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

.utility-page-wrap {
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  min-height: 620px;
  justify-content: center;
  align-items: center;
  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: #364259;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.heading-detail-company.white {
  color: #fff;
}

.heading-detail-company.about {
  padding-bottom: 0;
}

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

.header-image {
  height: 500px;
  background-image: url('../images/Accent-Bottom-White.svg'), url('../images/elderly-in-home-1440x500.jpeg');
  background-position: 100% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}

.primary-darker {
  background-color: #003d7a;
}

.primary-base {
  background-color: #4754ff;
}

.primary-lighter {
  background-color: #c8cbf9;
}

.primary-light {
  background-color: #edeefd;
}

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

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

.header-background {
  width: 35%;
  height: 100%;
  background-color: #bbd5e5;
  background-image: url('../images/Accent-Bottom-Right.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-home {
  min-height: 48px;
  color: #fff;
  text-align: center;
  background-color: #003d7a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.button-home:hover {
  color: #fff;
  background-color: #000;
}

.button-home.right {
  margin-right: 32px;
}

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

.home-heading.bold {
  font-weight: 700;
}

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

.section-feature {
  background-color: #003d7a;
  background-image: url('../images/Accent-Bottom-Left.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 2.5%;
  display: flex;
}

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

.feature-block {
  align-items: center;
  padding: 24px 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: #fff;
}

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

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

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

.nav-link-mobile {
  color: #020e27;
  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 {
  color: #000;
  background-color: #f9f9fb;
}

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

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

.section-contact {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #bbd5e5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 80px 5%;
  display: grid;
  position: relative;
}

.section-contact.contact-us {
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
}

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

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

.article ul {
  color: #020e27;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

.article blockquote {
  color: #10935a;
  background-color: #bbd5e5;
  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;
}

.section-service-header {
  background-color: #99bcd3;
  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: #fff;
}

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

.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 rgba(2, 8, 44, .04);
}

.div-block-2 {
  min-height: 30%;
  background-color: #fcfcfc;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.green-darker {
  background-color: #10935a;
}

.green-base {
  background-color: #3ee09a;
}

.green-light {
  background-color: #99bcd3;
}

.green-lighter {
  background-color: #bbd5e5;
}

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

.text-block, .text-block-2, .text-block-3, .text-block-4 {
  color: #000;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: rgba(252, 107, 92, .3);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-send-message-form {
  width: auto;
  min-width: auto;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-right-wrapper {
  width: 60%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-form-heading {
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
  display: block;
}

.cf-form-left-wrapper.right {
  width: 100%;
  max-width: none;
}

.cf-form-main-wrapper {
  width: 90%;
  max-width: 1140px;
  background-color: #003d7a;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  max-height: 100vh;
  background-color: #fcfcfc;
  padding-top: 60px;
  padding-bottom: 60px;
}

.form {
  color: #020e27;
  text-align: left;
  font-family: Be Vietnam Pro, sans-serif;
  font-weight: 500;
}

.banner-logo {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  justify-content: flex-start;
  align-items: center;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.previous-placeholder {
  width: auto;
  height: 35px;
  max-width: 100px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.slider-left {
  min-width: 80px;
  color: #fff;
  background-color: rgba(21, 28, 52, .06);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: rgba(21, 28, 52, .15);
}

.text-field-2 {
  min-height: 56px;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.text-field-2:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field-2::-ms-input-placeholder {
  color: rgba(97, 114, 131, .46);
}

.text-field-2::placeholder {
  color: rgba(97, 114, 131, .46);
}

.text-field-2.edu-top-pad {
  margin-top: 20px;
}

.text-field-2.edu-top-pad.side-pad, .text-field-2.side-pad {
  margin-left: 20px;
}

.text-field-2.side-pad.no-bottom, .text-field-2.no-bottom {
  margin-bottom: 0;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.form-full {
  min-height: 100vh;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider-2 {
  height: 100vh;
  min-height: 850px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: rgba(91, 97, 124, .1);
  border-radius: 100px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot.active-dot {
  background-color: #5b617c;
}

.submit-button {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #003d7a;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.submit-button:hover {
  background-color: #000;
}

.next-placeholder {
  width: auto;
  height: 47px;
  max-width: 159px;
  justify-content: center;
  align-items: center;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.text-block-5 {
  color: #5b617c;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 20px;
}

.button-wrap {
  width: 100%;
  display: flex;
}

.checkbox-base {
  width: 100%;
  height: 100px;
  background-color: #fff;
  border: 1.2px solid rgba(62, 52, 200, .1);
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px rgba(198, 211, 255, .28);
}

.star-row {
  margin-bottom: 30px;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider-right {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #003d7a;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  transition: all .2s;
}

.slider-right:hover {
  background-color: #000;
}

.form-content {
  width: 100%;
  max-width: 560px;
  min-width: 490px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -20px;
  display: flex;
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}

.form-section-title {
  color: #020e27;
  letter-spacing: -.02em;
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

.checkbox-text-wrapper {
  z-index: 9;
  cursor: pointer;
  position: relative;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.checkbox-field {
  width: 100%;
  height: 75px;
  min-width: 75px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.checkbox-field:active {
  background-color: #fff;
  border-color: rgba(200, 52, 54, .1);
}

.checkbox-field.edu, .checkbox-field.no-bottom {
  margin-bottom: 0;
}

.form-item-wrapper {
  width: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.form-item-wrapper.sub {
  align-items: flex-start;
  margin-bottom: 0;
}

.form-item-wrapper.age {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

.field-label-2 {
  color: #617283;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

.checkbox {
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.checkbox.no {
  background-color: #ff4747;
}

.paragraph-intro {
  max-width: 650px;
  color: rgba(255, 255, 255, .78);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: rgba(0, 0, 0, .55);
}

.paragraph {
  max-width: 650px;
  color: rgba(255, 255, 255, .78);
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

.slide-2 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 0;
  flex-wrap: wrap;
  position: static;
  overflow: scroll;
}

.slide-content {
  width: 70%;
  max-width: 70%;
  object-fit: fill;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-h3 {
  color: #fff;
  letter-spacing: -.3px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.form-wrap {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
}

.form-wrap.extra-space.less-space {
  margin-bottom: 20px;
}

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

.arrow {
  color: #fff;
}

.slide-counter {
  width: 100%;
  min-height: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.success-message-2 {
  letter-spacing: 1px;
  padding: 50px;
}

.slide-banner {
  width: 30%;
  min-width: 310px;
  background-color: #003d7a;
}

.banner-content {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: 25% 40px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-paragraph {
  max-width: 550px;
  color: #5b617c;
  font-size: 18px;
  line-height: 23px;
}

.form-paragraph.white {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 32px;
  display: flex;
}

.author-name {
  color: #fff;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.slide-wrapper {
  min-height: 100vh;
  background-color: #003d7a;
  border-radius: 0;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.text-block-6 {
  color: #5b617c;
}

.logo {
  margin-bottom: 40px;
}

.success-panel {
  min-height: 100vh;
  background-color: #003d7a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 3%;
  display: flex;
}

.image-3 {
  width: 130px;
  margin-bottom: 20px;
}

.image-3.bigger {
  width: 200px;
}

.text-block-7 {
  max-width: 500px;
  color: #d1d1d1;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 40px;
  padding: 18px 40px;
  font-weight: 500;
}

.button:hover {
  color: #000;
  background-color: rgba(255, 255, 255, .49);
}

.button:active {
  background-color: rgba(255, 255, 255, .11);
}

.heading {
  text-align: left;
  white-space: break-spaces;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 500;
}

.heading.edu {
  margin-bottom: 0;
}

.heading.no-pad {
  padding-right: 0;
}

.div-block-3 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-4 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-4.edu-top-pad {
  margin-top: 20px;
}

.div-block-6 {
  padding-left: 0;
  display: flex;
}

.div-block-7 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-7.bottom {
  align-items: center;
  margin-bottom: 20px;
}

.div-block-8 {
  display: flex;
}

.extra-space {
  margin-bottom: 40px;
}

.div-block-9 {
  align-items: center;
  display: flex;
}

.div-block-10 {
  width: 50%;
  display: flex;
}

.div-block-11 {
  display: flex;
}

.div-block-12 {
  width: auto;
  max-width: 60%;
  min-width: 60%;
  display: flex;
}

.div-block-13, .div-block-14 {
  max-width: 60%;
  min-width: 60%;
  display: flex;
}

.div-block-15 {
}

.text-span-5 {
  white-space: pre;
}

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-regular {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq1_answer {
  overflow: hidden;
}

.rl_faq1_icon {
  width: 2rem;
  height: 2rem;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl_faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq1_list {
  border-bottom: 1px solid #000;
}

.rl_faq1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2.5rem;
}

.rl_faq1_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  text-align: center;
}

.rl_faq1_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  background-color: #fcfcfc;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_faq1 {
  background-color: #fff;
}

.rl_faq6_question-text {
  color: #003d7a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq6_question {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.rl_faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  grid-auto-flow: row;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.rl_faq6_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_faq6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.rl_section_faq6 {
  background-color: #fff;
}

.link {
  color: #003d7a;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 1.25rem;
}

.heading-2 {
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.heading-3, .heading-4, .heading-5 {
  font-size: 20px;
}

.link-3 {
  color: #003d7a;
}

.link-3.dark {
  font-family: Be Vietnam Pro, sans-serif;
}

.map {
  padding-top: 0;
}

.div-block-16 {
  padding-top: 20px;
}

.div-block-16.contact {
  display: none;
}

.text-span-6 {
  font-weight: 300;
}

.text-span-7, .text-span-10 {
  color: #003d7a;
}

.div-block-17 {
  max-width: 1350px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-6 {
  text-transform: none;
}

.text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35 {
  color: #003d7a;
}

.div-block-18 {
  display: flex;
}

.button-careers {
  min-height: 48px;
  color: #020e27;
  text-align: center;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.button-careers.bottom {
  margin-bottom: 32px;
}

.button-careers.bottom.nopadding {
  background-color: #bbd5e5;
  margin-left: 0;
}

.div-block-19 {
  display: flex;
}

.button-3 {
  width: 100%;
  background-color: #003d7a;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 24px;
  font-size: 36px;
  font-weight: 700;
  display: flex;
}

.button-3:hover {
  background-color: #5d6a83;
}

.html-embed {
  display: none;
}

.div-block-20 {
  width: 30%;
  text-align: center;
  justify-content: flex-end;
  display: flex;
}

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

.div-block-22, .div-block-23 {
  min-height: 0;
}

.html-embed-2 {
  position: relative;
  top: 0;
  right: 0;
}

.button-4 {
  z-index: 10;
  background-color: #020e27;
  position: fixed;
  top: auto;
  bottom: 1%;
  left: 1%;
  right: auto;
}

.text-span-36 {
  color: #003d7a;
}

.scrolltotop {
  z-index: 10;
  background-color: #020e27;
  position: fixed;
  top: auto;
  bottom: 1%;
  left: auto;
  right: 1%;
}

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

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

  .container-navigation {
    position: relative;
  }

  .nav-link {
    color: #262626;
  }

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

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

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

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

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

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

  .service-card {
    width: 100%;
  }

  .grid-service {
    max-width: 540px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

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

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

  .contact-wrapper {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

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

  .footer {
    padding-top: 60px;
  }

  .header-image {
    background-position: 100% 100%, 75%;
  }

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

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

  .header-background {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

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

  .feature-paragraph {
    color: #edeefd;
  }

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

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

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

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

  .section-contact.contact-us {
    grid-template-rows: 1fr auto auto auto;
    grid-template-columns: 1fr;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    max-width: 700px;
    flex-direction: column;
    padding-left: 70px;
  }

  .cf-form-section-1 {
    max-height: none;
  }

  .banner-logo {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .slide-content {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .banner-h3 {
    font-size: 30px;
  }

  .author-testimonial {
    flex-direction: column;
    align-items: flex-start;
  }

  .slide-banner {
    width: 100%;
    display: none;
  }

  .banner-content {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .logo {
    display: none;
  }

  .rl_faq1_spacing-block-3, .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

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

  .rl_faq6_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .link-3.dark {
    font-family: Be Vietnam Pro, sans-serif;
  }

  .div-block-17 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .button-3 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 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;
  }

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

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

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

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

  .contact-wrapper {
    width: 100%;
  }

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

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

  .header-image {
    height: 400px;
  }

  .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-service-header {
    padding-top: 60px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-full {
    text-align: left;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .checkbox-base {
    min-height: 80px;
  }

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

  .form-wrapper {
    width: 100%;
    text-align: left;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .slide-content {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slide-wrapper {
    background-color: rgba(0, 61, 122, 0);
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
  }

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

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

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

  .rl_faq6_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl_faq6_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .link-3.dark {
    font-size: 1.25rem;
  }

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

  .button-3 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    font-size: 24px;
    line-height: 36px;
  }

  .nav-link.contact {
    display: block;
  }

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

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

  .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 {
    font-size: 16px;
  }

  .paragraph-large.white {
    font-size: 14px;
  }

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

  .image-wrapper {
    height: 360px;
  }

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

  .cta-heading {
    font-size: 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;
  }

  .banner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .banner-text {
    font-size: 10px;
    line-height: 12px;
  }

  .banner-text.join.app {
    font-size: 14px;
  }

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

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

  .header-image {
    background-image: url('../images/elderly-in-home-1440x500.jpeg');
    background-position: 75%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .header-content {
    align-items: flex-start;
  }

  .header-background {
    height: 20%;
  }

  .home-heading.bold {
    text-align: left;
  }

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

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

  .section-contact.contact-us {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

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

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

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

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

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-form-right-wrapper {
    max-width: 500px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-features-section-1-image-contai, .cf-form-icon {
    display: none;
  }

  .cf-footer-info-contain {
    justify-content: flex-start;
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-left-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-form-main-wrapper {
    align-items: center;
    padding: 60px 20px;
  }

  .banner-logo {
    display: none;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .slider-2 {
    height: auto;
    min-height: 80vh;
  }

  .checkbox-base {
    margin-bottom: 15px;
  }

  .form-content {
    width: 100%;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
  }

  .form-item-wrapper.age {
    justify-content: center;
  }

  .slide-banner, .banner-content {
    display: none;
  }

  .heading.no-pad {
    text-align: center;
  }

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

  .link-3.dark {
    font-size: 1.25rem;
  }

  .div-block-17 {
    grid-template-columns: 1fr;
  }

  .text-span-23 {
    font-size: 42px;
  }

  .button-3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .button-4 {
    background-color: #020e27;
    bottom: 2%;
  }

  .scrolltotop {
    background-color: #020e27;
    bottom: 2%;
    left: 1%;
    right: auto;
  }
}

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

#w-node-_6763ff5b-8d97-1a37-3436-e8474a33440b-baaebb06 {
  align-self: end;
  justify-self: end;
}

#w-node-_9962be17-7869-e571-da0a-0841c180c9b5-baaebb06, #w-node-_48b46eed-9eca-118a-4548-cbc16f94762a-baaebb06, #w-node-_340c82fb-9419-2e79-7504-39bed759580e-baaebb06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf66a4b1-8e8b-520b-a49b-9d90f5b524c8-baaebb06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#scrolltomap.w-node-cf66a4b1-8e8b-520b-a49b-9d90f5b524f3-baaebb06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05f5870a-64de-8a5b-8fb0-55f74a95591f-baaebb06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf66a4b1-8e8b-520b-a49b-9d90f5b524cf-baaebb06, #w-node-cf66a4b1-8e8b-520b-a49b-9d90f5b524d7-baaebb06, #w-node-cf66a4b1-8e8b-520b-a49b-9d90f5b524df-baaebb06, #w-node-cf66a4b1-8e8b-520b-a49b-9d90f5b524e7-baaebb06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf66a4b1-8e8b-520b-a49b-9d90f5b52501-baaebb06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c74df19-157b-5c8a-01ae-cb198fa26ab9-8fa26aaa, #w-node-ce3b22f8-a7a7-e9f5-5eb6-b147eb25b7fa-8fa26aaa, #w-node-_49ca75f6-6039-c54f-f877-58ac7fdd4568-8fa26aaa, #w-node-f79a8a20-68d4-b617-ac0c-49be2724e44a-8fa26aaa, #w-node-_6c9a496b-b776-b12b-3204-8fa51a2fbaba-8fa26aaa, #w-node-_94d5c9f1-ecc3-ee43-6ccb-04fce5b993e9-8fa26aaa, #w-node-f0e61f67-e82b-0617-ef1a-a024aea4b691-8fa26aaa, #w-node-_94d5c9f1-ecc3-ee43-6ccb-04fce5b993ed-8fa26aaa, #w-node-_94d5c9f1-ecc3-ee43-6ccb-04fce5b993f0-8fa26aaa, #w-node-_1da65f0e-535a-73ff-5b58-edbecfeeddea-8fa26aaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0a32510-9d3c-eb63-58a7-d77c311610bf-311610bc, #w-node-d0a32510-9d3c-eb63-58a7-d77c311610c7-311610bc, #w-node-d0a32510-9d3c-eb63-58a7-d77c311610cf-311610bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_937e1ecc-f50d-e816-c92f-a086ff6c4022-e9dbf7ed, #w-node-_2f5b9f96-5cac-82f4-302d-2101bbe8a2d3-e9dbf7ed, #w-node-_9e515901-b44c-70af-e495-41a407087c16-4caebb19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9f58d43-b8a3-1379-70c0-326dca24ad4f-4caebb19 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b321937f-a9f0-c1ed-bde6-d977063e6828-21aebb1b, #w-node-b321937f-a9f0-c1ed-bde6-d977063e6824-21aebb1b, #w-node-e14b5042-e683-fa41-1c10-905beee2ef50-21aebb1b, #w-node-e14b5042-e683-fa41-1c10-905beee2ef44-21aebb1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e197d6e-35c8-c7b2-ebfa-bfb7a0532a94-21aebb1b {
  align-self: center;
}

#w-node-_42550977-10b8-ac8d-f3f0-0494d2daba94-21aebb1b {
  align-self: baseline;
}

#w-node-_0a4e2e57-fc53-7726-84e3-344b26e009bf-21aebb1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a4e2e57-fc53-7726-84e3-344b26e009c0-21aebb1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#scrolltomap.w-node-_0a4e2e57-fc53-7726-84e3-344b26e009c5-21aebb1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdd969ba-69c7-ed2f-b044-5c0e41504722-21aebb1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8b14197-a39e-3d0e-a144-68262cfbc7bd-21aebb1b, #w-node-_0a4e2e57-fc53-7726-84e3-344b26e009cf-21aebb1b, #w-node-_0a4e2e57-fc53-7726-84e3-344b26e009d7-21aebb1b, #w-node-_0a4e2e57-fc53-7726-84e3-344b26e009df-21aebb1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a4e2e57-fc53-7726-84e3-344b26e009f7-21aebb1b, #w-node-c55ebae2-fa4a-5d77-c25b-8626380e6b71-9aaebb1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d95574f-97c6-f6e9-c05c-e08638352639-9aaebb1c, #w-node-_2d95574f-97c6-f6e9-c05c-e08638352641-9aaebb1c, #w-node-_1612d89b-ef2c-24c6-e607-e44d536fd56e-9aaebb1c, #w-node-_70ebecc4-e02c-7ae7-b8a9-20cbf4d6995a-9aaebb1c, #w-node-b3fa895d-7908-c4f1-8584-fa1e401ae487-9aaebb1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d95574f-97c6-f6e9-c05c-e08638352655-9aaebb1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#scrolltomap.w-node-_2f10c9d5-7716-8b47-38e2-963986cc5e48-9aaebb1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#map.w-node-_7d411761-408b-19e2-2447-161dc5ab9f63-9aaebb1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_5e6b2cd5-48c5-ffc2-aa9c-59df1e849e25-b6aebb1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e6b2cd5-48c5-ffc2-aa9c-59df1e849e26-b6aebb1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#scrolltomap.w-node-_5e6b2cd5-48c5-ffc2-aa9c-59df1e849e2b-b6aebb1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8384bf61-eab2-cb5c-5932-e52b63bc40a8-b6aebb1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e6b2cd5-48c5-ffc2-aa9c-59df1e849e2d-b6aebb1f, #w-node-_5e6b2cd5-48c5-ffc2-aa9c-59df1e849e35-b6aebb1f, #w-node-_5e6b2cd5-48c5-ffc2-aa9c-59df1e849e3d-b6aebb1f, #w-node-_5e6b2cd5-48c5-ffc2-aa9c-59df1e849e45-b6aebb1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e6b2cd5-48c5-ffc2-aa9c-59df1e849e5d-b6aebb1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-cf66a4b1-8e8b-520b-a49b-9d90f5b524c8-baaebb06, #w-node-_05f5870a-64de-8a5b-8fb0-55f74a95591f-baaebb06 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5c74df19-157b-5c8a-01ae-cb198fa26aae-8fa26aaa {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0a4e2e57-fc53-7726-84e3-344b26e009c0-21aebb1b {
    grid-column: span 1 / span 1;
  }

  #map.w-node-_7d411761-408b-19e2-2447-161dc5ab9f63-9aaebb1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: auto;
  }

  #w-node-_5e6b2cd5-48c5-ffc2-aa9c-59df1e849e26-b6aebb1f {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cf66a4b1-8e8b-520b-a49b-9d90f5b52501-baaebb06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e14b5042-e683-fa41-1c10-905beee2ef44-21aebb1b {
    order: -9999;
  }

  #w-node-_0a4e2e57-fc53-7726-84e3-344b26e009c0-21aebb1b, #w-node-fdd969ba-69c7-ed2f-b044-5c0e41504722-21aebb1b {
    grid-column: span 1 / span 1;
  }

  #w-node-_0a4e2e57-fc53-7726-84e3-344b26e009f7-21aebb1b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c55ebae2-fa4a-5d77-c25b-8626380e6b71-9aaebb1c {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d95574f-97c6-f6e9-c05c-e08638352655-9aaebb1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8384bf61-eab2-cb5c-5932-e52b63bc40a8-b6aebb1f {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e6b2cd5-48c5-ffc2-aa9c-59df1e849e5d-b6aebb1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cf66a4b1-8e8b-520b-a49b-9d90f5b524c8-baaebb06 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5c74df19-157b-5c8a-01ae-cb198fa26aae-8fa26aaa, #w-node-e4406aa9-1877-a3ae-bea0-31ddb468a338-4caebb19, #w-node-d9f58d43-b8a3-1379-70c0-326dca24ad4f-4caebb19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a4e2e57-fc53-7726-84e3-344b26e009c0-21aebb1b, #w-node-fdd969ba-69c7-ed2f-b044-5c0e41504722-21aebb1b, #w-node-_5e6b2cd5-48c5-ffc2-aa9c-59df1e849e26-b6aebb1f {
    grid-column: span 1 / span 1;
  }
}


