@font-face {
  font-family: "Bodoni 72 Book";
  src: url('../fonts/bodoni-72-book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --secondary-text: #737477;
  --holmess-green: #65bc45;
  --brand-color: #afd07e;
  --black: #000;
  --tertriary-text: #909090;
  --border-primary: #bfbfbf;
  --dark-green: #247253;
}

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

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

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

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

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

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

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

body {
  color: #383838;
  background-color: #f6f6f6;
  font-family: Rethink Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Bodoni 72 Book", Arial, sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 39px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: #383838;
  text-decoration: none;
}

li {
  margin-bottom: 8px;
}

.page-wrapper {
  background-color: var(--white);
  max-width: 2300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.page-wrapper.overflow-visible {
  overflow: visible;
}

.hcg-header {
  z-index: 10;
  background-color: var(--white);
  border-bottom: 1px solid #e5e5e5;
  padding: 1.25rem 3rem;
  position: relative;
}

.hcg-header_content-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hcg-header_right {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.hcg-header_btns-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.hcg-header_btns-group.margin-bottom {
  margin-bottom: 28px;
}

.hcg-header-btn {
  background-color: #afd07e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 37px;
  padding: .5rem 1.25rem;
  font-weight: 600;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 2px 4px #65bc4533, 0 1px 2px #65bc4526;
}

.hcg-header-btn:hover {
  background-color: #afd07ecc;
  box-shadow: 0 2px 8px #d3d3d3, 0 1px 4px #d3d3d3;
}

.hcg-header-btn.is-career {
  background-color: #65bc45;
}

.hcg-header-btn.is-career:hover {
  background-color: #65bc45cc;
  box-shadow: 0 2px 8px #d3d3d3, 0 1px 4px #d3d3d3;
}

.hcg-header-btn.is-contact {
  background-color: #f67e7d;
  box-shadow: 0 2px 4px #f67e7d33, 0 1px 2px #f67e7d26;
}

.hcg-header-btn.is-contact:hover {
  background-color: #f67e7dcc;
  box-shadow: 0 2px 8px #d3d3d3, 0 1px 4px #d3d3d3;
}

.hcg-header_search-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f6f0ed;
  background-image: url('../images/magnifying-glass.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #f6f0ed;
  border-radius: 8px;
  width: 300px;
  height: 37px;
  margin-bottom: 0;
  padding: .5rem 2.15rem .5rem 1rem;
}

.hcg-header_search-field:focus {
  border-color: #f6f0ed;
}

.hcg-header_search-field::placeholder {
  color: var(--secondary-text);
  font-size: 16px;
}

.hcg-primary-icon {
  display: flex;
}

.hcg-primary-icon.margin-top {
  margin-top: 4px;
}

.hcg-nav-menu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.hcg-nav-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #383838;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: .5rem 0;
  font-size: 16px;
  font-weight: 600;
  transition: color .3s;
  display: flex;
  position: relative;
}

.hcg-nav-link:hover {
  color: var(--holmess-green);
}

.hcg-nav-link-underline {
  background-color: #65bc45;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.hcg-section_hero {
  background-image: linear-gradient(#0000, #0003), url('../images/Home-Page-HolmesCG_052_hero_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 740px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
}

.hcg-nav-list {
  background-color: var(--white);
  border-radius: .65rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: .75rem;
  display: flex;
  position: absolute;
  box-shadow: 0 1px 4px #00000026;
}

.hcg-nav-list-link {
  white-space: nowrap;
  border-radius: .625rem;
  width: 100%;
  margin-left: 0;
  padding: .5rem .875rem;
  font-weight: 500;
  transition: background-color .3s;
}

.hcg-nav-list-link:hover {
  background-color: #dee9bf;
}

.hcg-custom-css {
  display: none;
}

.hcg-sticky-header {
  z-index: 10000;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  max-width: 2300px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  transition: transform .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
  box-shadow: 0 4px 8px #00000026;
}

.hcg-sticky-logo {
  width: 174px;
}

.hcg-hero-shape {
  pointer-events: none;
  margin-bottom: -1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hcg-hero-main {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.hcg-container {
  flex: 1;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.hcg-container.is-medium {
  max-width: 1140px;
}

.hcg-hero-title {
  font-weight: 400;
  line-height: 1;
}

.hcg-hero_search-wrap {
  z-index: 8;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 660px;
  min-height: 80px;
  padding: 1rem 1.125rem;
  display: flex;
  position: absolute;
  bottom: -110px;
  left: 50%;
  box-shadow: 0 1px 14px #00000040;
}

.hcg-hero_search-wrap.hcg-inner-page {
  bottom: -78px;
}

.hcg-search-title {
  font-size: 20px;
  font-weight: 600;
}

.ignore-form-block {
  margin-bottom: 0;
}

.hcg-search_block {
  flex: 1;
}

.hcg-search-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hcg-search-field {
  color: #383838;
  background-color: #f6f0ed;
  border: 0 #000;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 16px;
}

.hcg-search-field:focus {
  border-style: none;
}

.hcg-search-field::placeholder {
  color: #737477;
  font-size: 16px;
}

.hcg-search-btn {
  background-color: var(--brand-color);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.hcg-section_welcome {
  z-index: 5;
  padding-bottom: 5rem;
  position: relative;
}

.hcg-content-block.is-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.hcg-content-block.is-flex.space-between {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.hcg-content-block.margin-large {
  margin-bottom: 2.25rem;
}

.hcg-welcome_left-block {
  max-width: 554px;
}

.hcg-primary-text {
  font-family: Public Sans, sans-serif;
}

.hcg-primary-text.is-large {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33333;
}

.hcg-primary-text.is-xsmedium {
  font-size: 18px;
  line-height: 1.66667;
}

.hcg-primary-text.is-medium {
  letter-spacing: -.32px;
  font-weight: 500;
}

.hcg-primary-text.margin-bottom {
  margin-bottom: 24px;
}

.hcg-primary-text.is-black {
  color: var(--black);
}

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

.btn-block.is-flex {
  display: flex;
}

.btn-block.is-flex.is-center {
  justify-content: center;
  align-items: center;
}

.hcg-primary-btn {
  background-color: var(--brand-color);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 1px 2px #00000040;
}

.hcg-primary-btn:hover {
  background-color: #afd07ecc;
}

.hcg-primary-btn.text-large {
  font-size: 20px;
  line-height: 1.4;
}

.hcg-welcome_right-block {
  max-width: 590px;
}

.hcg-section_why-choose-us {
  background-color: #dee9bf;
  padding-top: 4rem;
  position: relative;
}

.hcg-inner-container {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.hcg-section_heading-block {
  margin-bottom: 2.5rem;
}

.hcg-services-wrap {
  justify-content: space-between;
  display: flex;
}

.hcg-services-wrap.margin-xl-large {
  margin-bottom: 3.5rem;
}

.hcg-services-block {
  max-width: 184px;
}

.hcg-service_icon-block {
  background-color: #edf3dc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 184px;
  margin-bottom: 24px;
  display: flex;
}

.hcg-service-text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.hcg-section_news {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.hcg-news-cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hcg-news-cards-grid.margin-xs-large {
  margin-bottom: 40px;
}

.hcg-news-cards-grid.margin-xl-medium {
  margin-bottom: 24px;
}

.hcg-news-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f6f0ed;
  border-radius: 1rem;
  flex-flow: column;
  padding: 24px;
  transition: box-shadow .3s;
  display: flex;
}

.hcg-news-card:hover {
  box-shadow: 1px 1px 5px #0003;
}

.hcg-news-thumbnail-wrap {
  border-radius: 8px;
}

.hcg-meta-date {
  color: var(--secondary-text);
  font-family: Public Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}

.hcg-meta-date.is-large {
  letter-spacing: -.2px;
  font-size: 16px;
  line-height: 1.5;
}

.hcg-section_review {
  background-color: #c0ded6;
  padding-bottom: 4rem;
  position: relative;
}

.hcg-slider-content-block {
  background-color: var(--white);
  border-radius: 8px;
  padding: 2rem;
}

.hcg-news-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.hcg-news-description-text {
  color: var(--secondary-text);
  font-family: Public Sans, sans-serif;
}

.hcg-read-more-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  font-size: 18px;
  font-weight: 600;
  transition: color .3s, box-shadow .3s;
  display: flex;
}

.hcg-read-more-btn:hover {
  color: #247253;
}

.hcg-news-btn-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hcg-news-btn-line {
  background-color: #afd07e;
  flex: 1;
  height: 1px;
}

.hcg-section_partner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hcg-brand_logo-block {
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hcg-footer {
  background-color: #f6f0ed80;
  background-image: url('../images/footer-Icon.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hcg-footer-content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hcg-footer-content-grid.margin-large {
  margin-bottom: 2.5rem;
}

.hcg-footer-widget.top-padding {
  padding-top: 30px;
}

.hcg-footer-text {
  letter-spacing: .4px;
  font-size: 14px;
  line-height: 1.42857;
}

.hcg-footer-text.hcg-margin-tiny {
  margin-bottom: 4px;
}

.hcg-bold-text {
  font-weight: 700;
}

.hcg-socail-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.hcg-social-block {
  transition: color .3s;
}

.hcg-social-block:hover {
  color: var(--holmess-green);
}

.hcg-social-icon {
  display: flex;
}

.hcg-footer-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline;
}

.hcg-footer-list.margin-none {
  margin-bottom: 0;
}

.hcg-footer-heading {
  font-weight: 600;
}

.hcg-contact-info-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hcg-contact-info-link {
  font-weight: 600;
}

.hcg-copy-right-block {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.83333;
}

.hcg-carve-shape-top {
  pointer-events: none;
  width: 100%;
  height: 410px;
  position: absolute;
  inset: -104px 0% auto;
}

.hcg-main_contents {
  z-index: 5;
  position: relative;
}

.hcg-bg-block {
  z-index: 0;
  pointer-events: none;
  background-color: #dee9bf;
  height: 144px;
  position: absolute;
  inset: -143px 0% auto;
}

.hcg-carve-shape-bottom {
  pointer-events: none;
  height: 410px;
  position: absolute;
  inset: -304px 0% auto;
}

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

.hcg-utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  display: flex;
}

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

.hcg-leap-shape {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: -32px auto 0% -10%;
}

.hcg-heart-shape {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: 10px -80px 0% auto;
}

.hcg-header_search-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hcg-empty-header {
  display: none;
}

.hcg-section-heading.two-line {
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
}

.navbar_logo-link {
  padding-left: 0;
}

.hcg-navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.hcg-navbar_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hcg-navbar {
  background-color: #fff;
  border-bottom: 0 solid #fff;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.hcg-navbar_menu-button {
  padding: 0;
}

.hcg-nav-item {
  position: relative;
}

.hcg-search-icon-block {
  display: none;
}

.hcg-arrow-icon {
  display: flex;
}

.hcg-feature-shape {
  pointer-events: none;
  position: absolute;
  inset: auto 0% 0%;
}

.hcg-hero {
  z-index: 2;
  background-color: var(--brand-color);
  width: 100%;
  height: 40vh;
  position: relative;
  overflow: hidden;
}

.hcg-hero.is-darker {
  background-color: #65bc45;
}

.photo {
  background-color: var(--brand-color);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.photo.is-darker {
  background-color: #65bc45;
}

.hcg-blur-photo-bg {
  z-index: 1;
  filter: blur(10px);
  position: absolute;
  inset: 0%;
}

.hcg-background-image-wrapper {
  position: absolute;
  inset: 0%;
}

.hcg-hero-background-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hcg-photo-frame {
  z-index: 3;
  width: 60%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hcg-photo-focus {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hcg-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #afd07e, #afd07e4d);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hcg-overlay.is-darker {
  background-image: linear-gradient(0deg, #65bc45, #65bc454d);
}

.experiment-content-block {
  z-index: 4;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hcg-empty-gap {
  min-height: 80px;
}

.hcg-empty-gap.is-large {
  min-height: 120px;
}

.hcg-inner-heading {
  text-align: left;
  letter-spacing: -.5px;
  font-size: 44px;
  line-height: 1.27273;
}

.hcg-breadcrumb-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--tertriary-text);
  letter-spacing: -.32px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-family: Public Sans, sans-serif;
  font-weight: 500;
  display: flex;
}

.hcg-breadcrumb-wrapper.margin-none {
  margin-bottom: 0;
}

.hcg-breadcrumb-link, .hcg-breadcrumb-divider.active {
  color: var(--holmess-green);
}

.hcg-pagination-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hcg-pagination-btn {
  letter-spacing: -.32px;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Public Sans, sans-serif;
  font-weight: 500;
  display: flex;
}

.hcg-page-number-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.hcg-page-number {
  border: 1px solid var(--border-primary);
  letter-spacing: -.32px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-family: Public Sans, sans-serif;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.hcg-page-number:hover {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
  color: var(--white);
}

.hcg-page-number.active {
  filter: drop-shadow(0 1px 2px #00000040);
  color: var(--white);
  background-color: #247253;
  border-style: none;
}

.hcg-breadcrumb-back-btn {
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 8px 16px;
  display: flex;
}

.hcg-inner-main-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-top: 20px;
  display: flex;
}

.hcg-news_inner-content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.hcg-sider-block {
  flex: 1;
  max-width: 364px;
}

.hcg-margin-small {
  margin-bottom: 10px;
}

.hcg-news_inner-heading {
  text-align: left;
  letter-spacing: -.5px;
  font-size: 44px;
  line-height: 1.27273;
}

.hcg-secondary-text {
  color: var(--secondary-text);
  letter-spacing: -.32px;
  font-family: Public Sans, sans-serif;
  font-weight: 500;
}

.hcg-secondary-text.semibold-weight {
  font-weight: 600;
}

.hcg-secondary-text.is-small {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71429;
}

.hcg-secondary-text.is-white {
  color: var(--white);
}

.hcg-inner-main-image {
  border-radius: 8px;
}

.hcg-form-wrapper {
  border: 2px solid var(--holmess-green);
  border-radius: 8px;
}

.hcg-form-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--holmess-green);
  color: var(--white);
  border-bottom: 1px solid #e5e5e5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 6px 12px;
  font-family: Public Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.hcg-form-body {
  padding: 30px;
}

.hcg-input-label {
  letter-spacing: -.32px;
  margin-bottom: 6px;
  font-family: Public Sans, sans-serif;
  font-weight: 600;
}

.hcg-input-field {
  letter-spacing: -.32px;
  border: 1px solid #949494;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-weight: 500;
}

.hcg-input-field:focus {
  border-color: var(--brand-color);
}

.hcg-input-field::placeholder {
  color: #bfbfbf;
  letter-spacing: -.32px;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.hcg-input-field.is-message {
  height: auto;
  min-height: 112px;
}

.hcg-input-itmes-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.hcg-form-cta-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.hcg-form-switcher {
  border: 1px solid #949494;
  border-radius: 10px;
  padding: 2px;
  display: flex;
}

.hcg-form-switcher-btn {
  color: var(--secondary-text);
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-family: Public Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.hcg-form-switcher-btn.active {
  color: var(--white);
  background-color: #65bc45;
}

.hcg-brand-color {
  color: var(--holmess-green);
  font-weight: 700;
}

.hcg-form-submit-btn {
  background-color: var(--holmess-green);
  color: var(--white);
  letter-spacing: -.2px;
  border-radius: 8px;
  width: 100%;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 1.25;
}

.hcg-form-ignore-block {
  margin-bottom: 0;
}

.hcg-inner-single-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.hcg-doctor-services {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hcg-services-item-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hcg-servies-icon {
  display: flex;
}

.hcg-service-title {
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.33333;
}

.hcg-inner-secondary-img {
  border-radius: 8px;
}

.hcg-inner_secondary-heading {
  text-align: left;
  letter-spacing: -.5px;
  font-size: 44px;
  line-height: 1.27273;
}

.hcg-margin-regular {
  margin-bottom: 14px;
}

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

.hcg-inner_news-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.hcg-inner_news-title {
  letter-spacing: -.4px;
  font-size: 32px;
  line-height: 1.25;
}

.hcg-stroy-btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  letter-spacing: -.2px;
  justify-content: flex-start;
  align-items: center;
  min-height: 27px;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
}

.hcg-back-forword-block {
  background-color: #f3f2f2;
  border-radius: 16px;
  padding: 40px;
}

.hcg-back-forword-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.hcg-tertriary-heading {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.33333;
}

.hcg-celebrate-block {
  background-color: #247253;
  border-radius: 16px;
  padding: 40px;
}

.hcg-celebrate-content-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hcg-celebrate-top-block {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.hcg-celebrate-heading {
  color: #afd07e;
  letter-spacing: -.5px;
  font-size: 44px;
  line-height: 1.27273;
}

.hcg-celebrate-btn {
  background-color: #afd07e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
}

.hcg-custom-js {
  display: none;
}

.hcg-section_inner-hero {
  background-color: #dee9bf;
  border-bottom-right-radius: 38px;
  border-bottom-left-radius: 38px;
  position: relative;
}

.hcg-inner-hero-main {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 48px;
  padding-bottom: 48px;
}

.hcg-inner-hero-heading {
  margin-bottom: 24px;
  font-size: 44px;
}

.hcg-inner-hero-heading.margin-none {
  margin-bottom: 0;
}

.hcg-inner-hero-content {
  text-align: center;
}

.hcg-inner-hero-text {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.66667;
}

.hcg-inner-hero-text.margin-none {
  margin-bottom: 0;
}

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

.hcg-filter-main-block {
  border: 1px solid #65bc45;
  border-radius: 16px;
  min-height: 120px;
  display: flex;
}

.hcg-filter-title-block {
  border-right: 1px solid var(--holmess-green);
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  display: flex;
}

.hcg-filter-content-block {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  padding: 16px;
  display: flex;
}

.hcg-filter-content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hcg-filter-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 600;
  display: flex;
}

.hcg-filter-check {
  border: 1px solid var(--holmess-green);
  border-radius: 4px;
  width: 22px;
  height: 22px;
  margin-top: 0;
}

.hcg-filter-check.w--redirected-checked {
  background-color: var(--holmess-green);
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: auto;
  border-style: none;
  margin-top: 0;
}

.hcg-filter-check.w--redirected-focus {
  box-shadow: none;
}

.hcg-care-home-section {
  padding-top: 24px;
  padding-bottom: 40px;
  position: relative;
}

.hcg-ch-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hcg-ch-card-grid.margin-xs-large {
  margin-bottom: 2.25rem;
}

.hcg-ch-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f6f0ed;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.hcg-ch-card-bottom {
  margin-top: auto;
}

.hcg-hc-img {
  border-radius: 8px;
}

.hcg-hc-meta-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--secondary-text);
  justify-content: flex-start;
  align-items: center;
  font-family: Public Sans, sans-serif;
  font-size: 14px;
  line-height: 1.71429;
  display: flex;
}

.hcg-map-icon {
  display: flex;
}

.hcg-meta-dot {
  background-color: #65bc45;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.hcg-ch-card-title {
  letter-spacing: -.02em;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.hcg-ch-top-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.hcg-ch-divider-line {
  background-color: #73747740;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.hcg-ch-service-list-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.hcg-ch-serice-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--secondary-text);
  justify-content: flex-start;
  align-items: center;
  font-family: Public Sans, sans-serif;
  font-size: 14px;
  display: flex;
}

.hcg-ch-serice-list-item.hcg-primary-color {
  color: #383838;
}

.hcg-ch-serice-list-item.hcg-primary-color.top-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.hcg-ch-card-btn {
  background-color: #afd07e;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 1px 2px #00000040;
}

.hcg-ch-breadcrumb {
  padding-top: 16px;
  padding-bottom: 16px;
}

.hcg-ch-hero-img-block {
  background-image: linear-gradient(#0000, #0003), url('../images/Care-home-hero_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 510px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.hcg-ch-hero-block {
  background-color: #dee9bf;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  padding-top: 72px;
  padding-bottom: 60px;
}

.hcg-ch-hero-title-wrap {
  max-width: 440px;
}

.hcg-ch-hero-title {
  -webkit-backdrop-filter: drop-shadow(0 11px 21.8px #00000070);
  backdrop-filter: drop-shadow(0 11px 21.8px #00000070);
  font-family: Rethink Sans, sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.hcg-ch-hero-gallery-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #ffffffbf;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 47px;
  padding: 12px 24px;
  font-family: Public Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.hcg-ch-hero-heading {
  text-align: left;
  margin-bottom: 24px;
  font-size: 44px;
}

.hcg-ch-hero-content-block {
  max-width: 65%;
}

.hcg-ch-hero-text {
  max-width: 85%;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33333;
}

.hcg-ch-details-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hcg-ch-details-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.hcg-ch-left-block {
  flex: 1;
  max-width: 700px;
}

.hcg-ch-right-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  max-width: 390px;
  margin-top: -304px;
  display: flex;
}

.hcg-ch-video-block {
  margin-bottom: 32px;
  position: relative;
}

.hcg-ch-video-icon {
  pointer-events: none;
  width: 94px;
  height: 94px;
  display: flex;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.hcg-ch-details-text {
  font-size: 18px;
  line-height: 1.66667;
}

.hcg-ch-details-text.margin-bottom {
  margin-bottom: 24px;
}

.hcg-ch-contact-services {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--holmess-green);
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.hcg-ch-contact-lists {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.hcg-ch-contact-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hcg-ch-contact-icon {
  color: var(--holmess-green);
  margin-top: 5px;
  display: flex;
}

.hcg-underline-text {
  text-decoration: underline;
}

.hcg-underline-text.secondary-color {
  color: var(--secondary-text);
}

.hcg-ch-contact-btns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hcg-ch-contact-btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--holmess-green);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
  box-shadow: 0 1px 4px #0003;
}

.hcg-ch-recomanded-block {
  border: 1px solid var(--holmess-green);
  background-color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.hcg-ch-recomanded-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 254px;
  display: flex;
}

.hcg-ch-list-title {
  font-family: Public Sans, sans-serif;
  font-weight: 700;
}

.hcg-ch-manager-info-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--holmess-green);
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.hcg-ch-tertrairy-heading {
  font-size: 20px;
  line-height: 24px;
}

.hcg-ch-manager-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.hcg-ch-manager-title {
  color: var(--secondary-text);
  line-height: 1.25;
}

.hcg-ch-manager-img {
  border-radius: 8px;
}

.hcg-ch-manager-info {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.hcg-ch-slider-section, .hcg-ch-map-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.hcg-slide-nav {
  display: none;
}

.hcg-cs-slider {
  background-color: #0000;
  min-height: 540px;
  overflow: hidden;
}

.hcg-ch-slider-arrow-left {
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  left: 48px;
}

.hcg-ch-slider-arrow-right {
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  right: 48px;
}

.hcg-ch-slide {
  margin-right: 20px;
}

.hcg-ch-slider-mask {
  max-width: 720px;
  overflow: visible;
}

.hcg-ch-slider-img {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  max-width: 720px;
  height: 100%;
}

.hcg-ch-slider-icon {
  display: flex;
}

.hcg-ch-report-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.hcg-ch-report-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--holmess-green);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.hcg-ch-report-download-btn {
  letter-spacing: -.2px;
  background-color: #afd07e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 20px;
  font-weight: 600;
  display: flex;
}

.hcg-ch-report-contents {
  flex: 1;
}

.hcg-ch-report-title {
  margin-bottom: 4px;
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55556;
}

.hcg-ch-report-file {
  color: var(--secondary-text);
  font-size: 12px;
  font-weight: 500;
}

.splide__track {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.slider-controls {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.custom-slider-controls {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.custom-slider-controls.prev {
  position: relative;
  left: 48px;
}

.custom-slider-controls.next {
  position: relative;
  right: 48px;
}

.splide__list {
  justify-content: space-between;
  display: flex;
}

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

.slider-img {
  border-radius: 16px;
  max-width: 720px;
  max-height: 540px;
}

.slider-icon {
  display: flex;
}

.splide {
  position: relative;
}

.hcg-ch-form-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.hcg-form-main-block {
  background-color: #f6f0ed;
  border-radius: 16px;
  padding: 25px 45px;
}

.hcg-ch-form-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.hcg-ch-form-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  max-width: 364px;
  display: flex;
}

.hcg-ch-form-right {
  flex: 1;
  max-width: 632px;
}

.hcg-ch-from-thumbnail {
  border-radius: 8px;
}

.hcg-ch-input-field {
  border: 1px solid var(--white);
  letter-spacing: -.32px;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-weight: 500;
}

.hcg-ch-input-field:focus {
  border-color: var(--brand-color);
}

.hcg-ch-input-field::placeholder {
  color: var(--secondary-text);
  letter-spacing: -.32px;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.hcg-ch-input-field.is-message {
  height: auto;
  min-height: 154px;
}

.hcg-ch-input-items {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.hcg-ch-input-item-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.hcg-ch-form-check-grid {
  grid-column-gap: 24px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(auto, auto) minmax(auto, auto) 1.25fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.hcg-ch-check-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Public Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.hcg-ch-check-title {
  font-family: Public Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.hcg-privacy-note {
  color: var(--secondary-text);
  font-family: Public Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.hcg-select-wrap {
  width: 100%;
  max-width: 94px;
  position: relative;
}

.field-select-icon {
  pointer-events: none;
  color: #000;
  display: flex;
  position: absolute;
  top: 16px;
  left: auto;
  right: 10px;
}

.hcg-ch-contents-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hcg-flex-block {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hcg-flex-block.align-center {
  justify-content: space-between;
  align-items: center;
}

.hcg-gallery-icon {
  display: flex;
}

.hcg-form-thumbnail {
  border-radius: 8px;
}

.hcg-form-left-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  max-width: 300px;
  display: flex;
}

.hcg-inner-hero-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 48px;
  padding-bottom: 48px;
}

.hcg-news-card-thumbnail {
  border-radius: 8px;
}

.hcg-welcome-img {
  border-radius: 8px 8px 100px;
}

.hcg-inner-news-img {
  border-radius: 8px;
}

.hcg-look-forword-img {
  border-radius: 6px;
}

.hcg-road-distance {
  font-weight: 700;
}

.map-wrapper, .hcg-ch-video-thumbnail {
  border-radius: 16px;
}

.hcg-ch-hero_search-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding: 1rem 1.125rem;
  display: flex;
  box-shadow: 0 1px 14px #00000040;
}

.hcg-ch-hero_search-wrap.hcg-inner-page {
  bottom: -78px;
}

.hcg-ch-hero_search-wrap.show-tablet {
  display: none;
}

.hcg-ch-search-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hcg-ch-select-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hcg-ch-select-wrap {
  width: 100%;
  position: relative;
}

.hcg-select-input-field {
  color: #383838;
  background-color: #f6f0ed;
  border: 0 #000;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 16px;
}

.hcg-select-input-field:focus {
  border-style: none;
}

.hcg-select-input-field::placeholder {
  color: #737477;
  font-size: 16px;
}

.hcg-field-select-icon {
  pointer-events: none;
  color: #000;
  display: flex;
  position: absolute;
  top: 20px;
  left: auto;
  right: 10px;
}

.hcg-ch-search-container {
  z-index: 8;
  width: 100%;
  max-width: 1244px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.hcg-breadcrumb-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.hcg-inner-hero-img-block {
  margin-bottom: 30px;
}

.hcg-inner-hero-img {
  border-radius: 16px;
}

.hcg-contact-form-main-block {
  background-color: #f6f0ed;
  border-radius: 16px;
  padding: 25px 45px;
}

.hcg-contact-form-heading-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.hcg-contact-form-heading {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 24px;
}

.hcg-contact-form-text {
  color: var(--black);
  font-family: Public Sans, sans-serif;
}

.hcg-contact-input-item-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.hcg-contact-input-items {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hcg-contact-checkbox-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) minmax(auto, auto) 1.25fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: flex;
}

.hcg-contact-checkboxs-wrapper {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.hcg-contact-checkboxs-wrapper.is-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.hcg-contact-checkboxs-wrapper.is-flex.space-between {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.hcg-contact-checkboxs-wrapper.margin-large {
  margin-bottom: 2.25rem;
}

.hcg-contact-checkbox-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

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

.hcg-office-info-block {
  justify-content: space-between;
  align-items: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hcg-contact-block-gap {
  min-height: 60px;
}

.hcg-contact-block-gap.is-medium {
  min-height: 50px;
}

.hcg-office-info-single-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hcg-office-info-item {
  font-family: Public Sans, sans-serif;
}

.hcg-office-info-grid {
  grid-column-gap: 14px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hcg-office-info-title {
  letter-spacing: -.2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.hcg-office-info-label {
  color: var(--secondary-text);
}

.hcg-office-contact-info {
  font-weight: 600;
}

.hcg-contact-home-filter-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hcg-contact-filter-field {
  flex: 1;
  max-width: 484px;
  position: relative;
}

.hcg-contact-filter-select-wrap {
  position: relative;
}

.hcg-contact-filter-block {
  flex: 1;
  max-width: 484px;
}

.hcg-care-homes-details-block {
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hcg-single-ch-card {
  background-color: #f6f0ed80;
  border-radius: 16px;
  padding: 20px;
}

.hcg-favicon-logo {
  display: flex;
}

.hcg-care-home-name-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.hcg-care-home-name {
  color: var(--dark-green);
  letter-spacing: -.2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.hcg-ch-road-text {
  font-family: Public Sans, sans-serif;
}

.hcg-ch-card-title-block {
  margin-bottom: 14px;
}

.hcg-ch-info-label {
  color: var(--secondary-text);
}

.hcg-ch-contact-info {
  display: block;
}

.hcg-sticky-footer {
  z-index: 10;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 93px;
  display: flex;
  position: sticky;
  bottom: 0;
  box-shadow: 0 -2px 12px #00000026;
}

.hcg-sticky-btn-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.hcg-request-view-btn {
  background-color: var(--brand-color);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: .75rem 1.5rem;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 1px 2px #00000040;
}

.hcg-request-view-btn:hover {
  background-color: #afd07ecc;
}

.hcg-request-view-btn.text-large {
  font-size: 20px;
  line-height: 1.4;
}

.hcg-footer-contact-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--holmess-green);
  background-color: var(--white);
  color: var(--holmess-green);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hcg-footer-btn-text {
  color: #383838;
  font-size: 20px;
  font-weight: 600;
}

.hcg-search-result-section {
  padding-top: 80px;
  padding-bottom: 60px;
}

.hcg-search-no-result-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.hcg-search-no-result-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.hcg-search-no-result-text {
  color: var(--black);
  max-width: 42ch;
  font-family: Public Sans, sans-serif;
}

.hcg-search-reasult-container {
  z-index: 8;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.hcg-qs-select-field {
  background-color: var(--white);
  border: 1px solid #949494;
  border-radius: 8px;
  flex: 1;
  height: 38px;
  padding: 8px 12px;
}

.hcg-breadcrumb-back-icon, .hcg-breadcrumb-gradient {
  display: none;
}

.hcg-content-center-block {
  text-align: center;
}

.hcg-filter-select-icon {
  pointer-events: none;
  color: #000;
  display: flex;
  position: absolute;
  top: 16px;
  left: auto;
  right: 12px;
}

.hcg-map-block {
  display: none;
}

.hcg-sr-heading {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 36px;
}

.hcg-sr-contents-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.hcg-sr-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: underline;
  transition: text-underline-offset .3s;
  display: inline-block;
}

.hcg-sr-title:hover {
  text-decoration: none;
}

.hcg-sr-highlight-text {
  font-weight: 700;
}

.hcg-search-input--filed {
  color: #383838;
  background-color: #f6f0ed;
  border: 0 #000;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 16px;
}

.hcg-search-input--filed:focus {
  border-style: none;
}

.hcg-search-input--filed::placeholder {
  color: #737477;
  font-size: 16px;
}

.hcg-search-action-btn {
  background-color: var(--brand-color);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.hcg-input-group {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.hcg-pnf-heading {
  margin-bottom: 20px;
  font-size: 96px;
  line-height: 96px;
}

.hcg-pnf-subheading {
  margin-bottom: 4px;
}

.hcg-pnf-text {
  margin-bottom: 20px;
}

.hcg-pnf-button {
  background-color: #afd07e;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  padding: 8px 20px;
  font-weight: 600;
  display: inline-flex;
  box-shadow: 0 1px 2px #00000040;
}

@media screen and (max-width: 991px) {
  .hcg-header, .hcg-header_content-block, .hcg-header_btns-group {
    display: none;
  }

  .hcg-header_btns-group.show-smaller-view {
    display: flex;
  }

  .hcg-header_search-field {
    display: none;
  }

  .hcg-nav-link {
    justify-content: flex-start;
    align-items: center;
  }

  .hcg-nav-link-underline {
    display: none;
  }

  .hcg-section_hero {
    background-image: linear-gradient(#0000, #00000059), url('../images/Home-Page-HolmesCG_052_hero_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    min-height: 450px;
    padding-bottom: 0;
  }

  .hcg-nav-list {
    z-index: 10;
    padding: 0;
  }

  .hcg-nav-list-link {
    text-align: left;
  }

  .hcg-sticky-header {
    height: 92px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    transform: none;
  }

  .hcg-hero-shape {
    display: none;
  }

  .hcg-hero-main {
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 4rem;
  }

  .hcg-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hcg-hero-title {
    text-align: center;
  }

  .hcg-hero_search-wrap {
    bottom: -78px;
  }

  .hcg-section_welcome {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .hcg-content-block.is-flex.space-between {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .hcg-welcome_left-block, .hcg-welcome_right-block {
    max-width: none;
  }

  .hcg-section_why-choose-us {
    background-image: url('../images/Leap-shapesvg.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .hcg-inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hcg-services-wrap.margin-xl-large {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 2.5rem;
    display: grid;
  }

  .hcg-services-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .hcg-service_icon-block {
    margin-bottom: 16px;
  }

  .hcg-service-text.two-line {
    max-width: 16ch;
  }

  .hcg-news-cards-grid.margin-xs-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hcg-news-card {
    padding: 1.25rem;
  }

  .hcg-section_review {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .hcg-news-title {
    font-size: 18px;
  }

  .hcg-brand_logo-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .hcg-footer-content-grid.margin-large {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 2fr 1fr 1fr;
  }

  .hcg-carve-shape-top {
    height: 310px;
    top: -54px;
  }

  .hcg-bg-block {
    height: 175px;
    top: -172px;
  }

  .hcg-carve-shape-bottom {
    height: 252px;
    top: -200px;
  }

  .hcg-leap-shape {
    display: none;
  }

  .hcg-heart-shape {
    max-width: 200px;
    top: 54px;
    right: -40px;
  }

  .hcg-empty-header {
    height: 92px;
    display: block;
  }

  .hcg-menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hcg-menu-icon_line-top {
    background-color: #383838;
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hcg-navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .hcg-navbar_menu.is-page-height-tablet {
    justify-content: flex-start;
    align-items: center;
    height: 100dvh;
    padding-bottom: 6.5rem;
    padding-left: 24px;
    padding-right: 24px;
    transition: height .5s;
  }

  .hcg-menu-icon_line-middle {
    background-color: #383838;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hcg-menu-icon_line-bottom {
    background-color: #383838;
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hcg-navbar_container {
    grid-template-columns: .25fr 1fr;
    width: 100%;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hcg-menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hcg-navbar {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .hcg-navbar_menu-button {
    padding: 0;
  }

  .hcg-navbar_menu-button.w--open {
    background-color: #0000;
  }

  .hcg-navbar_link-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    display: flex;
  }

  .hcg-nav-item {
    flex-flow: column;
    display: flex;
  }

  .hcg-search-icon-block {
    cursor: pointer;
    background-color: #f6f6f6;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transition: background-color .3s;
    display: flex;
  }

  .hcg-nav-list-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: .75rem;
    display: flex;
  }

  .hcg-empty-gap.is-large {
    min-height: 80px;
  }

  .hcg-breadcrumb-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hcg-breadcrumb-link, .hcg-breadcrumb-current-page, .hcg-breadcrumb-back-btn {
    flex: none;
  }

  .hcg-inner-main-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hcg-news_inner-heading {
    font-size: 36px;
  }

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

  .hcg-inner_secondary-heading {
    font-size: 36px;
  }

  .hcg-inner_news-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .hcg-inner_news-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hcg-inner_news-title {
    font-size: 24px;
  }

  .hcg-back-forword-block {
    padding: 24px;
  }

  .hcg-back-forword-grid {
    grid-template-columns: 1fr;
  }

  .hcg-celebrate-block {
    padding: 24px;
  }

  .hcg-celebrate-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hcg-celebrate-heading {
    font-size: 36px;
  }

  .hcg-inner-hero-main {
    justify-content: space-between;
    align-items: flex-end;
  }

  .hcg-filter-section {
    padding-top: 180px;
  }

  .hcg-filter-content-grid {
    grid-template-columns: minmax(auto, auto) auto;
  }

  .hcg-filter-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hcg-filter-check {
    flex: none;
  }

  .hcg-ch-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hcg-ch-card-grid.margin-xs-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hcg-ch-hero-img-block {
    min-height: 480px;
  }

  .hcg-ch-hero-heading {
    font-size: 32px;
    line-height: 1.2;
  }

  .hcg-ch-hero-content-block {
    max-width: 60%;
  }

  .hcg-ch-hero-text {
    font-size: 20px;
  }

  .hcg-ch-right-block {
    flex: 1;
    max-width: 320px;
    margin-top: -34%;
  }

  .hcg-ch-contact-services {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .splide__slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hcg-form-main-block {
    padding: 24px 32px;
  }

  .hcg-ch-input-items, .hcg-ch-input-item-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hcg-ch-form-check-grid {
    grid-template-columns: minmax(auto, auto) minmax(auto, auto);
  }

  .hcg-inner-hero-block {
    justify-content: space-between;
    align-items: flex-end;
  }

  .hcg-ch-hero_search-wrap.show-tablet {
    display: block;
  }

  .hcg-ch-select-block.hide-tablet {
    display: none;
  }

  .hcg-ch-search-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .hcg-breadcrumb-link-block {
    overflow: auto;
  }

  .hcg-contact-form-main-block {
    padding: 24px 32px;
  }

  .hcg-contact-input-item-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hcg-contact-checkbox-item {
    grid-template-columns: minmax(auto, auto) minmax(auto, auto);
  }

  .hcg-contact-checkboxs-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: wrap;
  }

  .hcg-contact-checkboxs-wrapper.is-flex.space-between {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .hcg-office-info-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .hcg-sticky-footer {
    z-index: 0;
  }

  .hcg-sticky-btn-group {
    justify-content: flex-start;
    align-items: center;
  }

  .hcg-request-view-btn {
    height: 44px;
  }

  .hcg-footer-contact-btn {
    width: 44px;
    height: 44px;
    padding-left: 0;
    padding-right: 0;
  }

  .hcg-footer-btn-text {
    display: none;
  }

  .hcg-search-icon {
    display: flex;
  }

  .hcg-search-reasult-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .hcg-breadcrumb-back-icon {
    display: none;
  }

  .hcg-search-banner {
    background-color: var(--white);
    width: 100%;
    padding: 20px 24px;
    position: absolute;
    bottom: -78px;
  }

  .hcg-search-input--filed, .hcg-search-action-btn {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .hcg-header_btns-group.show-smaller-view {
    flex-flow: column;
  }

  .hcg-header_search-field {
    background-position: 97%;
    width: 100%;
    max-width: none;
  }

  .hcg-section_hero {
    min-height: 450px;
  }

  .hcg-hero-main {
    padding-bottom: 5.5rem;
  }

  .hcg-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hcg-hero-title {
    font-size: 48px;
  }

  .hcg-hero_search-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    max-width: 90%;
    bottom: -114px;
  }

  .hcg-hero_search-wrap.hcg-inner-page {
    bottom: -118px;
  }

  .hcg-search_block {
    width: 100%;
  }

  .hcg-content-block.is-flex.space-between {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .btn-block.is-flex {
    margin-top: auto;
  }

  .hcg-section_why-choose-us {
    background-size: 400px;
  }

  .hcg-service_icon-block {
    margin-bottom: 12px;
  }

  .hcg-news-cards-grid.margin-xs-large {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hcg-news-card {
    max-width: 350px;
    padding: 1.5rem;
  }

  .hcg-news-title {
    font-size: 20px;
  }

  .hcg-brand_logo-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hcg-footer-content-grid.margin-large {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .hcg-footer-widget.top-padding {
    padding-top: 0;
  }

  .hcg-carve-shape-bottom {
    height: 236px;
    top: -185px;
  }

  .hcg-heart-shape {
    max-width: 180px;
    top: 49px;
    right: -36px;
  }

  .hcg-partner_logo-wrap {
    text-align: center;
  }

  .hcg-navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .hcg-inner-heading {
    font-size: 36px;
  }

  .hcg-breadcrumb-wrapper {
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
    padding-right: 48px;
    position: relative;
  }

  .hcg-breadcrumb-wrapper.margin-none {
    position: relative;
  }

  .hcg-breadcrumb-link, .hcg-breadcrumb-current-page {
    flex: none;
  }

  .hcg-breadcrumb-back-btn {
    width: 36px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  .hcg-inner-main-block {
    flex-flow: column;
  }

  .hcg-sider-block {
    max-width: none;
  }

  .hcg-form-wrapper {
    position: static;
  }

  .hcg-inner-hero-heading {
    font-size: 40px;
  }

  .hcg-inner-hero-text {
    margin-bottom: 32px;
  }

  .hcg-filter-section {
    padding-top: 260px;
  }

  .hcg-filter-main-block {
    flex-flow: column;
  }

  .hcg-filter-title-block {
    border-bottom: 1px solid var(--holmess-green);
    border-right-style: none;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }

  .hcg-filter-content-grid {
    grid-column-gap: 16px;
  }

  .hcg-ch-card-grid {
    grid-template-columns: 1fr;
  }

  .hcg-ch-card-grid.margin-xs-large {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hcg-ch-hero-img-block {
    min-height: 350px;
  }

  .hcg-ch-hero-block {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hcg-ch-hero-title {
    font-size: 32px;
  }

  .hcg-ch-hero-content-block, .hcg-ch-hero-text {
    max-width: none;
  }

  .hcg-ch-details-section {
    padding-bottom: 20px;
  }

  .hcg-ch-details-block {
    flex-flow: column;
  }

  .hcg-ch-left-block {
    order: 9999;
  }

  .hcg-ch-right-block {
    order: -9999;
    max-width: none;
    margin-top: 0%;
  }

  .hcg-ch-slider-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hcg-ch-map-section {
    display: none;
  }

  .hcg-ch-report-block {
    flex-flow: column;
    padding: 24px;
  }

  .hcg-form-main-block {
    padding: 20px 24px;
  }

  .hcg-ch-form-content-wrap {
    flex-flow: column;
  }

  .hcg-ch-form-left {
    max-width: none;
  }

  .hcg-ch-contents-wrap {
    width: 100%;
  }

  .hcg-form-left-block {
    max-width: none;
  }

  .hcg-ch-hero_search-wrap {
    bottom: -114px;
  }

  .hcg-ch-hero_search-wrap.hcg-inner-page {
    bottom: -118px;
  }

  .hcg-ch-search-block, .hcg-ch-select-block {
    flex-flow: column;
  }

  .hcg-ch-search-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hcg-breadcrumb-link-block {
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .hcg-contact-form-main-block {
    padding: 20px 24px;
  }

  .hcg-contact-input-items {
    grid-template-columns: 1fr;
  }

  .hcg-contact-checkboxs-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .hcg-contact-checkboxs-wrapper.is-flex.space-between {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hcg-office-info-block {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .hcg-contact-filter-block {
    width: 100%;
  }

  .hcg-care-homes-details-block {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .hcg-search-no-result-block {
    padding-top: 20px;
  }

  .hcg-search-reasult-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hcg-breadcrumb-back-icon {
    display: flex;
  }

  .hcg-breadcrumb-btn-text {
    display: none;
  }

  .hcg-breadcrumb-gradient {
    background-image: linear-gradient(45deg, #fff0, #fff);
    width: 40px;
    height: 36px;
    display: block;
    position: absolute;
    inset: 0% 36px 0% auto;
  }

  .hcg-map-block {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .hcg-search-banner {
    padding-top: 14px;
    padding-bottom: 16px;
    bottom: -64px;
  }
}

@media screen and (max-width: 479px) {
  .hcg-section_hero {
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
  }

  .hcg-nav-list {
    width: 100%;
  }

  .hcg-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hcg-hero-title {
    max-width: 12ch;
    margin-left: auto;
    margin-right: auto;
  }

  .hcg-hero_search-wrap {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    flex-flow: column;
    padding: 1rem;
  }

  .hcg-search-field {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hcg-section_welcome {
    padding-bottom: 2.5rem;
  }

  .hcg-primary-text.margin-bottom {
    margin-bottom: 16px;
  }

  .hcg-section_why-choose-us {
    background-position: 50%;
    background-size: 320px;
    padding-top: 1.5rem;
  }

  .hcg-inner-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hcg-section_heading-block {
    margin-bottom: 2rem;
  }

  .hcg-services-wrap.margin-xl-large {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .hcg-service_icon-block {
    width: 150px;
    height: 150px;
  }

  .hcg-service-text {
    font-size: 18px;
  }

  .hcg-section_news {
    padding-top: 32px;
  }

  .hcg-news-cards-grid.margin-xs-large {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hcg-news-card {
    min-width: 300px;
  }

  .hcg-section_review {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .hcg-section_partner, .hcg-footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .hcg-carve-shape-top {
    height: 155px;
  }

  .hcg-heart-shape {
    max-width: 152px;
    top: 75px;
    right: -36px;
  }

  .hcg-service-icon {
    max-width: 72px;
  }

  .hcg-service-icon.is-small {
    max-width: 52px;
  }

  .navbar_logo-link {
    max-width: 220px;
  }

  .hcg-navbar_container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hcg-nav-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .hcg-search-icon-block {
    flex: none;
    width: 36px;
    height: 36px;
  }

  .hcg-copy-right-text {
    max-width: 32ch;
  }

  .hide {
    display: none;
  }

  .hcg-inner-heading {
    font-size: 32px;
  }

  .hcg-breadcrumb-link, .hcg-breadcrumb-current-page {
    font-size: 14px;
    line-height: 20px;
  }

  .hcg-pagination-btn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hcg-news_inner-heading {
    font-size: 28px;
    line-height: 1.2;
  }

  .hcg-form-body {
    padding: 24px;
  }

  .hcg-inner-hero-main {
    padding-top: 40px;
  }

  .hcg-inner-hero-heading {
    font-size: 32px;
  }

  .hcg-inner-hero-text {
    margin-bottom: 32px;
    font-size: 17px;
  }

  .hcg-filter-section {
    padding-bottom: 20px;
  }

  .hcg-filter-content-grid {
    grid-template-columns: minmax(auto, auto);
  }

  .hcg-ch-card-grid.margin-xs-large {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hcg-ch-hero-img-block {
    min-height: 250px;
    padding-bottom: 16px;
  }

  .hcg-ch-hero-block {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .hcg-ch-hero-title {
    line-height: 1.1;
  }

  .hcg-ch-hero-gallery-btn {
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .hcg-ch-hero-heading {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.1;
  }

  .hcg-ch-hero-text {
    font-size: 18px;
  }

  .hcg-ch-video-icon {
    max-width: 64px;
  }

  .hcg-ch-details-text {
    font-size: 16px;
  }

  .hcg-ch-contact-btns {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .hcg-ch-manager-info-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .hcg-ch-report-block {
    text-align: center;
    padding: 20px;
  }

  .hcg-ch-report-download-btn {
    width: 100%;
  }

  .custom-slider-controls {
    width: 40px;
    height: 40px;
  }

  .custom-slider-controls.prev {
    left: 32px;
  }

  .custom-slider-controls.next {
    right: 32px;
  }

  .hcg-form-main-block {
    padding: 20px 24px;
  }

  .hcg-ch-input-items {
    flex-flow: column;
  }

  .hcg-ch-form-check-grid {
    grid-column-gap: 6px;
    justify-items: center;
  }

  .hcg-privacy-note {
    text-align: center;
  }

  .hcg-select-wrap {
    max-width: none;
  }

  .hcg-ch-contents-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .hcg-form-left-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hcg-inner-hero-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .map-wrapper {
    min-height: 220px;
  }

  .hcg-ch-hero_search-wrap {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    flex-flow: column;
    padding: 1rem;
  }

  .hcg-ch-select-wrap {
    max-width: none;
  }

  .hcg-ch-search-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hcg-ch-view-gallery-text {
    display: none;
  }

  .hcg-contact-form-main-block {
    padding: 20px 24px;
  }

  .hcg-contact-input-items {
    flex-flow: column;
  }

  .hcg-contact-checkbox-item {
    grid-column-gap: 12px;
    text-align: center;
    flex-flow: column;
    justify-items: center;
  }

  .hcg-contact-checkboxs-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .hcg-contact-checkbox-group {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hcg-office-info-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .hcg-contact-block-gap.is-medium {
    min-height: 40px;
  }

  .hcg-contact-filter-select-wrap {
    max-width: none;
  }

  .hcg-care-homes-details-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hcg-sticky-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hcg-sticky-btn-group {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .hcg-request-view-btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .hcg-search-result-section {
    padding-bottom: 40px;
  }

  .hcg-search-banner {
    padding-left: 24px;
    padding-right: 16px;
  }

  .hcg-sr-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .hcg-input-group {
    flex-flow: column;
  }
}

#w-node-cf07a1e5-5bb3-8016-5d4f-7afe57b94358-e65efbf4, #w-node-ed20a9f1-83ce-7723-278c-ac3592c80b06-e65efbf4, #w-node-_1664ad9e-256e-a9b9-779e-6725040362f2-e65efbf4, #w-node-_1664ad9e-256e-a9b9-779e-6725040362f7-e65efbf4, #w-node-eaf6c9dd-c096-8510-1474-cc2b791362d5-e65efbf4, #w-node-eaf6c9dd-c096-8510-1474-cc2b791362da-e65efbf4, #w-node-_3439aa4d-2e1c-35b7-454f-08f9d631e86d-e65efbf4, #w-node-_3439aa4d-2e1c-35b7-454f-08f9d631e872-e65efbf4, #w-node-_8e570990-706d-5c20-bd90-84ed4c95d1f1-e65efbf4, #w-node-_8e570990-706d-5c20-bd90-84ed4c95d1f6-e65efbf4, #w-node-d0e92799-67f4-9bd3-099a-6a1d7ed42824-e65efbf4, #w-node-d0e92799-67f4-9bd3-099a-6a1d7ed42829-e65efbf4, #w-node-_07ee5c3a-a2f8-dbfb-29ab-157297b0d403-e65efbf4, #w-node-_07ee5c3a-a2f8-dbfb-29ab-157297b0d408-e65efbf4, #w-node-c9acd359-1066-744f-d7e5-437e72ad1ad6-e65efbf4, #w-node-c9acd359-1066-744f-d7e5-437e72ad1adb-e65efbf4, #w-node-_2fdceb90-577d-1146-68c0-0d36ed682bbe-e65efbf4, #w-node-_2fdceb90-577d-1146-68c0-0d36ed682bc3-e65efbf4, #w-node-e895d22e-9e33-1a14-df87-89a05398ae95-e65efbf4, #w-node-e895d22e-9e33-1a14-df87-89a05398ae9a-e65efbf4, #w-node-e708db3f-d746-3a08-4e8f-1a7fbe8dffe5-e65efbf4, #w-node-e708db3f-d746-3a08-4e8f-1a7fbe8dffea-e65efbf4, #w-node-_98185579-c0fb-938b-ea00-9e5acc2b2177-e65efbf4, #w-node-_98185579-c0fb-938b-ea00-9e5acc2b217c-e65efbf4, #w-node-cc6e24e5-1366-6da7-4e9d-2332912cdc90-e65efbf4, #w-node-cc6e24e5-1366-6da7-4e9d-2332912cdc95-e65efbf4, #w-node-cd11b075-4731-52f0-06c2-cda68fe575c0-e65efbf4, #w-node-cd11b075-4731-52f0-06c2-cda68fe575c5-e65efbf4, #w-node-d4d899bd-353a-8ce3-005f-d735d149a6eb-e65efbf4, #w-node-d4d899bd-353a-8ce3-005f-d735d149a6f0-e65efbf4, #w-node-_1308c11a-057f-27b5-9cb2-48326f419187-e65efbf4, #w-node-_1308c11a-057f-27b5-9cb2-48326f41918c-e65efbf4, #w-node-a0b2b28d-2102-bec9-8947-ad2f9a6de89d-e65efbf4, #w-node-a0b2b28d-2102-bec9-8947-ad2f9a6de8a2-e65efbf4, #w-node-e11fcf78-cc61-8331-47f2-f21ce6cded2b-e65efbf4, #w-node-e11fcf78-cc61-8331-47f2-f21ce6cded30-e65efbf4, #w-node-_66c3cac0-bcf3-f645-2615-382b9e359ecc-e65efbf4, #w-node-_66c3cac0-bcf3-f645-2615-382b9e359ed1-e65efbf4, #w-node-_7dd1ce34-2787-2325-4eaf-4ed2fecd17cc-e65efbf4, #w-node-_7dd1ce34-2787-2325-4eaf-4ed2fecd17d1-e65efbf4, #w-node-fabc37e1-1159-4096-ccd8-92e5babfcf85-e65efbf4, #w-node-fabc37e1-1159-4096-ccd8-92e5babfcf8a-e65efbf4, #w-node-c914be49-fd6f-0748-5a75-8efbc3028f0b-e65efbf4, #w-node-c914be49-fd6f-0748-5a75-8efbc3028f10-e65efbf4, #w-node-e942372a-9f5e-2b25-1831-4c4a461cd64c-e65efbf4, #w-node-e942372a-9f5e-2b25-1831-4c4a461cd651-e65efbf4 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_086c325d-d242-9fc1-b701-79f211c5a082-ab899024, #w-node-_0acb0b1e-b857-d71c-3af1-f7a1ec467858-ab899024, #w-node-fc49e42e-22ec-9b6b-866a-438d2667ff7e-3346951c, #w-node-fc49e42e-22ec-9b6b-866a-438d2667ff8a-3346951c, #w-node-fc49e42e-22ec-9b6b-866a-438d2667ff7e-e65efbf4, #w-node-d7bf742e-57f4-61c2-b204-12bcfd5e8551-e65efbf4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3ed5d715-5923-dbbd-cef6-cf2665c9a867-65c9a864, #w-node-_3ed5d715-5923-dbbd-cef6-cf2665c9a8ad-65c9a864 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Bodoni 72 Book';
  src: url('../fonts/bodoni-72-book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}