/* BEGIN webfonts */
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ubuntu-v20-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/ubuntu-v20-latin-300italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ubuntu-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/ubuntu-v20-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ubuntu-v20-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/ubuntu-v20-latin-500italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ubuntu-v20-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/ubuntu-v20-latin-700italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/unbounded-v11-latin-200.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/unbounded-v11-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/unbounded-v11-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/unbounded-v11-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/unbounded-v11-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/unbounded-v11-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/unbounded-v11-latin-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/unbounded-v11-latin-900.woff2") format("woff2");
}
/* END webfonts */
@keyframes current-location-pulse {
  0% {
    color: var(--hh-green-color);
  }
  100% {
    color: var(--hh-orange-color);
  }
}
/* BEGIN general */
:root {
  scroll-behavior: unset;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --hh-black-color: #12093F;
  --hh-green-color: #90c124;
  --hh-orange-color: #F26722;
  --hh-body-font-family: "Ubuntu", sans-serif;
  --hh-body-font-size: 16px;
  --hh-body-font-weight: 400;
  --hh-body-line-height: 1.562;
  --hh-heading-font-family: "Unbounded", sans-serif;
  --hh-heading-font-weight: 400;
  --hh-duration-default: .25s;
}

body {
  font-family: var(--hh-body-font-family);
  font-size: var(--hh-body-font-size);
  font-weight: var(--hh-body-font-weight);
  line-height: var(--hh-body-line-height);
  color: var(--hh-black-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: var(--hh-heading-font-family);
  font-weight: var(--hh-heading-font-weight);
  letter-spacing: 0.02em;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 1.166;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.312;
}
h2.lg,
.h2.lg {
  font-size: 45px;
  line-height: 1;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 1.25;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 1.222;
  font-weight: 700;
}

b,
strong {
  font-weight: 700;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

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

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.svg-icon {
  display: inline-block;
}
.svg-icon svg {
  display: block;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.phone-link {
  display: inline-block;
  font-size: 22px;
  line-height: 1.181;
  font-weight: 700;
  color: inherit;
}
.phone-link .svg-icon {
  width: 16px;
  color: var(--hh-green-color);
}
.phone-link .svg-icon svg {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1680px;
  }
}
@media (max-width: 575.98px) {
  h1,
  .h1 {
    font-size: 48px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h2.lg,
  .h2.lg {
    font-size: 36px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
}
/* END general */
/* BEGIN wp default */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media (max-width: 575px) {
  .aligncenter,
  .alignright,
  .alignleft,
  .alignnone {
    display: block;
    float: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
/* END wp default */
/* BEGIN button */
button,
input,
select,
textarea {
  outline: none;
}

.button-unstyled {
  background-color: transparent;
  padding: 0;
  border: 0;
}

.btn {
  display: inline-block;
  border: 4px solid transparent;
  border-radius: 200px;
  padding: 10px 25px;
  font-size: 18px;
  line-height: 1.222;
  font-weight: 700;
  text-align: center;
  transition: all var(--hh-duration-default);
}
.btn--primary {
  background-color: var(--hh-green-color);
  border-color: var(--hh-green-color);
  color: #fff;
}
.btn--primary:hover {
  background-color: transparent;
  color: var(--hh-green-color);
}
.btn--secondary {
  background-color: var(--hh-green-color);
  border-color: var(--hh-green-color);
  color: #fff;
}
.btn--secondary:hover {
  background-color: transparent;
  color: var(--hh-green-color);
}
.btn--black {
  background-color: var(--hh-black-color);
  color: #fff;
}
.btn--border {
  border-color: var(--hh-black-color);
  color: var(--hh-black-color);
}
.btn--border:hover {
  border-color: var(--hh-green-color);
  color: var(--hh-green-color);
}
.btn--location {
  background-color: var(--hh-black-color);
  border-color: var(--hh-black-color);
  color: #fff;
}
.btn--location:hover {
  background-color: transparent;
  color: var(--hh-black-color);
}
.btn--white {
  background-color: #fff;
  border-color: #fff;
  color: var(--hh-black-color);
}
.btn--white:hover {
  background-color: transparent;
  color: #fff;
}
.btn--outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn--outline:hover {
  background-color: #fff;
  color: var(--hh-black-color);
}

.btn-link {
  display: inline-block;
  font-weight: 700;
  color: var(--hh-black-color);
  border: none;
  background-color: transparent;
  padding: 0;
}
.btn-link.arrow {
  position: relative;
  padding-right: 30px;
}
.btn-link.arrow.active:before {
  transform: rotate(180deg) translateY(-50%);
}
.btn-link.arrow:before {
  content: "";
  width: 20px;
  height: 15px;
  display: inline-block;
  position: absolute;
  background-image: url(../svg/arrow-down-000000.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 0;
  transform-origin: top;
  transform: translateY(-50%);
}

.btn-more {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: var(--hh-green-color);
}
.btn-more:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2000px;
  height: 1px;
  background-color: var(--hh-green-color);
  z-index: 1;
}
.btn-more > span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding-right: 10px;
  z-index: 2;
}
.btn-more:hover {
  color: var(--hh-green-color);
}

/* END button */
/* BEGIN form */
input,
button,
textarea,
select {
  outline: none;
  box-shadow: none;
}

div.gform_wrapper.gravity-theme#gform_wrapper_1 .gfield ::placeholder {
  color: #fff !important;
}
div.gform_wrapper.gravity-theme#gform_wrapper_1 .gfield input[type=text],
div.gform_wrapper.gravity-theme#gform_wrapper_1 .gfield input[type=email],
div.gform_wrapper.gravity-theme#gform_wrapper_1 .gfield textarea,
div.gform_wrapper.gravity-theme#gform_wrapper_1 .gfield select {
  color: #fff;
}

div.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
div.gform_wrapper.gravity-theme .btn {
  min-width: 162px;
  padding: 0 20px;
  margin: 0;
  line-height: 52px;
  white-space: nowrap;
  text-transform: uppercase;
}
div.gform_wrapper.gravity-theme .gfield ::placeholder {
  color: var(--hh-green-color) !important;
}
div.gform_wrapper.gravity-theme .gfield input[type=text],
div.gform_wrapper.gravity-theme .gfield input[type=email],
div.gform_wrapper.gravity-theme .gfield textarea,
div.gform_wrapper.gravity-theme .gfield select {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--hh-green-color);
  padding: 15px 0;
  margin: 0;
  font-size: 18px;
  color: var(--hh-green-color);
}
div.gform_wrapper.gravity-theme .gfield input[type=text] option,
div.gform_wrapper.gravity-theme .gfield input[type=email] option,
div.gform_wrapper.gravity-theme .gfield textarea option,
div.gform_wrapper.gravity-theme .gfield select option {
  color: var(--hh-green-color);
}
div.gform_wrapper.gravity-theme .gfield textarea {
  resize: vertical;
}
div.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 150px;
}
div.gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}
div.gform_wrapper.gravity-theme .ginput_container_select:after {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 30px;
  font-weight: 700;
  transform: rotate(90deg);
}
div.gform_wrapper.gravity-theme .ginput_container_select select {
  font-weight: 700;
  appearance: none;
}
div.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 35px;
}
div.gform_wrapper.gravity-theme .gform_heading {
  margin-bottom: 45px;
}
div.gform_wrapper.gravity-theme .gform_heading .gform_description {
  display: block;
  font-family: var(--hh-heading-font-family);
  font-size: 30px;
  line-height: 1.4;
}
div.gform_wrapper.gravity-theme .gform_footer {
  padding: 60px 0 0;
  margin: 0;
}
div.gform_wrapper.gravity-theme .gfield_validation_message,
div.gform_wrapper.gravity-theme .validation_message {
  background-color: transparent;
  border: 0;
  padding: 5px 0 0;
  margin: 0;
  font-size: 14px;
  color: inherit;
  font-style: italic;
}
@media (max-width: 640px) {
  div.gform_wrapper.gravity-theme .gfield input[type=text],
  div.gform_wrapper.gravity-theme .gfield input[type=email],
  div.gform_wrapper.gravity-theme .gfield textarea,
  div.gform_wrapper.gravity-theme .gfield select {
    font-size: 16px;
  }
}
div.gform_wrapper.gravity-theme .ginput_container_checkbox .gchoice {
  padding: 7px 0;
}
div.gform_wrapper.gravity-theme .StripeElement {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--hh-green-color);
  padding: 15px 0;
  margin: 0;
  font-size: 18px;
  color: var(--hh-green-color);
}

