.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  pointer-events: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.splide__pagination li {
  pointer-events: auto;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  display: inline-block;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  visibility: hidden;
  position: relative;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  contain: strict;
  height: 20px;
  width: 20px;
  border: 2px solid #999;
  border-left-color: #0000;
  border-radius: 50%;
  margin: auto;
  animation: 1s linear infinite splide-loading;
  display: inline-block;
  position: absolute;
  inset: 0;
}

.splide__sr {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  cursor: pointer;
  height: 2em;
  opacity: .7;
  width: 2em;
  z-index: 1;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__pagination {
  z-index: 1;
  padding: 0 1em;
  position: absolute;
  bottom: .5em;
  left: 0;
  right: 0;
}

.splide__pagination__page {
  height: 8px;
  opacity: .7;
  width: 8px;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform .2s linear;
  display: inline-block;
  position: relative;
}

.splide__pagination__page.is-active {
  z-index: 1;
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__progress__bar {
  height: 3px;
  background: #ccc;
}

.splide__slide {
  -webkit-tap-highlight-color: #0000;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide.is-focus-in .splide__toggle:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  border: 3px solid #0000;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  flex-direction: column;
  padding: 1em 0;
  display: flex;
  inset: 0 .5em 0 auto;
}

.splide__slide--has-video {
  cursor: pointer;
}

.splide__slide--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__slide__container--has-video {
  cursor: pointer;
  position: relative;
}

.splide__slide__container--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.splide__video__wrapper {
  height: inherit;
  width: inherit;
  background: #000;
}

.splide__video__wrapper div, .splide__video__wrapper iframe, .splide__video__wrapper video {
  height: 100%;
  width: 100%;
}

.splide__video__play {
  cursor: pointer;
  height: 40px;
  opacity: .7;
  width: 40px;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: opacity .1s linear;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.splide__video__play:after {
  content: "";
  border: 9px solid #0000;
  border-left: 17px solid #000;
  border-right-width: 0;
  margin-left: 4px;
  display: inline-block;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: #0000001a;
  --f-spinner-color-2: #11181ccc;
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  margin: auto;
  padding: 0;
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: 2s linear infinite f-spinner-rotate;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg :first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg :last-child {
  stroke: var(--f-spinner-color-2);
  animation: 2s ease-in-out infinite f-spinner-dash;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90 150;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 90 150;
    stroke-dashoffset: -124px;
  }
}

.f-throwOutUp {
  animation: .175s ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: .175s ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    opacity: 0;
    transform: translate3d(0, -150px, 0);
  }
}

@keyframes f-throwOutDown {
  to {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }
}

.f-zoomInUp {
  animation: var(--f-transition-duration, .2s) ease-out .1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, .2s) ease-out both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    opacity: 0;
    transform: scale(.975)translate3d(0, 16px, 0);
  }

  to {
    opacity: 1;
    transform: scale(1)translate3d(0, 0, 0);
  }
}

@keyframes f-zoomOutDown {
  to {
    opacity: 0;
    transform: scale(.975)translate3d(0, 16px, 0);
  }
}

.f-fadeIn {
  animation: var(--f-transition-duration, .2s) ease both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, .2s) ease both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

.f-fadeSlowIn {
  animation: var(--f-transition-duration, .5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, .5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

.f-fadeFastIn {
  animation: var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, .2s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: .75;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

.f-crossfadeIn {
  animation: var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, .2s) * .5) linear .1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

.f-slideIn.from-next {
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}

.f-classicIn.from-next {
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    opacity: 0;
    transform: translateX(-75px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-classicInPrev {
  0% {
    opacity: 0;
    transform: translateX(75px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-classicOutNext {
  100% {
    opacity: 0;
    transform: translateX(-75px);
  }
}

@keyframes f-classicOutPrev {
  100% {
    opacity: 0;
    transform: translateX(75px);
  }
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all .15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: .65;
}

.f-button {
  box-sizing: content-box;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
  outline: none;
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
  transition: opacity .15s;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  z-index: 1;
  position: absolute;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

html.with-fancybox {
  width: auto;
  scroll-behavior: auto;
  overflow: visible;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px)  + var(--fancybox-scrollbar-compensate, 0px));
  overscroll-behavior-y: none;
  overflow: hidden !important;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: #18181bfa;
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: #ffffff1a;
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  direction: ltr;
  box-sizing: border-box;
  color: #f8f8f8;
  -webkit-tap-highlight-color: #0000;
  z-index: var(--fancybox-zIndex, 1050);
  transform-origin: 0 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
  outline: none;
  flex-direction: column;
  margin: 0;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.fancybox__container *, .fancybox__container :before, .fancybox__container :after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: #0000;
}

.fancybox__backdrop {
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
  position: fixed;
  inset: 0;
}

.fancybox__carousel {
  box-sizing: border-box;
  min-height: 0;
  z-index: 10;
  flex: 1;
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.fancybox__slide {
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  overscroll-behavior: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  flex-direction: column;
  flex: none;
  align-items: center;
  padding: 4px;
  display: flex;
  position: relative;
  overflow: auto;
  transform: translate3d(0, 0, 0);
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video, .fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide:before, .fancybox__slide:after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  z-index: 20;
  border-radius: 0;
  flex-direction: column;
  align-self: center;
  margin: 0;
  padding: 2rem;
  display: flex;
  position: relative;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: center / contain no-repeat;
  padding: 0;
  transition: none;
  transform: translate3d(0, 0, 0);
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur();
  will-change: transform, width, height;
}

.fancybox-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  -webkit-user-select: none;
  user-select: none;
  margin: auto;
  display: block;
}

.fancybox__caption {
  max-width: 100%;
  overflow-wrap: anywhere;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
  flex-shrink: 0;
  align-self: center;
  margin: 0;
  padding: 14px 0 4px;
  line-height: 1.375;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  z-index: 40;
  position: absolute;
  top: 0;
  right: 8px;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  opacity: .75;
  position: absolute;
  top: -38px;
  right: 0;
}

.is-loading .fancybox__content > .f-button.is-close-btn, .is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  margin: 0;
  padding: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  opacity: var(--fancybox-opacity, 1);
  padding: 24px;
  transition: all .25s;
}

.is-compact .fancybox__footer {
  z-index: 20;
  background: #18181b80;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: #0009;
  --f-button-active-bg: #0009;
  --f-button-hover-bg: #0009;
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: #18181b4d;
  --f-button-active-bg: #18181b80;
  --f-button-shadow: none;
  --f-button-transition: all .15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px #18181b80);
  --f-button-svg-disabled-opacity: .65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  content: "";
  z-index: 1;
  position: absolute;
  inset: -30px -20px;
}

.is-idle .fancybox__nav {
  animation: .15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));
  z-index: 30;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
}

.fancybox-protected {
  z-index: 40;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  inset: 0;
}

.fancybox-ghost {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.fancybox-focus-guard {
  opacity: 0;
  pointer-events: none;
  outline: none;
  position: fixed;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden="false"] > :not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden="false"] .fancybox__carousel > :not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden="false"] .fancybox__slide > :not(.fancybox__content) {
  animation: .25s .1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
  animation: .35s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden="true"] > :not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden="true"] .fancybox__carousel > :not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden="true"] .fancybox__slide > :not(.fancybox__content) {
  animation: .15s forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
  animation: .35s forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  min-height: 1px;
  flex-shrink: 1;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  color: #fff;
  background: #18181be6;
  padding: 0;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  height: 100%;
  width: 100%;
  background: none;
  border: 0;
  display: block;
}

.fancybox-placeholder {
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  white-space: nowrap !important;
  border: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: .5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  -webkit-tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  perspective: 1000px;
  flex: none;
  margin: 0;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.f-thumbs__track {
  will-change: transform;
  display: flex;
}

.f-thumbs__slide {
  box-sizing: content-box;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track:before {
  content: "";
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0) * 1px);
  width: calc(100% - var(--width, 0) * 1px);
  cursor: pointer;
  position: absolute;
}

.is-modern .f-thumbs__slide {
  --clip-path: inset(0 calc((var(--f-thumb-width, 0)  - var(--f-thumb-clip-width, 0)) * .5 * (1 - var(--progress, 0))) round var(--f-thumb-border-radius, 0));
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  pointer-events: none;
  transition: none;
}

.is-modern .f-thumbs__slide > * {
  clip-path: var(--clip-path);
}

.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.is-modern.in-touch .f-thumbs__slide {
  filter: none;
}

