<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;family=Unbounded:wght@200..900&amp;display=swap");
@font-face {
  font-family: "Recoleta DEMO";
  src: url("../fonts/recoleta-regular.woff2") format("woff2"), url("../fonts/recoleta-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes current-location-pulse {
  0% {
    color: var(--hh-green-color);
  }
  100% {
    color: var(--hh-orange-color);
  }
}
/** 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 **/
/** 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 **/
/** BUTTON **/
button, input, select, textarea {
  outline: none;
}

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

.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 &gt; 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 **/
/** 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: "&gt;";
  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 **/
/** 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 &gt; li &gt; button {
  display: block;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.slick-arrow {
  display: inline-block;
  background-color: transparent;
  padding: 0;
  border: 0;
}
/** END slick **/
/** 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 **/
/** divide **/
.divide {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.divide &gt; img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: none;
}
.divide &gt; span {
  position: relative;
}
.divide &gt; span &gt; svg {
  position: relative;
  left: 50%;
  display: block;
  width: auto;
  max-width: none;
  transform: translateX(-50%);
  z-index: 1;
}
.divide &gt; span:before, .divide &gt; span:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 2000px;
  z-index: 2;
}
.divide &gt; span:before {
  right: 100%;
}
.divide &gt; span:after {
  left: 100%;
}
.divide--1 {
  color: var(--hh-green-color);
}
.divide--1 &gt; span:before, .divide--1 &gt; span:after {
  height: 7px;
  background-color: var(--hh-black-color);
}
@media (max-width: 1399.98px) {
  .divide--1 &gt; span {
    width: 380px;
  }
}
.divide--2 {
  color: #fff;
}
.divide--2 &gt; span:before, .divide--2 &gt; span:after {
  height: 5px;
  background-color: #fff;
}
@media (min-width: 2000px) {
  .divide--3 &gt; img {
    width: 100%;
    height: auto;
  }
}