#gform_5 .wrapper {
  background-color: var(--hh-black-color);
  padding: 80px 40px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#gform_5 .wrapper .gfield {
  width: 100%;
  margin-bottom: 20px;
}
#gform_5 .wrapper .gfield ::placeholder {
  color: #fff !important;
}
@media (max-width: 768px) {
  #gform_5 .wrapper .gfield {
    width: 100%;
  }
}
#gform_5 .wrapper .half {
  width: 48%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #gform_5 .wrapper .half {
    width: 100%;
  }
}
#gform_5 .wrapper .price {
  width: 48%;
  display: flex;
  align-items: baseline;
}
#gform_5 .wrapper .price label {
  color: var(--hh-green-color);
  margin-right: 10px;
}
@media (max-width: 768px) {
  #gform_5 .wrapper .price {
    width: 100%;
  }
}
#gform_5 .wrapper #field_5_8 {
  width: 100%;
  border: 0;
  color: #fff;
}
#gform_5 .wrapper #field_5_4 {
  width: 100%;
}
#gform_5 .wrapper2 {
  padding: 60px 40px 80px;
  border-radius: 0 0 10px 10px;
  background-color: #EFEFEF;
}
#gform_5 .wrapper2 label {
  color: var(--hh-black-color);
  font-family: var(--hh-heading-font-family);
}
#gform_5 .wrapper2 #field_5_9 {
  width: 100%;
  border: 0;
  color: var(--hh-black-color);
}

#gform_wrapper_5.gform_wrapper.gravity-theme .gform_fields,
#gform_wrapper_4.gform_wrapper.gravity-theme .gform_fields {
  display: block !important;
}

#gform_4 .wrapper {
  background-color: var(--hh-black-color);
  padding: 80px 40px 80px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}
#gform_4 .wrapper #field_4_23,
#gform_4 .wrapper #field_4_21 {
  width: 48%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #gform_4 .wrapper #field_4_23,
  #gform_4 .wrapper #field_4_21 {
    width: 100%;
  }
}
#gform_4 .wrapper #field_4_25 {
  width: 100%;
}
#gform_4 .gfield ::placeholder {
  color: #fff !important;
}
#gform_4 .gfield input[type=text],
#gform_4 .gfield input[type=email],
#gform_4 .gfield input[type=number],
#gform_4 .gfield textarea,
#gform_4 .gfield select {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--hh-green-color);
  padding: 15px 0;
  margin: 0;
  font-size: 18px;
  color: var(--hh-green-color);
}
#gform_4 .gfield input[type=number] {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--hh-black-color);
  padding: 15px 0;
  margin: 0;
  font-size: 18px;
  color: var(--hh-black-color);
}
#gform_4 .gsection {
  background-color: var(--hh-black-color);
  padding: 40px;
  border-bottom: 0;
}
#gform_4 .gsection h3 {
  color: var(--hh-green-color);
  margin: 0;
}
#gform_4 .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 2px #fff;
  padding: 20px 40px;
  background-color: #EFEFEF;
}
#gform_4 .info .info01 {
  width: 30%;
  font-weight: 700;
}
@media (max-width: 568px) {
  #gform_4 .info .info01 {
    width: 100%;
  }
}
#gform_4 .info .info02 {
  width: 50%;
  font-weight: 700;
}
#gform_4 .info .info03 {
  width: 10%;
  font-weight: 700;
}
@media (max-width: 568px) {
  #gform_4 .info .info03 {
    width: 20%;
  }
}
#gform_4 .gfield_price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 2px #fff;
  padding: 20px 40px;
  background-color: #EFEFEF;
}
#gform_4 .gfield_price .ginput_quantity_label,
#gform_4 .gfield_price .ginput_product_price_wrapper {
  display: none !important;
}
#gform_4 .gfield_price .ginput_container_singleproduct {
  width: 10%;
}
@media (max-width: 568px) {
  #gform_4 .gfield_price .ginput_container_singleproduct {
    width: 20%;
  }
}
#gform_4 .gfield_price .gfield_description {
  width: 50%;
}
#gform_4 .gfield_price .gfield_label {
  width: 30%;
  color: var(--hh-black-color);
}
@media (max-width: 568px) {
  #gform_4 .gfield_price .gfield_label {
    width: 100%;
  }
}
#gform_4 .gfield_total {
  display: none;
}

/* END form */
/* BEGIN slick */
.slick-initialized.equal-height .slick-track {
  display: flex;
}
.slick-initialized.equal-height .slick-track:before, .slick-initialized.equal-height .slick-track:after {
  display: none;
}
.slick-initialized.equal-height .slick-track .slick-slide {
  height: auto;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots > li > button {
  display: block;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.slick-arrow {
  display: inline-block;
  background-color: transparent;
  padding: 0;
  border: 0;
}
/* END slick */
/* BEGIN shape-bottom */
.shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 5;
}
.shape-bottom svg {
  display: block;
}
.shape-bottom__inner {
  position: relative;
}
.shape-bottom__inner:before, .shape-bottom__inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2000px;
  background-color: currentColor;
}
.shape-bottom__inner:before {
  right: 100%;
}
.shape-bottom__inner:after {
  left: 100%;
}

/* END shape-bottom */
/* BEGIN divide */
.divide {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.divide > img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: none;
}
.divide > span {
  position: relative;
}
.divide > span > svg {
  position: relative;
  left: 50%;
  display: block;
  width: auto;
  max-width: none;
  transform: translateX(-50%);
  z-index: 1;
}
.divide > span:before, .divide > span:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 2000px;
  z-index: 2;
}
.divide > span:before {
  right: 100%;
}
.divide > span:after {
  left: 100%;
}
.divide--1 {
  color: var(--hh-green-color);
}
.divide--1 > span:before, .divide--1 > span:after {
  height: 7px;
  background-color: var(--hh-black-color);
}
@media (max-width: 1399.98px) {
  .divide--1 > span {
    width: 380px;
  }
}
.divide--2 {
  color: #fff;
}
.divide--2 > span:before, .divide--2 > span:after {
  height: 5px;
  background-color: #fff;
}
@media (min-width: 2000px) {
  .divide--3 > img {
    width: 100%;
    height: auto;
  }
}