.is-modern.is-resting .f-thumbs__slide, .is-modern.is-resting .f-thumbs__slide > * {
  transition: all .33s;
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  border-radius: var(--f-thumb-border-radius);
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  background: none;
  border: 0;
  outline: none;
  margin: 0;
  padding: 0;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  opacity: var(--f-thumb-selected-opacity);
  outline: none;
}

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button:after {
  content: "";
  height: auto;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  z-index: 10;
  animation: .2s ease-out f-fadeIn;
  position: absolute;
  inset: 0;
}

.f-thumbs__slide__img {
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height .35s cubic-bezier(.23, 1, .32, 1);
  position: relative;
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: .5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(#ffffff1a, #ffffff0d);
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(#ffffff1a, #ffffff0d);
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0 !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, #fffffff0);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: #18181ba6;
  --f-button-hover-bg: #464649a6;
  --f-button-active-bg: #5a5a5da6;
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px #18181b26);
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: .65;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px #00000080);
  pointer-events: none;
  z-index: 20;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI Adjusted, Segoe UI, Liberation Sans, sans-serif;
  display: flex;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  flex-flow: wrap;
  align-content: flex-start;
  display: flex;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
}

.fancybox__infobar {
  line-height: var(--f-button-height);
  text-align: center;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  padding: 0 5px;
  font-size: 17px;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child, .has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child, [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child, :fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  height: 3px;
  transform-origin: 0;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  transition-property: transform;
  transition-timing-function: linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: #0000;
  text-decoration: none;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  vertical-align: middle;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button:hover, html [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover {
  cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button {
  background-color: #0000;
  border: none;
  margin: 0;
  padding: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  max-width: 100%;
  white-space: normal;
  padding: 0;
  display: table;
}

textarea {
  resize: none;
  vertical-align: top;
  overflow: auto;
}

input, select, textarea {
  outline: 0;
}

[disabled] {
  cursor: default;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: $ colorPlaceholder;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: $ colorPlaceholder;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: $ colorPlaceholder;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

:root {
  --black: #000;
  --white: #fff;
  --blue: #132568;
  --blue-dark: #061331;
  --blue-light: #2090d1;
  --orange: #f27836;
  --gray: #3c3c3c;
  --gray-light: #e3e3e3;
  --gray-pale: #f9f9f9;
  --overlay: #0000008c;
  --text: var(--gray);
  --text-light: #ffffffbf;
  --heading: var(--black);
  --accent: var(--orange);
  --border: var(--gray-light);
  --text-regular: "WorkSans-Regular";
  --text-semi: "WorkSans-SemiBold";
  --text-bold: "WorkSans-Bold";
  --heading-regular: "Poppins-Regular";
  --heading-semi: "Poppins-SemiBold";
  --heading-bold: "Poppins-Bold";
  --weight-regular: 400;
  --weight-medi: 500;
  --weight-bold: 700;
  --text-size: 1.5rem;
  --text-small: 1.25rem;
}

@font-face {
  font-family: WorkSans-Bold;
  src: url("subset-WorkSans-Bold.a3034e5c.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: WorkSans-Regular;
  src: url("subset-WorkSans-Regular.b2870fcd.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: WorkSans-SemiBold;
  src: url("subset-WorkSans-SemiBold.e46b5251.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-Bold;
  src: url("subset-Poppins-Bold.ffcad0a3.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url("subset-Poppins-SemiBold.2172f34c.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-Regular;
  src: url("subset-Poppins-Regular.16c0fd88.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: var(--text-regular);
}

html {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--heading);
  font-family: var(--heading-bold);
  font-weight: var(--weight-bold);
  line-height: 1.4;
}

p {
  color: var(--text);
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 1440px) {
  p {
    font-size: 19px;
  }
}

@media (max-width: 1024px) {
  p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 17px;
  }
}

p strong {
  font-weight: var(--weight-bold);
}

p a {
  color: var(--accent);
  font-family: var(--text-semi);
  text-decoration: underline;
}

p a:hover {
  color: var(--blue-dark);
  text-decoration: none;
}

@font-face {
  font-family: icomoon;
  src: url("icomoon.267f91e3.eot");
  src: url("icomoon.267f91e3.eot#iefix") format("embedded-opentype"), url("icomoon.a4b9fefa.ttf") format("truetype"), url("icomoon.46365584.woff") format("woff"), url("icomoon.1496d585.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  speak: never;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: icomoon !important;
}

.icon-star:before {
  content: "";
  color: #ffc107;
}

.icon-facebook-1:before {
  content: "";
}

.icon-tik-tok:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 920px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1340px) {
  .container {
    max-width: 1240px;
  }
}

@media (min-width: 1540px) {
  .container {
    max-width: 1440px;
  }
}

@media (max-width: 767px) {
  .container {
    box-sizing: border-box;
  }
}

.row {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.col {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767.98px) {
  .col {
    flex-basis: 100%;
  }
}

@media (min-width: 576px) {
  .col-sm-auto {
    width: auto;
    max-width: 100%;
    flex: none;
  }

  .col-sm-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-sm-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-sm-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-sm-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-sm-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-sm-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-sm-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-sm-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.6667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .offset-sm-5 {
    margin-left: 41.6667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .offset-sm-8 {
    margin-left: 66.6667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .offset-sm-11 {
    margin-left: 91.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    width: auto;
    max-width: 100%;
    flex: none;
  }

  .col-md-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-md-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-md-4 {
    max-width: 33.3333%;
    box-sizing: border-box;
    flex: 0 0 33.3333%;
  }

  .col-md-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-md-6 {
    max-width: 50%;
    box-sizing: border-box;
    flex: 0 0 50%;
  }

  .col-md-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-md-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-md-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-md-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.6667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333%;
  }

  .offset-md-5 {
    margin-left: 41.6667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333%;
  }

  .offset-md-8 {
    margin-left: 66.6667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333%;
  }

  .offset-md-11 {
    margin-left: 91.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-lg-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-lg-3 {
    max-width: 25%;
    box-sizing: border-box;
    flex: 0 0 25%;
  }

  .col-lg-4 {
    max-width: 33.3333%;
    box-sizing: border-box;
    flex: 0 0 33.3333%;
  }

  .col-lg-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-lg-6 {
    max-width: 50%;
    box-sizing: border-box;
    flex: 0 0 50%;
  }

  .col-lg-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-lg-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-lg-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-lg-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.6667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .offset-lg-5 {
    margin-left: 41.6667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .offset-lg-8 {
    margin-left: 66.6667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .offset-lg-11 {
    margin-left: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-xl-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-xl-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-xl-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-xl-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-xl-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-xl-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-xl-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }
}

.up-title {
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--heading-bold);
  color: var(--blue-light);
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  line-height: 1.3;
  display: block;
}

@media (max-width: 1440px) {
  .up-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px) {
  .up-title {
    margin-bottom: 13px;
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .up-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.up-title--white {
  color: var(--white);
}

.block-title {
  font-size: 46px;
  font-family: var(--heading-semi);
  margin-bottom: 45px;
  line-height: 1.25;
}

@media (max-width: 1440px) {
  .block-title {
    margin-bottom: 40px;
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .block-title {
    margin-bottom: 30px;
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .block-title {
    margin-bottom: 25px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .block-title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

.block-title:after {
  width: 100px;
  height: 5px;
  content: "";
  background-color: var(--blue);
  margin-top: 20px;
  display: block;
}

@media (max-width: 1440px) {
  .block-title:after {
    width: 90px;
  }
}

@media (max-width: 1024px) {
  .block-title:after {
    width: 80px;
    height: 4px;
  }
}

.block-title--white {
  color: var(--white);
}

.block-title--white:after {
  background-color: var(--white);
}

.block-title--noborder:after {
  display: none;
}

.block-title--center {
  text-align: center;
}

.block-title--center:after {
  margin: 20px auto 0;
}

.main-title {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 62px;
  line-height: 1.35;
}

@media (max-width: 1440px) {
  .main-title {
    margin-bottom: 35px;
    font-size: 56px;
  }
}

@media (max-width: 1024px) {
  .main-title {
    margin-bottom: 30px;
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .main-title {
    margin-bottom: 25px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .main-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

.header-intro {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 60px;
  display: flex;
}

@media (max-width: 1024px) {
  .header-intro {
    margin-bottom: 45px;
  }
}

@media (max-width: 768px) {
  .header-intro {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .header-intro {
    display: block;
  }
}

.header-intro__heading {
  width: 50%;
}

@media (max-width: 767px) {
  .header-intro__heading {
    width: 100%;
  }
}

.header-intro__text {
  width: 45%;
}

@media (max-width: 767px) {
  .header-intro__text {
    width: 100%;
  }
}

.header-intro__text p {
  color: var(--text-light);
  margin-bottom: 40px;
  font-size: 24px;
}

@media (max-width: 1440px) {
  .header-intro__text p {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .header-intro__text p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .header-intro__text p {
    font-size: 19px;
  }
}

.header-intro__text--black p {
  color: var(--text);
}

.text-center {
  text-align: center;
}

.btn-cta {
  background-color: var(--orange);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--heading-bold);
  height: 78px;
  border-radius: 6px;
  padding: 0 65px;
  font-size: 20px;
  line-height: 78px;
  transition: all .25s ease-in-out;
  display: inline-block;
}

@media (max-width: 1440px) {
  .btn-cta {
    height: 76px;
    padding: 0 65px;
    font-size: 19px;
    line-height: 76px;
  }
}

@media (max-width: 1024px) {
  .btn-cta {
    height: 66px;
    padding: 0 55px;
    font-size: 18px;
    line-height: 66px;
  }
}

@media (max-width: 768px) {
  .btn-cta {
    height: 60px;
    letter-spacing: .5px;
    padding: 0 50px;
    font-size: 17px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .btn-cta {
    height: 56px;
    padding: 0 45px;
    font-size: 16px;
    line-height: 56px;
  }
}

.btn-cta--small {
  height: 54px;
  padding: 0 35px;
  font-size: 16px;
  line-height: 54px;
}

.btn-cta:hover {
  background-color: var(--blue-light);
  color: var(--white);
}

#jsTop {
  width: 100%;
  z-index: 1024;
  transition: all .25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
}

#jsTop .top-bar {
  background-color: var(--blue-dark);
}

#jsTop .top-bar .container {
  height: 50px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media (max-width: 768px) {
  #jsTop .top-bar .container {
    height: 40px;
  }
}

@media (max-width: 767px) {
  #jsTop .top-bar__info {
    display: none;
  }
}

#jsTop .top-bar__info address {
  color: var(--white);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  display: flex;
}

@media (max-width: 768px) {
  #jsTop .top-bar__info address {
    font-size: 15px;
  }
}

#jsTop .top-bar__info address span {
  margin-right: 10px;
  font-size: 18px;
}

@media (max-width: 767px) {
  #jsTop .top-bar__socials {
    width: 100%;
  }
}

#jsTop .top-bar__socials ul {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  #jsTop .top-bar__socials ul {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#jsTop .top-bar__socials ul li {
  margin-left: 15px;
}

@media (max-width: 767px) {
  #jsTop .top-bar__socials ul li {
    margin: 0 10px;
  }
}

#jsTop .top-bar__socials ul li a {
  color: var(--white);
  font-size: 22px;
  transition: all .25s ease-in-out;
}

@media (max-width: 1024px) {
  #jsTop .top-bar__socials ul li a {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  #jsTop .top-bar__socials ul li a {
    font-size: 18px;
  }
}

#jsTop .top-bar__socials ul li a:hover {
  color: var(--orange);
}

#jsTop .top-menu {
  background-color: var(--white);
  box-shadow: 0 5px 20px #0000000d;
}

#jsTop .top-menu .container {
  height: 120px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media (max-width: 1440px) {
  #jsTop .top-menu .container {
    height: 100px;
  }
}

@media (max-width: 768px) {
  #jsTop .top-menu .container {
    height: 80px;
  }
}

@media (max-width: 1440px) {
  #jsTop .top-menu__logo img {
    height: 75px;
  }
}

@media (max-width: 1024px) {
  #jsTop .top-menu__logo img {
    height: 70px;
  }
}

@media (max-width: 768px) {
  #jsTop .top-menu__logo img {
    height: 60px;
  }
}

#jsTop .top-menu__right {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media (max-width: 768px) {
  #jsTop .top-menu__right {
    display: none;
  }
}

#jsTop .top-menu__nav ul {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

#jsTop .top-menu__nav ul li {
  margin-right: 35px;
}

@media (max-width: 1440px) {
  #jsTop .top-menu__nav ul li {
    margin-right: 25px;
  }
}

@media (max-width: 1024px) {
  #jsTop .top-menu__nav ul li {
    margin-right: 20px;
  }
}

#jsTop .top-menu__nav ul li a {
  color: var(--black);
  font-size: 18px;
  font-family: var(--heading-semi);
  height: 62px;
  line-height: 62px;
  transition: all .25s ease-in-out;
  display: inline-block;
}

