/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/image-text/image-text.scss ***!
  \**********************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.image-text {
  margin: 80px 0;
}
.image-text__img {
  width: 100vw;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 -20px;
}
.image-text__text {
  position: relative;
  background: #FFFFFF;
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 10px;
  margin-top: -20px;
  z-index: 2;
}
.image-text__text-icon {
  width: auto;
  max-width: 100%;
  height: 30px;
  margin-bottom: 15px;
}
.image-text__text-eyebrow {
  color: #F15B2B;
  margin-bottom: 15px;
}
.image-text__text-title {
  margin-bottom: 15px;
}
.image-text__text-paragraphs {
  color: #797979;
}
.image-text__text-paragraphs p {
  margin-bottom: 15px;
}
.image-text__text-paragraphs p:last-of-type {
  margin-bottom: 0;
}
.image-text--light .image-text {
  box-shadow: 25px 10px 25px 0 rgba(0, 0, 0, 0.15);
}
.image-text--light .image-text__text {
  background: #729D90;
}
.image-text--light .image-text__text-eyebrow, .image-text--light .image-text__text-title, .image-text--light .image-text__text-paragraphs {
  color: #FFFFFF;
}
.image-text--dark .image-text__text {
  background: #075048;
  box-shadow: 25px 10px 25px 0 rgba(0, 0, 0, 0.15);
}
.image-text--dark .image-text__text-eyebrow {
  color: #F15B2B;
}
.image-text--dark .image-text__text-paragraphs {
  color: #FFFFFF;
}
.image-text--dark .image-text__text-title {
  color: #729D90;
}