/* END divide */
/* BEGIN card-service */
.service-grid > div {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .service-grid {
    margin-left: -30px;
    margin-right: -30px;
  }
  .service-grid > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .service-grid {
    margin-left: -20px;
    margin-right: -20px;
  }
  .service-grid > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.card-service {
  position: relative;
  height: 100%;
  background-color: var(--hh-black-color);
  padding: 40px 40px 120px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.card-service .btn--primary {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.card-service__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  margin-bottom: 35px;
}
.card-service__icon img {
  width: auto;
  max-height: 100%;
}
.card-service__title {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .card-service__desc {
    font-size: 18px;
    line-height: 1.388;
  }
}
@media (max-width: 575.98px) {
  .card-service {
    padding: 20px 20px 100px;
  }
  .card-service .btn--primary {
    bottom: 30px;
  }
  .card-service__icon {
    height: 100px;
    margin-bottom: 25px;
  }
  .card-service__title {
    margin-bottom: 20px;
  }
}

/* END card-service */
/* BEGIN card-member */
.card-member {
  margin-bottom: 90px;
  overflow: hidden;
}
.card-member .btn-more {
  position: absolute;
  bottom: 5px;
}
.card-member__photo {
  display: none;
  position: relative;
  width: 225px;
  border-radius: 8px;
  overflow: hidden;
}
.card-member__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-member__photo:before {
  content: "";
  display: block;
  height: 0;
  padding-top: 100%;
}
.card-member__text {
  position: relative;
}
.card-member__title {
  margin-bottom: 8px;
}
.card-member__subtitle {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .card-member {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .card-member__text {
    width: calc(100% - 225px);
  }
}
@media (max-width: 767.98px) {
  .card-member__photo {
    margin-bottom: 20px;
  }
}

/* END card-member */
/* BEGIN card-job */
.card-job {
  margin-bottom: 90px;
  overflow: hidden;
}
.card-job__title {
  margin-bottom: 15px;
  color: var(--hh-green-color);
}
.card-job__subtitle {
  margin-bottom: 0;
  color: #7B8291;
  font-weight: 500;
}
/* END card-job */
/* BEGIN card-icon-box */
.icon-box-grid {
  margin-left: -20px;
  margin-right: -20px;
}
.icon-box-grid > div {
  padding: 0 20px 40px;
}
@media (min-width: 992px) {
  .icon-box-grid {
    margin-left: -30px;
    margin-right: -30px;
  }
  .icon-box-grid > div {
    padding: 0 30px 60px;
  }
}

.card-icon-box {
  position: relative;
  height: 100%;
  border-radius: 5px;
  text-align: center;
  font-size: 28px;
  line-height: 1.214;
  font-weight: 500;
  overflow: hidden;
}
.card-icon-box__inner {
  min-height: 100%;
  background-color: var(--hh-black-color);
  padding: 35px 20px 40px;
  transition: background-color 0.25s;
}
.card-icon-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 25px;
}
.card-icon-box__icon img {
  width: auto;
  max-height: 100%;
}
.card-icon-box__title {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .card-icon-box {
    font-size: 26px;
  }
}

/* END card-icon-box */
/* BEGIN card-post */
.post-grid > div {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .post-grid {
    margin-left: -30px;
    margin-right: -30px;
  }
  .post-grid > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.card-post {
  position: relative;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.card-post:before {
  content: "";
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
.card-post__photo {
  position: relative;
  width: 100%;
  height: 194px;
  background-color: #fff;
  overflow: hidden;
  z-index: 2;
}
.card-post__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.card-post__text {
  position: relative;
  padding: 50px 50px;
  z-index: 2;
}
.card-post__text p:not(.h2) {
  font-size: 18px;
}
.card-post__subtitle {
  margin-bottom: 10px;
  color: #7B8291;
  font-weight: 500;
}
.card-post__title {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .card-post__text {
    padding: 30px 30px;
  }
}

/* END card-post */
/* BEGIN find-form */
.find-form {
  background-color: var(--hh-black-color);
  border-radius: 10px;
  padding: 40px 40px;
  color: #fff;
}
.find-form form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.find-form form ::placeholder {
  color: #939393;
}
.find-form form input[type=text] {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: 0;
  border-radius: 200px;
  padding: 0 40px;
  color: #939393;
}
.find-form form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.find-form__title {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .find-form form {
    max-width: 530px;
    flex-wrap: nowrap;
  }
  .find-form form input[type=text] {
    width: calc(100% - 60px - 15px);
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .find-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .find-form__title {
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .find-form {
    padding: 60px 60px;
  }
  .find-form__title {
    padding-right: 60px;
  }
}
@media (max-width: 991.98px) {
  .find-form {
    text-align: center;
  }
  .find-form form {
    max-width: 100%;
  }
  .find-form__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .find-form {
    padding: 40px 20px;
  }
  .find-form form {
    justify-content: center;
  }
  .find-form form input[type=text] {
    margin-bottom: 20px;
  }
}

/* END find-form */
/* BEGIN header */
.header {
  position: relative;
  background-color: var(--hh-black-color);
  z-index: 200;
}
.header__notice {
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 15px;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
}
.header__notice p {
  margin-bottom: 0;
}
.header__notice a {
  color: inherit;
  text-decoration: underline;
}
.header__brand {
  padding-top: 20px;
}
.header__brand .btn {
  margin-top: 15px;
}
.header .logo {
  width: 400px;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .phone-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  height: 100%;
}
.header .phone-link .svg-icon {
  width: 20px;
  margin-right: 5px;
  color: var(--hh-green-color);
}
.header .phone-link .svg-icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.header .toggle-nav {
  position: relative;
  display: block;
  width: 38px;
  height: 28px;
  background-color: transparent;
  padding: 0;
  border: 0;
}
.header .toggle-nav > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #fff;
  transform: all var(--hh-duration-default);
}
.header .toggle-nav.collapsed > span:nth-child(1) {
  top: 0;
}
.header .toggle-nav.collapsed > span:nth-child(2) {
  top: 50%;
  margin-top: -3px;
}
.header .toggle-nav.collapsed > span:nth-child(3) {
  bottom: 0;
}
.header .toggle-nav:not(.collapsed) > span:nth-child(1), .header .toggle-nav:not(.collapsed) > span:nth-child(3) {
  top: 50%;
  margin-top: -3px;
}
.header .toggle-nav:not(.collapsed) > span:nth-child(1) {
  transform: rotate(45deg);
}
.header .toggle-nav:not(.collapsed) > span:nth-child(2) {
  opacity: 0;
}
.header .toggle-nav:not(.collapsed) > span:nth-child(3) {
  transform: rotate(-45deg);
}
.header__nav-secondary .nav:nth-child(1) > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__nav-secondary .nav:nth-child(1) > li > a {
  font-size: 15px;
  text-transform: uppercase;
}
.header__nav-secondary .nav:nth-child(1) > li > a:hover {
  color: var(--hh-green-color);
  text-shadow: 0 0 0.7px var(--hh-green-color), 0 0 0.7px var(--hh-green-color);
}
.header__nav-secondary .nav:nth-child(1) > li:not(:last-child) {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.header__nav-secondary .nav:nth-child(1) > li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 36px;
  background-color: var(--hh-green-color);
  transform: translateY(-50%);
}
.header__nav-secondary .nav:nth-child(2) > li:not(:last-child) {
  margin-right: 20px;
}
.header__nav-primary .toggle {
  display: inline-block;
  background-color: transparent;
  padding: 0;
  border: 0;
  margin-left: 5px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: var(--hh-green-color);
  transform: color var(--hh-duration-default);
}
.header__nav-primary .toggle.active {
  color: var(--hh-black-color);
}
.header__nav-primary .nav li a {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.222;
  transition: all var(--hh-duration-default);
}
.header__nav-primary .nav li:hover > a {
  color: var(--hh-green-color);
}
@media (min-width: 1200px) {
  .header__nav-secondary .nav:nth-child(2) {
    padding-left: 40px;
  }
  .header__nav-primary .nav > li {
    margin-left: 15px;
    display: flex;
    align-items: baseline;
  }
  .header__nav-primary .nav > li > a {
    padding: 50px 0;
    max-width: 170px;
  }
  .header__nav-primary .nav > li:hover .megamenu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .header__nav-primary .nav > li {
    margin-left: 30px;
  }
  .header__nav-primary .nav > li > a {
    max-width: 190px;
  }
}
@media (min-width: 1700px) {
  .header__nav-primary .nav > li > a {
    max-width: 300px;
  }
}
@media (max-width: 1399px) {
  .header .logo {
    width: 330px;
  }
}
@media (max-width: 1199.98px) {
  .header {
    padding-bottom: 20px;
  }
  .header .logo {
    width: 300px;
  }
  .header .phone-link .svg-icon {
    width: 16px;
  }
  .header__nav-secondary .nav:not(:last-child) {
    margin-bottom: 20px;
  }
  .header__nav-secondary .nav:nth-child(2) > li:not(:last-child) {
    margin: 0 20px 10px 0;
  }
  .header__nav-primary {
    padding-top: 72px;
    padding-bottom: 30px;
  }
  .header__nav-primary .toggle {
    position: absolute;
    top: 15px;
    right: 0;
    width: 38px;
    height: 28px;
    line-height: 28px;
    text-align: center;
  }
  .header__nav-primary .nav {
    display: block !important;
  }
  .header__nav-primary .nav > li {
    position: relative;
  }
  .header__nav-primary .nav > li > a {
    display: block;
    padding: 19px 38px 19px 0;
  }
}
@media (max-width: 767.98px) {
  .header__nav-secondary .nav:nth-child(2) {
    display: block;
  }
  .header__nav-secondary .nav:nth-child(2) .btn {
    display: block;
  }
  .header__nav-secondary .nav:nth-child(2) > li {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1700px) {
  .header__brand {
    padding-top: 20px;
  }
}
@media (min-width: 1700px) {
  .header__brand {
    padding-top: 16px;
  }
}

.megamenu {
  background-color: var(--hh-black-color);
}
.megamenu .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.megamenu .sub-menu > li > a {
  display: flex;
  align-items: center;
  min-height: 92px;
  border-bottom: 2px solid #FFFFFF;
  color: #fff;
}
.megamenu .sub-menu > li > a > span {
  display: inline-block;
}
.megamenu .sub-menu > li > a > span.svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  margin-right: 20px;
}
.megamenu .sub-menu > li > a > span.svg-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.megamenu .sub-menu > li > a > span:last-child {
  width: calc(100% - 90px);
}
.megamenu .sub-menu > li a[href="#"] {
  pointer-events: none;
  cursor: default;
}
.megamenu .sub-menu > li:nth-child(1) > a {
  border-top: 2px solid #fff;
}
.megamenu__title {
  max-width: 290px;
  padding-top: 25px;
  margin: 0 auto;
}
.megamenu__title p {
  margin-bottom: 50px;
  color: #fff;
}
.megamenu__title img {
  width: 100%;
}
@media (min-width: 1200px) {
  .megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all var(--hh-duration-default);
  }
  .megamenu .sub-menu {
    display: flex;
    flex-wrap: wrap;
    margin-left: -50px;
    margin-right: -50px;
  }
  .megamenu .sub-menu > li {
    width: 50%;
    padding: 0 50px;
  }
  .megamenu .sub-menu > li:nth-child(2) > a {
    border-top: 2px solid #fff;
  }
}
@media (max-width: 1199.98px) {
  .megamenu {
    display: none;
    height: auto !important;
  }
  .megamenu .container {
    max-width: 100%;
    padding: 0 0 19px;
  }
  .megamenu__title {
    display: none;
  }
}

.open-megamenu .s-welcome .scroll {
  opacity: 0;
}
.open-megamenu .s-welcome .shape-bottom {
  background-color: #EFEFEF;
}

/* END header */
/* BEGIN footer */
.footer {
  background-color: var(--hh-black-color);
  padding: 100px 0 120px;
  color: #fff;
}
.footer a:not([class]) {
  color: inherit;
}
.footer .logo {
  display: inline-block;
  margin-bottom: 60px;
  width: 400px;
}
.footer .logo p {
  color: #fff;
  margin-bottom: 0px;
}
.footer .forhealth {
  margin-bottom: 0;
}
.footer .forhealth img {
  display: inline-block;
  max-width: 130px;
  height: auto;
  margin-left: 15px;
}
.footer__nav {
  padding-top: 60px;
}
.footer__nav > li:not(:first-child):before {
  content: "|";
  display: inline-block;
  margin: 0 10px;
  color: var(--hh-green-color);
}
.footer__nav > li.website-by a {
  text-decoration: underline;
}
.footer__text {
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
}
.footer__text p {
  margin-bottom: 20px;
}
.footer__text .phone-link {
  font-size: inherit;
}
@media (min-width: 1200px) {
  .footer .row > div.order-xl-first {
    padding-right: 50px;
  }
  .footer .row > div.order-xl-last {
    padding-top: 40px;
    padding-left: 50px;
  }
  .footer .wrap {
    max-width: 675px;
  }
  .footer__text {
    position: relative;
    padding-right: 100px;
  }
  .footer__text .socials {
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer__text .socials > li {
    margin-left: 20px;
  }
}
@media (min-width: 1400px) {
  .footer .row > div.order-xl-first {
    padding-right: 100px;
  }
  .footer .row > div.order-xl-last {
    padding-left: 100px;
  }
}
@media (max-width: 1199.98px) {
  .footer {
    padding: 80px 0 100px;
    text-align: center;
  }
  .footer .row > div:nth-child(1) {
    margin-bottom: 80px;
  }
  .footer div.gform_wrapper .gform_footer {
    justify-content: center;
  }
  .footer .logo {
    margin-bottom: 40px;
  }
  .footer .forhealth {
    justify-content: center;
  }
  .footer__text {
    font-size: 20px;
  }
  .footer__text .socials {
    margin: 20px 0 0;
  }
  .footer__nav {
    justify-content: center;
    padding-top: 0;
    margin-bottom: 60px;
  }
  .footer__nav > li.copyright {
    width: 100%;
  }
  .footer__nav > li.copyright + li:before {
    display: none;
  }
  .footer__nav > li.website-by {
    width: 100%;
  }
  .footer__nav > li.website-by:before {
    display: none;
  }
}

/* END footer */
/* BEGIN page section */
section p:last-child {
  margin-bottom: 0;
}

#main {
  position: relative;
  overflow: hidden;
}

.main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.main__inner {
  position: relative;
  z-index: 10;
}

/* END page section */
/* BEGIN s-welcome */
.s-welcome {
  position: relative;
  overflow: hidden;
}
.s-welcome .gradient {
  background-image: linear-gradient(to right, var(--hh-black-color), transparent);
  width: 60%;
  height: 100%;
  position: absolute;
  z-index: 5;
}
.s-welcome .slick-list,
.s-welcome .slick-track {
  height: 100%;
}
.s-welcome .slick-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.s-welcome .anchor {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translateX(-50%);
  transition: opacity 0.25s;
  z-index: 10;
}
.s-welcome .anchor:before, .s-welcome .anchor:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.25s;
}
.s-welcome .anchor:before {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.s-welcome .anchor:after {
  width: 15px;
  height: 15px;
  background-image: url(../svg/arrow-down-FFFFFF.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
}
.s-welcome .anchor:hover:before {
  width: 70px;
  height: 70px;
}
.s-welcome__slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.s-welcome__text {
  position: relative;
  min-height: 750px;
  padding: 140px 0;
  z-index: 10;
  display: flex;
  align-items: flex-end;
}
.s-welcome__text h1 {
  max-width: 870px;
  font-size: 70px;
  margin-bottom: 20px;
  line-height: 1.052;
  color: #fff;
}
.s-welcome__text p {
  font-size: 30px;
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.1;
  font-weight: 500;
}
@media (max-width: 1099.98px) {
  .s-welcome__text h1 {
    font-size: 67px;
  }
}
@media (max-width: 767.98px) {
  .s-welcome__text {
    display: flex;
    align-items: flex-end;
    min-height: 620px;
  }
  .s-welcome__text h1 {
    font-size: 50px;
  }
}

/* END s-welcome */
/* BEGIN s-services */
.s-services {
  position: relative;
  padding: 100px 0 200px;
  z-index: 100;
}
.s-services__heading {
  position: relative;
}
.s-services__heading h2 {
  color: var(--hh-green-color);
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .s-services {
    padding: 100px 0 100px;
  }
}
@media (max-width: 991.98px) {
  .s-services__heading {
    text-align: center;
  }
}

/* END s-services */
/* BEGIN s-candidates */
.s-candidates {
  position: relative;
  z-index: 100;
}
.s-candidates h2 {
  margin-bottom: 40px;
}
.s-candidates .nav {
  display: block;
}
.s-candidates .nav > li {
  margin-bottom: 40px;
}
.s-candidates .nav > li > a {
  display: flex;
  align-items: center;
  min-height: 85px;
  padding: 10px 40px;
  border: 2px solid var(--hh-green-color);
  border-radius: 10px;
  color: var(--hh-green-color);
  transition: all 0.25s;
}
.s-candidates .nav > li > a:hover {
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.s-candidates__photo {
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 477px;
}
.s-candidates + section {
  margin-top: -70px;
}
@media (min-width: 1400px) {
  .s-candidates .nav > li > a {
    padding-left: 60px;
    padding-right: 60px;
  }
  .s-candidates + section {
    margin-top: -90px;
  }
}
@media (min-width: 1700px) {
  .s-candidates__photo {
    width: 636px;
  }
}
@media (max-width: 1199.98px) {
  .s-candidates h2 {
    text-align: center;
  }
  .s-candidates .container {
    padding-left: 20px !important;
  }
  .s-candidates .nav > li > a {
    justify-content: center;
    text-align: center;
  }
  .s-candidates__photo {
    top: calc(100% - 25px);
    width: 318px;
  }
}

/* END s-candidates */
/* BEGIN s-quote */
.s-quote {
  position: relative;
  background-color: var(--hh-green-color);
  padding: 260px 0;
  font-family: var(--hh-heading-font-family);
  font-size: 35px;
  line-height: 1.285;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.s-quote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2234px;
  height: 2967px;
  background-image: url(../svg/bg-pattern-2.svg);
  background-repeat: no-repeat;
  background-position: 0;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.s-quote .container {
  position: relative;
  max-width: 840px;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .s-quote {
    padding-top: 330px;
    padding-bottom: 165px;
  }
}
@media (max-width: 767.98px) {
  .s-quote {
    font-size: 26px;
  }
}

/* END s-quote */
/* BEGIN s-partners */
.s-partners {
  padding: 100px 0;
}
.s-partners h2 {
  margin-bottom: 50px;
}
.s-partners .nav > li {
  padding: 20px 40px;
  width: 230px;
}
@media (min-width: 1200px) {
  .s-partners {
    padding-bottom: 160px;
  }
}

/* END s-partners */
/* BEGIN s-banner */
.s-banner {
  position: relative;
  height: 398px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.s-banner .gradient {
  background-image: linear-gradient(to right, var(--hh-black-color), transparent);
  width: 60%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.s-banner .container {
  z-index: 999;
}
.s-banner h1 {
  margin-bottom: 0;
}
.s-banner p {
  margin-bottom: 0;
  font-weight: 500;
  color: #7B8291;
}
.s-banner--left .divide {
  position: absolute;
  left: -118px;
  right: 0;
  bottom: 14px;
}
.s-banner--left .divide img {
  position: relative;
  left: 0;
  width: auto;
  max-width: none;
}
.s-banner--left .divide .container {
  position: relative;
}
.s-banner--left .divide .container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 2000px;
  height: 5px;
  background-color: #fff;
}
.s-banner--left .shape-bottom .shape-bottom__inner {
  width: 250px;
}
.s-banner--center {
  text-align: center;
}
.s-banner--center .divide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .s-banner .divide img {
    left: -60px;
  }
}
@media (max-width: 767.98px) {
  .s-banner {
    height: 318px;
  }
}

/* END s-banner */
/* BEGIN s-content */
.entry-content p {
  font-size: 18px;
}
.entry-content p:not([class]) {
  margin-bottom: 25px;
}
.entry-content p:empty {
  display: none;
}
.entry-content ul:not([class]),
.entry-content ol:not([class]) {
  font-size: 18px;
  margin-bottom: 25px;
}
.entry-content a:not([class]) {
  font-size: 18px;
  color: inherit;
  text-decoration: underline;
  font-weight: 500;
}
.entry-content .intro-text {
  margin-bottom: 40px;
  font-family: var(--hh-heading-font-family);
  font-size: 30px;
  line-height: 1.4;
  color: var(--hh-green-color);
}
@media (max-width: 575.98px) {
  .entry-content .intro-text {
    font-size: 26px;
  }
}

.s-content {
  padding: 100px 0;
}
.s-content__sidebar h4 {
  margin-bottom: 25px;
}
.s-content__sidebar .nav {
  display: block;
}
.s-content__sidebar .nav > li {
  margin-bottom: 10px;
}
.s-content__sidebar .nav > li > a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 77px;
  border-radius: 5px;
  background-color: var(--hh-black-color);
  border: 3px solid transparent;
  padding: 10px 20px 10px 84px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.25s;
}
.s-content__sidebar .nav > li > a .svg-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
.s-content__sidebar .nav > li > a .svg-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.s-content__sidebar .nav > li > a.active, .s-content__sidebar .nav > li > a:hover {
  border-color: var(--hh-green-color);
}
@media (min-width: 576px) {
  .s-content .intro-text {
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .s-content__sidebar {
    padding-left: 70px;
  }
}
@media (min-width: 1400px) {
  .s-content__sidebar {
    padding-left: 140px;
  }
}
@media (max-width: 1199.98px) {
  .s-content__sidebar {
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .s-content {
    padding: 60px 0 120px;
  }
}

.shape-top.shape-pre-employ {
  position: relative;
  display: flex;
  justify-content: center;
  color: #EFEFEF;
  z-index: 10;
}

.capabilities {
  margin-top: 20px;
}
.capabilities h2 {
  font-family: var(--hh-body-font-family);
}
.capabilities ul li {
  position: relative;
  padding: 30px 0px 30px 60px;
  border-bottom: solid 2px var(--hh-green-color);
}
.capabilities ul li:before {
  content: "";
  position: absolute;
  top: 42px;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url(../svg/tick-green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.capabilities ul li h3.h4 {
  font-family: var(--hh-body-font-family);
}
.capabilities ul li p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .capabilities ul li {
    padding: 30px 0px 30px 40px;
  }
}

.scheme-logos .h5 {
  color: var(--hh-green-color);
  margin-bottom: 40px;
}
.scheme-logos .partners__slider {
  border-top: solid 2px var(--hh-green-color);
  border-bottom: solid 2px var(--hh-green-color);
  padding: 20px 0;
}
.scheme-logos .partners__slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 260px;
}
@media (min-width: 1200px) {
  .scheme-logos .partners__slider {
    box-shadow: 1px 1px 8px #e6f2cd;
  }
}

.accreditations {
  margin-bottom: 60px;
  padding-top: 40px;
}
.accreditations .row {
  row-gap: 20px;
}
.accreditations__card {
  background-color: #e6f2cd;
  height: 100%;
  position: relative;
  border: solid 2px #e6f2cd;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 1px 1px 8px #e6f2cd;
  transition: all 0.25s;
}
.accreditations__card .card-front {
  height: 200px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.accreditations__card .card-front img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.accreditations__card .card-back {
  padding: 20px;
}
.accreditations__card .card-back .accreditation-info .h5 {
  color: var(--hh-green-color);
}
.accreditations__card .card-back .accreditation-info p, .accreditations__card .card-back .accreditation-info ul li, .accreditations__card .card-back .accreditation-info a {
  font-size: 15px;
}
.accreditations__card .card-back .accreditation-info p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .accreditations__card {
    border-color: var(--hh-green-color);
  }
  .accreditations__card .card-front {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.25s;
  }
  .accreditations__card .card-back {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .accreditations__card:hover {
    border-color: #e6f2cd;
  }
  .accreditations__card:hover .card-front {
    opacity: 0;
    visibility: hidden;
  }
}

/* END s-content */
/* BEGINSTART PRE EMPLOYMENT ENTRY CONTENT SECTION */
.pre-employ-content {
  background-color: #EFEFEF;
}
.pre-employ-content .shape-top {
  position: relative;
  display: flex;
  justify-content: center;
  color: var(--hh-green-color);
  z-index: 10;
}
.pre-employ-content .pre-content {
  padding: 100px 0;
  font-size: 18px;
}

/* END PRE EMPLOYMENT ENTRY CONTENT SECTION */
/* BEGIN s-blog */
.s-blog {
  padding: 100px 0 140px;
}
.s-blog__photo {
  position: relative;
  width: 100%;
  max-width: 1010px;
  height: 398px;
  margin: 0 auto 45px;
  mask-image: url(../svg/mask-photo-1.svg);
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: cover;
  overflow: hidden;
}
.s-blog__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.s-blog__content {
  max-width: 810px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .s-blog {
    padding: 60px 0 120px;
  }
}

/* END s-blog */
/* BEGIN blog template */
.blog-template {
  background-color: #EFEFEF;
}
.blog-template .main__bg {
  opacity: 0.1;
  mix-blend-mode: luminosity;
}
.blog-template .s-banner {
  color: var(--hh-black-color);
  background-image: none !important;
}

/* END blog template */
/* BEGIN contact template */
.contact-map {
  position: relative;
  border-radius: 5px;
  margin-bottom: 80px;
  overflow: hidden;
}
.contact-map .gmap-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-map:before {
  content: "";
  display: block;
  padding-bottom: 74.48%;
}

.page-template-template-contact .main__bg {
  background-color: var(--hh-black-color);
}
.page-template-template-contact .main__inner {
  border-bottom: 2px solid #FFFFFF;
  color: #fff;
}
.page-template-template-contact .s-banner {
  background-image: none !important;
}

.s-contact {
  padding: 120px 0;
}
.s-contact h3,
.s-contact .h3 {
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .s-contact h3,
  .s-contact .h3 {
    font-size: 30px;
    line-height: 1.4;
  }
  .s-contact__text {
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .s-contact .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .s-contact .row > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .s-contact .row {
    margin-left: -60px;
    margin-right: -60px;
  }
  .s-contact .row > div {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* END contact template */
/* BEGIN location template */
.s-location {
  padding: 160px 0;
}
.s-location h1 {
  margin-bottom: 60px;
}
.s-location h2 {
  margin-bottom: 25px;
  color: var(--hh-green-color);
}
.s-location .contact {
  margin-bottom: 60px;
}
.s-location .contact a {
  color: inherit;
}
.s-location .contact .svg-icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  color: var(--hh-orange-color);
  transform: translateY(-50%);
}
.s-location .contact > li {
  position: relative;
  padding-left: 48px;
}
.s-location .contact > li:not(:last-child) {
  margin-bottom: 20px;
}
.s-location__description {
  padding-top: 40px;
  font-weight: 500;
}
.s-location__map {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.s-location__map:before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 81.67%;
}
.s-location__map .gmap-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  .s-location__description {
    font-size: 24px;
    line-height: 1.208;
  }
}
/* END location template */
/* BEGIN pre-employment template */
.page-template-template-pre-employment {
  background-color: var(--hh-green-color);
}
.page-template-template-pre-employment .main__bg {
  height: 70%;
  opacity: 0.1;
  mix-blend-mode: luminosity;
}
.page-template-template-pre-employment .main__bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(to bottom, rgba(48, 177, 161, 0) 0%, rgb(48, 177, 161) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0030b1a1", endColorstr="#90c124", GradientType=0);
}
.page-template-template-pre-employment .s-banner {
  background-image: none !important;
}

.s-steps {
  position: relative;
  background-color: #EFEFEF;
  overflow: hidden;
}
.s-steps h2 {
  margin-bottom: 100px;
}
.s-steps .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 200px;
  z-index: 10;
}
.s-steps .shape-top {
  position: relative;
  display: flex;
  justify-content: center;
  color: var(--hh-green-color);
  z-index: 10;
}
.s-steps:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2229px;
  height: 2960px;
  background-image: url(../svg/bg-pattern-2.svg);
  background-repeat: no-repeat;
  background-position: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.steps-block {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.steps-block__item {
  background-color: #1B263E;
  border-radius: 5px;
  padding: 50px 60px;
  text-align: left;
  color: #fff;
}
.steps-block__item .icon {
  position: relative;
  width: 164px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.steps-block__item .text {
  width: calc(100% - 164px);
  padding-left: 60px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}
.steps-block__item .seperate {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  margin: 30px 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='2px' viewBox='0 0 12 2' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-dasharray='5' stroke-linecap='round'%3E%3Cg transform='translate(1.001000, 0.500000)' stroke='%23FFFFFF' stroke-width='2'%3E%3Cline x1='0' y1='0.5' x2='9.999' y2='0.5'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
}
.steps-block__item .seperate:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #1b263e;
  padding: 0 3px;
  font-size: 24px;
  font-weight: 500;
  color: var(--hh-orange-color);
  transform: translateX(-50%) translateY(-50%);
}
.steps-block__item.step-1 .icon > span {
  position: absolute;
  top: 18px;
  left: 51px;
  font-size: 20px;
  font-weight: 500;
  color: var(--hh-green-color);
  line-height: 1;
}
.steps-block__time {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 3px solid var(--hh-black-color);
  border-radius: 100px;
  padding: 0 12px 0 52px;
  margin: 24px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
}
.steps-block__time:before, .steps-block__time:after {
  content: "";
  position: absolute;
}
.steps-block__time:before {
  top: 50%;
  left: 17px;
  width: 24px;
  height: 24px;
  background-image: url(../svg/time-icon.svg);
  background-repeat: no-repeat;
  background-position: 0;
  transform: translateY(-50%);
}
.steps-block__time:after {
  top: 50%;
  left: 50%;
  width: 3px;
  height: 94px;
  background-color: var(--hh-black-color);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .steps-block__item {
    padding: 30px 30px;
  }
  .steps-block__item .icon {
    width: 131px;
  }
  .steps-block__item .text {
    width: calc(100% - 131px);
    padding-left: 30px;
    font-size: 20px;
  }
  .steps-block__item.step-1 .icon > span {
    top: 15px;
    left: 42px;
    font-size: 16px;
  }
  .steps-block__time {
    font-size: 16px;
  }
}

/* END pre-employment template */
/* BEGIN s-locations */
.s-locations {
  position: relative;
  padding: 120px 0 200px;
}
.s-locations h1 {
  margin-bottom: 60px;
}
.s-locations .container {
  position: relative;
  z-index: 10;
}
.s-locations .row {
  margin-left: -15px;
  margin-right: -15px;
}
.s-locations .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.s-locations__filter {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
}
.s-locations__filter ::placeholder {
  color: var(--hh-black-color);
}
.s-locations__filter input[type=text],
.s-locations__filter select,
.s-locations__filter button:not(.btn) {
  display: block;
  width: 100%;
  height: 55px;
  border: 2px solid var(--hh-black-color);
  border-radius: 5px;
  padding: 0 20px;
  background-color: transparent;
  line-height: 1;
  color: var(--hh-black-color);
  text-align: left;
}
.s-locations__filter .field {
  flex: 1;
}
.s-locations__filter .field:not(:last-child) {
  margin-right: 25px;
  margin-bottom: 20px;
}
.s-locations__filter .field-select {
  position: relative;
}
.s-locations__filter .field-select select {
  position: relative;
  padding-right: 60px;
  appearance: none;
  z-index: 2;
}
.s-locations__filter .field-select:after {
  content: ">";
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: var(--hh-black-color);
  transform: rotate(90deg);
  z-index: 1;
}
.s-locations__filter button.current-location {
  position: relative;
  padding-right: 60px;
}
.s-locations__filter button.current-location .svg-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transition: color 0.25s;
  transform: translateY(-50%);
}
.s-locations__filter button.current-location.loading .svg-icon {
  animation: "current-location-pulse" 1s infinite;
}
.s-locations__filter button.current-location.active .svg-icon, .s-locations__filter button.current-location:hover .svg-icon {
  color: var(--hh-orange-color);
}
.s-locations__filter .field-category {
  position: relative;
}
.s-locations__filter .field-category > input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.s-locations__filter .field-category > input:checked + label {
  background-color: var(--hh-btn-color);
  color: #fff;
}
.s-locations__filter .field-category > label {
  --hh-btn-color: #F26722;
  background-color: transparent;
  border: 3px solid var(--hh-btn-color);
  border-radius: 200px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  color: var(--hh-btn-color);
  cursor: pointer;
  transition: all var(--hh-duration-default);
}
.s-locations__filter .field-category > label:hover {
  background-color: var(--hh-btn-color);
  color: #fff;
}
.s-locations__filter .nav {
  align-items: center;
  padding-top: 60px;
}
.s-locations__filter .nav > li {
  margin: 5px 15px 5px 0;
}
.s-locations__filter .nav > li:last-child {
  margin-right: 0;
}
.s-locations__filter .clear {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--hh-black-color);
  opacity: 0.5;
  transition: opacity 0.25s;
}
.s-locations__filter .clear:hover {
  opacity: 1;
}
.s-locations__map {
  position: relative;
  height: 813px;
  background-color: #EFEFEF;
  border-radius: 10px;
  overflow: hidden;
}
.s-locations__map .marker {
  display: none;
}
.s-locations__list {
  background-color: var(--hh-black-color);
  border-radius: 10px;
  padding: 60px 50px;
  font-size: 18px;
  line-height: 1.666;
  color: #fff;
}
.s-locations__list h3 {
  margin-bottom: 50px;
  font-size: 30px;
}
.s-locations__list p {
  margin-bottom: 0;
}
.s-locations__list > ul {
  height: 590px;
  overflow: auto;
}
.s-locations__list > ul > li {
  border-bottom: 1px solid #7B8291;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-right: 50px;
}
.s-locations__list .title {
  margin-bottom: 4px;
  font-family: var(--hh-heading-font-family);
  font-size: 25px;
  line-height: 1.2;
}
.s-locations__list .btn {
  margin-top: 15px;
  border-width: 2px;
  padding: 11px 22px;
  font-size: 12px;
}
.s-locations.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.25;
  z-index: 15;
}
@media (min-width: 768px) {
  .s-locations__filter .clear {
    position: absolute;
    top: -90px;
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .s-locations .row > div:not(:last-child) {
    margin-bottom: 60px;
  }
  .s-locations__filter .field:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .s-locations {
    padding: 60px 0 120px;
  }
  .s-locations h1 {
    margin-bottom: 40px;
  }
  .s-locations__filter .field-category > label {
    padding: 6px 18px;
    font-size: 14px;
  }
  .s-locations__filter .nav {
    padding-top: 0;
  }
  .s-locations__filter .nav > li:first-child {
    width: 100%;
  }
  .s-locations__filter .clear {
    display: none;
  }
  .s-locations__map {
    height: 609px;
  }
}
@media (max-width: 575.98px) {
  .s-locations__list {
    padding: 30px 20px;
    font-size: 16px;
  }
  .s-locations__list h3 {
    margin-bottom: 30px;
  }
  .s-locations__list ul > li {
    margin-right: 20px;
  }
  .s-locations__list .title {
    font-size: 20px;
  }
  .s-locations__map {
    height: 456px;
  }
}

/* END s-locations */
/* BEGIN pagination */
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination .nav-links a,
.pagination .nav-links span {
  display: inline-block;
  margin: 0 10px;
  color: inherit;
}
.pagination .nav-links .current {
  font-weight: 500;
}

/* END pagination */
/* BEGIN booking */
#booking .btn-close {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 42px;
  height: 42px;
  background: linear-gradient(to bottom, rgb(144, 193, 36) 0%, rgb(128, 226, 43) 100%);
  border: 0;
  border-radius: 50%;
  transition: border-color var(--hh-duration-default);
}
#booking .btn-close:before, #booking .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background-color: var(--hh-black-color);
  margin-top: -1px;
  margin-left: -11px;
}
#booking .btn-close:before {
  transform: rotate(45deg);
}
#booking .btn-close:after {
  transform: rotate(-45deg);
}
#booking .btn-close:hover {
  border-color: var(--hh-green-color);
}
#booking .modal-content {
  background-color: var(--hh-black-color);
  border: 0;
  border-radius: 0;
}
#booking .modal-body {
  padding: 0;
}
#booking .booking-pane {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  line-height: 1.4;
}
#booking .booking-pane .row {
  row-gap: 30px;
}
#booking .booking-pane .h2 {
  font-size: 30px;
  font-weight: 600;
}
#booking .booking-pane .h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
#booking .booking-pane .btn {
  padding: 14px 22px;
  border: 0;
  border-radius: 100px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  transition: transform var(--hh-duration-default);
}
#booking .booking-pane .btn--primary {
  background: linear-gradient(to right, rgb(144, 193, 36) 0%, rgb(168, 234, 46) 100%);
  color: var(--hh-black-color);
}
#booking .booking-pane .btn--secondary {
  background-color: #776f9f;
  color: #fff;
}
#booking .booking-pane .btn:hover {
  transform: scale(1.05);
}
#booking .booking-pane .btn.phone > span, #booking .booking-pane .btn.email > span {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
#booking .booking-pane .btn.phone > span:before, #booking .booking-pane .btn.email > span:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #fff;
  mask-image: var(--icon);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