@media (max-width: 1024px) {
  #jsTop .top-menu__nav ul li a {
    height: 54px;
    font-size: 17px;
    line-height: 54px;
  }
}

#jsTop .top-menu__nav ul li a:hover {
  color: var(--accent);
}

#jsTop .top-menu__nav ul li.current-menu-item a {
  color: var(--blue);
}

#jsTop .top-menu__nav ul li:last-child {
  margin-right: 0;
}

#jsTop .top-menu__nav ul li:last-child a {
  border: 2px solid var(--accent);
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--heading-bold);
  border-radius: 6px;
  padding: 0 45px;
  transition: all .25s ease-in-out;
}

@media (max-width: 1024px) {
  #jsTop .top-menu__nav ul li:last-child a {
    padding: 0 30px;
  }
}

#jsTop .top-menu__nav ul li:last-child a:hover {
  background-color: var(--accent);
  color: var(--white);
}

#jsTop .top-menu__action {
  text-align: right;
  padding-left: 30px;
}

@media (max-width: 1440px) {
  #jsTop .top-menu__action {
    padding-left: 20px;
  }
}

@media (max-width: 1024px) {
  #jsTop .top-menu__action {
    display: none;
  }
}

#jsTop .top-menu__action span {
  color: var(--text);
  font-size: 16px;
  font-family: var(--heading-semi);
  display: block;
}

#jsTop .top-menu__action small {
  font-size: 22px;
  font-family: var(--heading-bold);
}

#jsTop .top-menu__action small a {
  color: var(--black);
  transition: all .25s ease-in-out;
}

#jsTop .top-menu__action small a:hover {
  color: var(--orange);
}

#jsTop .top-menu__btn-menu {
  width: 45px;
  display: none;
}

@media (max-width: 768px) {
  #jsTop .top-menu__btn-menu {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }
}

#jsTop .top-menu__btn-menu span {
  width: 100%;
  height: 4px;
  background-color: var(--orange);
  margin-bottom: 8px;
  transition: all .25s ease-in-out;
  display: block;
}

@media (min-width: 1366px) {
  #jsTop .top-menu__btn-menu span {
    height: 3px;
  }
}

#jsTop .top-menu__btn-menu span:last-child {
  margin-bottom: 0;
}

#jsTop .top-menu__btn-menu:hover {
  cursor: pointer;
}

#jsTop .top-menu__btn-menu:hover span {
  background-color: var(--black);
}

#jsTop .top-menu__btn-menu:hover span:first-child {
  width: 80%;
}

#jsTop .top-menu__btn-menu:hover span:nth-child(2) {
  width: 90%;
}

#jsTop .top-menu__btn-menu:hover span:nth-child(3) {
  width: 50%;
}

#jsTop .top-menu__overlay {
  z-index: 999;
  background-color: #0009;
  display: none;
  position: fixed;
  inset: 0;
}

#jsTop .top-menu__overlay.is-active {
  display: block;
}

#jsTop .top-menu__mobnav {
  width: 70vw;
  height: 80vh;
  z-index: 9999;
  background: var(--blue);
  border-radius: 12px 0 0 15px;
  padding: 85px 35px 25px;
  transition-duration: .52s;
  transition-timing-function: ease-out;
  position: fixed;
  top: 20px;
  right: -70vw;
  overflow-y: scroll;
  transform: translateX(650px);
  box-shadow: -6px 6px 18px #00000040;
}

@media (min-width: 1024px) {
  #jsTop .top-menu__mobnav {
    width: 50vw;
  }
}

#jsTop .top-menu__mobnav.is-active {
  right: 0;
  transform: translateX(0);
}

#jsTop .top-menu__mobnav ul.menu {
  text-align: center;
}

#jsTop .top-menu__mobnav ul.menu li {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #jsTop .top-menu__mobnav ul.menu li {
    margin-bottom: 14px;
  }
}

#jsTop .top-menu__mobnav ul.sub-menu {
  padding-left: 25px;
  transition-duration: .6s;
  transition-timing-function: ease-out;
}

#jsTop .top-menu__mobnav ul.sub-menu li {
  margin-bottom: 10px;
}

