/*!************************************************************************************************************************************************************************!*\
  !*** 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 .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__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.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;
  }
}
/*!******************************************************************************************************************************************************************!*\
  !*** 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;
  text-decoration: none;
  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!./src/scss/single.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;
}

.h1 {
  font: 400 36px/1.3 "GothamSSm", sans-serif;
  letter-spacing: -0.9px;
}

.h2,
.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;
  }
  .h1 {
    font: 400 80px/1.3 "GothamSSm", sans-serif;
    letter-spacing: -0.9px;
  }
  .h2 {
    font-size: 52px;
    letter-spacing: -0.9px;
  }
  .h3 {
    font-size: 32px;
    letter-spacing: -0.9px;
  }
  .h4 {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
  .eyebrow {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
.wp-blocks-inner > *:first-child {
  margin-top: 0;
}
.wp-blocks-inner > *:last-child {
  margin-bottom: 0;
}
.wp-blocks-inner p {
  font: 400 16px/1.5 "GothamSSm", sans-serif;
  color: #797979;
}
.wp-blocks-inner p {
  margin: 20px 0;
}
.wp-blocks-inner li {
  font: 400 16px/1.5 "GothamSSm", sans-serif;
  color: #797979;
}
.wp-blocks-inner img {
  margin: 40px 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 998;
}
.header.show-logo-hero .header__logo {
  display: none !important;
}
.header__menu-desk {
  display: none;
}
.header .preheader {
  background: #FFFFFF;
  padding: 8px 0;
  margin-bottom: 40px;
}
.header .preheader__gallery {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
.header .preheader__logo:first-child {
  padding-left: 0;
}
.header .preheader__logo:last-child {
  padding-right: 0;
  border-right: 0;
}
.header .preheader__logo {
  border-right: 1px solid #729D90;
  padding: 0 15px;
}
.header__languages:focus {
  outline: none;
}
.header__languages {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.header__languages span {
  display: none;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo-img {
  width: 180px;
}
.header__actions .header__languages,
.header__actions .wpml-ls {
  display: none;
}
.header__hamburger {
  display: flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.header__hamburger-label {
  font: 400 16px/1.3 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.header .wpml-ls {
  padding: 0;
}
.header .wpml-ls ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}
.header .wpml-ls-link {
  font: 700 14px/1.2 "GothamSSm", sans-serif;
  text-transform: uppercase;
  padding: 0;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  transform: translateY(-100%);
  transition: transform 1500ms cubic-bezier(0.76, 0, 0.17, 1);
  z-index: 998;
}
.header__menu-top {
  flex: 1;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.25);
  padding: 25px 0;
  transform: translateY(-100%);
  transition: transform 1500ms cubic-bezier(0.76, 0, 0.17, 1);
  z-index: 999;
}
.header__menu-top .container {
  height: 100%;
}
.header__menu-top-container {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.header__menu .menu {
  list-style: none;
  padding: 0;
}
.header__menu .menu-item {
  text-align: center;
  padding: 10px 0;
}
.header__menu .menu-item a {
  font: 700 12px/1.1 "GothamSSm", sans-serif;
  color: #075048;
  text-transform: uppercase;
  text-decoration: none;
}
.header__menu-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #201E1F;
}
.header__menu .wpml-ls-link {
  color: #729D90;
}
.header__menu .wpml-ls-current-language .wpml-ls-link {
  color: #075048;
}
.header__menu-button {
  display: flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.header__menu-button-label {
  font: 400 16px/1.3 "GothamSSm", sans-serif;
  color: #201E1F;
}
.header__menu-list {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}
.header__menu-bottom {
  position: relative;
  background: #729D90;
  margin-top: -150px;
}
.header__menu-bottom-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 200px 0 30px;
  z-index: 2;
}
.header__contacts {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
}
.header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font: 400 16px/1.3 "GothamSSm", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
.header__contact-icon {
  display: block;
  width: 25px;
  height: auto;
}
.header__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.header__cta {
  margin: 0 auto;
}
.header.active .header__menu {
  transform: translateY(0);
}
.header.active .header__menu-top {
  transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  .header {
    padding: 0 0 40px;
  }
  .header .preheader img {
    max-width: unset !important;
    height: 55px;
  }
  .header__container {
    height: 50px;
  }
  .header__logo-img {
    width: auto;
    height: 50px;
  }
  .header__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
  }
  .header__actions .header__languages {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .header__actions .header__languages span {
    display: inline-block;
    font: 700 12px/1.3 "GothamSSm", sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
  }
  .header__actions .wpml-ls {
    position: absolute;
    top: 40px;
    display: none;
  }
  .header__actions .wpml-ls ul {
    display: flex;
    flex-flow: column;
  }
  .header__actions .wpml-ls-link {
    color: #FFFFFF;
    opacity: 0.4;
  }
  .header__actions .wpml-ls-current-language .wpml-ls-link {
    opacity: 1;
  }
  .header__menu {
    height: auto;
  }
  .header__menu-top {
    padding: 40px 0;
  }
  .header__menu-actions {
    height: 60px;
  }
  .header__menu-list {
    display: block;
    padding: 50px 0;
  }
  .header__menu .menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .header__menu-bottom {
    margin-top: -120px;
  }
  .header__menu-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 200px 0 80px;
  }
  .header__contacts {
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .header__cta {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .header__hamburger {
    display: none;
  }
  .header__menu-desk {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
  }
  .header__menu-desk .menu {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0;
    list-style-type: none;
  }
  .header__menu-desk .menu .menu-item a {
    font: 700 12px/1.3 "GothamSSm", sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
  }
}
.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 .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__logo-img {
  width: 100%;
  max-width: 240px;
}
.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: 0 20px 20px;
}
.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(.wpcf7-submit) {
  margin-bottom: 0;
}
.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: 1024px) {
  .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;
  }
}
html {
  color: #201E1F;
}

img {
  max-width: 100%;
}

/**
 * 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, 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") 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 */