#booking .booking-pane .btn.phone {
  --icon: url(/wp-content/uploads/2025/10/icon-phone-call.svg);
}
#booking .booking-pane .btn.email {
  --icon: url(/wp-content/uploads/2025/10/icon-email.svg);
}
#booking .booking-pane .box {
  background-color: #fff;
  padding: 30px 35px;
  border-radius: 15px;
  color: var(--hh-black-color);
}
#booking .booking-pane .box__image {
  margin-bottom: 20px;
}
#booking .booking-pane .box__title {
  margin-bottom: 25px;
}
#booking .booking-pane .box__text {
  row-gap: 15px;
}
#booking .booking-pane .note {
  row-gap: 15px;
  font-size: 16px;
  font-weight: 400;
}
#booking .booking-pane .note__btn {
  column-gap: 20px;
  row-gap: 15px;
}
#booking .booking-pane .back {
  font-size: 20px;
  color: var(--hh-green-color);
  text-decoration: underline;
}
#booking .booking-pane__heading {
  margin-bottom: 40px;
}
#booking .booking-pane__heading .logo {
  max-width: 80%;
  margin-bottom: 50px;
}
#booking #booking-welcome .box__image {
  min-height: 84px;
}
#booking #booking-welcome .box__title {
  color: var(--hh-black-color);
}
#booking #booking-company {
  display: none;
}
#booking #booking-company .note {
  margin-bottom: 50px;
}
#booking #booking-company .booking-pane__opts {
  margin-bottom: 60px;
}
#booking #booking-individual {
  display: none;
}
#booking #booking-individual .box__image {
  min-height: 88px;
}
#booking #booking-individual .booking-pane__opts {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  #booking .booking-pane .row {
    --bs-gutter-x: 100px;
  }
  #booking .booking-pane__opts:before {
    content: "OR";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(-50%) translateY(-50%);
  }
  #booking #booking-welcome {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
  }
  #booking #booking-welcome .row {
    --bs-gutter-x: 40px;
  }
  #booking #booking-welcome .box {
    min-height: 190px;
  }
  #booking #booking-company .box__title {
    min-height: 48px;
  }
}
@media (min-width: 1200px) {
  #booking .container {
    max-width: 1040px;
  }
}
@media (max-width: 991.98px) {
  #booking .btn-close {
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
  }
  #booking .btn-close:before, #booking .btn-close:after {
    width: 18px;
    margin-left: -9px;
  }
  #booking .booking-pane .h2 {
    font-size: 32px;
  }
  #booking .booking-pane .h4 {
    font-size: 22px;
  }
  #booking .booking-pane .box {
    padding: 30px;
  }
  #booking .booking-pane__heading .logo {
    margin-bottom: 40px;
  }
  #booking .booking-pane__opts > .row > div:not(:last-child) {
    position: relative;
    padding-bottom: 50px;
  }
  #booking .booking-pane__opts > .row > div:not(:last-child):before {
    content: "OR";
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(-50%);
  }
}