/** END divide **/
/** card-service **/
.service-grid &gt; div {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .service-grid {
    margin-left: -30px;
    margin-right: -30px;
  }
  .service-grid &gt; div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .service-grid {
    margin-left: -20px;
    margin-right: -20px;
  }
  .service-grid &gt; 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 **/
/** 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 **/
/** 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 **/
/** card-icon-box **/
.icon-box-grid {
  margin-left: -20px;
  margin-right: -20px;
}
.icon-box-grid &gt; div {
  padding: 0 20px 40px;
}
@media (min-width: 992px) {
  .icon-box-grid {
    margin-left: -30px;
    margin-right: -30px;
  }
  .icon-box-grid &gt; 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 **/
/** card-post **/
.post-grid &gt; div {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .post-grid {
    margin-left: -30px;
    margin-right: -30px;
  }
  .post-grid &gt; 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__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 **/
/** 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 **/
/** HEADER **/
.header {
  position: relative;
  padding-top: 20px;
  background-color: var(--hh-black-color);
  z-index: 200;
}
.header .logo {
  width: 400px;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .phone-link {
  position: absolute;
  bottom: -64px;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.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 &gt; span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #fff;
  transform: all var(--hh-duration-default);
}
.header .toggle-nav.collapsed &gt; span:nth-child(1) {
  top: 0;
}
.header .toggle-nav.collapsed &gt; span:nth-child(2) {
  top: 50%;
  margin-top: -3px;
}
.header .toggle-nav.collapsed &gt; span:nth-child(3) {
  bottom: 0;
}
.header .toggle-nav:not(.collapsed) &gt; span:nth-child(1), .header .toggle-nav:not(.collapsed) &gt; span:nth-child(3) {
  top: 50%;
  margin-top: -3px;
}
.header .toggle-nav:not(.collapsed) &gt; span:nth-child(1) {
  transform: rotate(45deg);
}
.header .toggle-nav:not(.collapsed) &gt; span:nth-child(2) {
  opacity: 0;
}
.header .toggle-nav:not(.collapsed) &gt; span:nth-child(3) {
  transform: rotate(-45deg);
}
.header__nav-secondary .nav:nth-child(1) &gt; li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__nav-secondary .nav:nth-child(1) &gt; li &gt; a {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}
.header__nav-secondary .nav:nth-child(1) &gt; li &gt; 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) &gt; li:not(:last-child) {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.header__nav-secondary .nav:nth-child(1) &gt; 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) &gt; 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 &gt; a {
  color: var(--hh-green-color);
}
@media (min-width: 1200px) {
  .header__nav-secondary .nav:nth-child(2) {
    padding-left: 40px;
  }
  .header__nav-primary .nav &gt; li {
    margin-left: 15px;
  }
  .header__nav-primary .nav &gt; li &gt; a {
    padding: 50px 0;
  }
  .header__nav-primary .nav &gt; li:hover .megamenu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .header__nav-primary .nav &gt; li {
    margin-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  .header {
    background-color: #EFEFEF;
    padding-bottom: 80px;
  }
  .header .logo {
    width: 300px;
  }
  .header .phone-link {
    bottom: -55px;
    font-size: 20px;
  }
  .header .phone-link .svg-icon {
    width: 16px;
  }
  .header__nav-secondary .nav:not(:last-child) {
    margin-bottom: 20px;
  }
  .header__nav-secondary .nav:nth-child(2) &gt; 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 &gt; li {
    position: relative;
  }
  .header__nav-primary .nav &gt; li &gt; 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) &gt; li {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1700px) {
  .header__brand {
    padding-top: 80px;
  }
}
@media (min-width: 1700px) {
  .header__brand {
    padding-top: 16px;
  }
  .header .phone-link {
    bottom: -110px;
  }
}

.megamenu {
  background-color: var(--hh-black-color);
}
.megamenu .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.megamenu .sub-menu &gt; li &gt; a {
  display: flex;
  align-items: center;
  min-height: 92px;
  border-bottom: 2px solid #FFFFFF;
  color: #fff;
}
.megamenu .sub-menu &gt; li &gt; a &gt; span {
  display: inline-block;
}
.megamenu .sub-menu &gt; li &gt; a &gt; span.svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  margin-right: 20px;
}
.megamenu .sub-menu &gt; li &gt; a &gt; span.svg-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.megamenu .sub-menu &gt; li &gt; a &gt; span:last-child {
  width: calc(100% - 90px);
}
.megamenu .sub-menu &gt; li:nth-child(1) &gt; 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 &gt; li {
    width: 50%;
    padding: 0 50px;
  }
  .megamenu .sub-menu &gt; li:nth-child(2) &gt; 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 **/
/** 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 .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 &gt; li:not(:first-child):before {
  content: "|";
  display: inline-block;
  margin: 0 10px;
  color: var(--hh-green-color);
}
.footer__nav &gt; 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 &gt; div.order-xl-first {
    padding-right: 50px;
  }
  .footer .row &gt; 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 &gt; li {
    margin-left: 20px;
  }
}
@media (min-width: 1400px) {
  .footer .row &gt; div.order-xl-first {
    padding-right: 100px;
  }
  .footer .row &gt; div.order-xl-last {
    padding-left: 100px;
  }
}
@media (max-width: 1199.98px) {
  .footer {
    padding: 80px 0 100px;
    text-align: center;
  }
  .footer .row &gt; 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 &gt; li.copyright {
    width: 100%;
  }
  .footer__nav &gt; li.copyright + li:before {
    display: none;
  }
  .footer__nav &gt; li.website-by {
    width: 100%;
  }
  .footer__nav &gt; li.website-by:before {
    display: none;
  }
}

/** END FOOTER **/
/** 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 **/
/** 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: 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 **/
/** 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 **/
/** s-candidates **/
.s-candidates {
  position: relative;
  z-index: 100;
}
.s-candidates h2 {
  margin-bottom: 40px;
}
.s-candidates .nav {
  display: block;
}
.s-candidates .nav &gt; li {
  margin-bottom: 40px;
}
.s-candidates .nav &gt; li &gt; 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 &gt; li &gt; 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 &gt; li &gt; 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 &gt; li &gt; a {
    justify-content: center;
    text-align: center;
  }
  .s-candidates__photo {
    top: calc(100% - 25px);
    width: 318px;
  }
}

/** END s-candidates **/
/** 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 **/
/** s-partners **/
.s-partners {
  padding: 100px 0;
}
.s-partners h2 {
  margin-bottom: 50px;
}
.s-partners .nav &gt; li {
  padding: 20px 40px;
}
@media (min-width: 1200px) {
  .s-partners {
    padding-bottom: 160px;
  }
}

/** END s-partners **/
/** 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 **/
/** s-content **/
.entry-content p:not([class]) {
  margin-bottom: 25px;
}
.entry-content p:empty {
  display: none;
}
.entry-content ul:not([class]),
.entry-content ol:not([class]) {
  margin-bottom: 25px;
}
.entry-content a:not([class]) {
  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 &gt; li {
  margin-bottom: 10px;
}
.s-content__sidebar .nav &gt; li &gt; 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 &gt; li &gt; 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 &gt; li &gt; a .svg-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.s-content__sidebar .nav &gt; li &gt; a.active, .s-content__sidebar .nav &gt; li &gt; 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;
}

/** END s-content **/
/**START 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;
}

/** END PRE EMPLOYMENT ENTRY CONTENT SECTION **/
/** 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 **/
/** 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 **/
/** 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 &gt; div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .s-contact .row {
    margin-left: -60px;
    margin-right: -60px;
  }
  .s-contact .row &gt; div {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/** END contact template **/
/** 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 &gt; li {
  position: relative;
  padding-left: 48px;
}
.s-location .contact &gt; 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 **/
/** 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 &gt; 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 &gt; span {
    top: 15px;
    left: 42px;
    font-size: 16px;
  }
  .steps-block__time {
    font-size: 16px;
  }
}

/** END pre-employment template **/
/** 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 &gt; 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: "&gt;";
  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 &gt; input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.s-locations__filter .field-category &gt; input:checked + label {
  background-color: var(--hh-btn-color);
  color: #fff;
}
.s-locations__filter .field-category &gt; 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 &gt; label:hover {
  background-color: var(--hh-btn-color);
  color: #fff;
}
.s-locations__filter .nav {
  align-items: center;
  padding-top: 60px;
}
.s-locations__filter .nav &gt; li {
  margin: 5px 15px 5px 0;
}
.s-locations__filter .nav &gt; 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 &gt; ul {
  height: 590px;
  overflow: auto;
}
.s-locations__list &gt; ul &gt; 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 &gt; 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 &gt; label {
    padding: 6px 18px;
    font-size: 14px;
  }
  .s-locations__filter .nav {
    padding-top: 0;
  }
  .s-locations__filter .nav &gt; 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 &gt; li {
    margin-right: 20px;
  }
  .s-locations__list .title {
    font-size: 20px;
  }
  .s-locations__map {
    height: 456px;
  }
}

/** END s-locations **/
/** 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 **/
/** 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 **/
/** 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;
  }
}
</pre></body></html>