@media only screen and (min-width: 768px) {
  .image-text__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
  }
  .image-text__img {
    width: 100%;
    height: 100%;
    margin: 0;
    aspect-ratio: initial;
  }
  .image-text__text {
    margin: 50px 0 0 -30px;
    padding: 30px;
  }
  .image-text--right .image-text__img {
    order: 2;
  }
  .image-text--right .image-text__text {
    order: 1;
    margin: 50px -30px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .image-text__container {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .image-text__text {
    margin: 50px 0 0 -50px;
    padding: 50px;
  }
  .image-text__text-icon {
    height: 45px;
  }
  .image-text--right .image-text__container {
    grid-template-columns: 1fr 2fr;
  }
  .image-text--right .image-text__img {
    order: 2;
  }
  .image-text--right .image-text__text {
    order: 1;
    margin: 50px -50px 0 0;
  }
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/slider-posts/slider-posts.scss ***!
  \**************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.slider-posts {
  margin: 80px 0;
}
.slider-posts .slider-posts__heading {
  display: flex;
  flex-flow: row;
  width: 100%;
  margin-bottom: 32px;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.slider-posts .slider-posts__heading .slider-post__title {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
}
.slider-posts .slider-posts__featured {
  margin-bottom: 32px;
}
.slider-posts .slider-posts__featured .btn-orange {
  font-weight: 700;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/full-width-two-blocks/full-width-two-blocks.scss ***!
  \********************************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.full-width-two-blocks {
  background-color: #729D90;
  margin-bottom: 80px;
}
.full-width-two-blocks .left-block__content-holder,
.full-width-two-blocks .right-block__content-holder {
  padding: 16px 16px 40px;
  min-height: 313px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.full-width-two-blocks .left-block__content-holder p,
.full-width-two-blocks .right-block__content-holder p {
  font: 400 14px/1.45 "GothamSSm", sans-serif;
  text-align: center;
  color: #e9e9e9;
  margin-bottom: 21px;
}
.full-width-two-blocks .right-block {
  background-repeat: no-repeat;
  background-size: cover;
}
.full-width-two-blocks .right-block__text {
  margin-bottom: 35px;
}
.full-width-two-blocks .left-block__icon,
.full-width-two-blocks .right-block__icon {
  width: 100%;
  margin-bottom: 35px;
}
.full-width-two-blocks .left-block__icon img,
.full-width-two-blocks .right-block__icon img {
  margin: auto;
  max-width: 190px;
}
.full-width-two-blocks .right-content__button a {
  border: 1px solid #fff;
  padding: 18px 26px;
  border-radius: 28px;
  color: #fff;
  font: 500 16px/1.2 "GothamSSm", sans-serif;
  display: inline-block;
}
.full-width-two-blocks .right-content__button a svg {
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .full-width-two-blocks {
    display: flex;
  }
  .full-width-two-blocks .left-block,
  .full-width-two-blocks .right-block {
    width: 50%;
    min-height: 627px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .full-width-two-blocks .left-block .left-block__content-holder,
  .full-width-two-blocks .right-block .right-block__content-holder {
    max-width: 442px;
    justify-content: flex-start;
  }
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/suggestions-form/suggestions-form.scss ***!
  \**********************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
section.suggestions-form .container {
  padding: 0;
}
section.suggestions-form .suggestions-form__information {
  background-color: #F6F6F6;
  padding: 20px;
}
section.suggestions-form .suggestions-form__information .suggestions-form__title-section {
  margin-bottom: 40px;
}
section.suggestions-form .suggestions-form__information .suggestions-form__title-section h2 {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #075048;
  margin-bottom: 12px;
}
section.suggestions-form .suggestions-form__information .suggestions-form__title-section p {
  font: 400 14px/1.2 "GothamSSm", sans-serif;
  color: #797979;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__mobiles,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__emails {
  margin-bottom: 20px;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__mobiles,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__emails,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__locations {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__mobiles .suggestions-form__icon-side,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__emails .suggestions-form__icon-side,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__locations .suggestions-form__icon-side {
  flex: 0 0 34px;
  margin-right: 30px;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__mobile-phones,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__email,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__location {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex: 1;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-mobile-phone {
  flex: 0 0 100%;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-mobile-phone,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-email,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-location {
  font: 400 14px/1.2 "GothamSSm", sans-serif;
  color: #075048;
  text-decoration: none;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-email,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-location {
  flex: 1;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-mobile-phone:last-of-type {
  margin-top: 8px;
}
section.suggestions-form .suggestions-form__form {
  margin-top: 40px;
  padding: 0 20px;
}
section.suggestions-form .suggestions-form__form .wpcf7-form .wpcf7-text,
section.suggestions-form .suggestions-form__form .wpcf7-form .wpcf7-textarea,
section.suggestions-form .suggestions-form__form .wpcf7-form label,
section.suggestions-form .suggestions-form__form .wpcf7-form .wpcf7-form-control-wrap {
  max-width: 100%;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p {
  margin-bottom: 20px;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p:has(textarea) {
  margin-bottom: 9px;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p label {
  font: 400 14px/1.2 "GothamSSm", sans-serif;
  color: #797979;
  width: 100%;
  display: inline-block;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #797979;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text,
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea,
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select {
  border: 0;
  border-bottom: 1px solid #797979;
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  height: 35px;
  width: 100%;
  resize: none;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text::-moz-placeholder, section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea::-moz-placeholder, section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select::-moz-placeholder {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #000;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text::placeholder,
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea::placeholder,
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select::placeholder {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #000;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text:focus,
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea:focus,
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select:focus {
  outline: none;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p.small-message {
  font: 400 12px/1.2 "GothamSSm", sans-serif;
  color: #AFACAC;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p .wpcf7-submit {
  width: 100%;
  font: 400 14px/1 "GothamSSm", sans-serif;
  background-color: #F15B2B;
  border: 0;
  border: 1px solid #F15B2B;
  color: #fff;
  border-radius: 28px;
  padding: 18px;
  cursor: pointer;
  transition: all 500ms ease;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p .wpcf7-submit:hover {
  color: #F15B2B;
  background-color: #FFFFFF;
}

@media only screen and (min-width: 992px) {
  section.suggestions-form {
    margin: 80px 0;
  }
  section.suggestions-form .container {
    padding: 0 20px;
  }
  section.suggestions-form .container .row {
    display: flex;
    flex-flow: row wrap;
  }
  section.suggestions-form .container .row .suggestions-form__information {
    flex: 0 0 407px;
    max-width: 407px;
    padding: 40px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  section.suggestions-form .container .row .suggestions-form__information .suggestions-form__title-section h2 {
    font-size: 45px;
  }
  section.suggestions-form .container .row .suggestions-form__information .suggestions-form__title-section p {
    font-size: 16px;
  }
  section.suggestions-form .container .row .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-mobile-phone,
  section.suggestions-form .container .row .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-email,
  section.suggestions-form .container .row .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-location {
    font-size: 16px;
  }
  section.suggestions-form .container .row .suggestions-form__form {
    flex: 1;
  }
  section.suggestions-form .container .row .suggestions-form__form .wpcf7-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  section.suggestions-form .container .row .suggestions-form__form .wpcf7-form p:has(.wpcf7-text) {
    width: calc(50% - 15px);
  }
  section.suggestions-form .container .row .suggestions-form__form .wpcf7-form p:has(.wpcf7-select), section.suggestions-form .container .row .suggestions-form__form .wpcf7-form p:has(.wpcf7-textarea) {
    width: 100%;
  }
  section.suggestions-form .container .row .suggestions-form__form .wpcf7-form p:has(.wpcf7-submit) {
    margin-top: 122px;
  }
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/text-image-with-slider/text-image-with-slider.scss ***!
  \**********************************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
/**
 * Swiper 11.1.12
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 1, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.slider-project {
  margin: 80px 0;
}
.slider-project .container {
  padding: 0;
}
.slider-project .text-image-with-slider {
  margin-bottom: 16px;
}
.slider-project .text-image-with-slider__image-side {
  margin-bottom: 16px;
}
.slider-project .text-image-with-slider__text-side {
  padding: 0 16px;
}
.slider-project .text-image-with-slider__title h2 {
  font: 400 32px/1.5 "GothamSSm", sans-serif;
  color: #201E1F;
  margin-bottom: 12px;
}
.slider-project .text-image-with-slider__text {
  margin-bottom: 16px;
}
.slider-project .text-image-with-slider__text p {
  font: 400 16px/1.4 "GothamSSm", sans-serif;
  color: #797979;
}
.slider-project__cards-slider .swiper-arrows {
  display: none;
}
.slider-project__cards-slider .swiper .swiper-slide .slider-project__cards-slider__single-card {
  padding: 34px 41px 31px 37px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.slider-project__cards-slider .swiper .swiper-slide .slider-project__cards-slider__single-card.single-card-orange {
  background-color: #F15B2B;
}
.slider-project__cards-slider .swiper .swiper-slide .slider-project__cards-slider__single-card.single-card-green {
  background-color: #075048;
}
.slider-project__cards-slider .swiper .swiper-slide .slider-project__cards-slider__single-card.single-card-green .single_card__title {
  color: #729D90;
}
.slider-project__cards-slider .swiper .swiper-slide .slider-project__cards-slider__single-card .single-card__img {
  margin-bottom: 18px;
}
.slider-project__cards-slider .swiper .swiper-slide .slider-project__cards-slider__single-card .single_card__title {
  font: 400 16px/1.25 "GothamSSm", sans-serif;
  color: #075048;
  margin-bottom: 7px;
}
.slider-project__cards-slider .swiper .swiper-slide .slider-project__cards-slider__single-card .single_card__text {
  font: 400 12px/1.25 "GothamSSm", sans-serif;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .slider-project .text-image-with-slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-project .text-image-with-slider {
    margin-bottom: 0;
    padding: 0 20px;
  }
  .slider-project .slider-project__cards-slider {
    margin-top: -70px;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 20px;
  }
  .slider-project .slider-project__cards-slider .swiper-arrows {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
    width: 310px;
  }
  .slider-project .slider-project__cards-slider .swiper-arrows .left-arrow {
    margin-right: 80px;
  }
  .slider-project .slider-project__cards-slider .swiper {
    flex: 1;
  }
  .slider-project .slider-project__cards-slider .swiper .swiper-wrapper {
    justify-content: flex-end;
  }
  .slider-project .slider-project__cards-slider .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
@media only screen and (min-width: 1280px) {
  .slider-project .text-image-with-slider {
    padding: 0;
  }
  .slider-project .slider-project__cards-slider {
    padding: 0;
  }
  .slider-project .slider-project__cards-slider .swiper .swiper-wrapper {
    justify-content: flex-end;
  }
  .slider-project .slider-project__cards-slider .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 311px !important;
    max-width: 311px !important;
  }
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/two-columns-text-image-icons/two-columns-text-image-icons.scss ***!
  \**********************************************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.two-columns-with-elements {
  padding: 80px 0;
}
.two-columns-with-elements .container {
  padding: 0;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__content {
  margin-bottom: 40px;
  padding: 0 20px;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__content h2 {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
  margin-bottom: 20px;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__content p {
  font: 400 14px/1.45 "GothamSSm", sans-serif;
  color: #797979;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes {
  background: #729D90;
  padding: 20px;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes h3 {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__single-box {
  margin-bottom: 20px;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__image-side {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__image-side img {
  margin: auto;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__description-side {
  width: 100%;
  text-align: center;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__description-side p {
  font: 400 14px/1.45 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.two-columns-with-elements .container .two-columns-with-elements__right-side {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__image-holder {
  width: 100%;
  order: 2;
}
.two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__image-holder img {
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__content-holder {
  padding: 40px 20px;
  order: 1;
}
.two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__content-holder p {
  font: 400 14px/1.45 "GothamSSm", sans-serif;
  color: #797979;
}

@media only screen and (min-width: 768px) {
  .two-columns-with-elements .container {
    display: flex;
    flex-flow: row wrap;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side,
  .two-columns-with-elements .container .two-columns-with-elements__right-side {
    width: 50%;
    max-width: 50%;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__content {
    padding: 0 90px 0 20px;
  }
  .two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__image-holder {
    order: 1;
    margin-left: -65px;
    width: calc(100% + 65px);
  }
  .two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__image-holder img {
    width: calc(100% + 65px);
    -o-object-fit: none;
       object-fit: none;
    max-height: none;
  }
  .two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__content-holder {
    order: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__content h2 {
    font-size: 70px;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__content p {
    font-size: 18px;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes {
    padding: 40px 45% 40px 45px;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes h3 {
    text-align: left;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__holder .two-columns-with-elements__left-side__boxes__single-box {
    display: flex;
    flex-flow: row;
    margin-bottom: 30px;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__holder .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__image-side {
    flex: 0 0 104px;
    margin-right: 34px;
    margin-bottom: 0;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__holder .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__description-side {
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    text-align: left;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__holder .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__description-side p {
    font-size: 18px;
  }
  .two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__content-holder {
    padding: 71px 20px 0 53px;
  }
  .two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__content-holder p {
    font-size: 18px;
  }
}
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/hero/hero.scss ***!
  \**********************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.hero {
  background-color: #075048;
}
.hero .hero__top-section {
  height: 80vh;
  position: relative;
}
.hero .hero__top-section img {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero__top-section .hero__gradient-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  padding-bottom: 40px;
  background: linear-gradient(0deg, #075048 5.5%, rgba(7, 80, 72, 0) 100%);
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  align-content: flex-end;
}
.hero .hero__top-section .hero__gradient-holder .container {
  width: 100%;
}
.hero .hero__top-section .hero__gradient-holder.center {
  height: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.hero .hero__top-section .hero__gradient-holder.center .hero__content {
  justify-content: center;
  text-align: center;
}
.hero .hero__content h1 {
  font: 500 60px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
  margin-bottom: 42px;
  word-break: break-all;
}
.hero .hero__section-with-cards {
  padding: 80px 0;
}
.hero .hero__section-with-cards .hero__section-with-cards__title {
  margin-bottom: 40px;
}
.hero .hero__section-with-cards .hero__section-with-cards__title h2 {
  font: 400 38px/1.3 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 30px;
}
.hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card:last-of-type {
  margin-bottom: 0;
}
.hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card .hero__section-with-cards__single-card__icon {
  flex: 0 0 80px;
}
.hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card .hero__section-with-cards__single-card__icon img {
  width: 100%;
  height: auto;
}
.hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card .hero__section-with-cards__single-card__text {
  padding-left: 24px;
  flex: 1;
}
.hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card .hero__section-with-cards__single-card__text p {
  font: 400 16px/1.37 "GothamSSm", sans-serif;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .hero .hero__section-with-cards .hero__section-with-cards__cards-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card {
    flex: 0 0 calc(33.33% - 10px);
  }
  .hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card .hero__section-with-cards__single-card__icon {
    flex: 0 0 100%;
    margin-bottom: 34px;
  }
  .hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card .hero__section-with-cards__single-card__icon img {
    width: auto;
  }
  .hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card .hero__section-with-cards__single-card__text {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .hero .hero__content {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .hero .hero__content h1 {
    font-size: 110px;
    margin-bottom: 0;
  }
  .hero .hero__section-with-cards .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  .hero .hero__section-with-cards .container .hero__section-with-cards__title {
    flex: 0 0 400px;
  }
  .hero .hero__section-with-cards .container .hero__section-with-cards__title h2 {
    font-size: 70px;
    line-height: 1;
  }
  .hero .hero__section-with-cards .container .hero__section-with-cards__cards-holder {
    flex: 1;
  }
  .hero .hero__section-with-cards .container .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card {
    margin-bottom: 0;
  }
  .hero .hero__section-with-cards .container .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card .hero__section-with-cards__single-card__text p {
    font-size: 18px;
  }
}
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/team/team.scss ***!
  \**********************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.team {
  padding: 80px 0;
}
.team .container .team__eyebrow-holder,
.team .container .team__title-holder {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.team .container .team__eyebrow-holder .team__eyebrow {
  font: 700 14px/1.2 "GothamSSm", sans-serif;
  color: #F15B2B;
  text-transform: uppercase;
}
.team .container .team__title-holder h2 {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
}
.team .container .team__description-holder {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.team .container .team__description-holder p {
  font: 400 14px/1.45 "GothamSSm", sans-serif;
  color: #797979;
}
.team .container .team__members-holder {
  width: 100%;
}
.team .container .team__members-holder .team__single-member {
  position: relative;
  margin-bottom: 25px;
}
.team .container .team__members-holder .team__single-member:last-of-type {
  margin-bottom: 0;
}
.team .container .team__members-holder .team__single-member img {
  width: 100%;
  max-height: 517px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.team .container .team__members-holder .team__single-member .team__single-member__information {
  position: absolute;
  bottom: 20px;
  left: 24px;
  right: 24px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
}
.team .container .team__members-holder .team__single-member .team__single-member__information h3 {
  font: 400 20px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
  margin-bottom: 10px;
}
.team .container .team__members-holder .team__single-member .team__single-member__information p {
  font: 400 12px/1.2 "GothamSSm", sans-serif;
  color: #797979;
}

@media only screen and (min-width: 992px) {
  .team .container .team__eyebrow-holder .team__eyebrow {
    font-size: 16px;
  }
  .team .container .team__title-holder h2 {
    font-size: 45px;
  }
  .team .container .team__description-holder {
    margin-bottom: 61px;
  }
  .team .container .team__description-holder p {
    font-size: 16px;
  }
  .team .container .team__members-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
  }
  .team .container .team__members-holder .team__single-member {
    margin-bottom: 0;
  }
  .team .container .team__members-holder .team__single-member:nth-of-type(3n + 2) {
    margin-top: 30px;
  }
  .team .container .team__members-holder .team__single-member img {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .team .container .team__description-holder {
    max-width: 55%;
  }
  .team .container .team__members-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-start;
  }
  .team .container .team__members-holder .team__single-member .team__single-member__information h3 {
    font-size: 28px;
  }
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/archive-post/archive-post.scss ***!
  \**************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.archive-posts {
  padding: 80px 0;
}
.archive-posts .container .title-holder {
  width: 100%;
  margin-bottom: 42px;
}
.archive-posts .container .title-holder h2 {
  font: 500 48px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
}
.archive-posts .container .archive-posts__holder .pagination {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.archive-posts .container .archive-posts__holder .pagination .page-numbers {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
  width: 46px;
  height: 46px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 2px;
  cursor: pointer;
}
.archive-posts .container .archive-posts__holder .pagination .page-numbers.current {
  background-color: #729D90;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .archive-posts {
    padding: 80px 0;
  }
  .archive-posts .container .title-holder {
    margin-bottom: 60px;
  }
  .archive-posts .container .title-holder h2 {
    font-size: 70px;
  }
  .archive-posts .container .archive-posts__holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .archive-posts .container .archive-posts__holder:has(.card-post--featured) .card-post--featured {
    grid-column: span 2;
  }
  .archive-posts .container .archive-posts__holder .pagination {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 1200px) {
  .archive-posts {
    padding: 130px 0;
  }
  .archive-posts .container .archive-posts__holder {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .archive-posts .container .archive-posts__holder:has(.card-post--featured) .card-post--featured {
    grid-column: span 3;
  }
  .archive-posts .container .archive-posts__holder .pagination {
    width: 100%;
    margin-top: 100px;
    grid-column: span 3;
  }
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/archive-files/archive-files.scss ***!
  \****************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.archive-files {
  padding: 80px 0;
}
.archive-files .container .archive-files__title-holder {
  width: 100%;
  margin-bottom: 42px;
}
.archive-files .container .archive-files__title-holder h2 {
  font: 500 48px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
  margin-bottom: 20px;
  word-break: break-all;
}
.archive-files .container .archive-files__title-holder p {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #797979;
}
.archive-files .container .archive-files__holder .archive-files__single-file {
  padding-bottom: 40px;
  border-bottom: 1px solid #E3EBE9;
  margin-bottom: 40px;
  text-align: right;
}
.archive-files .container .archive-files__holder .archive-files__single-file .archive-files__single-file-title {
  font: 400 28px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .archive-files .container .archive-files__holder .archive-files__single-file {
    display: flex;
    flex-flow: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
  .archive-files .container .archive-files__holder .archive-files__single-file .archive-files__single-file-title {
    flex: 0 0 55%;
  }
}
@media only screen and (min-width: 1200px) {
  .archive-files {
    padding: 130px 0;
  }
  .archive-files .container .archive-files__title-holder h2 {
    font-size: 70px;
    width: 65%;
  }
  .archive-files .container .archive-files__title-holder p {
    width: 65%;
  }
  .archive-files .container .archive-files__holder {
    margin-top: 130px;
  }
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/video-section/video-section.scss ***!
  \****************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.video-section {
  background: rgba(114, 157, 144, 0.1019607843);
  padding: 40px 0;
}
.video-section .video-section__content .video-section__eyebrow-holder,
.video-section .video-section__content .video-section__title-holder {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.video-section .video-section__content .video-section__eyebrow-holder .video-section__eyebrow {
  font: 700 14px/1.2 "GothamSSm", sans-serif;
  color: #F15B2B;
}
.video-section .video-section__content .video-section__title-holder h2 {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
}
.video-section .video-section__content .video-section__description-holder {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.video-section .video-section__content .video-section__description-holder p {
  font: 400 14px/1.45 "GothamSSm", sans-serif;
  color: #797979;
}
.video-section .video-section__content .video-section__video-holder {
  width: 100%;
}
.video-section .video-section__content .video-section__video-holder video {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .video-section .video-section__content .video-section__eyebrow-holder .video-section__eyebrow {
    font-size: 16px;
  }
  .video-section .video-section__content .video-section__title-holder h2 {
    font-size: 45px;
  }
  .video-section .video-section__content .video-section__description-holder {
    width: 100%;
  }
  .video-section .video-section__content .video-section__description-holder p {
    font-size: 16px;
    max-width: 75%;
    margin: auto;
  }
}
@media only screen and (min-width: 992px) {
  .video-section {
    background: rgba(114, 157, 144, 0.1019607843);
    padding: 70px 0 96px;
  }
  .video-section .video-section__content .video-section__eyebrow-holder .video-section__eyebrow {
    font-size: 16px;
  }
  .video-section .video-section__content .video-section__title-holder h2 {
    font-size: 45px;
  }
  .video-section .video-section__content .video-section__description-holder {
    width: 100%;
  }
  .video-section .video-section__content .video-section__description-holder p {
    font-size: 16px;
    max-width: 75%;
    margin: auto;
  }
  .video-section .video-section__content .video-section__video-holder {
    width: 100%;
  }
  .video-section .video-section__content .video-section__video-holder video {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .video-section .video-section__content .video-section__description-holder p {
    max-width: 55%;
  }
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/page-content/page-content.scss ***!
  \**************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
section.page-content {
  margin: 130px 0;
}
section.page-content .container .page-content__holder h2,
section.page-content .container .page-content__holder h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #201E1F;
}
section.page-content .container .page-content__holder h2 {
  font: 700 24px/1.2 "GothamSSm", sans-serif;
}
section.page-content .container .page-content__holder h3 {
  font: 700 20px/1.2 "GothamSSm", sans-serif;
}
section.page-content .container .page-content__holder p,
section.page-content .container .page-content__holder li {
  font: 400 14px/1.5 "GothamSSm", sans-serif;
  color: #201E1F;
}

@media only screen and (min-width: 992px) {
  section.page-content .container .page-content__holder {
    max-width: 67%;
    margin: auto;
  }
  section.page-content .container .page-content__holder h2 {
    font-size: 32px;
  }
  section.page-content .container .page-content__holder h3 {
    font-size: 22px;
  }
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/acf-blocks.scss ***!
  \*************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "GothamSSm";
  src: url(../fonts/gotham-ssm-book.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamSSm";
  src: url(../fonts/gotham-ssm-bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

p {
  font: 400 14px/1.42 "GothamSSm", sans-serif;
}

.h3,
.h4 {
  font: 400 24px/1.3 "GothamSSm", sans-serif;
  letter-spacing: -0.48px;
}

.eyebrow {
  font: 700 12px/1.3 "GothamSSm", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.72px;
}

@media only screen and (min-width: 1280px) {
  p {
    font-size: 16px;
  }
  .h3 {
    font-size: 45px;
    letter-spacing: -0.9px;
  }
  .h4 {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
  .eyebrow {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
html {
  color: #201E1F;
}

img {
  max-width: 100%;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 27px 0 104px;
}
.header .container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.header__site-logo {
  width: -moz-fit-content;
  width: fit-content;
}
.header__site-logo img {
  max-width: 183px;
}
.header__options {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.header__options .header__language {
  display: none;
}
.header__options .header__hamburger-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.header__options .header__hamburger-menu span {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.header__options .header__hamburger-menu svg {
  margin-left: 5px;
}
.header__hamburger {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background-color: #729D90;
  display: none;
  flex-flow: column;
  justify-content: space-between;
}
.header__hamburger__top-side {
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  background: #FFFFFF;
  padding: 32px 32px 0;
  display: none;
  overflow: hidden;
}
.header__hamburger__top-side .header__hamburger__options {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0;
  border-bottom: 1px solid;
}
.header__hamburger__top-side .header__hamburger__menu {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.header__hamburger__top-side .header__hamburger__menu span {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
}
.header__hamburger__top-side .header__hamburger__menu svg {
  margin-left: 5px;
}
.header__hamburger__top-side .header__hamburger__menu-holder {
  padding: 60px 0;
}
.header__hamburger__top-side .header__hamburger__menu-holder .menu,
.header__hamburger__top-side .header__hamburger__menu-holder .sub-menu {
  padding: 0;
  list-style-type: none;
}
.header__hamburger__top-side .header__hamburger__menu-holder .menu .menu-item,
.header__hamburger__top-side .header__hamburger__menu-holder .sub-menu .menu-item {
  text-align: center;
}
.header__hamburger__top-side .header__hamburger__menu-holder .menu .menu-item {
  margin-bottom: 18px;
}
.header__hamburger__top-side .header__hamburger__menu-holder .menu .menu-item a {
  font: 700 12px/1.25 "GothamSSm", sans-serif;
  color: #075048;
}
.header__hamburger__top-side .header__hamburger__menu-holder .sub-menu {
  margin-top: 15px;
  margin-bottom: 24px;
}
.header__hamburger__top-side .header__hamburger__menu-holder .sub-menu .menu-item a {
  font: 400 16px/1.25 "GothamSSm", sans-serif;
  color: #797979;
}
.header__hamburger__bottom {
  background-image: url(../images/hamburger-background.png);
  background-size: auto;
  background-color: #729D90;
  background-position: bottom center;
  padding: 32px 32px 24px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}
.header__hamburger__bottom .header-tel {
  margin-bottom: 18px;
}
.header__hamburger__bottom .header-tel,
.header__hamburger__bottom .header-email {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.header__hamburger__bottom .header-tel svg,
.header__hamburger__bottom .header-email svg {
  margin-right: 20px;
}
.header__hamburger__bottom .header-email {
  margin-bottom: 27px;
}

.footer {
  background-image: url(../images/footer-background.png);
  background-color: #729D90;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left 0;
  padding-top: 78px;
}
.footer__top-side {
  width: 100%;
}
.footer__top-side .logo-holder {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.footer__top-side .logo-holder .footer__logo-link {
  text-decoration: none;
  display: inline-block;
}
.footer__top-side .menu-holder .menu {
  padding: 0;
  list-style-type: none;
}
.footer__top-side .menu-holder .menu .menu-item {
  margin-bottom: 20px;
  text-align: center;
}
.footer__top-side .menu-holder .menu .menu-item a {
  font: 700 12px/1.25 "GothamSSm", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__top-side .menu-holder .menu .menu-item .sub-menu {
  padding: 0;
  list-style-type: none;
  margin-top: 10px;
}
.footer__top-side .menu-holder .menu .menu-item .sub-menu .menu-item {
  margin-bottom: 10px;
}
.footer__top-side .menu-holder .menu .menu-item .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.footer__top-side .menu-holder .menu .menu-item .sub-menu .menu-item a {
  font: 400 12px/1.25 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.footer__top-side .arrow-to-the-top-holder {
  text-align: right;
  margin-bottom: 20px;
}
.footer__top-side .arrow-to-the-top-holder svg {
  width: 55px;
}
.footer__bottom-side {
  background: #075048;
}
.footer__bottom-side .footer__form-content {
  padding: 20px;
}
.footer__bottom-side .footer__form-content h2 {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.footer__bottom-side .footer__form-content p {
  font: 400 14px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.footer__bottom-side .footer__footer-form {
  padding: 20px 20px 0;
}
.footer__bottom-side .footer__footer-form .wpcf7-form .wpcf7-text,
.footer__bottom-side .footer__footer-form .wpcf7-form .wpcf7-textarea,
.footer__bottom-side .footer__footer-form .wpcf7-form label,
.footer__bottom-side .footer__footer-form .wpcf7-form .wpcf7-form-control-wrap {
  max-width: 100%;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p {
  margin-bottom: 20px;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p:has(textarea) {
  margin-bottom: 9px;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label {
  font: 400 14px/1.2 "GothamSSm", sans-serif;
  color: #729D90;
  width: 100%;
  display: inline-block;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #729D90;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select option {
  color: #201E1F;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select {
  border: 0;
  border-bottom: 1px solid #729D90;
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
  height: 35px;
  width: 100%;
  resize: none;
  background: transparent;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text::-moz-placeholder, .footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea::-moz-placeholder, .footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select::-moz-placeholder {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text::placeholder,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea::placeholder,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select::placeholder {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text:focus,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea:focus,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select:focus {
  outline: none;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p .wpcf7-spinner {
  position: absolute;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p.small-message {
  font: 400 12px/1.2 "GothamSSm", sans-serif;
  color: #AFACAC;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p .wpcf7-submit {
  width: 100%;
  font: 400 14px/1 "GothamSSm", sans-serif;
  background-color: #F15B2B;
  border: 0;
  border: 1px solid #F15B2B;
  color: #fff;
  border-radius: 28px;
  padding: 18px;
  cursor: pointer;
  transition: all 500ms ease;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p .wpcf7-submit:hover {
  color: #F15B2B;
  background-color: #FFFFFF;
}
.footer__credits {
  background: #95B6AC;
  padding: 20px 0;
  text-align: center;
}
.footer__credits span,
.footer__credits a {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  font: 400 12px/1.25 "GothamSSm", sans-serif;
  color: #075048;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .footer__top-side {
    display: flex;
    flex-flow: row;
    padding-left: 144px;
    justify-content: space-between;
  }
  .footer__top-side .logo-holder {
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 57px;
  }
  .footer__top-side .menu-holder {
    margin-bottom: 17px;
  }
  .footer__top-side .menu-holder .menu .menu-item {
    margin-bottom: 40px;
    text-align: left;
  }
  .footer__top-side .arrow-to-the-top-holder {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
  }
  .footer__top-side .arrow-to-the-top-holder svg {
    width: auto;
  }
  .footer__bottom-side {
    padding: 20px 20px 40px 26px;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer__bottom-side .footer__form-content {
    flex: 0 0 407px;
    padding-right: 40px;
  }
  .footer__bottom-side .footer__form-content h2 {
    font-size: 28px;
  }
  .footer__bottom-side .footer__form-content p {
    font-size: 16px;
  }
  .footer__bottom-side .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .footer__bottom-side .wpcf7-form p:has(.wpcf7-textarea),
  .footer__bottom-side .wpcf7-form p:has(.wpcf7-select),
  .footer__bottom-side .wpcf7-form p:has(.wpcf7-submit),
  .footer__bottom-side .wpcf7-form p.small-message {
    grid-column: span 2;
  }
  .footer__bottom-side .wpcf7-form p:has(.wpcf7-submit) {
    text-align: right;
  }
  .footer__bottom-side .wpcf7-form .wpcf7-submit {
    width: 171px !important;
  }
  .footer__credits {
    padding: 30px 0 25px;
  }
  .footer__credits .container {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 84px;
  }
  .footer__credits .container span,
  .footer__credits .container a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/button/button.scss ***!
  \******************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font: 400 12px/1.3 "GothamSSm", sans-serif;
  transition: all 500ms ease;
}
.btn-orange {
  color: #F15B2B;
}
.btn--orange-solid {
  color: #FFFFFF;
  background-color: #F15B2B;
  border: 1px solid #F15B2B;
  border-radius: 26px;
}
.btn--orange-solid:hover {
  background-color: #FFFFFF;
  color: #F15B2B;
}
.btn--black {
  color: #201E1F;
}
.btn--white-outline {
  border: 1px solid #075048;
  border-radius: 30px;
  gap: 6px;
}
.btn--orange-solid, .btn--orange-outline, .btn--white-solid, .btn--white-outline {
  padding: 14px 20px;
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/card-post/card-post.scss ***!
  \************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.card-post .card-post__img {
  max-width: 100%;
}
.card-post .card-post__title_link {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
  margin-bottom: 20px;
  text-decoration: none;
}
.card-post.card-post--featured {
  margin-bottom: 32px;
}
.card-post.card-post--featured .card-post__img {
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 30px;
}
.card-post.card-post--featured .card-post__date {
  font: 400 12px/1.2 "GothamSSm", sans-serif;
  color: #797979;
  margin-bottom: 20px;
}
.card-post.card-post--featured .card-post__title,
.card-post.card-post--featured .card-post__title_link {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
  margin-bottom: 20px;
  text-decoration: none;
}
.card-post.card-post--featured .card-post__excerpt {
  margin-bottom: 32px;
}
.card-post.card-post--featured .card-post__excerpt p {
  font: 400 14px/1.45 "GothamSSm", sans-serif;
  color: #797979;
}
.card-post.card-post--featured .btn-orange {
  display: flex;
}
.card-post .card-post__img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 21px;
}
.card-post .card-post__date {
  position: relative;
  padding-left: 48px;
  font: 400 12px/1.25 "GothamSSm", sans-serif;
  color: #797979;
  margin-bottom: 16px;
}
.card-post .card-post__date::before {
  content: "";
  height: 1px;
  width: 32px;
  background-color: #075048;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.card-post .card-post__title {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
  margin-bottom: 16px;
}
.card-post .card-post__excerpt {
  margin-bottom: 32px;
}
.card-post .card-post__excerpt p {
  font: 400 14px/1.45 "GothamSSm", sans-serif;
  color: #201E1F;
}
.card-post .btn-orange {
  text-transform: uppercase;
  display: none;
}

@media only screen and (min-width: 768px) {
  .card-post.card-post--featured .card-post__img {
    height: 320px;
  }
  .card-post .card-post__img {
    height: 260px;
  }
}
@media only screen and (min-width: 992px) {
  .card-post--featured {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    position: relative;
  }
  .card-post--featured .card-post__img {
    height: 100%;
    margin-bottom: 0;
  }
  .card-post--featured .card-post__img,
  .card-post--featured .card-post__text {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .card-post--featured .card-post__text {
    padding-top: 50px;
    padding-left: 30px;
  }
  .card-post--featured .card-post__text .card-post__title {
    font-size: 28px;
    margin-bottom: 19px;
  }
  .card-post--featured .card-post__text .card-post__excerpt p {
    font-size: 16px;
  }
  .card-post--featured .card-post__text .btn-orange {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.swiper .swiper-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 -15px;
}
.swiper .swiper-wrapper .swiper-slide {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page.scss ***!
  \*******************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "GothamSSm";
  src: url(../fonts/gotham-ssm-book.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamSSm";
  src: url(../fonts/gotham-ssm-bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

p {
  font: 400 14px/1.42 "GothamSSm", sans-serif;
}

.h3,
.h4 {
  font: 400 24px/1.3 "GothamSSm", sans-serif;
  letter-spacing: -0.48px;
}

.eyebrow {
  font: 700 12px/1.3 "GothamSSm", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.72px;
}

@media only screen and (min-width: 1280px) {
  p {
    font-size: 16px;
  }
  .h3 {
    font-size: 45px;
    letter-spacing: -0.9px;
  }
  .h4 {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
  .eyebrow {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
html {
  color: #201E1F;
}

img {
  max-width: 100%;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 27px 0 104px;
}
.header .container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.header__site-logo {
  width: -moz-fit-content;
  width: fit-content;
}
.header__site-logo img {
  max-width: 183px;
}
.header__options {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.header__options .header__language {
  display: none;
}
.header__options .header__hamburger-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.header__options .header__hamburger-menu span {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.header__options .header__hamburger-menu svg {
  margin-left: 5px;
}
.header__hamburger {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background-color: #729D90;
  display: none;
  flex-flow: column;
  justify-content: space-between;
}
.header__hamburger__top-side {
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  background: #FFFFFF;
  padding: 32px 32px 0;
  display: none;
  overflow: hidden;
}
.header__hamburger__top-side .header__hamburger__options {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0;
  border-bottom: 1px solid;
}
.header__hamburger__top-side .header__hamburger__menu {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.header__hamburger__top-side .header__hamburger__menu span {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
}
.header__hamburger__top-side .header__hamburger__menu svg {
  margin-left: 5px;
}
.header__hamburger__top-side .header__hamburger__menu-holder {
  padding: 60px 0;
}
.header__hamburger__top-side .header__hamburger__menu-holder .menu,
.header__hamburger__top-side .header__hamburger__menu-holder .sub-menu {
  padding: 0;
  list-style-type: none;
}
.header__hamburger__top-side .header__hamburger__menu-holder .menu .menu-item,
.header__hamburger__top-side .header__hamburger__menu-holder .sub-menu .menu-item {
  text-align: center;
}
.header__hamburger__top-side .header__hamburger__menu-holder .menu .menu-item {
  margin-bottom: 18px;
}
.header__hamburger__top-side .header__hamburger__menu-holder .menu .menu-item a {
  font: 700 12px/1.25 "GothamSSm", sans-serif;
  color: #075048;
}
.header__hamburger__top-side .header__hamburger__menu-holder .sub-menu {
  margin-top: 15px;
  margin-bottom: 24px;
}
.header__hamburger__top-side .header__hamburger__menu-holder .sub-menu .menu-item a {
  font: 400 16px/1.25 "GothamSSm", sans-serif;
  color: #797979;
}
.header__hamburger__bottom {
  background-image: url(../images/hamburger-background.png);
  background-size: auto;
  background-color: #729D90;
  background-position: bottom center;
  padding: 32px 32px 24px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}
.header__hamburger__bottom .header-tel {
  margin-bottom: 18px;
}
.header__hamburger__bottom .header-tel,
.header__hamburger__bottom .header-email {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.header__hamburger__bottom .header-tel svg,
.header__hamburger__bottom .header-email svg {
  margin-right: 20px;
}
.header__hamburger__bottom .header-email {
  margin-bottom: 27px;
}

.footer {
  background-image: url(../images/footer-background.png);
  background-color: #729D90;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left 0;
  padding-top: 78px;
}
.footer__top-side {
  width: 100%;
}
.footer__top-side .logo-holder {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.footer__top-side .logo-holder .footer__logo-link {
  text-decoration: none;
  display: inline-block;
}
.footer__top-side .menu-holder .menu {
  padding: 0;
  list-style-type: none;
}
.footer__top-side .menu-holder .menu .menu-item {
  margin-bottom: 20px;
  text-align: center;
}
.footer__top-side .menu-holder .menu .menu-item a {
  font: 700 12px/1.25 "GothamSSm", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__top-side .menu-holder .menu .menu-item .sub-menu {
  padding: 0;
  list-style-type: none;
  margin-top: 10px;
}
.footer__top-side .menu-holder .menu .menu-item .sub-menu .menu-item {
  margin-bottom: 10px;
}
.footer__top-side .menu-holder .menu .menu-item .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.footer__top-side .menu-holder .menu .menu-item .sub-menu .menu-item a {
  font: 400 12px/1.25 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.footer__top-side .arrow-to-the-top-holder {
  text-align: right;
  margin-bottom: 20px;
}
.footer__top-side .arrow-to-the-top-holder svg {
  width: 55px;
}
.footer__bottom-side {
  background: #075048;
}
.footer__bottom-side .footer__form-content {
  padding: 20px;
}
.footer__bottom-side .footer__form-content h2 {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.footer__bottom-side .footer__form-content p {
  font: 400 14px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.footer__bottom-side .footer__footer-form {
  padding: 20px 20px 0;
}
.footer__bottom-side .footer__footer-form .wpcf7-form .wpcf7-text,
.footer__bottom-side .footer__footer-form .wpcf7-form .wpcf7-textarea,
.footer__bottom-side .footer__footer-form .wpcf7-form label,
.footer__bottom-side .footer__footer-form .wpcf7-form .wpcf7-form-control-wrap {
  max-width: 100%;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p {
  margin-bottom: 20px;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p:has(textarea) {
  margin-bottom: 9px;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label {
  font: 400 14px/1.2 "GothamSSm", sans-serif;
  color: #729D90;
  width: 100%;
  display: inline-block;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #729D90;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select option {
  color: #201E1F;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select {
  border: 0;
  border-bottom: 1px solid #729D90;
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
  height: 35px;
  width: 100%;
  resize: none;
  background: transparent;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text::-moz-placeholder, .footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea::-moz-placeholder, .footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select::-moz-placeholder {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text::placeholder,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea::placeholder,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select::placeholder {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text:focus,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea:focus,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select:focus {
  outline: none;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p .wpcf7-spinner {
  position: absolute;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p.small-message {
  font: 400 12px/1.2 "GothamSSm", sans-serif;
  color: #AFACAC;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p .wpcf7-submit {
  width: 100%;
  font: 400 14px/1 "GothamSSm", sans-serif;
  background-color: #F15B2B;
  border: 0;
  border: 1px solid #F15B2B;
  color: #fff;
  border-radius: 28px;
  padding: 18px;
  cursor: pointer;
  transition: all 500ms ease;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p .wpcf7-submit:hover {
  color: #F15B2B;
  background-color: #FFFFFF;
}
.footer__credits {
  background: #95B6AC;
  padding: 20px 0;
  text-align: center;
}
.footer__credits span,
.footer__credits a {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  font: 400 12px/1.25 "GothamSSm", sans-serif;
  color: #075048;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .footer__top-side {
    display: flex;
    flex-flow: row;
    padding-left: 144px;
    justify-content: space-between;
  }
  .footer__top-side .logo-holder {
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 57px;
  }
  .footer__top-side .menu-holder {
    margin-bottom: 17px;
  }
  .footer__top-side .menu-holder .menu .menu-item {
    margin-bottom: 40px;
    text-align: left;
  }
  .footer__top-side .arrow-to-the-top-holder {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
  }
  .footer__top-side .arrow-to-the-top-holder svg {
    width: auto;
  }
  .footer__bottom-side {
    padding: 20px 20px 40px 26px;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer__bottom-side .footer__form-content {
    flex: 0 0 407px;
    padding-right: 40px;
  }
  .footer__bottom-side .footer__form-content h2 {
    font-size: 28px;
  }
  .footer__bottom-side .footer__form-content p {
    font-size: 16px;
  }
  .footer__bottom-side .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .footer__bottom-side .wpcf7-form p:has(.wpcf7-textarea),
  .footer__bottom-side .wpcf7-form p:has(.wpcf7-select),
  .footer__bottom-side .wpcf7-form p:has(.wpcf7-submit),
  .footer__bottom-side .wpcf7-form p.small-message {
    grid-column: span 2;
  }
  .footer__bottom-side .wpcf7-form p:has(.wpcf7-submit) {
    text-align: right;
  }
  .footer__bottom-side .wpcf7-form .wpcf7-submit {
    width: 171px !important;
  }
  .footer__credits {
    padding: 30px 0 25px;
  }
  .footer__credits .container {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 84px;
  }
  .footer__credits .container span,
  .footer__credits .container a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/components/footer.scss ***!
  \********************************************************************************************************************************************************************/

/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/components/header.scss ***!
  \********************************************************************************************************************************************************************/