/* END booking */
/* BEGIN extra */
.gmap-js .marker {
  display: none;
}

.marker-description p {
  margin-bottom: 5px;
}
.marker-description .title {
  font-family: var(--hh-heading-font-family);
  font-size: 16px;
}
.marker-description .btn {
  margin-top: 10px;
  border-width: 2px;
  padding: 11px 22px;
  font-size: 12px;
}

.rank-math-breadcrumb {
  margin-bottom: 20px;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  display: inline-block;
  color: inherit;
}
.rank-math-breadcrumb a {
  color: var(--hh-green-color);
}
.rank-math-breadcrumb .separator {
  margin: 0 8px;
}

/* END extra */
/* BEGIN Logo slick slide */
.slick-equal-height.slick-initialized .slick-track {
  display: flex;
}
.slick-equal-height.slick-initialized .slick-track:before, .slick-equal-height.slick-initialized .slick-track:after {
  display: none;
}
.slick-equal-height.slick-initialized .slick-track .slick-slide {
  display: flex;
  height: auto;
}

.partners__slider:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 4px;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}
.partners__slider .slick-list {
  z-index: 5;
}
.partners__slider .slick-slide {
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

/* END logo slick slide */
.mission {
  margin-bottom: 60px;
}
.mission p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--hh-green-color);
}

