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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 39px;
  line-height: 120%;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  line-height: 150%;
  font-weight: 400;
}

a {
  color: #28aead;
  text-decoration: underline;
}

.body {
  font-family: 'Circular pro book', sans-serif;
  color: #26354c;
  font-size: 18px;
  line-height: 140%;
}

.header {
  padding-top: 18px;
  padding-bottom: 104px;
  /* Header background removed globally — apply to homepage only via .home-header */
  background-image: none;
}

/* Homepage header with hero background (apply class to header on index.html) */
.home-header {
  background-image: url('../images/hero-bg.jpg');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

/* Utility to add comfortable padding for content pages */
.page-body {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.medium {
  max-width: 810px;
  color: #26354c;
}

.wrapper.medium.white {
  padding-right: 30px;
  padding-left: 30px;
  color: #fff;
}

.navbar {
  background-color: transparent;
}

.nav-link {
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all 200ms ease;
  font-family: 'Circular pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nav-link:hover {
  color: #28aead;
}

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

.nav-link.navbtn {
  margin-left: 20px;
  padding: 18px 28px;
  border-radius: 500px;
  background-color: #28aead;
  color: #fff;
}

.nav-link.navbtn:hover {
  background-color: #26354c;
}

.brand {
  display: flex;
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
}

.hero {
  margin-top: 60px;
}

.hero-2-col {
  margin-top: 120px;
  margin-bottom: 50px;
  align-items: center;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  font-family: 'Circular pro', sans-serif;
  font-size: 46px;
  line-height: 120%;
  font-weight: 700;
}

.subheading {
  max-width: 381px;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 140%;
  font-weight: 400;
}

.action-icon {
  display: flex;
  max-width: 170px;
  margin-bottom: 40px;
  align-items: center;
  font-family: 'Circular pro', sans-serif;
  color: #26354c;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
}

.image {
  margin-right: 8px;
  padding: 10px;
  border-radius: 599px;
  background-color: #26354c;
  -o-object-fit: contain;
     object-fit: contain;
}

.action-card {
  max-width: 334px;
  min-height: 408px;
  min-width: auto;
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(38, 53, 76, 0.09);
}

.active-tag {
  display: flex;
  max-width: 123px;
  margin-bottom: 29px;
  margin-left: auto;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  background-color: #5fd69a;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}

.image-2 {
  margin-right: 8px;
}

.card-title {
  margin-bottom: 10px;
  font-family: 'Circular pro', sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 60px;
  opacity: 0.8;
  font-family: 'Circular pro book', sans-serif;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
}

.paragraph.alt {
  margin-bottom: 0px;
  line-height: 140%;
}

.button {
  display: block;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 180px;
  text-align: center;
}

.button.btn-primary {
  background-color: #f8f5f2;
  transition: all 200ms ease;
  font-family: 'Circular pro', sans-serif;
  color: #26354c;
  font-size: 16px;
  font-weight: 500;
}

.button.btn-primary:hover {
  background-color: #28aead;
  color: #fff;
}

.button.btn-primary.alt {
  background-color: #26354c;
  color: #fff;
}

.button.btn-primary.alt:hover {
  background-color: #28aead;
}

.button.btn-primary.alt.align-center {
  display: inline-block;
  width: auto;
  padding-right: 35px;
  padding-left: 35px;
}

.button.btn-primary.alt.align-center.alt-bg {
  background-color: #28aead;
}

.button.btn-primary.alt.align-center.alt-bg:hover {
  background-color: #26354c;
}

.sp20 {
  height: 20px;
}

.get-started {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f8f5f2;
  text-align: center;
}

.h3 {
  width: auto;
  max-width: 520px;
  margin-bottom: 30px;
  font-family: 'Circular pro', sans-serif;
  color: #26354c;
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
}

.h3.center-align {
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.h3.white {
  color: #fff;
}

.h3.alt {
  max-width: 700px;
}

._3-col-grid {
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-box {
  padding-right: 45px;
  padding-left: 45px;
}

.image-3 {
  width: auto;
  height: 125px;
  margin-bottom: 30px;
}

.why-serenity {
  padding-top: 100px;
  padding-bottom: 35px;
}

.video-care {
  margin-bottom: 151px;
  text-align: center;
}

.center {
  max-width: 570px;
  margin-top: -29px;
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  height: 50px;
}

.image-4 {
  position: relative;
  left: auto;
  display: block;
  width: auto;
  margin: -10px auto 204px;
}

._2-col-feature-grid {
  margin-top: 162px;
  margin-bottom: 182px;
  align-items: center;
  grid-column-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.colored-text {
  color: #28aead;
}

.hr {
  max-width: 470px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(38, 53, 76, 0.1);
}

.img-ft {
  height: 530px;
}

.grid {
  margin-top: 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hor-icon-box {
  display: flex;
  align-items: center;
}

.image-5 {
  margin-right: 10px;
}

.testimonial {
  max-width: 840px;
  margin: 150px auto 20px;
  text-align: center;
}

.slider {
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slider-test-content {
  text-align: center;
}

.text-block-2 {
  font-family: 'Circular pro', sans-serif;
  font-size: 32px;
  line-height: 125%;
  font-weight: 500;
}

.div-block-2 {
  display: flex;
  max-width: 300px;
  margin-top: 27px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.image-6 {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 500px;
}

.text-block-3 {
  font-family: 'Circular pro', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 137%;
}

.div-block-3 {
  margin-top: 9px;
}

.benefits {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f8f5f2;
}

._3-col-grid-care {
  align-items: center;
  grid-column-gap: 54px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-card {
  padding: 40px 30px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}

.ic-icon {
  width: 32px;
  margin-bottom: 20px;
}

.special-care-services {
  padding-top: 150px;
  padding-bottom: 150px;
}

._2-col-grid {
  align-items: center;
  grid-column-gap: 61px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-7 {
  width: 50px;
}

.cta {
  padding-top: 100px;
  padding-bottom: 405px;
  background-image: url('../images/cta-bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.footer {
  padding-top: 100px;
  padding-bottom: 35px;
}

.footer-grid {
  margin-bottom: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fhead {
  font-size: 12px;
  text-transform: uppercase;
}

.f-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  opacity: 0.7;
  transition: all 200ms ease;
  color: #26354c;
  text-decoration: none;
}

.f-link:hover {
  opacity: 1;
}

.mail {
  display: block;
  margin-top: 7px;
  margin-bottom: 17px;
  font-family: 'Circular pro', sans-serif;
  color: #28aead;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.image-8 {
  width: 160px;
}

.copy-right {
  margin-top: 16px;
  margin-bottom: 8px;
  color: rgba(38, 53, 76, 0.7);
  font-size: 14px;
}

.image-9 {
  width: 170px;
}

.navigation-2 {
  display: flex;
  height: 85px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(38, 53, 76, 0.1);
}

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

.section.grey {
  background-color: #f2f2f2;
}

.section.grey.no-pd {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.dark {
  background-color: #0c1522;
  color: #fff;
}

.heading-2 {
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Circular pro', sans-serif;
  color: #26354c;
  font-size: 45px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -1px;
}

.light {
  opacity: 0.63;
}

.tab-link {
  border-bottom: 5px solid transparent;
  background-color: transparent;
  opacity: 0.5;
  color: #fff;
}

.tab-link.w--current {
  border-bottom-color: #5fd69a;
  background-color: transparent;
  opacity: 1;
}

.tab-pane {
  height: 680px;
}

.tabs-menu {
  max-width: 810px;
  margin-top: -48px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-inner {
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 117px;
  justify-content: center;
  align-items: flex-end;
}

.wrapper-inner._1 {
  background-image: url('../images/1.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper-inner._1._2 {
  background-image: url('../images/2.png');
}

.wrapper-inner._1._3 {
  background-image: url('../images/3.png');
}

.inner-wrapper {
  max-width: 594px;
}

._4-icons-grid {
  padding-top: 31px;
  padding-right: 63px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid rgba(38, 53, 76, 0.1);
}

.icon-box-2 {
  display: flex;
  align-items: flex-start;
  line-height: 100%;
}

.icon-2 {
  margin-right: 10px;
}

.ic2-text {
  line-height: 110%;
}

.full-image {
  width: 100%;
}

.spacing-40 {
  height: 40px;
}

.spacing-80 {
  height: 80px;
}

._4-col-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-box {
  display: flex;
  align-items: flex-start;
}

.icon {
  width: 58px;
  height: 58px;
  margin-right: 20px;
}

@media screen and (min-width: 1280px) {
  .img-ft {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .cta {
    padding-bottom: 352px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    overflow: hidden;
    padding-bottom: 43px;
    background-position: 50% 50%;
  }

  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }

  .nav-link.navbtn {
    margin-left: 0px;
  }

  .heading {
    font-size: 40px;
  }

  .get-started {
    overflow: hidden;
  }

  .icon-box {
    padding-right: 8px;
    padding-left: 8px;
  }

  .why-serenity {
    overflow: hidden;
  }

  .benefits {
    overflow: hidden;
  }

  ._3-col-grid-care {
    grid-column-gap: 28px;
  }

  .special-care-services {
    overflow: hidden;
  }

  .cta {
    overflow: hidden;
    padding-right: 161px;
    padding-bottom: 264px;
    padding-left: 161px;
  }

  .footer {
    overflow: hidden;
  }

  .menu-button {
    padding: 14px;
    border-radius: 500px;
    background-color: #28aead;
    color: #fff;
  }

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

  .nav-menu {
    margin-top: 9px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 11px 20px -7px rgba(38, 53, 76, 0.2);
    text-align: center;
  }

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

@media screen and (max-width: 767px) {
  .heading {
    font-size: 29px;
  }

  .subheading {
    font-size: 18px;
  }

  .card-title {
    font-size: 18px;
  }

  .h3 {
    font-size: 26px;
  }

  .h3.center-align {
    font-size: 26px;
  }

  .image-3 {
    width: 90px;
  }

  .why-serenity {
    padding-bottom: 28px;
  }

  .center {
    font-size: 16px;
    line-height: 130%;
  }

  .colored-text {
    font-size: 16px;
  }

  .img-ft {
    height: 410px;
  }

  .hor-icon-box {
    font-size: 16px;
  }

  .text-block-2 {
    font-size: 27px;
    line-height: 120%;
  }

  ._3-col-grid-care {
    grid-column-gap: 10px;
  }

  .cta {
    padding-right: 87px;
    padding-bottom: 66px;
    padding-left: 87px;
  }

  .footer-grid {
    margin-bottom: 46px;
    grid-row-gap: 38px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

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

  .tab-pane {
    height: 460px;
  }

  .wrapper-inner._1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._4-icons-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .wrapper.medium {
    padding-right: 30px;
    padding-left: 30px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .hero-2-col {
    margin-top: 61px;
    justify-items: center;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .heading {
    font-size: 27px;
    text-align: center;
  }

  .subheading {
    text-align: center;
  }

  .action-icon {
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }

  .action-card {
    min-height: auto;
  }

  .paragraph {
    margin-bottom: 47px;
  }

  .get-started {
    padding-top: 66px;
  }

  ._3-col-grid {
    grid-row-gap: 51px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .why-serenity {
    padding-top: 64px;
  }

  .image-4 {
    margin-top: 50px;
    margin-bottom: 49px;
  }

  ._2-col-feature-grid {
    margin-top: 54px;
    margin-bottom: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .img-ft {
    display: block;
    width: 100%;
    height: 280px;
    margin-right: auto;
    margin-bottom: 38px;
    margin-left: auto;
    border-radius: 30px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .grid {
    justify-items: center;
  }

  .text-block-2 {
    font-size: 24px;
  }

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

  .paragraph-2 {
    font-size: 14px;
  }

  ._3-col-grid-care {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .icon-card {
    padding-right: 22px;
    padding-left: 22px;
  }

  .special-care-services {
    padding-top: 71px;
    padding-bottom: 46px;
    text-align: center;
  }

  ._2-col-grid {
    grid-row-gap: 54px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta {
    padding-right: 26px;
    padding-bottom: 122px;
    padding-left: 26px;
  }

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

  .copy-right {
    margin-top: 31px;
    margin-bottom: 21px;
    text-align: center;
  }

  .image-9 {
    width: 140px;
  }

  .paragraph-7 {
    line-height: 150%;
  }

  .section.grey {
    padding-top: 41px;
    padding-bottom: 57px;
  }

  .section.grey.no-pd {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-2 {
    font-size: 30px;
    letter-spacing: 0px;
  }

  .tab-link {
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 15px;
    line-height: 130%;
  }

  .tab-link.w--current {
    width: auto;
  }

  .tabs-menu {
    display: flex;
    overflow: hidden;
    margin-top: -61px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .wrapper-inner._1 {
    padding-bottom: 125px;
  }

  ._4-icons-grid {
    padding-right: 10px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon-box-2 {
    align-items: center;
  }

  .ic2-text {
    margin-bottom: 0px;
  }

  ._4-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-box {
    flex-direction: column;
  }

  .icon {
    margin-bottom: 20px;
  }
}

#w-node-_499c497d-cf52-e4e4-582d-298558b9befc-09bd6641 {
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_919bbfef-c13b-4f6c-0489-7d4c0649c349-09bd6641 {
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_8c69c723-b047-cdf7-68aa-8a13033fbcb2-09bd6641 {
  -ms-grid-column-align: end;
      justify-self: end;
}

#w-node-_6532359e-ec33-2244-520d-fbfb1af3d235-09bd6641 {
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_6532359e-ec33-2244-520d-fbfb1af3d229-09bd6641 {
  -ms-grid-column-align: start;
      justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_9a215c46-cb49-def2-a25f-8f9f06f1ceb2-09bd6641 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_499c497d-cf52-e4e4-582d-298558b9befc-09bd6641 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-d1961114-2f21-e04d-bf17-8d17d3107559-8f78aa93 {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

@font-face {
  font-family: 'Circular pro book';
  src: url('../fonts/Circular-Pro-Book-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Circular pro book';
  src: url('../fonts/Circular-Pro-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circular pro';
  src: url('../fonts/Circular-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circular pro';
  src: url('../fonts/Circular-Pro-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Circular pro';
  src: url('../fonts/Circular-Pro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circular pro';
  src: url('../fonts/Circular-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}