.blog-single {
  padding-top: 100px;
}
.blog-single__information {
  display: flex;
  flex-flow: row;
  margin-bottom: 10px;
}
.blog-single__information span {
  font: 500 12px/1.2 "GothamSSm", sans-serif;
  color: #075048;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.blog-single__information span svg {
  margin-right: 8px;
}
.blog-single__information span:nth-child(1) {
  padding-right: 15px;
}
.blog-single__information span:nth-child(2) {
  padding-left: 15px;
  border-left: 1px solid #075048;
}
.blog-single__sharing-options-holder {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-single__sharing-options-holder .blog-single__sharing-title {
  font: 700 16px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
}
.blog-single__sharing-options-holder .blog-single__sharing-options {
  gap: 14px;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}
.blog-single__sharing-options-holder .blog-single__sharing-options button {
  border: 0;
  background-color: transparent;
}
.blog-single__img {
  width: 100%;
  margin-bottom: 40px;
}
.blog-single .blog-single__content-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}
.blog-single .blog-single__content-tab {
  font: 400 12px/1.3 "GothamSSm", sans-serif;
  color: #201E1F;
  text-decoration: none;
  border: 1px solid #075048;
  border-radius: 30px;
  padding: 14px 20px;
  transition: all 500ms ease;
  cursor: pointer;
}
.blog-single .blog-single__content-tab.active {
  background: #F15B2B;
  color: #FFFFFF;
  border-color: #F15B2B;
}
.blog-single .blog-single__content-container {
  display: none;
}
.blog-single .blog-single__content-container.active {
  display: block;
}
.blog-single .blog-single__content h2 {
  font: 400 24px/1.5 "GothamSSm", sans-serif;
}
.blog-single__gallery--thumbs .blog-single__gallery-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single__gallery--thumbs .swiper-slide {
  opacity: 0.5;
}
.blog-single__gallery--thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.blog-single__gallery--thumbs .swiper-button {
  position: absolute;
  height: 100%;
  padding: 10px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: transparent;
  transition: background-color 300ms ease-in-out;
  z-index: 2;
}
.blog-single__gallery--thumbs .swiper-button svg {
  display: block;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  padding: 6px;
}
.blog-single__gallery--thumbs .swiper-button-prev {
  left: 0;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.blog-single__gallery--thumbs .swiper-button-next {
  right: 0;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.blog-single__gallery--thumbs .swiper-button-disabled {
  display: none;
}

.blog-single__related-news {
  background-color: #FBFBFB;
  padding-top: 60px;
  padding-bottom: 130px;
}
.blog-single__related-news .blog-single__title-holder {
  margin-bottom: 30px;
}
.blog-single__related-news .swiper-pagination {
  display: none;
}

@media only screen and (min-width: 768px) {
  .blog-single__related-news {
    background-color: #FBFBFB;
  }
  .blog-single__related-news .blog-single__title-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .blog-single__related-news .swiper-pagination {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    gap: 80px;
  }
  .blog-single__related-news .swiper-pagination .swiper-button {
    border: 0;
    background: transparent;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .blog-single {
    padding-top: 264px;
  }
  .blog-single__content h2 {
    font: 400 32px/1.5 "GothamSSm", sans-serif;
  }
  .blog-single__page-content {
    max-width: 855px;
    margin: auto auto 130px;
  }
  .blog-single__page-content .blog-single__title-holder r h1 {
    font: 400 45px/1.2 "GothamSSm", sans-serif;
    color: #201E1F;
  }
}