ul.values {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.values li {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 10px;
}
ul.values li .value-img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 20px;
}
ul.values li .value-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
ul.values li .value-info {
  position: relative;
  height: 80%;
  background-color: var(--hh-black-color);
  padding: 60px 20px 0px;
  border-radius: 10px;
  text-align: center;
}
ul.values li .value-info h3 {
  color: var(--hh-green-color);
  font-family: var(--hh-heading-font-family);
  font-weight: 500;
}
ul.values li .value-info p {
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
}

#welcome-popup {
  --bs-modal-padding: 40px;
}
#welcome-popup .modal-body .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 38px;
  height: 28px;
  background-color: transparent;
  padding: 0;
  border: 0;
}
#welcome-popup .modal-body .btn-close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #D3D3D3;
  margin-top: -3px;
  opacity: 0.5;
}
#welcome-popup .modal-body .btn-close span:nth-child(1) {
  transform: rotate(45deg);
}
#welcome-popup .modal-body .btn-close span:nth-child(2) {
  transform: rotate(-45deg);
}
#welcome-popup .modal-body h2 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 30px;
  font-weight: 600;
}
#welcome-popup .modal-body .h4 {
  font-size: 26px;
  color: var(--hh-green-color);
  margin-bottom: 30px;
}
#welcome-popup .modal-body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  --bs-gutter-y: 20px;
}
#welcome-popup .modal-body ul .list-item {
  position: relative;
  display: block;
  padding-left: 44px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #868e9b;
}
#welcome-popup .modal-body ul .list-item:before {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url("../svg/tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#welcome-popup .modal-body .box-grid {
  --bs-gutter-y: 30px;
}
#welcome-popup .modal-body .box-grid .box .card-icon-box .card-icon-box__inner {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#welcome-popup .modal-body .box-grid .box .card-icon-box .card-icon-box__inner .card-icon-box__title {
  font-family: var(--hh-heading-font-family);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