#jsTop .top-menu__mobnav ul.sub-menu li:first-of-type {
  margin-top: 10px;
}

#jsTop .top-menu__mobnav ul.sub-menu li a {
  letter-spacing: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

#jsTop .top-menu__mobnav ul.sub-menu li a:hover {
  color: var(--accent);
}

#jsTop .top-menu__mobnav ul.sub-menu.is-open {
  max-height: 300px;
}

#jsTop .top-menu__mobnav li a {
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
  display: block;
}

#jsTop .top-menu__mobnav li a:hover {
  color: var(--accent);
}

#jsTop .top-menu__mobnav li:last-child {
  margin-top: 15px;
}

#jsTop .top-menu__mobnav li:last-child a {
  background-color: var(--orange);
  border-radius: 6px;
  padding: 15px 0;
}

#jsTop .top-menu__mobnav a[href="#"] {
  cursor: auto;
}

#jsTop .top-menu__mobnav a[href="#"]:hover {
  color: var(--white);
}

#jsTop .top-menu__mobnav::-webkit-scrollbar {
  width: 15px;
  background-color: #0000;
}

#jsTop .top-menu__mobnav::-webkit-scrollbar:horizontal {
  height: 6px;
}

#jsTop .top-menu__mobnav::-webkit-scrollbar-track {
  border: none;
  border-radius: 3px;
}

#jsTop .top-menu__mobnav::-webkit-scrollbar-thumb {
  background-color: var(--pale);
  border: 3px solid var(--red);
  border-radius: 0;
}

#jsTop .top-menu__mobnav {
  scrollbar-color: var(--red) transparent;
  scrollbar-width: thin;
}

#jsTop .top-menu__close {
  width: 34px;
  height: 34px;
  cursor: pointer;
  filter: brightness(0) invert();
  background-image: url("close.729968e2.svg");
  background-position: center;
  background-size: 200%;
  position: absolute;
  top: 30px;
  right: 30px;
}

#jsTop .top-menu__mobaction {
  text-align: center;
  padding-top: 15px;
}

#jsTop .top-menu__mobaction span {
  color: var(--white);
  font-size: 16px;
  font-family: var(--heading-semi);
  display: block;
}

#jsTop .top-menu__mobaction small {
  font-size: 22px;
  font-family: var(--heading-bold);
}

#jsTop .top-menu__mobaction small a {
  color: var(--white);
}

#jsTop .top-menu__mobaction small a:hover {
  color: var(--orange);
}

#jsTop.sticky {
  margin-top: -50px;
}

@media (max-width: 768px) {
  #jsTop.sticky {
    margin-top: -40px;
  }
}

.bottom-cta {
  background-color: var(--blue);
  padding: 50px 0;
}

@media (max-width: 1024px) {
  .bottom-cta {
    padding: 35px 0;
  }
}

@media (max-width: 768px) {
  .bottom-cta {
    text-align: center;
  }
}

.bottom-cta__wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (max-width: 768px) {
  .bottom-cta__wrapper {
    display: block;
  }
}

.bottom-cta__wrapper .btn-cta {
  margin: 0 40px;
}

@media (max-width: 1024px) {
  .bottom-cta__wrapper .btn-cta {
    margin: 0 20px;
  }
}

@media (max-width: 768px) {
  .bottom-cta__wrapper .btn-cta {
    margin: 20px 0;
  }
}

.bottom-cta__wrapper span {
  color: var(--white);
  font-size: 22px;
  font-family: var(--heading-semi);
}

