@charset "UTF-8";
@font-face {
  font-family: Evolventa;
  src: local("Evolventa"), url('/wp-content/wph/assets/resources/Evolventa-Regular.6b04c64c.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Evolventa;
  src: local("Evolventa Oblique"), url('/wp-content/wph/assets/resources/Evolventa-Oblique.6b8bbd31.woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: Evolventa;
  src: local("Evolventa Bold"), url('/wp-content/wph/assets/resources/Evolventa-Bold.6737a735.woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Evolventa;
  src: local("Evolventa Bold Oblique"), url('/wp-content/wph/assets/resources/Evolventa-BoldOblique.734bf400.woff');
  font-weight: bold;
  font-style: italic;
}
.xLoader {
  position: relative;
  width: 40px;
  height: 40px;
  margin: auto;
}
.xLoader:before, .xLoader:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  animation: x-loader 2s infinite ease-in-out;
  content: "";
}
.xLoader:after {
  animation-delay: -1s;
}
.xLoader--dark:before, .xLoader--dark:after {
  background-color: #444;
}
.xLoader--small {
  width: 21px;
  height: 21px;
}
@keyframes x-loader {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/**
 * Swiper 11.1.1
 * 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: April 9, 2024
 */
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
}
.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);
  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);
  -webkit-backface-visibility: hidden;
  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 {
  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 */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.icv {
  position: relative;
  overflow: hidden;
  cursor: row-resize;
}
.icv__icv--vertical {
  cursor: row-resize;
}
.icv__icv--horizontal {
  cursor: col-resize;
}
img.icv__img {
  pointer-events: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: none;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  top: 0;
  display: block;
}
.icv__is--fluid .icv__img {
  display: none;
}
img.icv__img-a {
  height: auto;
  position: static;
  z-index: 1;
  left: 0px;
}
img.icv__img-b {
  height: 100%;
  position: absolute;
  z-index: 2;
  left: auto;
  right: 0px;
  width: auto;
}
.icv__icv--vertical .icv__img-b {
  width: 100%;
  height: auto;
}
.icv__imposter {
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.icv__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 3;
}
.icv__is--fluid .icv__wrapper, .icv__icv--vertical .icv__wrapper {
  width: 100% !important;
}
.icv__is--fluid .icv__wrapper, .icv__icv--horizontal .icv__wrapper {
  height: 100% !important;
}
.icv__fluidwrapper {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icv__control {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  top: 0px;
  z-index: 5;
}
.icv__icv--vertical .icv__control {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  left: 0;
  width: 100%;
}
.icv__control-line {
  height: 50%;
  width: 2px;
  z-index: 6;
}
.icv__icv--vertical .icv__control-line {
  width: 50%;
}
.icv__theme-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  z-index: 5;
}
.icv__icv--vertical .icv__theme-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.icv__arrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
.icv__arrow-a {
  -webkit-transform: scale(1.5) rotateZ(180deg);
  transform: scale(1.5) rotateZ(180deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.33));
}
.icv__arrow-b {
  -webkit-transform: scale(1.5) rotateZ(0deg);
  transform: scale(1.5) rotateZ(0deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
}
.icv__circle {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 999px;
}
.icv__label {
  position: absolute;
  bottom: 1rem;
  z-index: 12;
  background: rgba(0, 0, 0, 0.33);
  color: white;
  border-radius: 3px;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.icv__label.vertical {
  bottom: auto;
  left: 1rem;
}
.icv__label.on-hover {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
  transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
}
.icv:hover .icv__label.on-hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.icv__label-before {
  left: 1rem;
}
.icv__label-after {
  right: 1rem;
}
.icv__label-before.vertical {
  top: 1rem;
}
.icv__label-after.vertical {
  bottom: 1rem;
  right: auto;
}
.icv__body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.3
*/
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
html {
  accent-color: #444;
  box-sizing: border-box;
  background-color: #fff;
  color: #444;
  font-size: 16px;
  font-family: "Evolventa", "Tahoma", sans-serif;
  font-variant-numeric: lining-nums;
}
#page {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 320px;
  min-height: 100vh;
  width: 100%;
}
@media (max-width: 782px) {
  .admin-bar #page {
    min-height: calc(100vh - 46px);
  }
}
@media (min-width: 783px) {
  .admin-bar #page {
    min-height: calc(100vh - 32px);
  }
}
.textwidget {
  line-height: 1.4;
}
.elementor-widget-wrap {
  align-content: stretch;
}
.elementor-add-section-inner {
  padding: 40px;
}
.elementor-editor-widget-settings {
  right: 0;
}
.elementor-theme-builder-content-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}
.elementor-widget-image img {
  display: block;
}
.elementor-section-boxed {
  padding: 10px;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 10px;
}
.elementor-section-full_width .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}
.elementor-widget-heading .elementor-heading-title {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 32px;
  }
}
@media (min-width: 1025px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-default {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-default {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-default {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 50px;
  }
}
@media (min-width: 1025px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 60px;
  }
}
@media (min-width: 1025px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 72px;
  }
}
@media (min-width: 1025px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 80px;
  }
}
.elementor-widget-text-editor, .elementor-widget-theme-post-excerpt, .elementor-widget-theme-post-content {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .elementor-widget-text-editor, .elementor-widget-theme-post-excerpt, .elementor-widget-theme-post-content {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .elementor-widget-text-editor, .elementor-widget-theme-post-excerpt, .elementor-widget-theme-post-content {
    font-size: 16px;
  }
}
.ehSection--first-filled {
  padding-top: 10px;
}
.ehSection--last-filled {
  padding-bottom: 10px;
}
.ehSection--empty {
  display: none;
}
.elementor-section-wrap > .elementor-section:first-child {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .elementor-section-wrap > .elementor-section:first-child {
    padding-top: 0;
  }
}
.elementor-section-wrap > .elementor-section:last-child {
  padding-bottom: 10px;
}
.content b, .content strong {
  font-weight: 700;
}
.content i:not(.fa) {
  font-style: italic;
}
.content u {
  text-decoration: underline;
}
.content p {
  margin: 20px 0;
}
.content p:first-child {
  margin-top: 0;
}
.content p:last-child {
  margin-bottom: 0;
}
.content a {
  text-decoration: underline;
}
.content img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.content ul {
  margin: 20px 0;
}
.content ul:first-child {
  margin-top: 0;
}
.content ul:last-child {
  margin-bottom: 0;
}
.content ul > li {
  position: relative;
  margin: 5px 0;
  padding-left: 25px;
  list-style-type: none;
}
.content ul > li:first-child {
  margin-top: 0;
}
.content ul > li:last-child {
  margin-bottom: 0;
}
.content ul > li:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-bottom: 2px;
  margin-right: 16px;
  margin-left: -22px;
  border-radius: 50%;
  background-color: #444;
  text-align: left;
  content: "";
}
.content ol {
  margin: 20px 0;
  list-style-type: none;
  counter-reset: ol;
}
.content ol:first-child {
  margin-top: 0;
}
.content ol:last-child {
  margin-bottom: 0;
}
.content ol > li {
  position: relative;
  margin: 5px 0;
  padding-left: 25px;
}
.content ol > li:first-child {
  margin-top: 0;
}
.content ol > li:last-child {
  margin-bottom: 0;
}
.content ol > li:before {
  display: inline-block;
  width: 25px;
  margin-left: -25px;
  color: #000;
  counter-increment: ol;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  content: counter(ol);
}
.content li > ul:first-child, .content li > ol:first-child {
  margin-top: 5px;
}
.content .wp-caption {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  font-weight: 400;
  font-size: 14px;
}
.content .wp-caption:first-child {
  margin-top: 0;
}
.content .wp-caption:last-child {
  margin-bottom: 0;
}
.content .wp-caption > p {
  margin-top: 0;
}
.content .entry-content img {
  margin: 0 0 1.5em 0;
}
.content .alignleft, .content img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.content .alignright, .content img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.content .aligncenter, .content img.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
.content .wp-smiley {
  max-height: 1em;
  margin: 0;
}
.content blockquote.left {
  float: left;
  width: 33%;
  margin-right: 20px;
  margin-left: 0;
  text-align: right;
}
.content blockquote.right {
  float: right;
  width: 33%;
  margin-right: 0;
  margin-left: 20px;
  text-align: left;
}
.content blockquote {
  margin: 20px 0;
  border-right: 5px solid #444;
  border-left: 5px solid #444;
  border-radius: 25px;
  background-color: #444;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767px) {
  .content blockquote {
    padding: 20px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .content blockquote {
    padding: 40px;
    font-size: 18px;
  }
}
.content blockquote:first-child {
  margin-top: 0;
}
.content blockquote:last-child {
  margin-bottom: 0;
}
.content blockquote > p {
  margin: 20px 0;
}
.content blockquote > p:first-child {
  margin-top: 0;
}
.content blockquote > p:last-child {
  margin-bottom: 0;
}
.content img.inline {
  display: inline-block;
  vertical-align: middle;
}
.content iframe {
  display: block;
  max-width: 100%;
  width: 600px;
  height: 4 20px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin: 20px 0;
  font-weight: 500;
}
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
  margin-top: 0;
}
.content h1:last-child, .content h2:last-child, .content h3:last-child, .content h4:last-child, .content h5:last-child, .content h6:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .content h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .content h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .content h3 {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .content h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .content h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .content h4 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .content h5 {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .content h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .content h6 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .content h6 {
    font-size: 17px;
  }
}
.content--dense p, .content--dense ol, .content--dense ul {
  margin-top: 4px;
  margin-bottom: 4px;
}
.content--flat p {
  margin: 0;
}
.gallery {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.gallery a, .gallery img {
  display: block;
}
.gallery img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.gallery-item {
  padding: 15px;
}
.gallery-caption {
  display: block;
  margin-top: 10px;
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
}
.gallery-caption > strong {
  font-weight: 700;
}
.elementor-image-gallery .gallery-item .gallery-caption {
  margin-top: 15px;
}
@media (min-width: 961px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .gallery-columns-3 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 961px) {
  .gallery-columns-3 .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .gallery-columns-4 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .gallery-columns-4 .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 1201px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .gallery-columns-5 .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .gallery-columns-5 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 1201px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  .gallery-columns-6 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .gallery-columns-6 .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .gallery-columns-6 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 1201px) {
  .gallery-columns-6 .gallery-item {
    width: 16.66667%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  .gallery-columns-7 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .gallery-columns-7 .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .gallery-columns-7 .gallery-item {
    width: 20%;
  }
}
@media (min-width: 1201px) {
  .gallery-columns-7 .gallery-item {
    width: 14.28571%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  .gallery-columns-8 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .gallery-columns-8 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .gallery-columns-8 .gallery-item {
    width: 16.66667%;
  }
}
@media (min-width: 1201px) {
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  .gallery-columns-9 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .gallery-columns-9 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .gallery-columns-9 .gallery-item {
    width: 14.28571%;
  }
}
@media (min-width: 1201px) {
  .gallery-columns-9 .gallery-item {
    width: 11.11111%;
  }
}
.pageNav {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
  user-select: none;
}
.pageNav .page-numbers {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  display: block;
  width: 41px;
  height: 41px;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 5px;
  border: 1px solid #ddd;
  border-top: 0;
  font-size: 16px;
  line-height: 30px;
}
.pageNav a.page-numbers:hover {
  background-color: #f8f9f7;
}
.pageNav .page-numbers.dots {
  cursor: default;
}
.pageNav .current, .pageNav .current:hover {
  background-color: rgba(0, 0, 0, 0.035);
  font-weight: 700;
}
.pageNav-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1px;
}
.pageNav-prev, .pageNav-next {
  height: 100%;
  background-position: center;
  background-size: 7px auto;
  background-repeat: no-repeat;
}
.pageNav-prev {
  background-image: url('/wp-content/wph/assets/resources/prev.996589f3.svg');
}
.pageNav-next {
  background-image: url('/wp-content/wph/assets/resources/next.3377e966.svg');
}
.sEmptyArchive {
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .sEmptyArchive {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .sEmptyArchive {
    font-size: 22px;
  }
}
.xFormNote {
  margin-bottom: 40px;
  color: #939393;
}
.xFormField {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .xFormGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .xFormGroup .xFormField {
    flex-basis: calc((99.99999% - 40px) / 2);
    width: calc((99.99999% - 40px) / 2);
  }
}
.xFormLabel {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  color: #000;
}
.xFormField .wpcf7-text {
  display: block;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #b6b6b6;
}
.xFormField .wpcf7-text::-webkit-input-placeholder {
  color: #939393;
}
.xFormField .wpcf7-text:-moz-placeholder {
  color: #939393;
}
.xFormField .wpcf7-text::-moz-placeholder {
  color: #939393;
}
.xFormField .wpcf7-text:-ms-input-placeholder {
  color: #939393;
}
.xFormField .wpcf7-text::placeholder {
  color: #939393;
}
.xFormField .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.xFormField .wpcf7-list-item {
  margin: 0;
  color: #000;
}
@media (max-width: 767px) {
  .xFormField .wpcf7-list-item {
    display: block;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .xFormField .wpcf7-list-item {
    margin-left: 35px;
  }
}
.xFormField .wpcf7-list-item:first-child {
  margin-top: 0;
  margin-left: 0;
}
.xFormField .wpcf7-list-item input[type="radio"] {
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .xFormFooter {
    display: flex;
    align-items: center;
  }
}
.xFormFooter .wpcf7-acceptance {
  font-size: 14px;
}
.xFormFooter .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.xFormFooter .wpcf7-acceptance .wpcf7-list-item-label {
  margin-left: 30px;
  display: block;
}
.xFormFooter .xAcceptance {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 0;
  float: left;
}
.xFormFooter .wpcf7-spinner {
  display: none !important;
}
.xFormSubmit {
  transition-property: background-color, border-color, box-shadow, color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  overflow: hidden;
  flex-shrink: 0;
  border-style: solid;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-width: 1px;
  font-size: 20px;
  line-height: 1.2;
  border-color: #444;
  background-color: #444;
  color: #fff;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 479px) {
  .xFormSubmit {
    padding: 8px 12px;
  }
}
@media (min-width: 480px) {
  .xFormSubmit {
    padding: 16px 20px;
  }
}
.xFormSubmit:hover {
  border-color: #575757;
  background-color: #575757;
}
.xFormSubmit:active {
  border-color: #303030;
  background-color: #303030;
}
.xFormSubmit:disabled {
  opacity: 0.7;
  cursor: default;
}
.xFormSubmit:disabled:hover, .xFormSubmit:disabled:active {
  border-color: #444;
  background-color: #444;
}
@media (max-width: 767px) {
  .xFormSubmit {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .xFormSubmit {
    margin-right: 20px;
  }
}
.xFormPolicy {
  flex-grow: 1;
  color: #757575;
  font-size: 14px;
}
.xFormPolicy > a {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  text-decoration: underline;
}
.xFormPolicy > a:hover {
  color: #444;
}
.xForm div.wpcf7-response-output {
  margin: 40px 0 0 0;
  padding: 10px;
  font-size: 14px;
}
.xMapIframe {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .xMapIframe {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .xMapIframe {
    height: 600px;
  }
}
.modal-cotnent .xForm {
  max-width: 500px;
  background-color: #fff;
  padding: 20px;
  color: #444;
}
#hidden {
  display: none;
}
body > span:last-child {
  display: block;
}
#wpadminbar {
  position: fixed;
  z-index: 9999;
  overflow: hidden;
}
.h-block-el {
  display: block;
}
.sl-wrapper {
  color: #fff;
}
.sl-overlay {
  background-color: #000;
}
.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  color: inherit;
}
.sl-wrapper .sl-close:hover, .sl-wrapper .sl-navigation button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-counter {
  color: inherit;
}
.sl-image {
  background-color: #fff;
}
.wp-video {
  width: 100% !important;
}
.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important;
}
.modal {
  display: none;
  color: #fff;
}
.modal--active {
  display: block;
}
.modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 320px;
  padding: 0 6px;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 782px) {
  .admin-bar .modal-wrap {
    top: 46px;
  }
}
@media (min-width: 783px) {
  .admin-bar .modal-wrap {
    top: 32px;
  }
}
.modal-wrap:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.modal-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-width: 60px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  vertical-align: middle;
  text-align: left;
  white-space: normal;
}
.modal-close {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  position: absolute;
  top: 10px;
  right: -5px;
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 26px;
  line-height: 40px;
  opacity: 0.7;
  cursor: pointer;
}
.modal-close:hover {
  opacity: 1;
}
.modal-close:before {
  content: "✕";
}
.modal--close .modal-close {
  display: block;
}
@media (min-width: 1025px) {
  .achievements {
    display: flex;
    flex-wrap: wrap;
  }
}
.achievement {
  position: relative;
  display: flex;
}
@media (max-width: 1024px) {
  .achievement {
    padding: 20px 0;
  }
}
@media (min-width: 1025px) {
  .achievement {
    flex-basis: calc(99.99999% / 3);
    width: calc(99.99999% / 3);
    padding: 40px 40px 10px;
  }
}
.achievement:nth-child(3n-2) {
  padding-left: 0;
}
.achievement:nth-child(3n) {
  padding-right: 0;
}
.achievement:before, .achievement:after {
  position: absolute;
  display: block;
  background-color: #676767;
  content: "";
}
.achievement:before {
  top: 0;
  height: 1px;
}
@media (max-width: 1024px) {
  .achievement:before {
    right: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  .achievement:before {
    right: 40px;
    left: 40px;
  }
}
.achievement:nth-child(3n-2):before {
  left: 0;
}
.achievement:nth-child(3n):before {
  right: 0;
}
.achievement:after {
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1025px) {
  .achievement:after {
    width: 1px;
  }
}
.achievement:nth-child(3n):after {
  content: none;
}
.achievement-container {
  display: flex;
  align-items: center;
}
.achievement-header {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .achievement-header {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .achievement-header {
    font-size: 50px;
  }
}
.achievement-value {
  display: inline-block;
}
.achievement--center .achievement-value {
  vertical-align: top;
}
.achievement-unit {
  display: inline-block;
  text-transform: uppercase;
}
.achievement--baseline .achievement-unit, .achievement--center .achievement-unit {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .achievement--baseline .achievement-unit, .achievement--center .achievement-unit {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .achievement--baseline .achievement-unit, .achievement--center .achievement-unit {
    font-size: 24px;
  }
}
.achievement--center .achievement-unit {
  vertical-align: top;
}
@media (max-width: 767px) {
  .achievement--center .achievement-unit {
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .achievement--center .achievement-unit {
    line-height: 60px;
  }
}
.achievement-body {
  padding-left: 15px;
}
.achievement-label {
  font-size: 15px;
  line-height: 1.4;
}
.xLink {
  position: relative;
  display: block;
  width: fit-content;
  padding-bottom: 18px;
  text-transform: uppercase;
  font-size: 20px;
}
.xLink:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: #676767;
  content: "";
}
.rwVideos {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .rwVideos {
    padding: 60px 20px;
  }
}
@media (min-width: 1025px) {
  .rwVideos {
    padding: 100px 20px;
  }
}
.rwVideos-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.rwVideos-header {
  display: flex;
}
@media (max-width: 767px) {
  .rwVideos-header {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .rwVideos-header {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .rwVideos-header {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .rwVideos-header {
    margin-bottom: 70px;
  }
}
.rwVideos-title {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .rwVideos-title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .rwVideos-title {
    font-size: 50px;
  }
}
.rwVideos-next {
  width: 87px;
  height: 30px;
  background-image: url('/wp-content/wph/assets/resources/next.4f2d5c42.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  user-select: none;
}
.rwVideos-body {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
@media (max-width: 1024px) {
  .rwVideos-body {
    padding: 30px 0;
  }
}
@media (min-width: 1025px) {
  .rwVideos-body {
    padding: 60px 0;
  }
}
.rwVideos-carousel {
  position: relative;
  margin-right: -200px;
}
.rwVideos-carousel:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 200px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
  pointer-events: none;
  content: "";
}
.rwVideo {
  position: relative;
  flex-shrink: 0;
  user-select: none;
}
@media (max-width: 767px) {
  .rwVideo {
    flex-basis: 240px;
    width: 240px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .rwVideo {
    flex-basis: 500px;
    width: 500px;
    margin-right: 40px;
  }
}
.rwVideo:before {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 33.51px;
  height: 33.51px;
  background-image: url('/wp-content/wph/assets/resources/play.b30f0fc0.svg');
  background-repeat: no-repeat;
  pointer-events: none;
  content: "";
}
img.rwVideo-image {
  display: block;
  width: 100%;
  height: auto;
}
.sContacts {
  position: relative;
  background-color: #444;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .sContacts {
    padding-top: 152px;
  }
}
@media (min-width: 768px) {
  .sContacts {
    padding-top: 212px;
  }
}
img.sContacts-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sContacts-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .sContacts-container {
    padding: 40px 0;
  }
}
@media (min-width: 1025px) {
  .sContacts-container {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .sContacts-main, .sContacts-form {
    flex-basis: calc((99.99999% - 40px) / 2);
    flex-shrink: 0;
    width: calc((99.99999% - 40px) / 2);
  }
}
.sContacts-title {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sContacts-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sContacts-title {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .sContacts-title {
    font-size: 50px;
  }
}
.sContacts-description {
  margin-top: 25px;
  line-height: 120%;
  font-size: 15px;
  max-width: 340px;
}
.sContactsBlock {
  margin-top: 40px;
  line-height: 120%;
  font-size: 15px;
}
.sContactsBlock-label {
  line-height: 120%;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.sContactsPhone {
  display: block;
  margin-top: 12px;
  width: fit-content;
}
.sContactsBtns {
  display: flex;
  flex-wrap: wrap;
  margin: 12px -5px -5px;
}
.sContactsBtn {
  display: block;
  padding: 5px;
}
.sContactsBtn-container {
  background-color: #fff;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
}
.sContactsBtn:hover .sContactsBtn-container {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}
.sContactsBtn-icon {
  display: block;
}
.sContactsAddress {
  margin-top: 12px;
}
.sContactsCard {
  background-color: #fff;
  color: #444;
}
@media (max-width: 767px) {
  .sContactsCard {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .sContactsCard {
    padding: 40px;
  }
}
@media (min-width: 1025px) {
  .sContactsCard {
    min-height: 570px;
  }
}
.sContactsCard .xFormNote {
  max-width: 360px;
}
@media (min-width: 1025px) {
  .hpAboutContents {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .hpAboutContent {
    margin-top: 20px;
  }
  .hpAboutContent:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .hpAboutContent {
    flex-basis: calc(99.99999% / 3);
    width: calc(99.99999% / 3);
    padding-right: 60px;
  }
  .hpAboutContent:nth-child(3n) {
    padding-right: 0;
  }
}
.hpAboutTitle {
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .hpAboutTitle {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .hpAboutTitle {
    font-size: 50px;
  }
}
.hpAboutDescription {
  font-size: 15px;
  line-height: 1.67;
}
@media (max-width: 1024px) {
  .hpAboutCells {
    margin-top: 60px;
  }
}
@media (min-width: 1025px) {
  .hpAboutCells {
    display: flex;
    flex-wrap: wrap;
    margin-top: 120px;
  }
}
.hpAboutCell {
  position: relative;
  display: flex;
}
@media (max-width: 1024px) {
  .hpAboutCell {
    padding: 20px 0;
  }
}
@media (min-width: 1025px) {
  .hpAboutCell {
    flex-basis: calc(99.99999% / 3);
    width: calc(99.99999% / 3);
    padding: 40px 40px 10px;
  }
}
.hpAboutCell:nth-child(3n-2) {
  padding-left: 0;
}
.hpAboutCell:nth-child(3n) {
  padding-right: 0;
}
.hpAboutCell:before, .hpAboutCell:after {
  position: absolute;
  display: block;
  background-color: #676767;
  content: "";
}
.hpAboutCell:before {
  top: 0;
  height: 1px;
}
@media (max-width: 1024px) {
  .hpAboutCell:before {
    right: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  .hpAboutCell:before {
    right: 40px;
    left: 40px;
  }
}
.hpAboutCell:nth-child(3n-2):before {
  left: 0;
}
.hpAboutCell:nth-child(3n):before {
  right: 0;
}
.hpAboutCell:after {
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1025px) {
  .hpAboutCell:after {
    width: 1px;
  }
}
.hpAboutCell:nth-child(3n):after {
  content: none;
}
.hpAboutCell-container {
  display: flex;
  align-items: center;
}
.hpAboutCell-header {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .hpAboutCell-header {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .hpAboutCell-header {
    font-size: 50px;
  }
}
.hpAboutCell-value {
  display: inline-block;
}
.hpAboutCell--center .hpAboutCell-value {
  vertical-align: top;
}
.hpAboutCell-unit {
  display: inline-block;
  text-transform: uppercase;
}
.hpAboutCell--baseline .hpAboutCell-unit, .hpAboutCell--center .hpAboutCell-unit {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .hpAboutCell--baseline .hpAboutCell-unit, .hpAboutCell--center .hpAboutCell-unit {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .hpAboutCell--baseline .hpAboutCell-unit, .hpAboutCell--center .hpAboutCell-unit {
    font-size: 24px;
  }
}
.hpAboutCell--center .hpAboutCell-unit {
  vertical-align: top;
}
@media (max-width: 767px) {
  .hpAboutCell--center .hpAboutCell-unit {
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .hpAboutCell--center .hpAboutCell-unit {
    line-height: 60px;
  }
}
.hpAboutCell-body {
  padding-left: 15px;
}
.hpAboutCell-label {
  font-size: 15px;
  line-height: 1.4;
}
.xFaq {
  border-bottom: 1px solid #444;
}
.xFaqItem-header {
  position: relative;
  padding: 25px 35px 25px 0;
  border-top: 1px solid #444;
  cursor: pointer;
  user-select: none;
}
.xFaqItem-question {
  font-weight: 700;
  line-height: 25px;
}
@media (max-width: 767px) {
  .xFaqItem-question {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .xFaqItem-question {
    font-size: 20px;
  }
}
.xFaqItem-toggle {
  position: absolute;
  top: 25px;
  right: 0;
  width: 25px;
  height: 25px;
}
.xFaqItem-toggle:before, .xFaqItem-toggle:after {
  position: absolute;
  display: block;
  background-color: #444;
  content: "";
}
.xFaqItem-toggle:before {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 1px;
  transform: rotate(90deg);
}
.xFaqItem--inactive .xFaqItem-toggle:before {
  transform: none;
}
.xFaqItem-toggle:after {
  top: 12px;
  right: 0;
  left: 0;
  height: 1px;
}
.xFaqItem-body {
  display: none;
}
.xFaqItem-answer {
  padding: 0 35px 25px 0;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .cf1 {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .cf1-header, .cf1-main {
    flex-basis: calc((99.99999% - 40px) / 2);
    flex-shrink: 0;
    width: calc((99.99999% - 40px) / 2);
  }
}
@media (max-width: 1024px) {
  .cf1-header {
    margin-bottom: 40px;
  }
}
.cf1-title {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .cf1-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cf1-title {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .cf1-title {
    font-size: 50px;
  }
}
.cf1-card {
  background-color: #fff;
  color: #444;
}
@media (max-width: 767px) {
  .cf1-card {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .cf1-card {
    padding: 40px;
  }
}
@media (min-width: 1025px) {
  .cf1-card {
    min-height: 570px;
  }
}
.cf1-card .xFormNote {
  max-width: 360px;
}
.fpContacts {
  position: relative;
}
@media (max-width: 767px) {
  .fpContacts {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  .fpContacts {
    padding: 80px 20px;
  }
}
@media (max-width: 767px) {
  .fpContacts-header {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .fpContacts-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .fpContacts-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fpContacts-title {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .fpContacts-title {
    font-size: 50px;
  }
}
.fpcGroup {
  margin-top: 30px;
}
.fpcGroup:first-child {
  margin-top: 0;
}
.fpcGroup-label {
  margin-bottom: 10px;
  font-size: 20px;
}
.fpcGroup-content {
  font-size: 15px;
}
.fpcSocials {
  overflow: hidden;
}
.fpcSocials-container {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}
.fpcSocial {
  display: block;
  padding: 7px;
}
.fpcSocial-icon {
  display: block;
  width: 41px;
  height: 41px;
}
.fpcNote {
  max-width: 250px;
  margin-top: 18px;
  font-size: 9px;
}
.vkVid {
  position: relative;
}
.vkVid:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
iframe.vkVid-player {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.xLogos {
  overflow: hidden;
  user-select: none;
}
.xLogos-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .xLogos-container {
    margin: -10px;
  }
}
@media (min-width: 768px) {
  .xLogos-container {
    margin: -20px;
  }
}
.xLogo {
  display: block;
}
@media (max-width: 767px) {
  .xLogo {
    flex-basis: calc(99.99999% / 2);
    width: calc(99.99999% / 2);
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .xLogo {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .xLogo {
    flex-basis: calc(99.99999% / 4);
    width: calc(99.99999% / 4);
  }
}
@media (min-width: 1025px) {
  .xLogo {
    flex-basis: calc(99.99999% / 6);
    width: calc(99.99999% / 6);
  }
}
.xLogo-container {
  position: relative;
}
.xLogo-container:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.xLogo-image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.xHeading {
  display: flex;
  align-items: center;
}
.xHeading-content {
  flex-shrink: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .xHeading-content {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .xHeading-content {
    font-size: 25px;
  }
}
.xHeading-line {
  flex-grow: 1;
  flex-shrink: 1;
  height: 1px;
  background-color: #444;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .xHeading-line {
    display: none;
  }
}
.xGallery {
  overflow: hidden;
}
.xGallery-container {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.xGalleryItem {
  display: block;
  padding: 10px;
  user-select: none;
  position: relative;
}
.xGalleryItem--1 {
  flex-basis: 100%;
  width: 100%;
}
.xGalleryItem--2 {
  flex-basis: calc(99.99999% / 2);
  width: calc(99.99999% / 2);
}
.xGalleryItem--3 {
  flex-basis: calc(99.99999% / 3);
  width: calc(99.99999% / 3);
}
.xGalleryItem--3-2 {
  flex-basis: calc((99.99999% / 3) * 2);
  width: calc((99.99999% / 3) * 2);
}
.xGalleryItem-container {
  position: relative;
}
img.xGalleryItem-image {
  display: block;
}
.xGalleryItem--simple img.xGalleryItem-image {
  display: block;
  width: 100%;
  height: auto;
}
.xGalleryItem--alt .xGalleryItem-image:last-child {
  display: none;
}
.xGalleryItem--alt.xGalleryItem--loaded .xGalleryItem-image:last-child {
  display: block;
}
.xGalleryItem-id {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  font-size: 18px;
}
.tariff-title {
  padding: 20px;
  text-align: center;
  border: 1px solid #444;
  font-weight: 700;
}
@media (max-width: 767px) {
  .tariff-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .tariff-title {
    font-size: 25px;
  }
}
.tariff-price {
  font-weight: 700;
}
@media (max-width: 767px) {
  .tariff-price {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .tariff-price {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .tariff-price {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .tariff-price {
    margin-top: 60px;
  }
}
.tariffStep {
  margin-top: 15px;
}
.tariffStep-label {
  font-weight: 700;
  padding: 15px 0 14px;
  border-bottom: 1px solid #444;
}
@media (max-width: 767px) {
  .tariffStep-label {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .tariffStep-label {
    font-size: 25px;
  }
}
.tariffStep-description {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .headerPadding {
    padding-top: 152px;
  }
}
@media (min-width: 768px) {
  .headerPadding {
    padding-top: 212px;
  }
}
a.xButton {
  transition-property: background-color, border-color, box-shadow, color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  overflow: hidden;
  flex-shrink: 0;
  border-style: solid;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-width: 1px;
  font-size: 20px;
  line-height: 1.2;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 479px) {
  a.xButton {
    padding: 8px 12px;
  }
}
@media (min-width: 480px) {
  a.xButton {
    padding: 16px 20px;
  }
}
.xButton--primary {
  border-color: #444;
  background-color: #444;
  color: #fff;
}
.xButton--primary:hover {
  border-color: #575757;
  background-color: #575757;
}
.xButton--primary:active {
  border-color: #303030;
  background-color: #303030;
}
.xButton--primary:disabled {
  opacity: 0.7;
  cursor: default;
}
.xButton--primary:disabled:hover, .xButton--primary:disabled:active {
  border-color: #444;
  background-color: #444;
}
.xButton--light {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #000;
}
.xButton--light:hover {
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fafafa;
}
.xButton--light:active {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #f8f8f8;
}
.xButton--light:disabled {
  opacity: 0.7;
  cursor: default;
}
.xButton--light:disabled:hover, .xButton--light:disabled:active {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.5);
}
.xButton--wide {
  display: block;
  width: 100%;
}
.awards-title {
  width: fit-content;
  margin-bottom: 40px;
  background-color: #444;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .awards-title {
    padding: 16px;
  }
}
@media (min-width: 480px) {
  .awards-title {
    padding: 16px 46px;
  }
}
.award {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
@media (max-width: 767px) {
  .award {
    flex-direction: column;
  }
}
.award:last-child {
  margin-bottom: 0;
}
.award-header {
  flex-shrink: 0;
  width: 180px;
  padding: 20px;
}
@media (min-width: 768px) {
  .award-header {
    flex-basis: 180px;
  }
}
.award-body {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .award-body {
    padding: 0 20px 20px;
  }
}
.award-title {
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .award-title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .award-title {
    font-size: 24px;
  }
}
.award-footer {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .award-footer {
    padding: 0 20px 20px;
  }
}
.award-place {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 10px 0 40px;
  background-color: #444;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .award-place {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .award-place {
    font-size: 24px;
  }
}
.award-place:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 28px 0 28px 30px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}
.team {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .team {
    padding: 60px 20px;
  }
}
@media (min-width: 1025px) {
  .team {
    padding: 100px 20px;
  }
}
.team-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.team-header {
  display: flex;
}
@media (max-width: 767px) {
  .team-header {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .team-header {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (max-width: 1024px) {
  .team-header {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .team-header {
    margin-bottom: 70px;
  }
}
.team-title {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .team-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .team-title {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .team-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .team-description {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .team-description {
    margin-top: 30px;
  }
}
.team-next {
  width: 87px;
  background-image: url('/wp-content/wph/assets/resources/next.d88feb01.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 767px) {
  .team-next {
    height: 40px;
    margin-bottom: -12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .team-next {
    height: 54px;
    margin-bottom: -4px;
  }
}
@media (min-width: 1025px) {
  .team-next {
    height: 67px;
    margin-bottom: -20px;
  }
}
.team-body {
  margin-top: 10px;
}
.team-carousel {
  position: relative;
  margin-right: -200px;
  margin-left: -20px;
}
.team-carousel:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 200px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
  pointer-events: none;
  content: "";
}
.teamCard {
  padding: 0 20px;
  user-select: none;
}
@media (max-width: 479px) {
  .teamCard {
    width: 280px;
    padding: 0 10px;
  }
}
@media (min-width: 480px) {
  .teamCard {
    width: 396px;
    padding: 0 20px;
  }
}
.teamCard-container {
  position: relative;
  overflow: hidden;
}
img.teamCard-image {
  display: block;
  width: 100%;
  height: auto;
}
.teamCard-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  opacity: 0;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.teamCard:hover .teamCard-content {
  transform: none;
  opacity: 1;
}
.teamCard-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .teamCard-name {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .teamCard-name {
    font-size: 20px;
  }
}
.teamCard-position {
  font-size: 15px;
  line-height: 25px;
}
.publications-title {
  width: fit-content;
  margin-bottom: 40px;
  background-color: #444;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .publications-title {
    padding: 16px;
  }
}
@media (min-width: 480px) {
  .publications-title {
    padding: 16px 46px;
  }
}
.publication {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  min-height: 100px;
}
@media (max-width: 767px) {
  .publication {
    flex-direction: column;
  }
}
.publication:last-child {
  margin-bottom: 0;
}
.publication-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 180px;
  padding: 20px;
}
@media (min-width: 768px) {
  .publication-header {
    flex-basis: 180px;
  }
}
.publication-body {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .publication-body {
    padding: 0 20px 20px;
  }
}
a.publication-title {
  display: block;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  a.publication-title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  a.publication-title {
    font-size: 24px;
  }
}
.publication-footer {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .publication-footer {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1025px) {
  .hpIntro {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .hpIntroMain, .hpIntroPerson {
    flex-basis: 50%;
    flex-shrink: 0;
    width: 50%;
  }
}
.hpIntroMain {
  color: #444;
}
@media (max-width: 1024px) {
  .hpIntroMain {
    padding: 60px 20px;
  }
}
@media (min-width: 1025px) {
  .hpIntroMain {
    padding: 100px 20px;
    border-bottom: 1px solid #a09f9b;
  }
}
.hpIntroMain-container {
  width: 100%;
  margin-left: auto;
}
@media (min-width: 1025px) {
  .hpIntroMain-container {
    max-width: 620px;
    padding-right: 80px;
  }
}
.hpIntroTitle {
  max-width: 520px;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .hpIntroTitle {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .hpIntroTitle {
    font-size: 50px;
  }
}
.hpIntroDescription {
  font-size: 15px;
  line-height: 1.67;
}
@media (max-width: 1024px) {
  .hpIntroDescription {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  .hpIntroDescription {
    margin-top: 80px;
  }
}
.hpIntroMore {
  position: relative;
  display: block;
  width: fit-content;
  padding-bottom: 18px;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .hpIntroMore {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  .hpIntroMore {
    margin-top: 80px;
  }
}
.hpIntroMore:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: #676767;
  content: "";
}
.hpIntroPerson {
  position: relative;
  overflow: hidden;
  background-color: #a09f9b;
  color: #fff;
}
.hpIntroMedia {
  position: relative;
}
@media (min-width: 1025px) {
  .hpIntroMedia {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: none;
    width: auto;
    height: 100%;
  }
}
.hpIntroMedia:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 10px;
  background: linear-gradient(90deg, rgba(160, 159, 155, 0) 0%, #a09f9b 100%);
  pointer-events: none;
}
img.hpIntroMedia-image {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.hpIntroPerson-content {
  position: absolute;
  font-size: 15px;
  line-height: 1.67;
}
@media (max-width: 1024px) {
  .hpIntroPerson-content {
    bottom: 40px;
    left: 20px;
  }
}
@media (min-width: 1025px) {
  .hpIntroPerson-content {
    bottom: 100px;
    left: 30px;
  }
}
.rvCarousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rvCarousel-title {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .rvCarousel-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .rvCarousel-title {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .rvCarousel-title {
    font-size: 50px;
  }
}
.rvCarousel-next {
  width: 87px;
  height: 30px;
  background-image: url('/wp-content/wph/assets/resources/next.ba2ee459.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 767px) {
  .rvCarousel-body {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .rvCarousel-body {
    margin-top: 60px;
  }
}
@media (min-width: 1025px) {
  .rvCarousel-body {
    margin-top: 90px;
  }
}
@media (min-width: 1025px) {
  .rvItem {
    display: flex;
  }
}
@media (min-width: 768px) {
  .rvItemMain {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  .rvItemMain {
    padding-right: 40px;
  }
}
.rvItemMain-media {
  display: none;
}
@media (max-width: 479px) {
  .rvItemMain-media {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .rvItemMain-media {
    flex-basis: 200px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .rvItemMain-media {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .rvItemMain-media {
    flex-shrink: 0;
    margin-right: 40px;
  }
}
img.rvItemMain-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.rvItemMain-placeholder {
  border-radius: 50%;
  background-color: #d9d9d9;
}
.rvItemMain-placeholder:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.rvItemMain-title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 20px;
}
.rvItemMain-content {
  font-size: 15px;
  line-height: 1.65;
}
.rvItemMain-author {
  margin-top: 25px;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .rvItemMedia {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  .rvItemMedia {
    flex-basis: 50%;
    flex-shrink: 0;
    width: 50%;
  }
}
.rvItemMedia-image {
  display: block;
  width: 100%;
  height: auto;
}
.searchResults {
  flex-grow: 1;
  padding-bottom: 20px;
}
.searchResults-middle {
  padding: 20px;
}
.searchResults-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.searchResults-title {
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .searchResults-title {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .searchResults-title {
    font-size: 32px;
  }
}
@media (min-width: 1025px) {
  .searchResults-title {
    font-size: 40px;
  }
}
.srForm {
  position: relative;
  margin-bottom: 40px;
  background-color: #fff;
  height: 50px;
}
.srForm-input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 50px;
  border-radius: 25px;
  background-color: #f0f0f0;
}
.srForm-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  padding-left: 5px;
}
.srForm-icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.srEmpty {
  font-size: 18px;
  font-weight: 500;
}
.srCard {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.srCard:first-child {
  padding-top: 0;
}
.srCard:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.srCard-title {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .srCard-title {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .srCard-title {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .srCard-title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .srCard-body {
    display: flex;
  }
}
@media (max-width: 767px) {
  .srCard-main {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .srCard-main {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .srCard-media {
    flex-basis: 300px;
    flex-shrink: 0;
    width: 300px;
  }
}
.srCard-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.srCard-content {
  line-height: 1.4;
}
.srCard-more {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline;
  margin-top: 20px;
}
.searchResults-pageNav {
  text-align: center;
}
.blogArchive {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.baInfo {
  position: relative;
  background-color: #444;
  color: #fff;
}
@media (max-width: 767px) {
  .baInfo {
    padding-top: 152px;
  }
}
@media (min-width: 768px) {
  .baInfo {
    padding-top: 212px;
  }
}
.baInfo-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.baInfo-header {
  position: relative;
}
.baInfo-main {
  position: relative;
}
@media (max-width: 767px) {
  .baInfo-main {
    padding: 40px 20px 80px;
  }
}
@media (min-width: 768px) {
  .baInfo-main {
    padding: 60px 20px 120px;
  }
}
.baInfo-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.baInfo-title {
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .baInfo-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .baInfo-title {
    font-size: 50px;
  }
}
.baMain {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .baCards {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  .baCards {
    padding: 60px 20px;
  }
}
.baCards-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .baCard {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .baCard {
    margin-top: 60px;
  }
}
.baCard:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .baCard-container {
    display: flex;
  }
}
.baCard-media {
  display: block;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .baCard-media {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .baCard-media {
    width: 160px;
    margin-right: 40px;
  }
}
.baCard-image {
  display: block;
  width: 100%;
  height: auto;
}
.baCard-main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.baCard-title {
  font-size: 20px;
  text-transform: uppercase;
}
.baCard-separator {
  height: 1px;
  display: block;
  background-color: #444;
  margin: 20px 0;
}
.baCard-body {
  flex-grow: 1;
}
.baCardTime {
  margin-bottom: 10px;
}
.baCard-exerpt {
  font-size: 15px;
}
.baCard-footer {
  margin-top: 10px;
}
.baCard-date {
  color: #767474;
  font-size: 20px;
}
.xSocials {
  overflow: hidden;
}
.xSocials-container {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}
.xSocial {
  display: block;
  padding: 7px;
  flex-shrink: 0;
}
.xSocial-container {
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
}
.xSocial:hover .xSocial-container {
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.6);
}
.xSocial-icon {
  display: block;
}
.cookiesNotice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  z-index: 50;
  background-color: #fff;
}
.cookiesNotice-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cookiesNotice-container {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cookiesNotice-content {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .cookiesNotice-content {
    margin-right: 20px;
    font-size: 18px;
  }
}
.cookiesNotice-agree {
  transition-property: background-color, border-color, box-shadow, color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  overflow: hidden;
  flex-shrink: 0;
  border-style: solid;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-width: 1px;
  font-size: 20px;
  line-height: 1.2;
  border-color: #444;
  background-color: #444;
  color: #fff;
  flex-shrink: 0;
}
@media (max-width: 479px) {
  .cookiesNotice-agree {
    padding: 8px 12px;
  }
}
@media (min-width: 480px) {
  .cookiesNotice-agree {
    padding: 16px 20px;
  }
}
.cookiesNotice-agree:hover {
  border-color: #575757;
  background-color: #575757;
}
.cookiesNotice-agree:active {
  border-color: #303030;
  background-color: #303030;
}
.cookiesNotice-agree:disabled {
  opacity: 0.7;
  cursor: default;
}
.cookiesNotice-agree:disabled:hover, .cookiesNotice-agree:disabled:active {
  border-color: #444;
  background-color: #444;
}
.searchBox {
  display: block;
}
.searchBox-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 15px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  font-size: 14px;
  line-height: 17px;
}
.searchBox-input::placeholder {
  color: #555;
}
.searchBox-submit {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  display: block;
  width: 38px;
  height: 38px;
  background-image: url('/wp-content/wph/assets/resources/submit.36551af4.svg');
  background-position: center;
  background-size: 16px 17px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.breadcrumbs {
  line-height: 19px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.breadcrumbs-element {
  vertical-align: middle;
}
.breadcrumbs-element:last-child {
  color: #000;
}
.breadcrumbs-separator {
  display: inline-block;
  width: 16px;
  height: 19px;
  margin: 0 8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/wp-content/wph/assets/resources/separator.628f6041.svg');
  cursor: default;
  vertical-align: middle;
}
.breadcrumbs-item {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
}
.lFooter {
  color: #fff;
  overflow: hidden;
}
.lFooterNav {
  padding: 40px 20px 20px;
  background-color: #444;
}
.lFooterNav-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .lFooterNav-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.lfnGroup {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .lfnGroup {
    width: 100% !important;
  }
}
.lfnItem {
  display: block;
  width: fit-content;
  padding: 4px 0;
  font-size: 15px;
}
a.lfnItem {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
}
a.lfnItem:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.lfnItem--heading {
  padding-top: 10px;
  padding-bottom: 11px;
  font-weight: 700;
}
.lfnItem--heading:first-child {
  padding-top: 0;
}
.lFooterMain {
  font-size: 15px;
  background-color: #444;
  padding: 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}
.lFooterMain-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .lFooterMain-container {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1025px) and (max-width: 1239px) {
  .lFooterMain-container {
    justify-content: space-between;
  }
}
.lFooterLogo {
  display: block;
}
@media (min-width: 1240px) {
  .lFooterLogo {
    width: 16%;
  }
}
.lFooterLogo-image {
  display: block;
  width: 158px;
  height: auto;
}
@media (max-width: 1024px) {
  .lFooterCompany {
    margin-top: 20px;
  }
}
@media (min-width: 1240px) {
  .lFooterCompany {
    width: 28%;
  }
}
@media (max-width: 1024px) {
  .lFooterExtra {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .lFooterExtra {
    width: 32%;
  }
}
.lFooterPolicy {
  display: block;
  width: fit-content;
  text-decoration: underline;
  margin-bottom: 10px;
}
.lFooterPolicy:last-child {
  margin-bottom: 0;
}
.lFooterSocials {
  display: flex;
}
@media (max-width: 1024px) {
  .lFooterSocials {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .lFooterSocials {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.offcanvas {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  position: fixed;
  top: 0;
  right: -280px;
  bottom: 0;
  z-index: 60;
  overflow-y: auto;
  width: 280px;
  background-color: #fff;
  color: #444;
}
@media (max-width: 782px) {
  .admin-bar .offcanvas {
    top: 46px;
  }
}
@media (min-width: 783px) {
  .admin-bar .offcanvas {
    top: 32px;
  }
}
.offcanvas--active {
  right: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.offcanvas-top {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.offcanvasClose {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  cursor: pointer;
  user-select: none;
}
.offcanvasClose:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.offcanvasClose-icon {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0 11.5px;
}
.offcanvasClose-icon:before, .offcanvasClose-icon:after {
  transition-property: background-color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  position: absolute;
  top: 0;
  left: 11.5px;
  display: block;
  width: 2px;
  height: 25px;
  border-radius: 1px;
  background-color: #000;
  content: "";
}
.offcanvasClose-icon:before {
  transform: rotate(-45deg);
}
.offcanvasClose-icon:after {
  transform: rotate(45deg);
}
.offcanvasClose-icon:hover:before, .offcanvasClose-icon:hover:after {
  background-color: #000;
}
.ocSearch {
  position: relative;
  padding: 20px;
}
@media (min-width: 768px) {
  .ocSearch {
    display: none;
  }
}
.ocSearch-input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px 0 40px;
  font-size: 14px;
  background-color: #f0f0f0;
  border-radius: 20px;
}
.ocSearchSubmit {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.ocSearchSubmit-icon {
  display: block;
  width: 16px;
  height: auto;
}
.ocSearchClear-icon {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 0 7px;
}
.ocSearchClear-icon:before, .ocSearchClear-icon:after {
  transition-property: background-color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  position: absolute;
  top: 0;
  left: 7px;
  display: block;
  width: 2px;
  height: 16px;
  border-radius: 1px;
  background-color: #444;
  content: "";
}
.ocSearchClear-icon:before {
  transform: rotate(-45deg);
}
.ocSearchClear-icon:after {
  transform: rotate(45deg);
}
.ocSearchClear-icon:hover:before, .ocSearchClear-icon:hover:after {
  background-color: #444;
}
.ocsResults {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.ocsResults-loader {
  padding: 20px;
}
.offcanvasNav:last-child {
  border-bottom: 1px solid #eee;
}
.offcanvasNav .menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
}
.offcanvasNav .menu-item {
  position: relative;
  display: block;
}
.offcanvasNav .menu-item-link {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.offcanvasNav .menu-item:last-child > .menu-item-link {
  border-bottom: 0;
}
.offcanvasNav .menu-item-link:hover {
  background-color: #ecf6fe;
}
.offcanvasNav .menu > .menu-item:last-child > .menu-item-link {
  border-bottom: 0;
}
.offcanvasNav .sub-menu {
  border-bottom: 1px solid #eee;
}
.offcanvasNav .menu-item-link--lv2 {
  padding-left: 40px;
}
.offcanvasNav .menu-item-link--lv3 {
  padding-left: 50px;
}
.offcanvasNav .menu-item-link--lv4 {
  padding-left: 60px;
}
.offcanvasTitle {
  padding: 10px 20px;
  background-color: #eee;
  font-weight: 600;
  font-size: 15px;
}
.overlay {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 55;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  cursor: pointer;
}
.overlay--active {
  visibility: visible;
  opacity: 1;
}
.lHeader {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  min-width: 320px;
  color: #fff;
}
@media (max-width: 767px) {
  .lHeader {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .lHeader {
    padding: 50px 0;
  }
}
@media (min-width: 1025px) {
  .lHeader {
    padding-right: 20px;
  }
}
@media (max-width: 782px) {
  .admin-bar .lHeader {
    top: 46px;
  }
}
@media (min-width: 783px) {
  .admin-bar .lHeader {
    top: 32px;
  }
}
.elementor-editor-active .lHeader {
  pointer-events: none;
}
.lHeader--cover {
  background-color: rgba(68, 68, 68, 0.8);
}
.lHeader--fixed {
  height: 67px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(68, 68, 68, 0.8);
}
.lHeader-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.headerLogo {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  display: block;
  padding-left: 20px;
  opacity: 0.85;
  flex-shrink: 1;
}
@media (max-width: 359px) {
  .headerLogo {
    padding-left: 5px;
  }
}
.headerLogo:hover {
  opacity: 1;
}
.lHeader--fixed .headerLogo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.headerLogo-image {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  display: block;
}
@media (max-width: 479px) {
  .headerLogo-image {
    max-width: 170px;
    height: auto;
  }
}
@media (min-width: 480px) {
  .headerLogo-image {
    margin-top: 32px;
  }
}
.lHeader--fixed .headerLogo-image {
  height: auto;
  margin-top: 0;
}
@media (max-width: 359px) {
  .lHeader--fixed .headerLogo-image {
    width: 170px;
  }
}
@media (min-width: 360px) {
  .lHeader--fixed .headerLogo-image {
    width: 177px;
  }
}
.headerSpace {
  flex-grow: 1;
}
.headerNav {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  margin-top: 38px;
}
@media (max-width: 1024px) {
  .headerNav {
    display: none;
  }
}
.lHeader--fixed .headerNav {
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.headerNav .menu {
  display: flex;
}
.headerNav .menu-item-link {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  position: relative;
  display: block;
  padding: 12px 25px 13px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
.lHeader--fixed .headerNav .menu-item-link {
  padding: 6px 25px 7px;
  font-size: 18px;
}
.headerNav .menu-item-link:before {
  position: absolute;
  right: 25px;
  bottom: 0;
  left: 25px;
  display: block;
  height: 1px;
  background-color: #fff;
  content: "";
}
.headerLangs {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
}
@media (min-width: 480px) {
  .headerLangs {
    margin-top: 53px;
  }
}
.lHeader--fixed .headerLangs {
  margin-top: 15px;
}
.headerLangs .lang-item-link {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 35px;
  margin-left: 15px;
  border: 1px solid #fff;
  text-align: center;
  text-transform: uppercase;
}
.headerLangs .lang-item-link:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.headerPhone {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  display: block;
  width: 37px;
  height: 37px;
  margin-left: 15px;
  border: 1px solid #fff;
  background-image: url('/wp-content/wph/assets/resources/phone.5943fc92.svg');
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 359px) {
  .headerPhone {
    margin-left: 5px;
  }
}
@media (min-width: 480px) {
  .headerPhone {
    margin-top: 53px;
  }
}
.headerPhone:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.lHeader--fixed .headerPhone {
  margin-top: 15px;
}
.headerBars {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
  overflow: hidden;
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  margin-right: 20px;
  margin-left: 15px;
  border: 1px solid #fff;
  cursor: pointer;
}
@media (max-width: 359px) {
  .headerBars {
    margin-left: 5px;
  }
}
@media (min-width: 480px) {
  .headerBars {
    margin-top: 53px;
  }
}
@media (max-width: 1024px) {
  .headerBars {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .headerBars {
    display: none;
  }
}
.headerBars:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.lHeader--fixed .headerBars {
  margin-top: 15px;
}
.headerBar {
  width: 18px;
  height: 1px;
  margin: 3px 0;
  border-radius: 2px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .pjCards {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .pjCards-container {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
  }
}
.pjCard {
  display: block;
}
@media (max-width: 767px) {
  .pjCard {
    margin-bottom: 40px;
  }
  .pjCard:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .pjCard {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pjCard {
    flex-basis: calc(99.99999% / 2);
    width: calc(99.99999% / 2);
  }
}
@media (min-width: 1025px) {
  .pjCard {
    flex-basis: calc(99.99999% / 3);
    width: calc(99.99999% / 3);
  }
}
.pjCard-image {
  display: block;
  width: 100%;
  height: auto;
}
.pjCard-title {
  margin-top: 18px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .pjCard-title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .pjCard-title {
    font-size: 20px;
  }
}
.pjCard-info {
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.67;
}
.themePage {
  flex-grow: 1;
}
.pAboutHeader {
  background-color: #bfbfbf;
}
@media (max-width: 767px) {
  .pAboutHeader {
    padding-top: 152px;
  }
}
@media (min-width: 768px) {
  .pAboutHeader {
    padding-top: 212px;
  }
}
.pAboutHeader-image {
  width: 879px;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.pAboutTop {
  position: relative;
  z-index: 10;
}
.defaultPage {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.dpInfo {
  position: relative;
  background-color: #444;
  color: #fff;
}
@media (max-width: 767px) {
  .dpInfo {
    padding-top: 152px;
  }
}
@media (min-width: 768px) {
  .dpInfo {
    padding-top: 212px;
  }
}
.dpInfo-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dpInfo-header {
  position: relative;
}
.dpInfo-main {
  position: relative;
}
@media (max-width: 767px) {
  .dpInfo-main {
    padding: 40px 20px 80px;
  }
}
@media (min-width: 768px) {
  .dpInfo-main {
    padding: 60px 20px 120px;
  }
}
.dpInfo-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.dpInfo-title {
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .dpInfo-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .dpInfo-title {
    font-size: 50px;
  }
}
.dpInfo-meta {
  text-align: center;
}
@media (max-width: 767px) {
  .dpInfo-meta {
    margin-top: 40px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .dpInfo-meta {
    margin-top: 60px;
    font-size: 20px;
  }
}
.dpInfoTime {
  margin-top: 10px;
}
.dpInfoTime:first-child {
  margin-top: 0;
}
.dpSimple {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
}
.dpSimple-container {
  max-width: 1025px;
  width: 100%;
  margin: 0 auto;
  flex-grow: 1;
  padding: 20px;
}
.dpSimple-content {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .dpSimple-content {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .dpSimple-content {
    font-size: 17px;
  }
}
.xNotFound {
  flex-grow: 1;
  padding: 40px 20px;
}
.xNotFound-container {
  max-width: 1025px;
  width: 100%;
  margin: 0 auto;
}
.xNotFound-content {
  text-align: center;
  font-size: 40px;
}
@media (max-width: 1024px) {
  .fpAdvantages {
    padding: 40px 20px;
  }
}
@media (min-width: 1025px) {
  .fpAdvantages {
    padding: 80px 20px;
  }
}
.fpAdvantages-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.fpAdvantages-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .fpAdvantages-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fpAdvantages-title {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .fpAdvantages-title {
    font-size: 50px;
  }
}
.advantages {
  border-top: 1px solid #444;
}
@media (min-width: 1025px) {
  .advantages-container {
    display: flex;
    flex-wrap: wrap;
  }
}
.advantage {
  border-bottom: 1px solid #444;
}
@media (min-width: 1025px) {
  .advantage {
    flex-basis: calc(99.99999% / 2);
    width: calc(99.99999% / 2);
  }
}
@media (min-width: 1025px) {
  .advantage:nth-child(2n) {
    border-left: 1px solid #444;
  }
}
@media (max-width: 767px) {
  .advantage-container {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .advantage-container {
    padding: 40px 0;
  }
}
@media (min-width: 1025px) {
  .advantage:nth-child(2n-1) .advantage-container {
    padding-right: 40px;
  }
}
@media (min-width: 1025px) {
  .advantage:nth-child(2n) .advantage-container {
    padding-left: 40px;
  }
}
.advantage-title {
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 767px) {
  .advantage-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .advantage-title {
    margin-bottom: 40px;
  }
}
.homePage {
  flex-grow: 1;
}
.hpHeader {
  position: relative;
  z-index: 20;
  background-color: #444;
  color: #fff;
}
.hpHeaderBg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.hpHeaderBg-image {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hpHeaderTop {
  position: relative;
  z-index: 10;
}
.hpScreen {
  position: relative;
}
.hpScreen--welcome {
  height: 100vh;
}
@media (max-width: 767px) {
  .hpScreen--welcome {
    padding-top: 152px;
  }
}
@media (min-width: 768px) {
  .hpScreen--welcome {
    padding-top: 212px;
  }
}
@media (max-width: 782px) {
  .admin-bar .hpScreen--welcome {
    height: calc(100vh - 46px);
  }
}
@media (min-width: 783px) {
  .admin-bar .hpScreen--welcome {
    height: calc(100vh - 32px);
  }
}
.hpWelcome {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 767px) {
  .hpWelcome {
    padding: 20px 20px 60px;
  }
}
@media (min-width: 768px) {
  .hpWelcome {
    padding: 80px 20px;
  }
}
.hpWelcome-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hpWelcome-content {
  max-width: 600px;
  text-transform: uppercase;
  letter-spacing: 2.73px;
  line-height: 1.34;
}
.hpWelcome-title {
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .hpWelcome-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .hpWelcome-title {
    font-size: 60px;
  }
}
.hpWelcome-subtitle {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .hpWelcome-subtitle {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .hpWelcome-subtitle {
    font-size: 25px;
  }
}
.hpScreen--nav {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.47);
}
.hpnGrid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .hpnGrid {
    display: none;
  }
}
.hpnGrid-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.hpnGrid-cell {
  position: relative;
  flex-basis: calc((99.99999% - (80px * 2)) / 3);
  width: calc((99.99999% - (80px * 2)) / 3);
}
.hpnGrid-line {
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.47;
}
.hpnGrid-cell:nth-child(3n) .hpnGrid-line {
  display: none;
}
.hpNav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 1025px) {
  .hpNav {
    padding: 0 20px;
  }
}
.hpNav-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.hpNav-title {
  text-transform: uppercase;
  letter-spacing: 2.73px;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .hpNav-title {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .hpNav-title {
    margin-bottom: 60px;
    font-size: 60px;
  }
}
.hpNavSections {
  flex-grow: 1;
}
@media (min-width: 1025px) {
  .hpNavSections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 0;
  }
}
.hpNavSection {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .hpNavSection {
    padding: 60px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.47);
  }
  .hpNavSection:first-child {
    border-top: 0;
  }
}
@media (min-width: 1025px) {
  .hpNavSection {
    flex-basis: calc((99.99999% - (80px * 2)) / 3);
    width: calc((99.99999% - (80px * 2)) / 3);
  }
}
.hpNavTitle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hpNavTitle-content {
  flex-grow: 1;
  font-size: 25px;
  line-height: 1.2;
  align-self: center;
}
.hpNavTitle-toggle {
  display: flex;
  align-items: center;
  flex-basis: 57px;
  flex-shrink: 0;
  justify-content: flex-end;
  width: 57px;
  height: 60px;
  cursor: pointer;
}
.hpNavTitle-icon {
  position: relative;
  flex-basis: 27px;
  width: 27px;
  height: 27px;
}
.hpNavTitle-icon:before, .hpNavTitle-icon:after {
  position: absolute;
  display: block;
  background-color: #fff;
  content: "";
}
.hpNavTitle-icon:before {
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
}
.hpNavTitle-icon:after {
  left: 13px;
  width: 1px;
  height: 100%;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  transition-delay: 0s;
}
.hpNavSection--active .hpNavTitle-icon:after {
  transform: rotate(-90deg);
}
.hpNavBody {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .hpNavBody {
    display: none;
  }
}
@media (min-width: 1025px) {
  .hpNavBody {
    display: flex !important;
  }
}
.hpNavItem {
  display: block;
  font-size: 15px;
  line-height: 25px;
  width: fit-content;
}
.hpNavSpace {
  flex-grow: 1;
}
.hpNavMore {
  display: block;
  width: fit-content;
  position: relative;
  align-self: flex-start;
  padding: 18px 0;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .hpNavMore {
    margin-top: 22px;
  }
}
@media (min-width: 1025px) {
  .hpNavMore {
    margin-top: 62px;
  }
}
.hpNavMore:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.47);
  content: "";
}
/*# sourceMappingURL=site.css.map */