#welcome-popup .modal-body .box-grid .box .card-icon-box .card-icon-box__inner .card-icon-box__title a {
  color: #fff;
}
#welcome-popup .modal-body .box-grid .box:nth-child(3n+1) .card-icon-box__inner {
  background-color: var(--hh-green-color);
}
#welcome-popup .modal-body .box-grid .box:nth-child(3n+1) .card-icon-box .shape-bottom {
  color: var(--hh-green-color);
}
#welcome-popup .modal-body .box-grid .box:nth-child(3n+2) .card-icon-box__inner {
  background-color: var(--hh-black-color);
}
#welcome-popup .modal-body .box-grid .box:nth-child(3n+2) .card-icon-box .shape-bottom {
  color: var(--hh-black-color);
}
#welcome-popup .modal-body .box-grid .box:nth-child(3n+3) .card-icon-box__inner {
  background-color: var(--hh-green-color);
}
#welcome-popup .modal-body .box-grid .box:nth-child(3n+3) .card-icon-box .shape-bottom {
  color: var(--hh-green-color);
}
@media (max-width: 991px) {
  #welcome-popup {
    --bs-modal-padding: 30px;
  }
  #welcome-popup .modal-body h2 {
    font-size: 38px;
  }
  #welcome-popup .modal-body .h4 {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  #welcome-popup .modal-body h2 {
    font-size: 30px;
  }
  #welcome-popup .modal-body .h4 {
    font-size: 18px;
  }
  #welcome-popup .modal-body ul .list-item {
    font-size: 14px;
    padding-left: 34px;
    line-height: 15px;
  }
  #welcome-popup .modal-body ul .list-item:before {
    width: 30px;
    height: 30px;
  }
}