@media (max-width: 1024px) {
  .bottom-cta__wrapper span {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .bottom-cta__wrapper span {
    display: block;
  }
}

.bottom-cta__wrapper span a {
  color: var(--white);
}

.bottom-cta__wrapper span a:hover {
  color: var(--blue-light);
}

.page-footer {
  background-color: var(--blue-dark);
  padding: 100px 0 0;
}

@media (max-width: 1024px) {
  .page-footer {
    padding-top: 80px;
  }
}

@media (max-width: 1440px) {
  .page-footer {
    padding: 80px 0 0;
  }
}

@media (max-width: 768px) {
  .page-footer {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .page-footer {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-footer__certs {
    width: 40%;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .page-footer__certs {
    width: 100%;
    margin-bottom: 40px;
  }
}

.page-footer__certs ul {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .page-footer__certs ul {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

.page-footer__certs ul li {
  margin-right: 20px;
}

.page-footer__certs ul li img {
  width: 150px;
}

@media (max-width: 1024px) {
  .page-footer__certs ul li img {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .page-footer__wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: start;
    display: flex;
  }
}

@media (max-width: 767px) {
  .page-footer__wrapper {
    display: block;
  }
}

.page-footer__about {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .page-footer__about {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .page-footer__about {
    width: 100%;
  }
}

.page-footer__title {
  color: var(--white);
  font-size: 22px;
  font-family: var(--text-semi);
  margin-bottom: 25px;
  display: block;
}

@media (max-width: 1024px) {
  .page-footer__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.page-footer p {
  color: var(--text-light);
  font-size: 18px;
  font-style: normal;
}

@media (max-width: 1024px) {
  .page-footer p {
    font-size: 17px;
  }
}

.page-footer p a:hover {
  color: var(--white);
}

@media (max-width: 768px) {
  .page-footer__socials {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .page-footer__socials {
    margin-top: 40px;
  }
}

.page-footer__socials ul {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .page-footer__socials ul {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

.page-footer__socials ul li {
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .page-footer__socials ul li {
    margin-right: 12px;
  }
}

@media (max-width: 767px) {
  .page-footer__socials ul li {
    margin: 0 10px;
  }
}

.page-footer__socials ul li a {
  color: var(--white);
  font-size: 32px;
  transition: all .25s ease-in-out;
}

@media (max-width: 1024px) {
  .page-footer__socials ul li a {
    font-size: 26px;
  }
}

.page-footer__socials ul li a:hover {
  color: var(--accent);
}

.page-footer__nav ul li a {
  color: var(--text-light);
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.35;
  display: block;
}

@media (max-width: 1024px) {
  .page-footer__nav ul li a {
    margin-bottom: 12px;
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .page-footer__nav ul li a {
    margin-bottom: 7px;
  }
}

.page-footer__nav ul li a:hover {
  color: var(--white);
}

.page-footer__copy {
  border-top: 1px solid #fff3;
  margin-top: 80px;
  padding: 30px 0;
}

@media (max-width: 768px) {
  .page-footer__copy {
    text-align: center;
    margin-top: 40px;
  }
}

.page-footer__copyright small {
  color: var(--text-light);
  font-size: 16px;
}

@media (max-width: 1024px) {
  .page-footer__copyright small {
    font-size: 15px;
  }
}

.page-footer__secnav ul {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

@media (max-width: 768px) {
  .page-footer__secnav ul {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    display: flex;
  }
}

.page-footer__secnav ul li {
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .page-footer__secnav ul li {
    margin: 0 10px;
  }
}

.page-footer__secnav ul li a {
  color: var(--white);
  font-size: 16px;
}

@media (max-width: 1024px) {
  .page-footer__secnav ul li a {
    font-size: 15px;
  }
}

.page-footer__secnav ul li a:hover {
  color: var(--accent);
}

#float {
  width: 60px;
  height: 60px;
  background-color: var(--orange);
  text-align: center;
  border-radius: 100%;
  line-height: 60px;
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 3px 8px #0000003d;
}

@media (max-width: 768px) {
  #float {
    display: block;
  }
}

#float a {
  width: 100%;
  height: 100%;
  display: block;
}

#float img {
  width: 24px;
  filter: brightness(0) invert();
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ermac {
  background-color: var(--blue-dark);
  margin-top: 170px;
  padding: 200px 0;
  position: relative;
}

@media (max-width: 1440px) {
  .ermac {
    margin-top: 150px;
  }
}

@media (max-width: 768px) {
  .ermac {
    margin-top: 120px;
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .ermac {
    padding: 100px 30px;
  }
}

.ermac h2 {
  max-width: 800px;
  margin: 0 auto 50px;
}

.ermac .container {
  position: relative;
}

.ermac__shape {
  opacity: .25;
  filter: brightness(0) invert();
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .ermac__shape {
    width: 90%;
  }
}

.main__content {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

@media (max-width: 1440px) {
  .main__content {
    margin-bottom: 100px;
  }
}

@media (max-width: 1024px) {
  .main__content {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .main__content {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .main__content {
    margin-bottom: 40px;
    display: block;
  }
}

.main__content:nth-child(2n) .main__photo {
  order: 2;
}

.main__content:nth-child(2n) .main__text {
  order: 1;
}

.main__photo {
  width: 55%;
}

@media (max-width: 1024px) {
  .main__photo {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .main__photo {
    width: 100%;
  }
}

.main__photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 9px;
  display: block;
}

@media (max-width: 768px) {
  .main__photo img {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .main__photo img {
    height: 300px;
  }
}

.main__text {
  width: 40%;
}

@media (max-width: 1024px) {
  .main__text {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .main__text {
    width: 100%;
    padding-top: 25px;
  }
}

.main__text h2 {
  margin-bottom: 25px;
  font-size: 38px;
}

@media (max-width: 1440px) {
  .main__text h2 {
    margin-bottom: 20px;
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  .main__text h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .main__text h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .main__text h2 {
    font-size: 22px;
  }
}

.services-list {
  padding: 120px 0;
}

@media (max-width: 1440px) {
  .services-list {
    padding: 100px 0;
  }
}

@media (max-width: 1024px) {
  .services-list {
    padding: 90px 0;
  }
}

@media (max-width: 768px) {
  .services-list {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .services-list {
    padding: 50px 0;
  }
}

.services-list {
  background-color: var(--gray-pale);
}

.services-list .service {
  background-color: var(--white);
  border-radius: 9px;
  margin-bottom: 30px;
  box-shadow: 0 48px 100px #110c2e26;
}

.services-list .service__photo {
  overflow: hidden;
}

.services-list .service__photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  transition: all .25s ease-in-out;
  display: block;
}

@media (max-width: 1024px) {
  .services-list .service__photo img {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .services-list .service__photo img {
    height: 140px;
  }
}

@media (max-width: 767px) {
  .services-list .service__photo img {
    height: 160px;
  }
}

.services-list .service__photo:hover img {
  transform: scale(1.1);
}

.services-list .service__desc {
  text-align: center;
  padding: 30px 20px;
}

@media (max-width: 1024px) {
  .services-list .service__desc {
    padding: 20px 15px;
  }
}

.services-list .service__desc h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

@media (max-width: 1024px) {
  .services-list .service__desc h3 {
    font-size: 20px;
  }
}

.services-list .service__desc h3 a {
  color: var(--black);
  transition: all .25s ease-in-out;
}

.services-list .service__desc h3 a:hover {
  color: var(--accent);
}

.single {
  background-color: var(--blue-dark);
  text-align: center;
  margin-top: 170px;
  padding: 120px 0;
  position: relative;
}

@media (max-width: 1440px) {
  .single {
    margin-top: 150px;
  }
}

@media (max-width: 768px) {
  .single {
    margin-top: 120px;
  }
}

@media (max-width: 767px) {
  .single {
    padding: 70px 0;
  }
}

.single h1 {
  margin-bottom: 0;
}

.singular {
  background-color: var(--white);
  padding: 80px 0;
}

@media (max-width: 768px) {
  .singular {
    padding: 40px 0;
  }
}

.singular__wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.singular h2 {
  margin-bottom: 20px;
  font-size: 34px;
}

@media (max-width: 768px) {
  .singular h2 {
    font-size: 30px;
  }
}

.singular h3 {
  font-size: 28px;
}

@media (max-width: 768px) {
  .singular h3 {
    font-size: 24px;
  }
}

.hero {
  background: var(--black);
  margin-top: 170px;
  position: relative;
}

@media (max-width: 1440px) {
  .hero {
    margin-top: 150px;
  }
}

@media (max-width: 768px) {
  .hero {
    margin-top: 120px;
  }
}

@media (max-width: 767px) {
  .hero {
    background: var(--white);
  }
}

.hero .splide {
  background: var(--black);
  position: relative;
}

.hero .splide .container {
  z-index: 1023;
  position: relative;
}

.hero .splide__arrow {
  width: 4em;
  height: 4em;
}

@media (max-width: 768px) {
  .hero .splide__arrow {
    width: 3em;
    height: 3em;
  }
}

.hero .splide__bg img {
  height: 100%;
  width: 100%;
  height: 730px;
  object-fit: cover;
  opacity: .7;
}

@media (max-width: 1024px) {
  .hero .splide__bg img {
    height: 630px;
  }
}

@media (max-width: 768px) {
  .hero .splide__bg img {
    height: 530px;
  }
}

@media (max-width: 767px) {
  .hero .splide__bg img {
    height: 480px;
  }
}

.hero .splide__caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero .splide__caption .container {
  height: 100%;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero .splide__text {
  width: 45%;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .hero .splide__text {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .hero .splide__text {
    width: 100%;
  }
}

.hero .splide__text span {
  color: var(--white);
}

.hero .splide__text p {
  color: var(--white);
  font-family: var(--text-semi);
  width: 80%;
  font-size: 24px;
  line-height: 1.45;
}

@media (max-width: 1440px) {
  .hero .splide__text p {
    width: 90%;
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .hero .splide__text p {
    width: 100%;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .hero .splide__text p {
    font-size: 18px;
  }
}

.hero .splide__review {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  font-size: 20px;
  display: flex;
}

@media (max-width: 1024px) {
  .hero .splide__review {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .hero .splide__review {
    font-size: 17px;
  }
}

.hero .splide__score {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

@media (max-width: 1024px) {
  .hero .splide__score {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .hero .splide__score {
    margin-left: 10px;
  }
}

.hero .splide__score span {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .hero .splide__score span {
    margin-right: 5px;
    font-size: 14px;
  }
}

.hero .splide__heading {
  font-size: 78px;
  line-height: 1.1;
  font-family: var(--heading-bold);
  margin-bottom: 30px;
  display: block;
}

@media (max-width: 1440px) {
  .hero .splide__heading {
    font-size: 70px;
  }
}

@media (max-width: 1024px) {
  .hero .splide__heading {
    margin-bottom: 20px;
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .hero .splide__heading {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .hero .splide__heading {
    font-size: 42px;
  }
}

.hero__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .hero__wrapper {
    position: relative;
  }
}

.hero__wrapper .container {
  height: 100%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: end;
  display: flex;
  position: relative;
}

.hero__form {
  background-color: var(--white);
  width: 40%;
  min-height: 680px;
  border-radius: 6px;
  margin-top: 110px;
  padding: 60px 50px 50px;
  position: relative;
  box-shadow: inset 0 1px 1px #ffffff1a, 0 50px 100px -20px #32325d40, 0 30px 60px -30px #0000004d;
}

@media (max-width: 1024px) {
  .hero__form {
    min-height: 580px;
    margin-top: 60px;
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .hero__form {
    min-height: 480px;
    width: 45%;
    margin-top: 50px;
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .hero__form {
    width: 100%;
    margin-top: 30px;
  }
}

.hero__form small {
  font-size: 24px;
  font-family: var(--text-semi);
  margin-bottom: 50px;
  line-height: 1.33;
  display: block;
}

@media (max-width: 1024px) {
  .hero__form small {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .hero__form small {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .hero__form small br {
    display: none;
  }
}

.hero__form small strong {
  color: var(--blue-light);
}

.hero__form label {
  font-size: 18px;
  font-family: var(--text-semi);
  color: var(--text);
  margin-bottom: 7px;
  display: block;
}

@media (max-width: 1024px) {
  .hero__form label {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .hero__form label {
    font-size: 16px;
  }
}

.hero__form .form-col {
  margin-bottom: 20px;
}

.hero__form .form-col input {
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 17px;
  line-height: 56px;
}

@media (max-width: 1024px) {
  .hero__form .form-col input {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 768px) {
  .hero__form .form-col input {
    height: 48px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .hero__form .form-col input {
    height: 44px;
    line-height: 44px;
  }
}

.hero__form .form-col input.wpcf7-not-valid {
  border-color: red;
}

.hero__form .submit-col {
  padding-top: 25px;
}

@media (max-width: 768px) {
  .hero__form .submit-col {
    padding-top: 15px;
  }
}

.hero__form .submit-col input {
  width: 100%;
  height: 82px;
  background-color: var(--accent);
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 82px;
  font-family: var(--heading-bold);
  letter-spacing: 1px;
  border: none;
  border-radius: 6px;
  transition: all .25s ease-in-out;
}

@media (max-width: 1024px) {
  .hero__form .submit-col input {
    height: 68px;
    font-size: 18px;
    line-height: 68px;
  }
}

@media (max-width: 768px) {
  .hero__form .submit-col input {
    height: 64px;
    font-size: 17px;
    line-height: 64px;
  }
}

.hero__form .submit-col input:hover {
  background-color: var(--blue-light);
}

.hero__form .wpcf7-not-valid-tip {
  margin-top: 3px;
  font-size: 14px;
}

.hero__form .wpcf7-not-valid {
  background-color: pink;
}

.hero__form .wpcf7 form .wpcf7-response-output {
  color: var(--white);
  background-color: #ffb900;
  border-radius: 4px;
  margin: 0;
  padding: 8px;
}

.trust {
  background-color: var(--white);
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .trust {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .trust {
    margin-bottom: 30px;
  }
}

.trust__wrapper {
  border-bottom: 1px solid var(--border);
  padding: 70px 0 130px;
}

@media (max-width: 1440px) {
  .trust__wrapper {
    padding-bottom: 100px;
  }
}

@media (max-width: 1024px) {
  .trust__wrapper {
    padding: 40px 0 80px;
  }
}

@media (max-width: 767px) {
  .trust__wrapper {
    padding-bottom: 40px;
  }
}

.trust__wrapper ul {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .trust__wrapper ul {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

.trust__wrapper ul li {
  margin-left: 50px;
}

@media (max-width: 1440px) {
  .trust__wrapper ul li {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .trust__wrapper ul li {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .trust__wrapper ul li {
    margin: 0 10px;
  }
}

.trust__wrapper ul li img {
  max-height: 75px;
}

@media (max-width: 1024px) {
  .trust__wrapper ul li img {
    max-height: 50px;
  }
}

@media (max-width: 768px) {
  .trust__wrapper ul li img {
    max-height: 40px;
  }
}

@media (max-width: 767px) {
  .trust__wrapper ul li img {
    max-height: 35px;
  }
}

.about {
  padding-bottom: 120px;
}

@media (max-width: 1024px) {
  .about {
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .about {
    padding-bottom: 60px;
  }
}

.about .container {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .about .container {
    display: block;
  }
}

.about__text {
  width: 50%;
}

@media (max-width: 767px) {
  .about__text {
    width: 100%;
  }
}

.about__text p {
  font-size: 22px;
}

@media (max-width: 1024px) {
  .about__text p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .about__text p {
    font-size: 18px;
  }
}

.about__text p {
  width: 90%;
}

@media (max-width: 1440px) {
  .about__text p {
    width: 100%;
  }
}

.about__image {
  width: 40%;
  position: relative;
}

@media (max-width: 1024px) {
  .about__image {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .about__image {
    width: 100%;
  }
}

.about__image > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 9px;
  display: block;
}

@media (max-width: 1024px) {
  .about__image > img {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .about__image > img {
    height: 380px;
  }
}

.about__stat {
  background-color: var(--orange);
  width: 205px;
  height: 225px;
  border: 10px solid var(--white);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 50px;
  right: -30px;
}

@media (max-width: 1024px) {
  .about__stat {
    width: 190px;
    height: 215px;
  }
}

@media (max-width: 768px) {
  .about__stat {
    width: 170px;
    height: 200px;
    right: -5px;
  }
}

@media (max-width: 767px) {
  .about__stat {
    width: 150px;
    height: 180px;
  }
}

.about__numbers {
  padding-left: 20px;
}

.about__numbers small {
  color: var(--white);
  font-size: 21px;
  font-family: var(--text-semi);
  display: block;
}

@media (max-width: 1024px) {
  .about__numbers small {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .about__numbers small {
    font-size: 18px;
  }
}

.about__numbers img {
  width: 48px;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .about__numbers img {
    width: 44px;
  }
}

@media (max-width: 767px) {
  .about__numbers img {
    width: 40px;
    margin-bottom: 5px;
  }
}

.about__number {
  color: var(--white);
  font-size: 44px;
  font-family: var(--text-bold);
  display: block;
}

@media (max-width: 1024px) {
  .about__number {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .about__number {
    font-size: 32px;
  }
}

.services {
  padding: 120px 0;
}

@media (max-width: 1440px) {
  .services {
    padding: 100px 0;
  }
}

@media (max-width: 1024px) {
  .services {
    padding: 90px 0;
  }
}

@media (max-width: 768px) {
  .services {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .services {
    padding: 50px 0;
  }
}

.services {
  background-color: var(--blue-dark);
}

.services .service {
  margin-bottom: 30px;
}

.services .service__photo {
  border-radius: 9px;
  overflow: hidden;
}

.services .service__photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 9px;
  transition: all .25s ease-in-out;
  display: block;
}

@media (max-width: 1024px) {
  .services .service__photo img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .services .service__photo img {
    height: 160px;
  }
}

.services .service__photo:hover img {
  transform: scale(1.1);
}

.services .service__desc {
  padding-top: 20px;
  padding-right: 40px;
}

@media (max-width: 1024px) {
  .services .service__desc {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .services .service__desc {
    padding-top: 15px;
  }
}

.services .service__desc h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .services .service__desc h3 {
    font-size: 18px;
  }
}

.services .service__desc h3 a {
  color: var(--blue-light);
  transition: all .25s ease-in-out;
}

.services .service__desc h3 a:hover {
  color: var(--orange);
}

.services .service__desc p {
  color: var(--white);
}

.extras {
  padding: 120px 0;
}

@media (max-width: 1440px) {
  .extras {
    padding: 100px 0;
  }
}

@media (max-width: 1024px) {
  .extras {
    padding: 90px 0;
  }
}

@media (max-width: 768px) {
  .extras {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .extras {
    padding: 50px 0;
  }
}

.extras {
  background-color: var(--gray-pale);
}

@media (max-width: 768px) {
  .extras .extra {
    margin-bottom: 30px;
  }
}

.extras .extra__photo {
  border-radius: 9px;
  position: relative;
  overflow: hidden;
}

.extras .extra__photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  height: 460px;
  border-radius: 9px;
  transition: all .25s ease-in-out;
  display: block;
}

@media (max-width: 1440px) {
  .extras .extra__photo img {
    height: 400px;
  }
}

@media (max-width: 1024px) {
  .extras .extra__photo img {
    height: 320px;
  }
}

.extras .extra__photo:hover img {
  transform: scale(1.1);
}

.extras .extra__photo:hover h3 {
  bottom: 40px;
}

.extras .extra__caption {
  height: 100%;
  width: 100%;
  object-fit: cover;
  height: 50%;
  background: linear-gradient(#0000 0%, #000000a6 100%);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.extras .extra__caption h3 {
  color: var(--white);
  text-align: center;
  width: 80%;
  font-size: 20px;
  transition: all .25s ease-in-out;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .extras .extra__caption h3 {
    width: 90%;
    font-size: 18px;
  }
}

.why {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 1440px) {
  .why {
    padding: 100px 0;
  }
}

@media (max-width: 1024px) {
  .why {
    padding: 90px 0;
  }
}

@media (max-width: 768px) {
  .why {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .why {
    padding: 50px 0;
  }
}

.why {
  background-color: var(--blue);
}

.why .container {
  position: relative;
}

.why__shape {
  filter: brightness(0) invert();
  opacity: .15;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.why header {
  padding-bottom: 50px;
}

@media (max-width: 1440px) {
  .why header {
    padding-bottom: 30px;
  }
}

.why .feature {
  padding-right: 35px;
}

@media (max-width: 1440px) {
  .why .feature {
    padding-right: 0;
  }
}

.why .feature__icon img {
  width: 82px;
}

@media (max-width: 1440px) {
  .why .feature__icon img {
    width: 72px;
  }
}

@media (max-width: 1024px) {
  .why .feature__icon img {
    width: 64px;
  }
}

@media (max-width: 768px) {
  .why .feature__icon img {
    width: 52px;
  }
}

@media (max-width: 767px) {
  .why .feature__icon img {
    margin: 0 auto;
    display: block;
  }
}

.why .feature__desc {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .why .feature__desc {
    text-align: center;
    padding: 15px 15px 0;
  }
}

.why .feature__desc p {
  color: var(--text-light);
}

.why .feature__title {
  font-size: 22px;
  font-family: var(--heading-bold);
  font-weight: var(--weight-bold);
  color: var(--orange);
  margin-bottom: 30px;
  line-height: 1.4;
  display: block;
}

@media (max-width: 1024px) {
  .why .feature__title {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .why .feature__title {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .why .feature__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.why footer {
  text-align: center;
  padding-top: 40px;
}

@media (max-width: 768px) {
  .why footer {
    padding-top: 20px;
  }
}

.reviews {
  background-color: var(--white);
  padding: 120px 0;
}

@media (max-width: 1440px) {
  .reviews {
    padding: 100px 0;
  }
}

@media (max-width: 1024px) {
  .reviews {
    padding: 90px 0;
  }
}

@media (max-width: 768px) {
  .reviews {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .reviews {
    padding: 50px 0;
  }
}

.reviews {
  min-height: 580px;
  position: relative;
}

@media (max-width: 767px) {
  .reviews {
    padding-top: 0;
  }
}

.reviews__image {
  width: 45%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .reviews__image {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    transform: none;
  }
}

.reviews__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .reviews__image img {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .reviews__image img {
    height: 350px;
  }
}

.reviews__text {
  width: 43%;
}

@media (max-width: 1024px) {
  .reviews__text {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .reviews__text {
    width: 100%;
  }
}

.reviews .splide__review {
  margin-bottom: 35px;
  padding-left: 90px;
  position: relative;
}

@media (max-width: 768px) {
  .reviews .splide__review {
    padding-left: 70px;
  }
}

.reviews .splide__icon {
  width: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .reviews .splide__icon {
    width: 52px;
  }
}

.reviews .splide__meta {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .reviews .splide__meta {
    padding-bottom: 15px;
  }
}

.reviews .splide__meta small {
  text-transform: uppercase;
  color: var(--blue);
  font-size: 24px;
  font-family: var(--heading-semi);
  margin-bottom: 3px;
  display: block;
}

@media (max-width: 1024px) {
  .reviews .splide__meta small {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .reviews .splide__meta small {
    margin-bottom: 0;
    font-size: 20px;
  }
}

.reviews .splide__meta span {
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--heading-semi);
}

@media (max-width: 1024px) {
  .reviews .splide__meta span {
    font-size: 17px;
  }
}

.reviews .splide__pagination__page {
  background: var(--black);
}

.reviews .splide__pagination__page.is-active {
  background: var(--accent);
}

.cta {
  height: 700px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .cta {
    height: 600px;
  }
}

@media (max-width: 1024px) {
  .cta {
    height: 550px;
  }
}

@media (max-width: 768px) {
  .cta {
    height: 500px;
  }
}

.cta__overlay {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: var(--overlay);
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.cta__overlay h2 {
  color: var(--white);
  max-width: 900px;
  font-size: 50px;
  font-family: var(--heading-semi);
}

@media (max-width: 1440px) {
  .cta__overlay h2 {
    max-width: 800px;
    font-size: 44px;
  }
}

@media (max-width: 1024px) {
  .cta__overlay h2 {
    max-width: 700px;
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .cta__overlay h2 {
    max-width: 600px;
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .cta__overlay h2 {
    padding: 0 15px;
    font-size: 32px;
  }
}

.inner {
  height: 900px;
  margin-top: 170px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .inner {
    height: 800px;
    margin-top: 150px;
  }
}

@media (max-width: 1024px) {
  .inner {
    height: 700px;
  }
}

@media (max-width: 768px) {
  .inner {
    height: 600px;
    margin-top: 120px;
  }
}

.inner__overlay {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-color: var(--overlay);
  position: absolute;
  top: 0;
  left: 0;
}

.inner__caption {
  text-align: center;
  width: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .inner__caption {
    width: 800px;
  }
}

@media (max-width: 768px) {
  .inner__caption {
    width: 600px;
  }
}

@media (max-width: 767px) {
  .inner__caption {
    width: 90%;
  }
}

.inner__caption p {
  color: var(--white);
  max-width: 700px;
  font-size: 24px;
  font-family: var(--text-semi);
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .inner__caption p {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .inner__caption p {
    font-size: 18px;
  }
}

.inner__review {
  color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 35px;
  font-size: 20px;
  display: flex;
}

@media (max-width: 1024px) {
  .inner__review {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .inner__review {
    font-size: 17px;
  }
}

.inner__score {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

@media (max-width: 1024px) {
  .inner__score {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .inner__score {
    margin-left: 10px;
  }
}

.inner__score span {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .inner__score span {
    margin-right: 5px;
    font-size: 14px;
  }
}

.accolades {
  background-color: var(--white);
  padding: 80px 0;
}

@media (max-width: 1440px) {
  .accolades {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .accolades {
    padding: 40px 0;
  }
}

.accolades__wrapper ul {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accolades__wrapper ul li {
  margin-left: 50px;
  margin-right: 50px;
}

@media (max-width: 768px) {
  .accolades__wrapper ul li {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .accolades__wrapper ul li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .accolades__wrapper ul li img {
    max-height: 60px;
  }
}

@media (max-width: 767px) {
  .accolades__wrapper ul li img {
    max-height: 30px;
  }
}

.hero-simple {
  height: 760px;
  background-color: var(--blue);
  margin-top: 170px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .hero-simple {
    height: 660px;
    margin-top: 150px;
  }
}

@media (max-width: 1024px) {
  .hero-simple {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .hero-simple {
    height: 550px;
    margin-top: 120px;
  }
}

.hero-simple__bg {
  opacity: .3;
}

.hero-simple__overlay {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-simple__overlay .container {
  height: 100%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-simple__caption {
  width: 65%;
}

@media (max-width: 1440px) {
  .hero-simple__caption {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .hero-simple__caption {
    width: 90%;
  }
}

.hero-simple__caption h2 {
  margin-bottom: 0;
}

.hero-simple .container {
  position: relative;
}

.services-intro {
  padding: 120px 0;
}

@media (max-width: 1440px) {
  .services-intro {
    padding: 100px 0;
  }
}

@media (max-width: 1024px) {
  .services-intro {
    padding: 90px 0;
  }
}

@media (max-width: 768px) {
  .services-intro {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .services-intro {
    padding: 50px 0;
  }
}

.services-intro {
  background-color: var(--gray-pale);
  text-align: center;
}

.services-intro__wrapper {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .services-intro__wrapper {
    width: 800px;
  }
}

@media (max-width: 768px) {
  .services-intro__wrapper {
    width: 600px;
  }
}

@media (max-width: 767px) {
  .services-intro__wrapper {
    width: 90%;
  }
}

.services-intro__wrapper p {
  font-size: 22px;
}

@media (max-width: 1024px) {
  .services-intro__wrapper p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .services-intro__wrapper p {
    font-size: 18px;
  }
}

.services-intro__wrapper p {
  padding: 0 35px;
}

@media (max-width: 767px) {
  .services-intro__wrapper p {
    padding: 0;
  }
}

.services-intro .stats {
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

@media (max-width: 767px) {
  .services-intro .stats {
    text-align: center;
    display: block;
  }
}

.services-intro .stats__block {
  text-align: center;
  width: 30%;
}

@media (max-width: 767px) {
  .services-intro .stats__block {
    width: 100%;
    margin-bottom: 25px;
  }
}

.services-intro .stats__block span {
  color: var(--accent);
  font-size: 90px;
  font-family: var(--heading-bold);
  line-height: 1.2;
  display: block;
}

@media (max-width: 1440px) {
  .services-intro .stats__block span {
    font-size: 80px;
  }
}

@media (max-width: 768px) {
  .services-intro .stats__block span {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .services-intro .stats__block span {
    font-size: 52px;
  }
}

.services-intro .stats__block small {
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--heading-semi);
}

@media (max-width: 1024px) {
  .services-intro .stats__block small {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .services-intro .stats__block small {
    font-size: 14px;
  }
}

.main-services {
  padding: 120px 0;
}

@media (max-width: 1440px) {
  .main-services {
    padding: 100px 0;
  }
}

@media (max-width: 1024px) {
  .main-services {
    padding: 90px 0;
  }
}

@media (max-width: 768px) {
  .main-services {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .main-services {
    padding: 50px 0;
  }
}

.main-services {
  background-color: var(--white);
  padding-bottom: 0;
}

.main-services .service {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

@media (max-width: 767px) {
  .main-services .service {
    margin-bottom: 40px;
    display: block;
  }
}

.main-services .service__photo {
  width: 43%;
}

@media (max-width: 767px) {
  .main-services .service__photo {
    width: 100%;
  }
}

.main-services .service__photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 9px;
  display: block;
}

@media (max-width: 1024px) {
  .main-services .service__photo img {
    height: 460px;
  }
}

@media (max-width: 767px) {
  .main-services .service__photo img {
    height: 330px;
  }
}

.main-services .service__desc {
  width: 50%;
}

@media (max-width: 1024px) {
  .main-services .service__desc {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .main-services .service__desc {
    width: 100%;
    padding-top: 30px;
  }
}

.main-services .service__desc h3 {
  margin-bottom: 25px;
  font-size: 38px;
}

@media (max-width: 1440px) {
  .main-services .service__desc h3 {
    margin-bottom: 20px;
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  .main-services .service__desc h3 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .main-services .service__desc h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .main-services .service__desc h3 {
    font-size: 22px;
  }
}

.reviews-list {
  padding: 120px 0;
}

@media (max-width: 1440px) {
  .reviews-list {
    padding: 100px 0;
  }
}

@media (max-width: 1024px) {
  .reviews-list {
    padding: 90px 0;
  }
}

@media (max-width: 768px) {
  .reviews-list {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .reviews-list {
    padding: 50px 0;
  }
}

.reviews-list {
  padding-top: 0;
}

.reviews-list .container {
  position: relative;
}

.reviews-list__stat {
  width: 400px;
  height: 230px;
  background-color: var(--orange);
  border: 10px solid var(--white);
  box-sizing: border-box;
  padding: 40px;
  position: absolute;
  top: -150px;
  right: 15px;
}

@media (max-width: 768px) {
  .reviews-list__stat {
    width: 350px;
    height: 180px;
    padding: 30px;
    top: -100px;
  }
}

.reviews-list__title {
  color: var(--white);
  padding-left: 100px;
  position: relative;
}

@media (max-width: 768px) {
  .reviews-list__title {
    padding-left: 80px;
  }
}

.reviews-list__title small {
  font-size: 20px;
  line-height: 1.3;
  display: block;
}

@media (max-width: 768px) {
  .reviews-list__title small {
    font-size: 18px;
  }
}

.reviews-list__title span {
  font-size: 22px;
  line-height: 1.3;
  font-family: var(--heading-semi);
}

.reviews-list__title span strong {
  font-size: 32px;
  font-family: var(--heading-bold);
}

.reviews-list__title img {
  width: 74px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .reviews-list__title img {
    width: 54px;
  }
}

.reviews-list__score {
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  top: 30px;
}

@media (max-width: 768px) {
  .reviews-list__score {
    top: 15px;
  }
}

.reviews-list__score span {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
}

@media (max-width: 768px) {
  .reviews-list__score span {
    font-size: 22px;
  }
}

.reviews-list__wrapper {
  padding-top: 150px;
}

.reviews-list .review {
  background-color: var(--gray-pale);
  border-radius: 9px;
  margin-bottom: 30px;
  padding: 35px;
}

@media (max-width: 1024px) {
  .reviews-list .review {
    padding: 30px 20px;
  }
}

.reviews-list .review__text p {
  font-size: 18px;
}

.reviews-list .review__meta {
  padding-bottom: 20px;
}

.reviews-list .review__author {
  text-transform: uppercase;
  color: var(--blue);
  font-size: 24px;
  font-family: var(--heading-semi);
  margin-bottom: 3px;
  display: block;
}

@media (max-width: 1024px) {
  .reviews-list .review__author {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .reviews-list .review__author {
    margin-bottom: 0;
    font-size: 20px;
  }
}

.reviews-list .review__city {
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--heading-semi);
}

@media (max-width: 1024px) {
  .reviews-list .review__city {
    font-size: 17px;
  }
}

.reviews-list .review__title {
  font-size: 24px;
  font-family: var(--text-semi);
  margin-bottom: 15px;
  display: block;
}

@media (max-width: 1024px) {
  .reviews-list .review__title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .reviews-list .review__title {
    font-size: 20px;
  }
}

.contact {
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .contact {
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .contact {
    padding-bottom: 60px;
  }
}

.contact .container {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

@media (max-width: 767px) {
  .contact .container {
    display: block;
  }
}

.contact__form {
  width: 45%;
  padding-top: 70px;
}

@media (max-width: 767px) {
  .contact__form {
    width: 100%;
    padding-top: 40px;
  }
}

.contact__form label {
  font-size: 18px;
  font-family: var(--text-semi);
  color: var(--text);
  margin-bottom: 7px;
  display: block;
}

@media (max-width: 1024px) {
  .contact__form label {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .contact__form label {
    font-size: 16px;
  }
}

.contact__form .form-col {
  margin-bottom: 20px;
}

.contact__form .form-col input, .contact__form .form-col textarea {
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 17px;
  line-height: 56px;
}

@media (max-width: 1024px) {
  .contact__form .form-col input, .contact__form .form-col textarea {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 768px) {
  .contact__form .form-col input, .contact__form .form-col textarea {
    height: 48px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .contact__form .form-col input, .contact__form .form-col textarea {
    height: 44px;
    line-height: 44px;
  }
}

.contact__form .form-col input.wpcf7-not-valid, .contact__form .form-col textarea.wpcf7-not-valid {
  border-color: red;
}

.contact__form .form-col textarea {
  height: 190px;
  padding: 15px;
  line-height: 1.3;
}

.contact__form .submit-col {
  padding-top: 25px;
}

@media (max-width: 768px) {
  .contact__form .submit-col {
    padding-top: 15px;
  }
}

.contact__form .submit-col input {
  width: 100%;
  height: 82px;
  background-color: var(--accent);
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 82px;
  font-family: var(--heading-bold);
  letter-spacing: 1px;
  border: none;
  border-radius: 6px;
  transition: all .25s ease-in-out;
}

@media (max-width: 1024px) {
  .contact__form .submit-col input {
    height: 68px;
    font-size: 18px;
    line-height: 68px;
  }
}

@media (max-width: 768px) {
  .contact__form .submit-col input {
    height: 64px;
    font-size: 17px;
    line-height: 64px;
  }
}

.contact__form .submit-col input:hover {
  background-color: var(--blue-light);
}

.contact__form .wpcf7-not-valid-tip {
  margin-top: 3px;
  font-size: 14px;
}

.contact__form .wpcf7-not-valid {
  background-color: pink;
}

.contact__form .wpcf7 form .wpcf7-response-output {
  color: var(--white);
  background-color: #ffb900;
  border-radius: 4px;
  margin: 0;
  padding: 8px;
}

.contact__image {
  width: 45%;
  margin-top: -170px;
  position: relative;
}

@media (max-width: 1024px) {
  .contact__image {
    margin-top: -130px;
  }
}

@media (max-width: 768px) {
  .contact__image {
    margin-top: -90px;
  }
}

@media (max-width: 767px) {
  .contact__image {
    width: 100%;
    margin-top: 30px;
  }
}

.contact__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 9px;
  display: block;
}

@media (max-width: 767px) {
  .contact__image img {
    height: 320px;
  }
}

.info {
  background-color: var(--gray-pale);
  padding: 120px 0;
}

@media (max-width: 1440px) {
  .info {
    padding: 100px 0;
  }
}

@media (max-width: 1024px) {
  .info {
    padding: 90px 0;
  }
}

@media (max-width: 768px) {
  .info {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .info {
    padding: 50px 0;
  }
}

@media (max-width: 1440px) {
  .info {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .info {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .info__intro {
    margin-bottom: 50px;
  }
}

.info__card {
  background-color: var(--white);
  text-align: center;
  border-radius: 9px;
  padding: 50px;
  box-shadow: 0 3px 8px #0000003d;
}

@media (max-width: 1024px) {
  .info__card {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .info__card {
    margin-bottom: 30px;
  }
}

.info__desc {
  padding-top: 25px;
}

.info__icon img {
  width: 128px;
}

@media (max-width: 1440px) {
  .info__icon img {
    width: 100px;
  }
}

@media (max-width: 1024px) {
  .info__icon img {
    width: 90px;
  }
}

@media (max-width: 768px) {
  .info__icon img {
    width: 80px;
  }
}

.info__title {
  color: var(--accent);
  font-size: 24px;
  font-family: var(--heading-bold);
  margin-bottom: 15px;
  display: block;
}

@media (max-width: 1024px) {
  .info__title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .info__title {
    font-size: 22px;
  }
}

.info address {
  font-size: 18px;
  font-style: normal;
  line-height: 1.5;
}

.info__tel {
  font-size: 18px;
  line-height: 1.5;
}

.info__tel a {
  color: var(--black);
}

.info__tel a:hover {
  color: var(--orange);
}

.map {
  background-color: var(--gray-pale);
  position: relative;
}

.map iframe {
  width: 100%;
  height: 600px;
  display: block;
  position: relative;
  top: 30px;
}

@media (max-width: 1440px) {
  .map iframe {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .map iframe {
    height: 400px;
  }
}

/*# sourceMappingURL=main.css.map */