.button-popup {
  position: fixed;
  bottom: 0;
  right: 20px;
  background-color: var(--hh-green-color);
  color: #fff;
  padding: 15px 25px;
  border-radius: 10px 10px 0 0;
  outline: none;
  border-bottom: solid 0px transparent;
  border-right: 0px;
  border-left: 0px;
  border-top: 0px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  transition: all 0.25s;
  z-index: 999;
}
.button-popup:hover {
  cursor: pointer;
  border-bottom: solid 10px var(--hh-green-color);
}
@media (max-width: 576px) {
  .button-popup {
    left: 20px;
    padding: 15px 20px;
    font-size: 14px;
  }
}

/* BEGIN template about */
.section-mission {
  padding: 100px 0;
  background-color: var(--hh-green-color);
}
.section-mission .mission {
  text-align: center;
}
.section-mission .mission h2 {
  color: #fff;
  margin-bottom: 40px;
}
.section-mission .mission p {
  font-size: 24px;
  font-weight: 500;
  color: var(--hh-black-color);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.2;
}

.section-values {
  background-color: #fff;
  padding: 100px 0;
}
.section-values .values {
  text-align: center;
}
.section-values .values h2 {
  color: var(--hh-green-color);
  margin-bottom: 40px;
}
.section-values .values ul {
  list-style: none;
  padding: 0;
  margin: 0;
  --bs-gutter-y: 20px;
}
.section-values .values ul li .value {
  padding: 30px;
  height: 100%;
  background-color: var(--hh-black-color);
  border-radius: 10px;
  text-align: center;
}
.section-values .values ul li .value .value-img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 20px;
}
.section-values .values ul li .value .value-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.section-values .values ul li .value .value-info h3 {
  color: var(--hh-green-color);
  font-family: var(--hh-heading-font-family);
  font-weight: 500;
}
.section-values .values ul li .value .value-info p {
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
}

.section-about {
  background-color: var(--hh-black-color);
  padding: 100px 0;
  position: relative;
}
.section-about:before, .section-about:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.section-about:before {
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background-image: url("../svg/pattern.svg");
  background-position: top right;
}
.section-about:after {
  bottom: 0;
  left: 0;
  width: 150px;
  height: 75px;
  background-image: url("../svg/pattern-2.svg");
  background-position: bottom left;
}
.section-about .about {
  color: #fff;
  font-size: 18px;
}
.section-about .about h2 {
  margin-bottom: 40px;
  color: var(--hh-green-color);
}
@media (min-width: 991px) {
  .section-about:before {
    width: 180px;
    height: 180px;
  }
  .section-about .about {
    padding-right: 100px;
  }
}
@media (max-width: 768px) {
  .section-about:before {
    display: none;
  }
}

.section-impact {
  padding: 100px 0;
  background-color: #e6f2cd;
}
.section-impact .impact {
  text-align: center;
}
.section-impact .impact h2 {
  color: var(--hh-green-color);
  margin-bottom: 40px;
}
.section-impact .impact p {
  font-size: 24px;
  font-weight: 500;
  color: var(--hh-black-color);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.2;
}
.section-impact .impact ul {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  --bs-gutter-y: 20px;
}
@media (min-width: 1200px) {
  .section-impact .impact ul li {
    width: 20% !important;
  }
}
.section-impact .impact ul li .impact-item .impact-img {
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto 10px;
}
.section-impact .impact ul li .impact-item .impact-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.section-impact .impact ul li .impact-item .impact-info h3 {
  color: var(--hh-green-color);
  margin-bottom: 10px;
}
.section-impact .impact ul li .impact-item .impact-info p {
  font-size: 20px;
  color: var(--hh-black-color);
}

/* END template about */
/* BEGIN extra */
.holiday-hours {
  background-color: #e6f2cd;
  margin-bottom: 60px;
  padding: 60px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .holiday-hours {
    padding: 40px;
    margin-bottom: 40px;
  }
}

/* END extra */
