@charset "UTF-8";
:root {
  --sectionWidth: 93.5rem;
  --sectionPadding: 1.25rem;
  --clrPrimary: #000;
  --clrSecondary: #393939;
  --clrWhite: #fff;
  --clrGrey: #ccc;
  --clrYellow: #FFD27A;
  --clrPlaceholder: #000;
  --clrTxt: #000;
  --clrLinks: #000;
  --clrLinksActive: #FA7668;
  --clrCta: #FA7668;
  --clrError: #ac0c0c;
  --clrBg: #fcfaeb;
  --clrHero1: #89E2FE;
  --clrHero2: #fbce4e;
  --clrHero3: #d0dfdf;
  --clrHero4: #FA7668;
  --bodyBg: #fcfaeb;
  --headerBg: rgba(252, 250, 235, 0.50);
  --headerHeight: 3.25rem;
  --footerBg: #000;
  --footerClr: #FCFAEB;
  --animatedBg: #FAE6C7;
  --hamburgerClr: #000;
  --navClr: #000;
  --navClrActive: #fff;
  --heroBg: #FCFAEB;
  --inputBorderClr: var(--clrPrimary);
  --photoBg: #D1F3FF;
  --codeBg: #000;
  --codeClr: #fff;
  --bulletBg: #000;
  --quoteBg: #000;
  --quoteClr: #fff;
  --tableBorder: #CCC;
  --tableBorderDark: #000;
  --dividerBg: #000;
  --langswitchBg: #F6D995;
  --tippyBg: #000;
  --tippyBgLight: #FFE6B5;
  --filterBg: #FDEECB;
  --filterClearBg: #F6D995;
  --comboBg: #FCFAEB;
  --comboItemActiveBg: #F6D995;
  --comboItemHoverBg: rgba(0,0,0, .10);
  --floorFigBg: #FFFEF8;
}

@-webkit-keyframes hiddenPlusOpacity {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hiddenPlusOpacity {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes heroHeadline {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes heroHeadline {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes heroLines {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heroLines {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes heroArrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@keyframes heroArrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@-webkit-keyframes heroBg {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes heroBg {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes heroGradient {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heroGradient {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes heroClr {
  0% {
    color: var(--clrTxt);
  }
  100% {
    color: var(--clrWhite);
  }
}
@keyframes heroClr {
  0% {
    color: var(--clrTxt);
  }
  100% {
    color: var(--clrWhite);
  }
}
/* ==========================================================================
    FONT FACE
   ========================================================================== */
@font-face {
  font-family: "Youth";
  src: url("../fonts/Youth-Regular.woff2") format("woff2"), url("../fonts/Youth-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Youth";
  src: url("../fonts/Youth-Bold.woff2") format("woff2"), url("../fonts/Youth-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Youth";
  src: url("../fonts/Youth-Medium.woff2") format("woff2"), url("../fonts/Youth-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
/* ==========================================================================
    normalize.css modified for EM.com at 16px
    normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

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

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

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

pre,
code,
kbd,
samp {
  font-family: "Red Hat Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 85%;
}

pre {
  font-family: "Red Hat Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  margin: 0;
  padding: 0.0625rem 0.5rem;
  background: var(--codeBg);
  border-radius: 0.1875rem;
  color: var(--codeClr);
  word-wrap: break-word;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button,
input {
  line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

label {
  cursor: default;
}

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

caption {
  caption-side: top;
  text-align: left;
}

th {
  text-align: left;
}

.left {
  float: left;
}

.right {
  float: right;
}

.js .jsHide,
.js .js-hide {
  display: none;
}

::-webkit-input-placeholder {
  color: var(--clrPlaceholder);
  font-style: normal;
  opacity: 1;
}

:-moz-placeholder {
  color: var(--clrPlaceholder);
  font-style: normal;
  opacity: 1;
}

::-moz-placeholder {
  color: var(--clrPlaceholder);
  font-style: normal;
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--clrPlaceholder);
  font-style: normal;
  opacity: 1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

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

.reset {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.reset li,
.reset dt,
.reset dd {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  list-style: none;
}

.reset li:before,
.reset dt:before,
.reset dd:before {
  display: none;
  width: auto;
  height: auto;
  background: none;
  border: 0;
  border-radius: inherit;
}

.video {
  padding: 0.625rem 0;
}

.video iframe,
.video object,
.video embed,
.video video {
  aspect-ratio: 560/315;
  width: 100%;
  height: auto;
}

.lic {
  padding: 0.1875rem 0.5rem;
  background: var(--clrPrimary);
  border-radius: 0.1875rem;
  color: var(--clrWhite);
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}

:root {
  --plyr-color-main: red;
  --g-clr-white: #fff;
  --g-overlay-bg: rgba(40,45,46, .8);
  --g-svg-hover-fill: var(--clrYellow);
  --g-description-bg: transparent;
  --g-description-bg-small: linear-gradient(to bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.9) 100%);
  --g-description-clr: #fff;
}

.glightbox-open {
  height: auto;
}

.glightbox-container {
  overflow: hidden;
  position: fixed;
  z-index: 999999 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  overflow: hidden;
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  position: absolute;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  position: relative;
  z-index: 99999;
  opacity: 1;
}

.glightbox-container .gslide.prev {
  z-index: 9999;
  opacity: 1;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  height: 100vh;
  margin: auto;
}

@media (min-width: 48.0625em) {
  .glightbox-container .ginner-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    height: auto;
  }
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  outline: none !important;
  border: none;
  min-height: 10.3125rem;
  -ms-touch-action: auto;
      touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  float: none;
  display: block;
  padding: 0;
  max-width: 100vw;
  width: auto;
  height: auto;
  margin: auto;
  min-width: 2rem;
  outline: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  overflow: auto;
  max-height: calc(100vh - 2.5rem);
  max-width: 100%;
  margin: auto;
  background: var(--g-clr-white);
  text-align: left;
}

.gslide-inline .ginlined-content {
  width: 100%;
  padding: 1.25rem;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  max-height: 75vh;
  height: 100%;
  background: var(--g-clr-white);
  padding: 0;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  width: 100%;
  margin: 0 auto;
}

.gslide-description p {
  margin-bottom: 0.75rem;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  overflow: auto !important;
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
  position: absolute;
  bottom: 0;
  height: auto !important;
  width: 100%;
  max-width: 100vw !important;
  max-height: 78vh;
  padding: 1.1875rem 0.6875rem 0 0.6875rem;
  background: var(--g-description-bg) -small;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: var(--g-clr-white);
  font-size: 1rem;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: var(--g-description-clr);
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: var(--g-clr-white);
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: var(--g-clr-white);
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 1.875rem;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  -webkit-animation: lightboxLoader 0.8s infinite linear;
          animation: lightboxLoader 0.8s infinite linear;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 47%;
  display: block;
  height: 1.5625rem;
  width: 1.5625rem;
  margin: 0 auto;
  border: 2px solid var(--g-clr-white);
  border-right-color: transparent;
  border-radius: 50%;
}

.goverlay {
  will-change: opacity;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--g-overlay-bg);
}

@media screen and (max-height: 26.25em) {
  .goverlay {
    background: var(--g-overlay-bg);
  }
}
.glightbox-mobile .goverlay {
  background: var(--g-overlay-bg);
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1.625rem;
  height: 2.75rem;
  border: none;
  cursor: pointer;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 1.5625rem;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0;
  pointer-events: none;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: var(--g-clr-white);
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: var(--g-description-bg);
  color: var(--g-description-clr);
}

.glightbox-clean .gdesc-inner {
  padding: 1.375rem 0;
}

.glightbox-clean .gslide-title {
  margin-bottom: 1.1875rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
}

.glightbox-clean .gslide-desc {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose {
  -webkit-transition: opacity 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: opacity 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: opacity 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0.25rem;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext {
  -webkit-transition: opacity 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: opacity 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: opacity 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0.25rem;
}

.glightbox-clean .gclose path {
  -webkit-transition: fill 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: fill 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: fill 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  fill: var(--g-clr-white);
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path {
  -webkit-transition: fill 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: fill 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: fill 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  fill: var(--g-clr-white);
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 1.875rem;
  width: 2.5rem;
  height: 3.125rem;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 1.875rem;
  width: 2.5rem;
  height: 3.125rem;
}

.glightbox-clean .gclose {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.1875rem;
  height: 2.1875rem;
}

.glightbox-clean .gclose svg {
  width: 1.125rem;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.glightbox-clean .gclose:hover svg path {
  fill: var(--g-svg-hover-fill);
}

.glightbox-clean .gprev:hover svg path,
.glightbox-clean .gnext:hover svg path {
  fill: var(--g-svg-hover-fill);
}

@media (min-width: 48.0625em) {
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
.glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }

  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left,
.gslide-description.description-right {
    max-width: 17.1875rem;
  }

  .goverlay {
    background: var(--g-overlay-bg);
  }

  .glightbox-clean .gslide-media {
    background: var(--g-overlay-bg);
    -webkit-box-shadow: 0.0625rem 0.125rem 1.125rem 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0.0625rem 0.125rem 1.125rem 0 rgba(0, 0, 0, 0.5);
  }

  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    overflow-y: auto;
    position: absolute;
    height: 100%;
  }

  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .glightbox-clean .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext {
    top: 45%;
  }
}
/* Animations
   ========================================================================== */
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
          animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
          animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
          animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
          animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
          animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
          animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
          animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
          animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
            transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
            transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
            transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
            transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
            transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
            transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
            transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
            transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
/* ==========================================================================
    SWIPER
   ========================================================================== */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

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

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

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

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

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade .swiper-slide {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* ==========================================================================
    TIPPY v6.3.7 only scale animation
   ========================================================================== */
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 0.625rem);
}

.tippy-box {
  position: relative;
  background-color: var(--tippyBg);
  border-radius: 0.25rem;
  color: var(--clrWhite);
  font-size: 0.9375rem;
  line-height: 1.556;
  white-space: normal;
  outline: 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  -o-transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -0.5rem;
  left: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: initial;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  top: -0.5625rem;
  left: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: initial;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: initial;
  right: -0.5rem;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  left: -0.5rem;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: initial;
}

.tippy-box[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
       -o-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
          transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 1rem;
  height: 1rem;
  color: var(--tippyBg);
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  z-index: 1;
  padding: 0.6875rem 1.25rem;
  text-align: left;
  font-size: 1rem;
}

.tippy-box[data-animation=scale][data-placement^=top] {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.tippy-box[data-animation=scale][data-placement^=left] {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.tippy-box[data-animation=scale][data-placement^=right] {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.tippy-box[data-animation=scale][data-state=hidden] {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

[data-tippy-root].is-light-bg .tippy-box {
  background-color: var(--tippyBgLight);
  color: var(--clrTxt);
}

[data-tippy-root].is-light-bg .tippy-box p.xl {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-bottom: 0;
  font-weight: 500;
  font-size: 1.125rem;
}

@media (min-width: 48em) {
  [data-tippy-root].is-light-bg .tippy-box p.xl {
    font-size: 1.25rem;
  }
}
[data-tippy-root].is-light-bg .tippy-box p.xl + p {
  padding-top: 0.3125rem;
}

[data-tippy-root].is-light-bg .tippy-box p.xl + p.xl {
  padding-top: 0;
}

[data-tippy-root].is-light-bg .tippy-box p:last-child {
  padding-bottom: 0.3125rem;
}

/* ==========================================================================
    NO UI SLIDER 15.8.1
   ========================================================================== */
:root {
  --noUiTargetBg: #F6D995;
  --noUiConnectBg: #000;
  --noUiHandleBg: #000;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-handle:before {
  content: "";
  position: absolute;
  top: -0.3125rem;
  left: -0.3125rem;
  width: calc(100% + 0.625rem);
  height: calc(100% + 0.625rem);
  border-radius: 50%;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 0.0625rem;
}

.noUi-horizontal .noUi-handle {
  width: 0.875rem;
  height: 0.875rem;
  right: -0.4375rem;
  top: -0.4375rem;
  border-radius: 50%;
}

.noUi-vertical {
  width: 0.0625rem;
}

.noUi-vertical .noUi-handle {
  width: 0.875rem;
  height: 0.875rem;
  right: -0.4375rem;
  bottom: -0.4375rem;
  border-radius: 50%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -0.4375rem;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: var(--noUiTargetBg);
}

.noUi-connects {
  border-radius: 0.1875rem;
}

.noUi-connect {
  background: var(--noUiConnectBg);
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  background: var(--noUiHandleBg);
  cursor: default;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 0.625rem;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 0.625rem 0;
  height: 5rem;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -0.0625rem;
  width: 0.125rem;
  height: 0.3125rem;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 0.625rem;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 0.9375rem;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 0.625rem;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 1.5625rem;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 0.3125rem;
  height: 0.125rem;
  margin-top: -0.0625rem;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 0.625rem;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 0.9375rem;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 0.0625rem solid #D9D9D9;
  border-radius: 0.1875rem;
  background: #fff;
  color: #000;
  padding: 0.3125rem;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 0.625rem;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 1.75rem;
}

/* ==========================================================================
    WPADMINBAR
   ========================================================================== */
body.admin-bar:before {
  top: 2rem;
}

@media (max-width: 782px) {
  body.admin-bar:before {
    top: 2.875rem;
  }
}
body.admin-bar .header {
  margin-top: 2rem;
}

@media (max-width: 782px) {
  body.admin-bar .header {
    margin-top: 2.875rem;
  }
}
/* ==========================================================================
    BODY
   ========================================================================== */
html {
  overflow-x: hidden;
}

@media (max-width: 47.9375em) {
  html.nav-open {
    overflow: hidden;
  }
}
body {
  font-family: "Red Hat Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-transition: background-color 0.45s ease-in-out 0s;
  -o-transition: background-color 0.45s ease-in-out 0s;
  transition: background-color 0.45s ease-in-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  padding-top: var(--headerHeight);
  background: var(--bodyBg);
  color: var(--clrTxt);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.706;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (min-width: 48em) {
  body {
    font-size: 1.0625rem;
  }
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--headerHeight);
  background: #fff;
}

body.is-animated-bg {
  background-color: var(--animatedBg);
}

/* ==========================================================================
    TYPOGRAPHY
   ========================================================================== */
p {
  margin: 0;
  padding: 0.625rem 0;
}

strong {
  font-weight: 700;
}

a {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  color: var(--clrLinks);
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: var(--clrLinksActive);
  text-decoration: none;
}

a[href^=tel],
a[href^=sms] {
  text-decoration: none;
  cursor: default;
}

a[href^=tel]:hover, a[href^=tel]:focus, a[href^=tel]:active,
a[href^=sms]:hover,
a[href^=sms]:focus,
a[href^=sms]:active {
  color: var(--clrLinks);
}

h1 {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0.625rem 0;
  line-height: 1.05;
  font-size: 1.875rem;
  font-weight: 400;
}

@media (min-width: 64em) {
  h1 {
    font-size: 4.375rem;
  }
}
h2 {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0.625rem 0;
  line-height: 1.05;
  font-size: 1.6875rem;
  font-weight: 400;
}

@media (min-width: 64em) {
  h2 {
    font-size: 3.125rem;
  }
}
h3 {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0.625rem 0;
  line-height: 1.05;
  font-size: 1.5rem;
  font-weight: 400;
}

@media (min-width: 64em) {
  h3 {
    font-size: 2rem;
  }
}
h4,
h5,
h6 {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0.625rem 0;
  line-height: 1.05;
  font-size: 1.375rem;
  font-weight: 400;
}

@media (min-width: 64em) {
  h4,
h5,
h6 {
    font-size: 1.75rem;
  }
}
ul {
  margin: 0;
  padding: 0.4375rem 0;
}

ul li {
  position: relative;
  margin: 0;
  padding: 0.25rem 0 0.25rem 1.25rem;
  line-height: 1.706;
  list-style: none;
}

ul li:before {
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: #000;
  border-radius: 0.125rem;
}

@media (min-width: 48em) {
  ul li:before {
    top: 1.0625rem;
  }
}
ul ul {
  padding: 0.4375rem 0 0 0;
}

ol {
  margin: 0;
  padding: 0.4375rem 0;
  counter-reset: section;
}

ol ul {
  counter-reset: section;
}

ol li {
  position: relative;
  margin: 0;
  padding: 0.25rem 0 0.25rem 1.5rem;
  line-height: 1.706;
  list-style: none;
}

ol li:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  position: absolute;
  top: 0.1875rem;
  left: 0;
  font-weight: 500;
}

ol ol li {
  padding-left: 2.5rem;
}

ol ul li {
  padding-left: 1.25rem;
}

ol ul li:before {
  content: "";
  top: 0.9375rem;
  left: 0;
}

@media (min-width: 48em) {
  ol ul li:before {
    top: 1.0625rem;
  }
}
ol ol {
  padding: 0.4375rem 0 0 0;
}

dl {
  margin: 0;
  padding: 0.6875rem 0 0.375rem 0;
  line-height: 1.706;
}

dt {
  margin: 0;
  padding: 0 0 0.375rem 0;
  font-weight: 700;
}

dd {
  margin: 0;
  padding: 0 0 0.375rem 0;
}

table {
  margin: 0.625rem 0;
  text-align: left;
  border: 1px solid var(--tableBorder);
  line-height: 1.706;
}

table th,
table thead td {
  padding: 0.9375rem 0.75rem;
  border-top: 1px solid var(--tableBorder);
  border-left: 1px solid var(--tableBorder);
  border-right: 1px solid var(--tableBorder);
  border-bottom: 1px solid var(--tableBorderDark);
  font-weight: 500;
  font-size: 0.875rem;
  text-align: left;
  vertical-align: middle;
}

table td {
  padding: 0.9375rem 0.75rem;
  border: 1px solid var(--tableBorder);
  vertical-align: middle;
}

table p {
  padding: 0;
}

table.width-100 {
  width: 100%;
}

table.no-border {
  border: 0;
}

table.no-border th,
table.no-border thead td {
  border: 0;
  border-bottom: 1px solid var(--tableBorderDark);
}

table.no-border td {
  border: 0;
  border-bottom: 1px solid var(--tableBorder);
}

cite {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 100%;
  clear: both;
  margin: 0.625rem 0;
  padding: 0.625rem 0 0.3125rem 1.25rem;
  border-left: 2px solid var(--quoteBg);
}

blockquote {
  position: relative;
  margin: 0.625rem 0;
  padding: 2.875rem 1rem 0.3125rem 1rem;
  background: var(--quoteBg);
  color: var(--quoteClr);
}

blockquote:after {
  content: "“";
  position: absolute;
  top: 1.5rem;
  left: 50%;
  width: 1.75rem;
  height: 1.1875rem;
  margin-left: -0.875rem;
  font-family: Georgia, serif;
  font-size: 3.5rem;
  line-height: 2.375rem;
  font-weight: 700;
  text-align: center;
}

hr {
  height: 0.0625rem;
  margin: 1.25rem 0;
  background: var(--dividerBg);
  border: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.625rem 0;
}

img.is-grayscale {
  -webkit-transition: -webkit-filter 0.4s ease-in 0s;
  transition: -webkit-filter 0.4s ease-in 0s;
  -o-transition: filter 0.4s ease-in 0s;
  transition: filter 0.4s ease-in 0s;
  transition: filter 0.4s ease-in 0s, -webkit-filter 0.4s ease-in 0s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

img.is-grayscale:hover, img.is-grayscale:focus {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

a:hover img.is-grayscale,
a:focus img.is-grayscale,
a:active img.is-grayscale {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

img.left {
  display: block;
  margin: 0.9375rem 1.875rem 0.625rem 0;
}

@media (max-width: 47.9375em) {
  img.left {
    float: none;
    margin: 0.9375rem auto 0.625rem auto;
  }
}
img.right {
  display: block;
  margin: 0.9375rem 0 0.625rem 1.875rem;
}

@media (max-width: 47.9375em) {
  img.right {
    float: none;
    margin: 0.9375rem auto 0.625rem auto;
  }
}
.date {
  font-size: 0.875rem;
}

.nowrap {
  white-space: nowrap;
}

/* ==========================================================================
    BTN
   ========================================================================== */
.btn {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.625rem;
  padding: 1.125rem 1.9375rem;
  background: var(--clrCta);
  border: 1px solid var(--clrCta);
  color: var(--clrTxt);
  font-weight: 500;
  line-height: 1;
  font-size: 1.125rem;
  text-decoration: none;
}

.btn:hover, .btn:focus, .btn:active {
  background-color: var(--clrPrimary);
  border-color: var(--clrPrimary);
  color: var(--clrWhite);
}

.btn:disabled {
  pointer-events: none;
}

.btn--dark {
  background-color: var(--clrTxt);
  border-color: var(--clrTxt);
  color: var(--clrWhite);
}

.btn--dark:hover, .btn--dark:focus, .btn--dark:active {
  background-color: var(--clrCta);
  border-color: var(--clrCta);
  color: var(--clrTxt);
}

.btn--outline {
  background-color: transparent;
  border-color: var(--clrTxt);
}

.btn--md {
  padding: 0.875rem 1.4375rem;
  font-size: 1rem;
  font-weight: 500;
}

.btn--filter {
  min-width: 14.375rem;
}

@media (max-width: 47.9375em) {
  .btn--filter {
    width: 100%;
  }
}
.btn__icon svg {
  display: block;
}

/* ==========================================================================
    LINK
   ========================================================================== */
.link {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.625rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.link:after {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  content: "";
  width: 0.5625rem;
  height: 0.9375rem;
  -webkit-mask-image: url(../images/link-arrow.svg);
          mask-image: url(../images/link-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--clrLinks);
}

.link:hover, .link:focus, .link:active {
  color: var(--clrLinksActive);
}

.link:hover:after, .link:focus:after, .link:active:after {
  -webkit-transform: translateX(0.125rem);
      -ms-transform: translateX(0.125rem);
          transform: translateX(0.125rem);
  background-color: var(--clrLinksActive);
}

.link--download:after {
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url(../images/icons/download.svg);
          mask-image: url(../images/icons/download.svg);
}

.link--back:after {
  display: none;
}

.link--back:before {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  content: "";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 0.5625rem;
  height: 0.9375rem;
  -webkit-mask-image: url(../images/link-arrow.svg);
          mask-image: url(../images/link-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--clrLinks);
}

.link--back:hover:before, .link--back:focus:before, .link--back:active:before {
  -webkit-transform: rotate(180deg) translateX(0.125rem);
      -ms-transform: rotate(180deg) translateX(0.125rem);
          transform: rotate(180deg) translateX(0.125rem);
  background-color: var(--clrLinksActive);
}

/* ==========================================================================
    SORT
   ========================================================================== */
.sort {
  font-family: "Red Hat Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.25rem;
  margin: 0;
  padding: 0;
  background: 0;
  border: 0;
  color: var(--clrLinks);
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
}

.sort:before {
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.3125rem;
  left: -0.625rem;
  width: calc(100% + 1.25rem);
  height: calc(100% + 0.625rem);
  outline: 1px solid var(--clrLinks);
  opacity: 0;
}

.sort:hover, .sort:focus, .sort:active {
  outline: none;
}

.sort:focus-visible:before {
  opacity: 1;
}

.sort__arrow svg {
  display: block;
}

.sort__arrow path {
  -webkit-transition: fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
}

[aria-sort=descending] .sort__arrow .sort__desc {
  fill: var(--clrLinksActive);
}

[aria-sort=ascending] .sort__arrow .sort__asc {
  fill: var(--clrLinksActive);
}

/* ==========================================================================
    CONTAINER
   ========================================================================== */
.container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* ==========================================================================
    SECTION
   ========================================================================== */
.section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 70.9375rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.section:before, .section:after {
  content: "";
  display: table;
}

.section:after {
  clear: both;
}

/* ==========================================================================
    HEADER
   ========================================================================== */
.header {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s ease-in-out;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, transform 0.3s ease-in-out;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, transform 0.3s ease-in-out;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--headerBg);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  font-weight: 400;
  letter-spacing: 0.5px;
}

.header-hidden:not(.nav-open) .header {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.header img {
  margin: 0;
}

.document-scrolled .header {
  background-color: var(--headerBg);
}

.header__section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: var(--sectionWidth);
  height: var(--headerHeight);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
}

@media (min-width: 48em) {
  .header__section {
    width: 96%;
  }
}
.document-scrolled .header__section:after {
  background-color: var(--headerBg);
}

@media (min-width: 64em) {
  .header__logo {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 63.9375em) {
  .header__nav {
    position: fixed;
    z-index: 7;
    top: 0;
    left: 100%;
    width: 19.5rem;
    height: 100vh;
    height: 100svh;
  }
}
.header__nav:before {
  -webkit-transition: -webkit-transform 0.4s ease-in 0s, -webkit-box-shadow 0.4s ease-in 0s;
  transition: -webkit-transform 0.4s ease-in 0s, -webkit-box-shadow 0.4s ease-in 0s;
  -o-transition: transform 0.4s ease-in 0s, box-shadow 0.4s ease-in 0s;
  transition: transform 0.4s ease-in 0s, box-shadow 0.4s ease-in 0s;
  transition: transform 0.4s ease-in 0s, box-shadow 0.4s ease-in 0s, -webkit-transform 0.4s ease-in 0s, -webkit-box-shadow 0.4s ease-in 0s;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.875rem;
  background: var(--bodyBg);
  border-bottom: 1px solid var(--tableBorder);
}

@media (min-width: 64em) {
  .header__nav:before {
    display: none;
  }
}
@media (max-width: 63.9375em) {
  .nav-animated .header__nav:before {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-box-shadow: 0 -1.25rem 1.25rem 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 -1.25rem 1.25rem 0 rgba(0, 0, 0, 0.25);
  }
}
.header__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1rem;
}

@media (max-width: 63.9375em) {
  .header__service {
    -webkit-transition: -webkit-transform 0.4s ease-in 0s;
    transition: -webkit-transform 0.4s ease-in 0s;
    -o-transition: transform 0.4s ease-in 0s;
    transition: transform 0.4s ease-in 0s;
    transition: transform 0.4s ease-in 0s, -webkit-transform 0.4s ease-in 0s;
    position: fixed;
    z-index: 7;
    top: 4rem;
    left: 100%;
    width: 19.5rem;
    padding: 0 1.25rem;
  }
}
@media (min-width: 64em) {
  .header__service {
    z-index: 2;
    gap: 0 1.5rem;
  }
}
@media (max-width: 63.9375em) {
  .nav-animated .header__service {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (max-width: 63.9375em) {
  .header__cover {
    -webkit-transition: visibility 0.4s ease-in 0s, opacity 0.4s ease-in 0s;
    -o-transition: visibility 0.4s ease-in 0s, opacity 0.4s ease-in 0s;
    transition: visibility 0.4s ease-in 0s, opacity 0.4s ease-in 0s;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 64em) {
  .header__cover {
    display: none;
  }
}
@media (max-width: 63.9375em) {
  .nav-open .header__cover {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 64em) {
  .header__burger {
    display: none;
  }
}
.header__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}

.header__link:after {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  content: "";
  position: absolute;
  bottom: 0.0625rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: var(--clrLinks);
}

.header__link:hover, .header__link:focus, .header__link:active {
  color: var(--clrLinksActive);
}

.header__link:hover:after, .header__link:focus:after, .header__link:active:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  background-color: var(--clrLinksActive);
}

@media (max-width: 63.9375em) {
  .header__col--logo {
    display: none;
  }
}
.header__col--logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4375rem;
  text-decoration: none;
  font-size: 1rem;
}

.header__col--logo svg {
  position: relative;
  top: -0.3125rem;
  display: block;
}

/* ==========================================================================
    NAV
   ========================================================================== */
@media (max-width: 63.9375em) {
  .nav {
    -webkit-transition: -webkit-transform 0.4s ease-in 0s, -webkit-box-shadow 0.4s ease-in 0s;
    transition: -webkit-transform 0.4s ease-in 0s, -webkit-box-shadow 0.4s ease-in 0s;
    -o-transition: transform 0.4s ease-in 0s, box-shadow 0.4s ease-in 0s;
    transition: transform 0.4s ease-in 0s, box-shadow 0.4s ease-in 0s;
    transition: transform 0.4s ease-in 0s, box-shadow 0.4s ease-in 0s, -webkit-transform 0.4s ease-in 0s, -webkit-box-shadow 0.4s ease-in 0s;
    overflow: auto;
    position: absolute;
    top: 6.875rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6.875rem);
    padding: 1.25rem 1.25rem 0.625rem 1.25rem;
    background: var(--bodyBg);
  }
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0;
}

@media (min-width: 64em) {
  .nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.75rem;
  }
}
.nav li {
  text-transform: uppercase;
  font-size: 1rem;
}

.nav li.current-menu-item > a {
  background-color: var(--navClr);
  color: var(--navClrActive);
}

.nav a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.25rem;
  padding: 0.1875rem 0.5rem;
  border-radius: 0.3125rem;
  color: var(--navClr);
  text-decoration: none;
}

.nav a:hover, .nav a:focus, .nav a:active {
  background-color: var(--navClr);
  color: var(--navClrActive);
}

@media (max-width: 63.9375em) {
  .nav-animated .nav {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.25);
  }
}
/* ==========================================================================
    FOOTER
   ========================================================================== */
.footer {
  padding: 2.5rem 0 1.25rem 0;
  background: var(--footerBg);
  color: var(--footerClr);
}

@media (min-width: 64em) {
  .footer {
    padding: 5.625rem 0 2.5rem 0;
  }
}
.footer a {
  color: var(--footerClr);
  text-decoration: none;
}

.footer a:hover, .footer a:focus, .footer a:active {
  color: var(--clrLinksActive);
}

.footer__section {
  width: 100%;
  max-width: var(--sectionWidth);
  padding: 0 var(--sectionPadding);
  margin: 0 auto;
}

@media (min-width: 48em) {
  .footer__section {
    width: 96%;
  }
}
.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0;
  width: 100%;
}

@media (min-width: 64em) {
  .footer__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 3.75rem;
  }
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem 0;
}

@media (min-width: 64em) {
  .footer__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 64em) {
  .footer__logo {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .footer__sup {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 100%;
  }
}
.footer__sup a {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4375rem;
  font-weight: 400;
  font-size: 1.1875rem;
}

.footer__sup a svg {
  position: relative;
  top: -0.4375rem;
  display: block;
  width: 4.5rem;
  height: auto;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0;
}

@media (min-width: 64em) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 5rem;
  }
}
.footer__nav {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 0.625rem 0;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 0.9375rem;
}

@media (min-width: 64em) {
  .footer__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem 0;
  }
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.1875rem;
  font-size: 1rem;
}

@media (max-width: 47.9375em) {
  .footer__contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 64em) {
  .footer__contact {
    gap: 0 3.75rem;
  }
}
.footer__socials {
  padding: 1.25rem 0 0.625rem 0;
}

.footer__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.footer__socials li {
  line-height: 1;
}

.footer__socials a {
  display: block;
}

.footer__socials a svg {
  display: block;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 2.5rem;
  font-size: 0.875rem;
}

@media (min-width: 64em) {
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 0.9375rem;
}

.footer__links a {
  text-decoration: underline;
}

.footer__links a:hover, .footer__links a:focus, .footer__links a:active {
  text-decoration: none;
}

/* ==========================================================================
    PARALLAX IMG
   ========================================================================== */
.js-parallax-img {
  overflow: hidden;
  position: relative;
}

.js-parallax-img img {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  position: absolute;
  top: -30%;
  margin: 0;
  width: 100%;
}

.js-parallax-img-revert {
  overflow: hidden;
  position: relative;
}

.js-parallax-img-revert img {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
}

/* ==========================================================================
    FADE ITEM
   ========================================================================== */
.js-fade-item {
  -webkit-transition: opacity 650ms cubic-bezier(0.77, 0.4, 0.84, 1) 0s, -webkit-transform 650ms cubic-bezier(0.32, 0.5, 0.52, 0.7) 0s;
  transition: opacity 650ms cubic-bezier(0.77, 0.4, 0.84, 1) 0s, -webkit-transform 650ms cubic-bezier(0.32, 0.5, 0.52, 0.7) 0s;
  -o-transition: opacity 650ms cubic-bezier(0.77, 0.4, 0.84, 1) 0s, transform 650ms cubic-bezier(0.32, 0.5, 0.52, 0.7) 0s;
  transition: opacity 650ms cubic-bezier(0.77, 0.4, 0.84, 1) 0s, transform 650ms cubic-bezier(0.32, 0.5, 0.52, 0.7) 0s;
  transition: opacity 650ms cubic-bezier(0.77, 0.4, 0.84, 1) 0s, transform 650ms cubic-bezier(0.32, 0.5, 0.52, 0.7) 0s, -webkit-transform 650ms cubic-bezier(0.32, 0.5, 0.52, 0.7) 0s;
  -webkit-transform: translateY(2rem);
      -ms-transform: translateY(2rem);
          transform: translateY(2rem);
  opacity: 0;
}

.js-fade-item.is-animated {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* ==========================================================================
    SITELINK
   ========================================================================== */
.sitelink {
  -webkit-transition: width 0.6s cubic-bezier(0.86, 0, 0.07, 1), background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, visibility 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: width 0.6s cubic-bezier(0.86, 0, 0.07, 1), background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, visibility 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: width 0.6s cubic-bezier(0.86, 0, 0.07, 1), background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, visibility 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  overflow: hidden;
  position: fixed;
  z-index: 9;
  top: 50%;
  right: 1.25rem;
  width: 6rem;
  height: 2.25rem;
  background: var(--clrCta);
  border-radius: 1.125rem;
  color: var(--clrPrimary);
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 48em) {
  .sitelink {
    width: 8.25rem;
    height: 3.5rem;
    border-radius: 1.75rem;
  }
}
.sitelink:hover, .sitelink:focus, .sitelink:active {
  background-color: var(--clrCta);
  color: var(--clrPrimary);
  outline: none;
}

.sitelink.is-active {
  opacity: 1;
  visibility: visible;
}

.sitelink.is-closed {
  width: 2.25rem;
}

@media (min-width: 48em) {
  .sitelink.is-closed {
    width: 3.5rem;
  }
}
.sitelink.is-closed:hover, .sitelink.is-closed:focus, .sitelink.is-closed:active {
  width: 6rem;
}

@media (min-width: 48em) {
  .sitelink.is-closed:hover, .sitelink.is-closed:focus, .sitelink.is-closed:active {
    width: 8.25rem;
  }
}
.sitelink__ico {
  position: absolute;
  top: 50%;
  right: 0.5625rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
}

@media (min-width: 48em) {
  .sitelink__ico {
    width: 1.875rem;
    right: 0.9375rem;
  }
}
.sitelink__ico svg {
  display: block;
  width: 100%;
  height: auto;
}

.sitelink__txt {
  position: absolute;
  top: 50%;
  right: 2.25rem;
  width: 2.75rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 500;
  font-size: 1rem;
  white-space: nowrap;
}

@media (min-width: 48em) {
  .sitelink__txt {
    right: 3.5rem;
    width: 3.25rem;
    font-size: 1.125rem;
  }
}
*:lang(en-US) .sitelink {
  width: 7.25rem;
}

@media (min-width: 48em) {
  *:lang(en-US) .sitelink {
    width: 9.5rem;
  }
}
*:lang(en-US) .sitelink.is-closed {
  width: 2.25rem;
}

@media (min-width: 48em) {
  *:lang(en-US) .sitelink.is-closed {
    width: 3.5rem;
  }
}
*:lang(en-US) .sitelink.is-closed:hover, *:lang(en-US) .sitelink.is-closed:focus, *:lang(en-US) .sitelink.is-closed:active {
  width: 7.25rem;
}

@media (min-width: 48em) {
  *:lang(en-US) .sitelink.is-closed:hover, *:lang(en-US) .sitelink.is-closed:focus, *:lang(en-US) .sitelink.is-closed:active {
    width: 9.5rem;
  }
}
*:lang(en-US) .sitelink__txt {
  width: 4rem;
}

@media (min-width: 48em) {
  *:lang(en-US) .sitelink__txt {
    width: 4.5rem;
  }
}
/* ==========================================================================
    SWIPER CUSTOM
   ========================================================================== */
.swiper:hover .swiper-btn {
  opacity: 1;
}

.swiper:hover .swiper-btn.swiper-button-disabled {
  opacity: 0;
}

.swiper-scrollbar {
  position: relative;
  width: 86%;
  max-width: 53.25rem;
  height: 0.3125rem;
  margin: 0 auto;
}

.swiper-scrollbar::after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--clrSecondary);
}

.swiper-scrollbar-drag {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--clrSecondary);
  cursor: -webkit-grab;
  cursor: grab;
}

.swiper-scrollbar-drag:before {
  content: "";
  position: absolute;
  top: -0.3125rem;
  height: 100%;
  width: 100%;
  display: block;
  padding: 0.3125rem 0;
}

.swiper-btn {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  background: var(--clrWhite);
  border: 0;
  border-radius: 50%;
  opacity: 0;
}

@media (min-width: 48em) {
  .swiper-btn {
    width: 4.75rem;
    height: 4.75rem;
  }
}
.swiper-btn svg {
  -webkit-transition: fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  fill: var(--clrPrimary);
}

.swiper-btn:hover {
  background-color: var(--clrPrimary);
}

.swiper-btn:hover svg {
  fill: var(--clrWhite);
}

.swiper-btn:focus {
  opacity: 1;
}

.swiper-btn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.swiper-btn__prev {
  left: 0.625rem;
}

@media (min-width: 48em) {
  .swiper-btn__prev {
    left: 1.25rem;
  }
}
.swiper-btn__next {
  right: 0.625rem;
}

@media (min-width: 48em) {
  .swiper-btn__next {
    right: 1.25rem;
  }
}
/* ==========================================================================
    HAMBURGER
   ========================================================================== */
.hamburger {
  font-family: "Red Hat Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
  z-index: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.625rem;
  height: 1.625rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  line-height: 1;
}

.hamburger__lines {
  position: relative;
  width: 1.5rem;
  height: 1.125rem;
}

.hamburger__lines span {
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: all 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: all 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 0.125rem;
  background: var(--hamburgerClr);
}

.hamburger__lines:before, .hamburger__lines:after {
  will-change: transform;
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: all 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: all 0.15s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  content: "";
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 0.125rem;
  background: var(--hamburgerClr);
}

.hamburger__lines:before {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  top: 0;
}

.hamburger__lines:after {
  top: 0.5rem;
}

.hamburger__txt {
  color: var(--hamburgerClr);
  font-weight: 500;
  text-transform: uppercase;
}

.nav-open .hamburger__lines span {
  width: 0;
  opacity: 0;
}

.nav-open .hamburger__lines:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0.25rem;
}

.nav-open .hamburger__lines:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ==========================================================================
    SITELOGO
   ========================================================================== */
.sitelogo a {
  display: block;
}

.sitelogo svg {
  display: block;
}

/* ==========================================================================
    LANGSWITCH
    TODO - a11y
   ========================================================================== */
.langswitch .wpml-ls {
  position: relative;
}

.langswitch ul {
  margin: 0;
  padding: 0;
}

.langswitch ul ul {
  position: absolute;
  z-index: 1;
  display: none;
  top: -0.4375rem;
  left: -0.625rem;
  width: calc(100% + 1.25rem);
  padding: 2.5rem 0 0 0;
  background: var(--langswitchBg);
  border-radius: 0.125rem;
}

.langswitch li {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.langswitch li:focus {
  outline: none;
}

.langswitch li:before {
  display: none;
}

.langswitch li:hover ul, .langswitch li:focus ul {
  -webkit-animation: hiddenPlusOpacity 0.3s ease-in-out;
          animation: hiddenPlusOpacity 0.3s ease-in-out;
  display: block;
}

.langswitch a {
  display: block;
  font-size: 1rem;
  text-decoration: none;
}

.langswitch a:hover, .langswitch a:focus, .langswitch a:active {
  color: var(--navClr);
  outline: none;
}

.langswitch .wpml-ls-item-toggle {
  position: relative;
  z-index: 2;
}

.langswitch .wpml-ls-item-toggle:focus + ul {
  -webkit-animation: hiddenPlusOpacity 0.3s ease-in-out;
          animation: hiddenPlusOpacity 0.3s ease-in-out;
  display: block;
}

.langswitch .wpml-ls-sub-menu a {
  text-align: center;
  padding: 0.3125rem 0.625rem;
}

.langswitch .wpml-ls-sub-menu a:hover, .langswitch .wpml-ls-sub-menu a:focus, .langswitch .wpml-ls-sub-menu a:active {
  color: var(--navClr);
  background-color: rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
    HEADLINE
   ========================================================================== */
.headline {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--dividerBg);
}

@media (min-width: 48em) {
  .headline {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 64em) {
  .headline {
    margin-bottom: 1.875rem;
  }
}
.headline h2 {
  font-size: 2rem;
}

@media (min-width: 64em) {
  .headline h2 {
    font-size: 4.375rem;
  }
}
.headline h2.is-midi {
  font-size: 1.6875rem;
}

@media (min-width: 64em) {
  .headline h2.is-midi {
    font-size: 3.125rem;
  }
}
.headline--no-border {
  border-bottom: none;
}

.headline--mb0 {
  margin-bottom: 0;
}

.headline__intro {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid var(--dividerBg);
  font-weight: 700;
  font-size: 0.9375rem;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .headline__intro {
    margin-bottom: 1.875rem;
    font-size: 1rem;
  }
}
/* ==========================================================================
    HERO
   ========================================================================== */
.hero {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - var(--headerHeight));
  height: calc(100svh - var(--headerHeight));
  min-height: 26.25rem;
  max-height: 59.375rem;
  overflow: hidden;
}

@media (min-width: 48em) {
  .hero {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50rem;
  }
}
.hero:after {
  -webkit-animation: heroGradient 1s linear forwards 0.3s;
          animation: heroGradient 1s linear forwards 0.3s;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/hero-gradient.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  opacity: 0;
}

.hero.is-step-1 .hero__headline {
  opacity: 0;
  -webkit-transform: translateY(-2rem);
      -ms-transform: translateY(-2rem);
          transform: translateY(-2rem);
}

.hero.is-step-2 .hero__sub {
  opacity: 0;
  -webkit-transform: translateY(-1.5rem);
      -ms-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
}

.hero.is-step-3 .hero__cta .btn--hero {
  width: 4rem;
}

.hero.is-step-3 .hero__cta .btn--hero .btn__icon {
  opacity: 1;
}

.hero.is-step-3 .hero__cta .btn--hero .btn__txt {
  width: 0;
  opacity: 0;
}

.hero.is-step-3 .hero__cta .btn--hero:hover, .hero.is-step-3 .hero__cta .btn--hero:focus {
  width: 14.375rem;
}

.hero.is-step-3 .hero__cta .btn--hero:hover .btn__icon, .hero.is-step-3 .hero__cta .btn--hero:focus .btn__icon {
  opacity: 0;
}

.hero.is-step-3 .hero__cta .btn--hero:hover .btn__txt, .hero.is-step-3 .hero__cta .btn--hero:focus .btn__txt {
  width: 100%;
  opacity: 1;
}

.hero__section {
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s, visibility 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s, visibility 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s;
  transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s, visibility 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s;
  -webkit-animation: heroClr 0.5s linear forwards 0s;
          animation: heroClr 0.5s linear forwards 0s;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--sectionWidth);
  padding: 1.25rem var(--sectionPadding);
  color: var(--clrTxt);
  font-size: 1.625rem;
}

@media (min-width: 48em) {
  .hero__section {
    width: 96%;
    font-size: 2rem;
  }
}
.hero__section h1 {
  font-weight: 700;
  font-size: 5rem;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .hero__section h1 {
    font-size: 10.3125rem;
  }
}
.hero__section p {
  line-height: 1;
}

.hero__section small {
  display: block;
  padding-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1;
}

@media (min-width: 48em) {
  .hero__section small {
    padding-top: 1.25rem;
    font-size: 1.125rem;
  }
}
.hero__headline {
  -webkit-transition: opacity 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: opacity 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: opacity 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: opacity 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: opacity 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.hero__sub {
  -webkit-transition: opacity 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: opacity 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: opacity 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: opacity 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: opacity 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  padding: 1.875rem 0 0.625rem 0;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 48em) {
  .hero__cta {
    padding-top: 3.75rem;
  }
}
.hero__cta .btn--hero {
  -webkit-transition: width 0.7s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: width 0.7s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: width 0.7s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  position: relative;
  width: 14.375rem;
  text-align: center;
}

.hero__cta .btn--hero .btn__icon {
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: opacity 0.5s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: opacity 0.5s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  position: absolute;
  top: 50%;
  left: 1.6875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.hero__cta .btn--hero .btn__txt {
  -webkit-transition: width 0.7s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.5s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: width 0.7s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.5s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: width 0.7s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.5s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  opacity: 1;
}

.hero__play {
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s, visibility 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s;
  -o-transition: color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s, visibility 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s;
  transition: color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s, visibility 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s;
  position: absolute;
  z-index: 3;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--clrWhite);
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 48em) {
  .hero__play {
    top: 50%;
    width: 4.125rem;
  }
}
.hero__play svg {
  display: block;
  width: 100%;
  height: auto;
}

.hero__play:hover {
  color: var(--clrCta);
}

.hero__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__bg video {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.hero__bg img {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin: 0;
}

.hero__bg:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--heroBg);
  -webkit-animation: heroBg 0.5s linear forwards 0.2s;
          animation: heroBg 0.5s linear forwards 0.2s;
}

.hero__bg:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

@media (min-width: 48em) {
  .hero__bg:after {
    display: none;
  }
}
.hero__scroll {
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s, visibility 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s, visibility 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s;
  transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s, visibility 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0.5s;
  -webkit-animation: heroArrow 1s linear infinite;
          animation: heroArrow 1s linear infinite;
  position: absolute;
  z-index: 3;
  bottom: 1.5625rem;
  left: 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 48em) {
  .hero__scroll {
    bottom: 3.125rem;
  }
}
.hero__link {
  display: inline-block;
  width: 3rem;
}

@media (min-width: 48em) {
  .hero__link {
    width: 3.5rem;
  }
}
.hero__link svg {
  -webkit-transition: fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  display: block;
  width: 100%;
  height: auto;
  fill: var(--clrWhite);
}

.hero__link:hover svg {
  fill: var(--clrTxt);
}

/* Hero Secondary
   ========================================================================== */
.hero--secondary {
  height: calc(70vh - var(--headerHeight));
  height: calc(70svh - var(--headerHeight));
  min-height: 26.25rem;
  max-height: 50rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 48em) {
  .hero--secondary {
    min-height: 37.5rem;
  }
}
.hero--secondary .hero__section {
  font-size: 1.125rem;
}

@media (min-width: 48em) {
  .hero--secondary .hero__section {
    padding-bottom: 5rem;
    font-size: 1.25rem;
  }
}
.hero--secondary .hero__section h1 {
  font-weight: 400;
  font-size: 2.5rem;
  text-transform: none;
}

@media (min-width: 48em) {
  .hero--secondary .hero__section h1 {
    font-size: 4.375rem;
  }
}
.hero--secondary .hero__bg:after {
  display: none;
}

.hero--secondary:after {
  display: none;
}

/* ==========================================================================
    ABOUT
   ========================================================================== */
.about {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.5rem 0;
}

@media (min-width: 48em) {
  .about {
    padding: 3.75rem 0;
  }
}
@media (min-width: 64em) {
  .about {
    padding: 6.25rem 0;
  }
}
.about__section {
  width: 100%;
  max-width: var(--sectionWidth);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
}

@media (min-width: 48em) {
  .about__section {
    width: 96%;
  }
}
@media (min-width: 48em) {
  .about__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5.625rem;
  }
}
.about__aside {
  font-size: 1.25rem;
  line-height: 1.05;
}

@media (min-width: 48em) {
  .about__aside {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 1.75rem;
  }
}
@media (min-width: 48em) {
  .about__content {
    margin-left: auto;
    width: 50%;
    font-size: 1.25rem;
  }
}
@media (min-width: 48em) {
  .about__content--secondary {
    padding-left: 1.25rem;
  }
}
@media (min-width: 64em) {
  .about__content--secondary {
    padding-left: 1.875rem;
  }
}
.about__list {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 0.625rem 0;
  font-size: 0.9375rem;
}

@media (min-width: 48em) {
  .about__list {
    padding-top: 1.25rem;
    font-size: 1rem;
  }
}
.about__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
}

@media (min-width: 48em) {
  .about__list ul {
    gap: 1.25rem 1.875rem;
  }
}
.about__cta {
  padding: 0.625rem 0;
}

@media (min-width: 48em) {
  .about__cta {
    text-align: right;
  }
}
.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0;
}

@media (min-width: 48em) {
  .about__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem 1.875rem;
  }
}
@media (min-width: 64em) {
  .about__items {
    gap: 1.25rem 3.75rem;
  }
}
.about__main + .about__items {
  padding-top: 2.5rem;
}

@media (min-width: 48em) {
  .about__main + .about__items {
    padding-top: 3.75rem;
  }
}
@media (min-width: 64em) {
  .about__main + .about__items {
    padding-top: 5.625rem;
  }
}
@media (min-width: 48em) {
  .about__items--2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 2.5rem;
  }
}
@media (min-width: 64em) {
  .about__items--2 {
    gap: 1.25rem 5rem;
  }
}
.about__img {
  margin-bottom: 0.625rem;
  aspect-ratio: 445/350;
}

.about__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin: 0;
}

.about__img + p {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-bottom: 0.3125rem;
  font-weight: 700;
}

.about__img--xl {
  aspect-ratio: 693/817;
}

.about__gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  padding: 1.25rem 0 0.625rem 0;
}

@media (min-width: 48em) {
  .about__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    padding-top: 2.5rem;
  }
}
@media (min-width: 64em) {
  .about__gallery {
    gap: 3.75rem;
    padding-top: 3.75rem;
  }
}
.about__gallery-item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem 0;
}

@media (min-width: 48em) {
  .about__gallery-item {
    gap: 2.5rem 0;
  }
}
@media (min-width: 64em) {
  .about__gallery-item {
    gap: 3.75rem 0;
  }
}
.about__fig img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* ==========================================================================
    PHOTO
   ========================================================================== */
.photo {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 2.5rem 0;
}

@media (min-width: 48em) {
  .photo {
    padding: 0 0 8.625rem 0;
  }
}
.photo__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0;
  width: 100%;
  max-width: var(--sectionWidth);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
}

@media (min-width: 48em) {
  .photo__section {
    gap: 2.5rem 0;
    width: 96%;
  }
}
@media (min-width: 64em) {
  .photo__section {
    gap: 5rem 0;
  }
}
.photo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1.25rem;
}

@media (min-width: 48em) {
  .photo__row {
    gap: 0 2.5rem;
  }
}
@media (min-width: 64em) {
  .photo__row {
    gap: 0 5rem;
  }
}
.photo__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.photo__col--2 {
  width: calc(63.19% - 0.625rem);
}

@media (min-width: 48em) {
  .photo__col--2 {
    width: calc(63.19% - 1.25rem);
  }
}
@media (min-width: 64em) {
  .photo__col--2 {
    width: calc(63.19% - 2.5rem);
  }
}
.photo__col--3 {
  width: calc(36.75% - 0.625rem);
}

@media (min-width: 48em) {
  .photo__col--3 {
    width: calc(36.75% - 1.25rem);
  }
}
@media (min-width: 64em) {
  .photo__col--3 {
    width: calc(36.75% - 2.5rem);
  }
}
.photo__col--4 {
  width: calc(33.795% - 0.625rem);
}

@media (min-width: 48em) {
  .photo__col--4 {
    width: calc(33.795% - 1.25rem);
  }
}
@media (min-width: 64em) {
  .photo__col--4 {
    width: calc(33.795% - 2.5rem);
  }
}
.photo__col--5 {
  width: calc(65.53% - 0.625rem);
}

@media (min-width: 48em) {
  .photo__col--5 {
    width: calc(65.53% - 1.25rem);
  }
}
@media (min-width: 64em) {
  .photo__col--5 {
    width: calc(65.53% - 2.5rem);
  }
}
.photo__desc {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: 100%;
  line-height: 1.05;
  font-size: 0.875rem;
}

@media (min-width: 48em) {
  .photo__desc {
    font-size: 1.25rem;
  }
}
@media (min-width: 64em) {
  .photo__desc {
    font-size: 2.25rem;
  }
}
.photo__desc p {
  padding: 0;
}

.photo__img {
  overflow: hidden;
  position: relative;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.photo__img img {
  margin: 0;
}

.photo__img--1 {
  aspect-ratio: 1456/742;
}

.photo__img--2 {
  aspect-ratio: 880/680;
}

.photo__img--3 {
  aspect-ratio: 495/365;
}

.photo__img--4 {
  aspect-ratio: 452/365;
}

.photo__img--5 {
  aspect-ratio: 914/680;
}

/* ==========================================================================
    IMAGE
   ========================================================================== */
.image {
  position: relative;
  overflow: hidden;
}

.image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--photoBg);
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.57, 0.21, 0.69, 3.25);
  transition: -webkit-transform 1.4s cubic-bezier(0.57, 0.21, 0.69, 3.25);
  -o-transition: transform 1.4s cubic-bezier(0.57, 0.21, 0.69, 3.25);
  transition: transform 1.4s cubic-bezier(0.57, 0.21, 0.69, 3.25);
  transition: transform 1.4s cubic-bezier(0.57, 0.21, 0.69, 3.25), -webkit-transform 1.4s cubic-bezier(0.57, 0.21, 0.69, 3.25);
}

.image--top::before {
  left: 0;
  bottom: 0;
}

.image--left::before {
  top: 0;
  left: 0;
}

.image--bottom::before {
  left: 0;
  bottom: 0;
}

.image--right::before {
  top: 0;
  right: 0;
}

.image.is-triggered.image--left::before {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.image.is-triggered.image--right::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.image.is-triggered.image--top::before {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.image.is-triggered.image--bottom::before {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

/* ==========================================================================
    PROMO
   ========================================================================== */
.promo {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.875rem 0;
}

@media (min-width: 48em) {
  .promo {
    padding: 3.75rem 0;
  }
}
@media (min-width: 64em) {
  .promo {
    padding: 6.875rem 0;
  }
}
.promo__section {
  width: 100%;
  max-width: var(--sectionWidth);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
}

@media (min-width: 48em) {
  .promo__section {
    width: 96%;
  }
}
.promo__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 1.25rem;
}

@media (min-width: 48em) {
  .promo__top {
    gap: 0 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 64em) {
  .promo__top {
    gap: 0 4.5rem;
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 48em) {
  .promo__intro {
    width: calc(50% - 1.25rem);
  }
}
@media (min-width: 64em) {
  .promo__intro {
    width: calc(50% - 2.25rem);
  }
}
.promo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem 0;
}

@media (min-width: 48em) {
  .promo__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 2.5rem;
  }
}
@media (min-width: 64em) {
  .promo__row {
    gap: 0 4.5rem;
  }
}
.promo__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.375rem 0;
}

@media (min-width: 48em) {
  .promo__col {
    width: 50%;
  }
}
.promo__headline {
  padding-bottom: 0.1875rem;
  border-bottom: 1px solid var(--clrPrimary);
}

.promo__headline h3 {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}

@media (min-width: 48em) {
  .promo__headline h3 {
    font-size: 2.0625rem;
  }
}
.promo__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 692/446;
}

.promo__img img {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin: 0;
}

.promo__img-link:hover img, .promo__img-link:focus img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.promo__txt p {
  line-height: 1.7;
  font-weight: 400;
}

.promo__txt ul {
  padding-top: 1.25rem;
}

.promo__txt li {
  padding: 0.8125rem 0;
  border-bottom: 1px solid var(--clrPrimary);
  line-height: 1.5;
}

.promo__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.5rem;
}

@media (min-width: 48em) {
  .promo__cta {
    padding-top: 4.125rem;
  }
}
/* ==========================================================================
    REALIZATION
   ========================================================================== */
.realization {
  padding: 1.875rem 0;
}

@media (min-width: 48em) {
  .realization {
    padding: 3.75rem 0;
  }
}
@media (min-width: 64em) {
  .realization {
    padding: 6.875rem 0;
  }
}
@media (max-width: 47.9375em) {
  .realization .headline {
    margin-bottom: 1.25rem;
  }
}
.realization__section {
  width: 100%;
  max-width: var(--sectionWidth);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
}

@media (min-width: 48em) {
  .realization__section {
    width: 96%;
  }
}
.realization__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 63.9375em) {
  .realization__content {
    border-bottom: 1px solid var(--clrTxt);
  }

  .realization__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10rem;
    width: 1px;
    height: 100%;
    background: var(--clrTxt);
  }
}
@media (max-width: 47.9375em) {
  .realization__content:before {
    left: 5rem;
  }
}
@media (min-width: 64em) {
  .realization__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.realization__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 63.9375em) {
  .realization__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 1.25rem;
    padding: 1.25rem 0 0 0;
    border-top: 1px solid var(--clrTxt);
  }
}
@media (min-width: 64em) {
  .realization__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40%;
    border-left: 1px solid var(--clrTxt);
  }

  .realization__block:nth-child(3n-1) {
    width: 20%;
  }

  .realization__block:nth-child(3n-1) .realization__quarter {
    width: 100%;
  }
}
@media (max-width: 47.9375em) {
  .realization__year {
    min-width: 5rem;
  }
}
@media (min-width: 48em) and (max-width: 63.9375em) {
  .realization__year {
    min-width: 10rem;
  }
}
@media (min-width: 64em) {
  .realization__year {
    min-height: 12.5rem;
    padding: 0 1.25rem;
  }
}
.realization__year h3 {
  padding-top: 0;
  font-weight: 400;
  font-size: 1.875rem;
}

@media (min-width: 48em) {
  .realization__year h3 {
    font-size: 3.75rem;
  }
}
@media (min-width: 64em) {
  .realization__year h3 {
    font-size: 5.625rem;
  }
}
.realization__quarters {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (min-width: 64em) {
  .realization__quarters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 63.9375em) {
  .realization__quarter {
    position: relative;
    padding: 1.25rem 0 0.625rem 0;
  }

  .realization__quarter:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.5rem;
    bottom: 0;
    width: calc(100% + 2.5rem);
    height: 1px;
    background: var(--clrTxt);
  }

  .realization__quarter:first-child {
    padding-top: 0;
  }

  .realization__quarter:first-child:before {
    display: none;
  }
}
@media (min-width: 64em) {
  .realization__quarter {
    width: 50%;
    padding: 0 1.25rem;
    border-left: 1px solid var(--clrTxt);
  }

  .realization__quarter:first-child {
    border-left: none;
  }
}
.realization__label {
  position: relative;
  display: block;
  color: var(--clrTxt);
  text-align: left;
}

.realization__headline {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  padding: 0 1.875rem 0 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.05;
}

@media (min-width: 48em) {
  .realization__headline {
    font-size: 1.25rem;
  }
}
@media (min-width: 64em) {
  .realization__headline {
    min-height: 3.75rem;
    padding-right: 0;
  }
}
.realization__subheadline {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  position: relative;
  padding: 0.625rem 1.875rem 0.625rem 0;
  font-weight: 700;
  line-height: 1.05;
}

@media (min-width: 48em) {
  .realization__subheadline {
    font-size: 1.25rem;
  }
}
@media (min-width: 64em) {
  .realization__subheadline {
    padding: 1.25rem 0 0.625rem 0;
    min-height: 4.5rem;
  }
}
@media (min-width: 64em) {
  .realization__subheadline:before {
    content: "";
    position: absolute;
    top: -0.625rem;
    left: -1.25rem;
    width: calc(100% + 2.5rem);
    height: 1px;
    background: var(--clrTxt);
  }
}
.realization__trigger {
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: box-shadow 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: box-shadow 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: box-shadow 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-box-shadow 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  position: absolute;
  z-index: 2;
  top: -0.3125rem;
  left: -0.3125rem;
  width: calc(100% + 0.625rem);
  height: 100%;
  background: transparent;
  border: 0;
}

@media (min-width: 64em) {
  .realization__trigger {
    display: none;
  }
}
.realization__trigger:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  content: "";
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  aspect-ratio: 19/17;
  width: 1.1875rem;
  -webkit-mask-image: url(../images/realization-arrow.svg);
          mask-image: url(../images/realization-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--clrTxt);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 48em) {
  .realization__trigger:after {
    width: 1.5rem;
  }
}
.realization__trigger:hover, .realization__trigger:focus {
  outline: none;
}

.realization__trigger:focus-visible {
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
}

.realization__trigger.is-active:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.realization__box {
  will-change: height;
  -webkit-transition: height 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: height 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: height 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  overflow: hidden;
}

@media (max-width: 63.9375em) {
  .realization__box {
    height: 0;
  }
}
.realization__box.is-opened {
  overflow: visible;
}

/* ==========================================================================
    CONTROLS
   ========================================================================== */
.controls {
  padding-bottom: 2rem;
}

.controls__item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  position: relative;
  opacity: 0.9;
  color: rgba(0, 0, 0, 0.5);
}

.controls__item.is-active {
  opacity: 1;
}

.controls__item.is-active .controls__inner {
  -webkit-animation: controlsInfo 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s forwards;
          animation: controlsInfo 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s forwards;
  position: relative;
  left: initial;
}

.controls__num {
  font-family: "Red Hat Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--clrPrimary);
  color: var(--clrTxt);
  font-size: 2.5rem;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}

.controls__head {
  width: 35%;
}

@media (max-width: 47.9375em) {
  .controls__head {
    width: 100%;
  }
}
.controls__head h3 {
  padding-top: var(--pPadding);
  margin-bottom: 1.75rem;
}

@media (max-width: 47.9375em) {
  .controls__head h3 {
    margin-bottom: 0;
  }
}
.controls__head h3,
.controls__head p {
  color: var(--clrPrimary);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.controls__inner {
  position: absolute;
  left: -9999em;
}

@media (max-width: 47.9375em) {
  .controls__inner {
    position: relative;
    left: initial;
  }
}
.controls__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0;
  gap: 2.5rem;
  border-bottom: 1px solid var(--clrPrimary);
}

@media (max-width: 47.9375em) {
  .controls__row {
    gap: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.controls__info {
  width: 65%;
  font-size: 1rem;
}

@media (max-width: 47.9375em) {
  .controls__info {
    width: 100%;
  }
}
.controls__deco {
  padding-left: 0.3125rem;
  color: var(--clrBlue);
  font-size: 1.25rem;
  line-height: 0;
}

@media (min-width: 48em) {
  .controls__deco {
    font-size: 1.5rem;
  }
}
/* ==========================================================================
    WHY
   ========================================================================== */
.why {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4.6875rem 0 3rem;
}

.why__section {
  width: 100%;
  max-width: var(--sectionWidth);
  padding: 0 var(--sectionPadding);
  margin: 0 auto;
}

@media (min-width: 48em) {
  .why__section {
    width: 96%;
  }
}
.why__top {
  padding-bottom: 2.5rem;
}

@media (min-width: 48em) {
  .why__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 5.625rem;
  }
}
@media (min-width: 48em) {
  .why__aside {
    width: 50%;
  }
}
.why__aside p {
  font-weight: 700;
}

@media (min-width: 48em) {
  .why__content {
    width: 50%;
  }
}
.why__content p {
  font-size: 1.125rem;
  line-height: 1.7;
}

.why__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}

@media (min-width: 48em) {
  .why__row {
    gap: 3.125rem;
  }
}
.why__col {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

@media (min-width: 48em) {
  .why__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 3.125rem);
            flex: 1 1 calc(50% - 3.125rem);
  }
}
@media (min-width: 64em) {
  .why__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(25% - 3.125rem);
            flex: 1 1 calc(25% - 3.125rem);
  }
}
.why__col::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.5625rem;
  width: 1px;
  height: calc(100% - 0.625rem);
  background-color: var(--clrPrimary);
}

.why__col:last-child::after {
  display: none;
}

.why__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 1.25rem;
}

@media (min-width: 64em) {
  .why__img {
    height: 12.5rem;
    padding-bottom: 3.4375rem;
  }
}
.why__headline {
  padding-bottom: 1.0625rem;
}

.why__headline h3 {
  font-size: 1rem;
  line-height: 1;
}

.why__txt {
  line-height: 1.6;
}

/* ==========================================================================
    SPACE
   ========================================================================== */
.space {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.space__section {
  width: 100%;
  max-width: var(--sectionWidth);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
}

@media (min-width: 48em) {
  .space__section {
    width: 96%;
  }
}
.space__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0;
  padding: 1.25rem 0;
}

@media (min-width: 48em) {
  .space__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 2.5rem;
    padding: 5rem 0;
  }
}
@media (min-width: 64em) {
  .space__item {
    gap: 0 6.25rem;
    padding: 7.5rem 0;
  }
}
@media (min-width: 48em) {
  .space__item--even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.space__item--even .space__main {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.space__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 48em) {
  .space__main {
    width: 50%;
    max-width: 39.25rem;
  }
}
.space__main--align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 48em) {
  .space__aside {
    width: 50%;
  }
}
@media (min-width: 48em) {
  .space__slider {
    height: 100%;
  }
}
@media (min-width: 48em) {
  .space__slider .swiper {
    height: 100%;
  }
}
@media (min-width: 48em) {
  .space__fig {
    height: 100%;
  }
}
.space__fig img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin: 0;
}

@media (min-width: 48em) {
  .space__fig img {
    height: 100%;
  }
}
.space__intro {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid var(--dividerBg);
  font-weight: 700;
  font-size: 0.9375rem;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .space__intro {
    margin-bottom: 1.875rem;
    font-size: 1rem;
  }
}
.space__txt {
  padding: 0 0 0.625rem 0;
}

.space__list {
  padding: 0.625rem 0;
}

.space__list p {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.space__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0;
  padding: 0.625rem 0;
}

.space__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}

.space__icon {
  display: block;
}

.space__icon svg {
  display: block;
}

.space__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  padding: 1.25rem 0 0.625rem 0;
}

.space__data {
  padding: 0.625rem 0;
}

.space__data li {
  padding: 0.625rem 0;
  border-bottom: 1px solid var(--dividerBg);
}

/* ==========================================================================
    AREA
   ========================================================================== */
.area {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding: 2.5rem 0;
}

@media (min-width: 48em) {
  .area {
    gap: 5rem 0;
    padding: 5rem 0;
  }
}
@media (min-width: 64em) {
  .area {
    gap: 7.5rem 0;
    padding: 7.5rem 0;
  }
}
.area__section {
  width: 100%;
  max-width: var(--sectionWidth);
  padding: 0 var(--sectionPadding);
  margin: 0 auto;
}

@media (min-width: 48em) {
  .area__section {
    width: 96%;
  }
}
@media (min-width: 48em) {
  .area__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 5.625rem;
  }
}
@media (min-width: 48em) {
  .area__aside {
    width: 50%;
  }
}
.area__aside p {
  font-weight: 700;
}

@media (min-width: 48em) {
  .area__content {
    width: 50%;
  }
}
@media (min-width: 48em) {
  .area__content p {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
.area__slider {
  position: relative;
  width: 100%;
}

.area__swiper {
  width: 96%;
  max-width: var(--sectionWidth);
  padding: 0 var(--sectionPadding);
  margin: 0 auto;
}

.area__swiper .swiper {
  position: initial;
  overflow: visible;
  margin-bottom: 1.375rem;
}

@media (min-width: 48em) {
  .area__swiper .swiper {
    margin-bottom: 2.75rem;
  }
}
.area__swiper .swiper-slide {
  width: 90%;
}

@media (min-width: 48em) {
  .area__swiper .swiper-slide {
    width: 60.9895%;
  }
}
.area__swiper .swiper-slide.is-small {
  width: 79.44%;
}

@media (min-width: 48em) {
  .area__swiper .swiper-slide.is-small {
    width: 53.836%;
  }
}
.area__swiper .swiper-btn {
  margin-top: -0.625rem;
}

@media (min-width: 48em) {
  .area__swiper .swiper-btn {
    margin-top: -1.25rem;
  }
}
.area__fig img {
  margin: 0;
}

.area__cta {
  padding: 0.625rem 0;
}

@media (min-width: 48em) {
  .area__cta {
    text-align: right;
  }
}
/* ==========================================================================
    INFO
   ========================================================================== */
.info {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.5rem 0 1.25rem 0;
}

@media (min-width: 48em) {
  .info {
    padding: 3.75rem 0 2.5rem 0;
  }
}
@media (min-width: 64em) {
  .info {
    padding-top: 6.25rem;
  }
}
.info__section {
  width: 100%;
  max-width: var(--sectionWidth);
  padding: 0 var(--sectionPadding);
  margin: 0 auto;
}

@media (min-width: 48em) {
  .info__section {
    width: 96%;
  }
}
@media (min-width: 48em) {
  .info__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 2.5rem;
    padding-top: 1.25rem;
  }
}
@media (min-width: 64em) {
  .info__main {
    gap: 0 5.625rem;
  }
}
@media (min-width: 48em) {
  .info__aside {
    width: 50%;
  }
}
.info__data {
  padding: 0.625rem 0 1.25rem 0;
}

.info__data ul {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
  font-weight: 700;
  font-size: 0.8125rem;
}

@media (min-width: 78em) {
  .info__data ul {
    gap: 1.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.info__data li {
  width: calc(50% - 0.9375rem);
  text-align: center;
  line-height: 1.2;
}

@media (min-width: 78em) {
  .info__data li {
    width: auto;
  }
}
.info__ico {
  padding: 0 0 0.625rem 0;
}

@media (min-width: 64em) {
  .info__ico {
    min-height: 7rem;
  }
}
.info__ico img {
  width: auto;
  height: 3.75rem;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .info__ico img {
    height: 5rem;
  }
}
@media (min-width: 64em) {
  .info__ico img {
    height: 6.875rem;
    min-height: 6.875rem;
  }
}
@media (min-width: 48em) {
  .info__content {
    margin-left: auto;
    width: 50%;
  }
}
.info__cta {
  padding: 0.625rem 0;
}

@media (min-width: 48em) {
  .info__cta {
    text-align: right;
  }
}
/*
.info__top {
	display: flex;
	justify-content: flex-end;
	padding-bottom: rem(20px);

	@include media-tablet {
		padding-bottom: rem(76px);
		padding-left: rem(90px);
	}

	p {

		@include media-tablet {
			width: 50%;
		}
	}
}

.info__row {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: rem(1070px);
	margin: 0 auto;
	gap: rem(24px);
	flex-wrap: wrap;
	@include media-tablet {
		gap: rem(50px);
	}
}

.info__col {
	position: relative;
	flex: 1 1 100%;

	@include media-phone-up {
		flex: 1 1 calc(50% - 3.125rem);
	}

	@include media-desktop {
		flex: 1 1 calc(25% - 3.125rem);
	}

	&::after {
		position: absolute;
		bottom: 0;
		right: rem(-12px);
		width: 1px;
		max-height: rem(110px);
		height: 100%;
		background-color: var(--clrPrimary);

		@include media-tablet {
			content: '';
			right: rem(-25px);
		}
	}

	&:last-child {
		&::after {
			display: none;
		}
	}
}

.info__headline {
	display: flex;
	align-items: baseline;
	justify-content: center;

	h3 {
		font-size: rem(70px);
		font-weight: 400;
		line-height: 1;
		@include media-tablet {
			font-size: rem(93px);
		}
	}
}

.info__txt {
	text-align: center;

	p {
		@include primaryFont;
		font-weight: 700;
		line-height: 1;
		padding-bottom: 0;
	}
}




.info__txt {
	line-height: 1.6;
}
*/
/* ==========================================================================
    MAP
   ========================================================================== */
.map {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 31.25rem;
}

@media (min-width: 48em) {
  .map {
    height: 42.5rem;
  }
}
.map .gm-err-icon img {
  margin: 0.625rem auto;
}

.map__canvas {
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map__canvas img {
  margin: 0;
}

.map__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map__marker {
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, visibility 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, visibility 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, visibility 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  opacity: 0;
  visibility: hidden;
}

.map__marker.is-active {
  opacity: 1;
  visibility: visible;
}

.map__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.75rem;
  padding: 0.875rem 4rem 0.875rem 0.625rem;
}

.map__info:before {
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background: var(--clrWhite);
}

.map__info.is-zdravotni_zarizeni:before {
  min-width: 1.75rem;
  width: 1.75rem;
  height: 1.6875rem;
  -webkit-mask-image: url(../images/map/zdravotni_zarizeni.svg);
          mask-image: url(../images/map/zdravotni_zarizeni.svg);
}

.map__info.is-skoly:before {
  min-width: 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  -webkit-mask-image: url(../images/map/skoly.svg);
          mask-image: url(../images/map/skoly.svg);
}

.map__info.is-skoly:before {
  min-width: 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  -webkit-mask-image: url(../images/map/skoly.svg);
          mask-image: url(../images/map/skoly.svg);
}

.map__info.is-obchody:before {
  min-width: 1.9375rem;
  width: 1.9375rem;
  height: 1.75rem;
  -webkit-mask-image: url(../images/map/obchody.svg);
          mask-image: url(../images/map/obchody.svg);
}

.map__info.is-sportoviste:before {
  min-width: 2rem;
  width: 2rem;
  height: 1.4375rem;
  -webkit-mask-image: url(../images/map/sportoviste.svg);
          mask-image: url(../images/map/sportoviste.svg);
}

.map__info.is-fotbal:before {
  min-width: 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  -webkit-mask-image: url(../images/map/fotbal.svg);
          mask-image: url(../images/map/fotbal.svg);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}

.map__info.is-mhd:before {
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.75rem;
  -webkit-mask-image: url(../images/map/mhd.svg);
          mask-image: url(../images/map/mhd.svg);
}

.map__info.is-trziste:before {
  min-width: 1.8125rem;
  width: 1.8125rem;
  height: 1.75rem;
  -webkit-mask-image: url(../images/map/trziste.svg);
          mask-image: url(../images/map/trziste.svg);
}

.map__info.is-restaurace_kavarny:before {
  min-width: 1.25rem;
  width: 1.25rem;
  height: 1.75rem;
  -webkit-mask-image: url(../images/map/restaurace_kavarny.svg);
          mask-image: url(../images/map/restaurace_kavarny.svg);
}

.map__info.is-park:before {
  min-width: 1.75rem;
  width: 1.75rem;
  height: 1.5625rem;
  -webkit-mask-image: url(../images/map/park.svg);
          mask-image: url(../images/map/park.svg);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}

.map__title {
  font-family: "Red Hat Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.125rem;
  color: var(--clrWhite);
  font-weight: 500;
}

.map__address {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.75rem;
  color: var(--clrWhite);
  font-weight: 400;
}

.gm-style .custom-infowindow.gm-style-iw-c {
  border-radius: 2.6875rem;
  background-color: var(--clrTxt);
}

.gm-style .custom-infowindow .gm-style-iw-chr {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gm-style .custom-infowindow .gm-style-iw-chr button {
  top: 0.1875rem;
}

.gm-style .custom-infowindow .gm-style-iw-chr button span {
  -webkit-mask-image: none !important;
          mask-image: none !important;
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  background-color: transparent;
}

.gm-style .custom-infowindow .gm-style-iw-d::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.gm-style .custom-infowindow + .gm-style-iw-tc:after {
  background-color: var(--clrTxt);
}

/* ==========================================================================
    ENTRY
   ========================================================================== */
.entry {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
}

@media (min-width: 48em) {
  .entry {
    padding-top: 4.0625rem;
  }
}
.entry img {
  margin: 0;
}

.entry__section {
  width: 100%;
  max-width: 94.625rem;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .entry__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.entry__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem var(--sectionPadding);
}

@media (min-width: 48em) {
  .entry__main {
    width: 50%;
    padding: 1.25rem 2.875rem;
  }
}
@media (min-width: 48em) {
  .entry__aside {
    width: 50%;
  }
}
@media (min-width: 48em) {
  .entry__fig {
    height: 100%;
  }
}
.entry__fig img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.entry__txt p {
  font-size: 1.125rem;
  line-height: 1.5;
}

/* ==========================================================================
    FORM
   ========================================================================== */
.form {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 0.625rem 0;
}

.form input[type=checkbox],
.form input[type=radio] {
  position: absolute;
  top: 3px;
  left: 1px;
  width: 18px;
  height: 18px;
  opacity: 0;
}

.form input[type=checkbox] + label,
.form input[type=radio] + label {
  position: relative;
  padding-left: 30px;
}

.form input[type=checkbox] + label::before,
.form input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--clrPrimary);
}

.form input[type=checkbox] + label::after,
.form input[type=radio] + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: var(--clrPrimary);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.form input[type=checkbox]:checked + label::after,
.form input[type=radio]:checked + label::after {
  opacity: 1;
}

.form.is-send .form__success {
  -webkit-animation: hiddenPlusOpacity 0.5s ease-in 0s forwards;
          animation: hiddenPlusOpacity 0.5s ease-in 0s forwards;
  display: block;
  opacity: 1;
}

.form.is-send .form__main {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 47.9375em) {
  .form.is-send .form__main {
    display: none;
  }
}
.form__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0;
}

@media (min-width: 48em) {
  .form__data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 0.875rem;
  }
}
.form__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 48em) {
  .form__row {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 48em) {
  .form__row--xl {
    width: 100%;
  }
}
.form__label,
.form__legend {
  display: block;
  color: var(--clrDark);
  font-size: 1rem;
  font-weight: 700;
}

.form__legend p {
  padding-top: 0;
}

.form__label {
  -webkit-transition: font-size 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: font-size 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, font-size 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, font-size 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, font-size 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.form__label--static {
  position: relative;
  top: inherit;
  padding-bottom: 0.625rem;
}

.form__input {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  font-family: "Red Hat Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: 100%;
  height: 2.5rem;
  padding: 0.625rem 0;
  background: transparent;
  border: 0;
  border-bottom: 0.0625rem solid var(--inputBorderClr);
  outline: none;
  color: var(--clrDark);
  font-size: 1rem;
}

.form__input:focus + .form__label {
  -webkit-transform: translateY(-1.25rem);
      -ms-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
  font-size: 0.75rem;
}

.form__input.is-filled + .form__label {
  -webkit-transform: translateY(-1.25rem);
      -ms-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
  font-size: 0.75rem;
}

.form__input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 100px var(--bodyBg);
          box-shadow: inset 0 0 0 100px var(--bodyBg);
}

.form__input:-webkit-autofill:hover, .form__input:-webkit-autofill:focus, .form__input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 100px var(--bodyBg);
          box-shadow: inset 0 0 0 100px var(--bodyBg);
}

.form__textarea {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  font-family: "Red Hat Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow: hidden;
  width: 100%;
  min-height: 9.0625rem;
  padding: 0.625rem 0;
  background: transparent;
  border: 0;
  border-bottom: 0.0625rem solid var(--inputBorderClr);
  outline: none;
  color: var(--clrDark);
  font-size: 1rem;
  resize: none;
}

@media (min-width: 48em) {
  .form__textarea {
    min-height: 7.1875rem;
  }
}
.form__textarea::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 400;
}
.form__textarea::-moz-placeholder {
  font-style: italic;
  font-weight: 400;
}
.form__textarea:-ms-input-placeholder {
  font-style: italic;
  font-weight: 400;
}
.form__textarea::-ms-input-placeholder {
  font-style: italic;
  font-weight: 400;
}
.form__textarea::placeholder {
  font-style: italic;
  font-weight: 400;
}

.form__textarea:focus + .form__label {
  -webkit-transform: translateY(-1.25rem);
      -ms-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
  font-size: 0.75rem;
}

.form__textarea.is-filled + .form__label {
  -webkit-transform: translateY(-1.25rem);
      -ms-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
  font-size: 0.75rem;
}

.form__textarea:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 100px var(--bodyBg);
          box-shadow: inset 0 0 0 100px var(--bodyBg);
}

.form__textarea:-webkit-autofill:hover, .form__textarea:-webkit-autofill:focus, .form__textarea:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 100px var(--bodyBg);
          box-shadow: inset 0 0 0 100px var(--bodyBg);
}

.form__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form__option {
  position: relative;
  padding-right: 1.875rem;
}

.form__checkbox {
  position: relative;
  padding-bottom: 0.5rem;
}

.form__checkbox label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.form__checkbox a {
  text-decoration: underline;
}

.form__checkbox .form__error {
  padding-left: 1.875rem;
}

.form__error {
  display: block;
  padding: 0.25rem 0 0 0;
  color: var(--clrError);
  font-size: 0.875rem;
}

.form__error:empty {
  display: none;
}

.form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2rem;
  gap: 1.25rem;
}

@media (min-width: 48em) {
  .form__bottom {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form__select {
  width: 100%;
  border: 0;
  outline: none;
  padding: 0.375rem 0.375rem 0.375rem 0;
  border-bottom: 0.0625rem solid var(--inputBorderClr);
  background-color: transparent;
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: var(--clrDark);
  background-image: url("../images/select.svg");
  background-position: center right;
  background-size: 10px auto;
  background-repeat: no-repeat;
}

.form__select:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 100px var(--bodyBg);
          box-shadow: inset 0 0 0 100px var(--bodyBg);
}

.form__select:-webkit-autofill:hover, .form__select:-webkit-autofill:focus, .form__select:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 100px var(--bodyBg);
          box-shadow: inset 0 0 0 100px var(--bodyBg);
}

.form__reload {
  padding: 2.5rem 0 0 0;
}

.form__success {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: none;
  width: 100%;
  padding: 0.625rem 0 0 0;
  font-size: 1.625rem;
  opacity: 0;
  text-align: center;
}

@media (min-width: 48em) {
  .form__success {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
/* ==========================================================================
    LOGIN
   ========================================================================== */
.login {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  height: 100svh;
  width: 100%;
  background: -o-linear-gradient(310deg, var(--clrHero1), var(--clrHero4));
  background: linear-gradient(140deg, var(--clrHero1), var(--clrHero4));
}

.login::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  -webkit-mask-image: linear-gradient(to bottom, transparent, black);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
          mask-image: linear-gradient(to bottom, transparent, black);
  background: -webkit-gradient(linear, left top, right top, from(var(--clrHero2)), to(var(--clrHero4)));
  background: -o-linear-gradient(left, var(--clrHero2), var(--clrHero4));
  background: linear-gradient(90deg, var(--clrHero2), var(--clrHero4));
}

.login__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 35.875rem;
  padding: 0 var(--sectionPadding);
}

.login__inner h1 {
  font-size: 6.25rem;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 48em) {
  .login__inner h1 {
    font-size: 12.875rem;
  }
}
.login__sup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.625rem;
  margin-top: -1.25rem;
  padding: 0 0.625rem;
}

.login__sup p {
  font-family: "Red Hat Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-bottom: 0;
  font-size: 1.25rem;
}

.login__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 35.875rem;
  gap: 1.125rem;
  padding-top: 1.25rem;
}

@media (min-width: 48em) {
  .login__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 3.5rem;
  }
}
.login__form input {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  outline: none;
  border: 0;
  font-size: 1.125rem;
  padding: 0.875rem 1.875rem;
  line-height: 1;
  text-align: center;
}

@media (min-width: 48em) {
  .login__form input {
    text-align: left;
  }
}
.login__form input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 100px var(--bodyBg);
          box-shadow: inset 0 0 0 100px var(--bodyBg);
}

.login__form input:-webkit-autofill:hover, .login__form input:-webkit-autofill:focus, .login__form input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 100px var(--bodyBg);
          box-shadow: inset 0 0 0 100px var(--bodyBg);
}

.login__form .btn {
  min-width: 8.75rem;
}

.login__lang {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1;
  font-family: "Red Hat Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
}

.login__lang a {
  display: block;
}

/* ==========================================================================
    COOKIE HUB
   ========================================================================== */
.ch2 .ch2-style-light.ch2-icon a svg {
  border-color: #EAC997;
  background: #EAC997;
}

.ch2 .ch2-style-light.ch2-icon a svg path {
  fill: var(--clrPrimary);
}

.ch2 .ch2-style-light.ch2-icon a:hover {
  background-color: #EAC997;
}

.ch2 .ch2-style-light.ch2-icon a:hover svg {
  border-color: #EAC997;
  background-color: #EAC997;
}

.ch2 .ch2-style-light.ch2-icon a:hover svg path {
  fill: var(--clrPrimary);
}

.ch2 .ch2-container .ch2-btn {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ch2 .ch2-container .ch2-btn:hover, .ch2 .ch2-container .ch2-btn:focus, .ch2 .ch2-container .ch2-btn:active {
  background-color: var(--clrPrimary);
  border-color: var(--clrPrimary);
  color: var(--clrWhite);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ch2 .ch2-container .ch2-btn-secondary,
.ch2 .ch2-container .ch2-btn-transparent {
  background-color: var(--clrTxt);
  border-color: var(--clrTxt);
  color: var(--clrWhite);
}

.ch2 .ch2-container .ch2-btn-secondary:hover, .ch2 .ch2-container .ch2-btn-secondary:focus, .ch2 .ch2-container .ch2-btn-secondary:active,
.ch2 .ch2-container .ch2-btn-transparent:hover,
.ch2 .ch2-container .ch2-btn-transparent:focus,
.ch2 .ch2-container .ch2-btn-transparent:active {
  background-color: var(--clrCta);
  border-color: var(--clrCta);
  color: var(--clrWhite);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ch2 .ch2-container .ch2-theme-default .ch2-dialog-actions .ch2-deny-all-btn {
  height: auto;
  margin: 0.5rem auto 0 auto;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333;
  text-decoration: underline;
  text-transform: none;
}

.ch2 .ch2-container .ch2-theme-default .ch2-dialog-actions .ch2-deny-all-btn:hover, .ch2 .ch2-container .ch2-theme-default .ch2-dialog-actions .ch2-deny-all-btn:focus, .ch2 .ch2-container .ch2-theme-default .ch2-dialog-actions .ch2-deny-all-btn:active {
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ch2 .ch2-container .ch2-settings-scan .ch2-settings-tabs ul {
  border-color: rgba(0, 0, 0, 0.15);
}

.ch2 .ch2-container .ch2-settings-scan .ch2-settings-tabs ul li {
  line-height: 1;
}

.ch2 .ch2-container .ch2-settings-scan .ch2-settings-tabs ul li a {
  outline: none;
}

.ch2 .ch2-container .ch2-settings-scan .ch2-settings-tabs ul li a:hover, .ch2 .ch2-container .ch2-settings-scan .ch2-settings-tabs ul li a:focus, .ch2 .ch2-container .ch2-settings-scan .ch2-settings-tabs ul li a:active {
  color: var(--clrPrimary);
}

.ch2 .ch2-container .ch2-settings-scan .ch2-settings-tabs ul li.active a {
  border-color: var(--clrPrimary);
  color: var(--clrPrimary);
}

.ch2 .ch2-container .ch2-settings-tabs {
  padding: 0;
}

.ch2 .ch2-container .ch2-settings-tabs li:before {
  display: none;
}

.ch2 .ch2-container .ch2-settings-actions .ch2-btn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* ==========================================================================
    FAKE INPUT
   ========================================================================== */
:root {
  --checkboxBorder: #000;
  --checkboxActiveBg: transparent;
  --checkboxActiveBorder: #000;
  --checkboxFocus: #000;
  --radioBorder: #000;
  --radioActiveBg: transparent;
  --radioActiveBorder: #000;
  --radioFocus: #000;
}

.checkbox,
.radio {
  position: relative;
}

.checkbox input,
.radio input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox__label,
.radio__label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 0.625rem;
  margin: 0;
}

.checkbox.is-error .checkbox__ico {
  border-color: var(--clrError);
}

.checkbox__ico {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  overflow: hidden;
  position: relative;
  top: 0.1875rem;
  min-width: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--checkboxBorder);
  cursor: pointer;
}

.checkbox__ico svg {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 0.75rem;
  height: auto;
  fill: var(--clrTxt);
  opacity: 0;
}

.checkbox input:checked + .checkbox__label .checkbox__ico {
  background-color: var(--checkboxActiveBg);
  border-color: var(--checkboxActiveBorder);
}

.checkbox input:checked + .checkbox__label .checkbox__ico svg {
  opacity: 1;
}

.checkbox input:disabled + .checkbox__label .checkbox__ico {
  pointer-events: none;
  opacity: 0.5;
}

.checkbox input:disabled + .checkbox__label .checkbox__txt {
  pointer-events: none;
  opacity: 0.5;
}

.checkbox input:focus-visible + .checkbox__label .checkbox__ico {
  outline: 1px solid var(--checkboxFocus);
}

.checkbox__txt {
  cursor: pointer;
}

.checkbox__txt:empty {
  display: none;
}

.radio.is-error .radio__ico {
  border-color: var(--clrError);
}

.radio__ico {
  overflow: hidden;
  position: relative;
  top: 0.1875rem;
  min-width: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--radioBorder);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
}

.radio__ico svg {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 0.75rem;
  height: auto;
  fill: var(--clrTxt);
  opacity: 0;
}

.radio input:checked + .radio__label .radio__ico {
  background-color: var(--checkboxActiveBg);
  border-color: var(--checkboxActiveBorder);
}

.radio input:checked + .radio__label .radio__ico svg {
  opacity: 1;
}

.radio input:disabled + .radio__label .radio__ico {
  pointer-events: none;
  opacity: 0.5;
}

.radio input:disabled + .radio__label .radio__txt {
  pointer-events: none;
  opacity: 0.5;
}

.radio input:focus-visible + .radio__label .radio__ico {
  outline: 1px solid var(--checkboxFocus);
}

.radio__txt {
  cursor: pointer;
}

.radio__txt:empty {
  display: none;
}

/* ==========================================================================
    MAP TOOLS
   ========================================================================== */
.map-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  padding: 3.125rem 0 0 0;
}

@media (min-width: 48em) {
  .map-tools {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 6.25rem;
  }
}
.map-tools__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 1.875rem;
}

.map-tools__clear {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--clrTxt);
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
}

.map-tools__clear svg {
  display: block;
  width: 1.25rem;
  height: auto;
}

.map-tools__clear span {
  text-decoration: underline;
  white-space: nowrap;
}

.map-tools__clear:hover, .map-tools__clear:focus {
  color: var(--clrLinksActive);
}

/* ==========================================================================
    ARTICLE
   ========================================================================== */
.article {
  padding: 1.25rem 0;
}

@media (min-width: 48em) {
  .article {
    padding: 2.5rem 0;
  }
}
@media (min-width: 64em) {
  .article {
    padding: 3.75rem 0;
  }
}
.article__section {
  width: 100%;
  max-width: var(--sectionWidth);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
}

@media (min-width: 48em) {
  .article__section {
    width: 96%;
  }
}
/* ==========================================================================
    CONTACT
   ========================================================================== */
.contact {
  padding: 2.5rem 0;
}

@media (min-width: 48em) {
  .contact {
    padding: 5rem 0;
  }
}
@media (min-width: 64em) {
  .contact {
    padding: 7.5rem 0;
  }
}
.contact__section {
  width: 100%;
  max-width: var(--sectionWidth);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0;
}

@media (min-width: 48em) {
  .contact__section {
    gap: 2.5rem 0;
    width: 96%;
  }
}
@media (min-width: 64em) {
  .contact__section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 4.375rem;
  }
}
.contact__aside {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 64em) {
  .contact__aside {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: calc(51.099% - 2.1875rem);
  }
}
.contact__fig {
  overflow: hidden;
  position: relative;
  aspect-ratio: 709/785;
}

@media (min-width: 64em) {
  .contact__fig {
    aspect-ratio: initial;
    height: 100%;
  }
}
.contact__fig img {
  aspect-ratio: 709/935;
  margin-top: -3.125rem;
}

@media (min-width: 64em) {
  .contact__fig img {
    max-width: initial;
  }
}
@media (min-width: 64em) {
  .contact__main {
    width: calc(48.901% - 2.1875rem);
  }
}
.contact__txt {
  padding-bottom: 0.625rem;
}

.contact__txt h1 {
  font-size: 1.6875rem;
}

@media (min-width: 64em) {
  .contact__txt h1 {
    font-size: 3.125rem;
  }
}
/* ==========================================================================
    CAPTION
   ========================================================================== */
.caption {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1920/900;
}

@media (min-width: 48em) {
  .caption {
    aspect-ratio: 1920/700;
  }
}
/* ==========================================================================
    COLS
   ========================================================================== */
.cols {
  position: relative;
  padding-bottom: 3.125rem;
}

@media (min-width: 48em) {
  .cols {
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 48em) {
  .cols {
    padding-bottom: 6.875rem;
  }
}
.cols__section {
  width: 100%;
  max-width: var(--sectionWidth);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
}

@media (min-width: 48em) {
  .cols__section {
    width: 96%;
  }
}
.cols__grid {
  display: grid;
  gap: 1.25rem 0;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 48em) {
  .cols__grid {
    gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 64em) {
  .cols__grid {
    gap: 5rem;
  }
}
.cols__item {
  position: relative;
}

@media (min-width: 48em) {
  .cols__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.25rem;
    height: 100%;
    width: 1px;
    background: var(--clrTxt);
  }
}
@media (min-width: 48em) and (min-width: 64em) {
  .cols__item:before {
    left: -2.5rem;
  }
}
.cols__item:first-child:before, .cols__item:nth-child(3n+1):before {
  display: none;
}

.cols__item p.is-medium {
  font-size: 1.125rem;
}

@media (min-width: 48em) {
  .cols__item p.is-medium {
    font-size: 1.4375rem;
  }
}
@media (max-width: 74em) {
  .cols__item--special br {
    display: none;
  }
}
.cols__fig {
  padding: 0.625rem 0;
}

.cols__fig img {
  margin: 0;
  height: 3.75rem;
  width: auto;
}

@media (min-width: 48em) {
  .cols__fig img {
    height: 5rem;
  }
}
@media (min-width: 64em) {
  .cols__fig img {
    height: 7.375rem;
  }
}
.cols__footer {
  padding: 2.5rem 0 0.625rem 0;
  text-align: center;
}

@media (min-width: 48em) {
  .cols__footer {
    padding-top: 3.75rem;
  }
}
@media (min-width: 64em) {
  .cols__footer {
    padding-top: 5rem;
  }
}
/* ==========================================================================
    POSTS
   ========================================================================== */
.posts {
  overflow: hidden;
  position: relative;
  padding: 1.875rem 0;
}

@media (min-width: 48em) {
  .posts {
    padding: 4.375rem 0;
  }
}
@media (min-width: 64em) {
  .posts {
    padding: 6.875rem 0;
  }
}
.posts__section {
  width: 100%;
  max-width: var(--sectionWidth);
  padding: 0 var(--sectionPadding);
  margin: 0 auto;
}

@media (min-width: 48em) {
  .posts__section {
    width: 96%;
  }
}
.posts__slider {
  padding-bottom: 0.625rem;
}

.posts__slider .swiper {
  overflow: visible;
}

.posts__slider .swiper-slide {
  width: 17.25rem;
  margin-right: 1.25rem;
}

@media (min-width: 48em) {
  .posts__slider .swiper-slide {
    margin-right: 2.8125rem;
  }
}
.posts__slider .swiper-scrollbar {
  width: 100%;
  max-width: 100%;
  margin-top: 1.875rem;
}

@media (min-width: 48em) {
  .posts__slider .swiper-scrollbar {
    margin-top: 3.75rem;
  }
}
.posts__item {
  position: relative;
}

.posts__img {
  overflow: hidden;
  aspect-ratio: 1/1;
}

.posts__img img {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
}

.posts__content {
  padding: 0.9375rem 0 0 0;
}

.posts__content h3 {
  font-family: "Red Hat Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 0.3125rem 0;
  font-size: 1.25rem;
}

.posts__content .date {
  padding: 0.3125rem 0;
}

.posts__link {
  display: block;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid var(--clrTxt);
  text-decoration: none;
}

.posts__link:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -0.625rem;
  left: -0.625rem;
  width: calc(100% + 1.25rem);
  height: calc(100% + 1.25rem);
}

.posts__link:hover, .posts__link:focus {
  outline: none;
}

.posts__link:focus-visible:before {
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
    INTRO
   ========================================================================== */
.intro {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5rem 0;
}

@media (min-width: 48em) {
  .intro {
    padding: 3.75rem 0;
  }
}
@media (min-width: 64em) {
  .intro {
    padding: 6.25rem 0;
  }
}
.intro__section {
  width: 100%;
  max-width: var(--sectionWidth);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
}

@media (min-width: 48em) {
  .intro__section {
    width: 96%;
  }
}
.intro__content {
  max-width: 55rem;
  font-size: 1.125rem;
}

@media (min-width: 48em) {
  .intro__content {
    font-size: 1.25rem;
  }
}
.intro__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0;
  padding-top: 1.875rem;
}

@media (min-width: 48em) {
  .intro__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 2.5rem;
    padding-top: 3.75rem;
  }
}
@media (min-width: 64em) {
  .intro__items {
    gap: 1.25rem 4.375rem;
    padding-top: 6.25rem;
  }
}
.intro__selector {
  padding-top: 1.875rem;
}

@media (min-width: 48em) {
  .intro__selector {
    padding-top: 3.75rem;
  }
}
@media (min-width: 64em) {
  .intro__selector {
    padding-top: 6.25rem;
  }
}
.intro__headline {
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--clrTxt);
}

.intro__headline h2 {
  font-weight: 700;
  font-size: 1.5rem;
}

@media (min-width: 64em) {
  .intro__headline h2 {
    font-size: 2rem;
  }
}
.intro__img {
  margin-bottom: 0.625rem;
  aspect-ratio: 445/350;
}

.intro__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin: 0;
}

.intro__img + p {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-bottom: 0.3125rem;
  font-weight: 700;
}

.intro__img--xl {
  aspect-ratio: 688/812;
}

/* ==========================================================================
    TARIFF
   ========================================================================== */
.tariff {
  padding: 2.5rem 0;
}

@media (min-width: 48em) {
  .tariff {
    padding: 3.75rem 0;
  }
}
@media (min-width: 64em) {
  .tariff {
    padding: 6.25rem 0;
  }
}
.tariff__section {
  width: 100%;
  max-width: var(--sectionWidth);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
}

@media (min-width: 48em) {
  .tariff__section {
    width: 96%;
  }
}
.tariff__data {
  overflow: auto;
  width: calc(100% + 2.5rem);
  margin: 0 0 0.625rem -1.25rem;
  padding: 0.625rem 1.25rem 0 1.25rem;
}

@media (min-width: 48em) {
  .tariff__data {
    padding: 1.25rem 0 0 0;
    width: 100%;
    margin-left: 0;
  }
}
.tariff__data table {
  width: 100%;
  margin: 0;
}

.tariff__data tr {
  position: relative;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.tariff__data tr:nth-child(even) td {
  background: rgba(225, 225, 225, 0.18);
}

.tariff__data tr.is-hidden {
  display: none;
}

.tariff__data tr.is-totally-hidden {
  display: none;
}

.tariff__data th,
.tariff__data td {
  text-align: center;
}

.tariff__data th[data-tariff=building],
.tariff__data td[data-tariff=building] {
  text-align: left;
}

@media (max-width: 47.9375em) {
  .tariff__data th,
.tariff__data td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
  }

  .tariff__data th[data-tariff=number], .tariff__data th[data-tariff=building], .tariff__data th[data-tariff=orientation], .tariff__data th[data-tariff=floor-area], .tariff__data th[data-tariff=accessories], .tariff__data th[data-tariff=pdf], .tariff__data th[data-tariff=availability],
.tariff__data td[data-tariff=number],
.tariff__data td[data-tariff=building],
.tariff__data td[data-tariff=orientation],
.tariff__data td[data-tariff=floor-area],
.tariff__data td[data-tariff=accessories],
.tariff__data td[data-tariff=pdf],
.tariff__data td[data-tariff=availability] {
    display: none;
  }

  .tariff__data th[data-tariff=number],
.tariff__data td[data-tariff=number] {
    text-align: left;
  }

  .tariff__data th[data-tariff=accessories], .tariff__data th[data-tariff=price],
.tariff__data td[data-tariff=accessories],
.tariff__data td[data-tariff=price] {
    width: 5rem;
    max-width: 5rem;
  }

  .tariff__data th .sort,
.tariff__data td .sort {
    font-size: 0.8125rem;
  }
}
@media (min-width: 48em) and (max-width: 63.9375em) {
  .tariff__data th[data-tariff=number], .tariff__data th[data-tariff=floor], .tariff__data th[data-tariff=orientation],
.tariff__data td[data-tariff=number],
.tariff__data td[data-tariff=floor],
.tariff__data td[data-tariff=orientation] {
    display: none;
  }
}
@media (min-width: 48em) {
  .tariff__data th[data-tariff=building],
.tariff__data td[data-tariff=building] {
    min-width: 11.25rem;
  }
}
.tariff__data th {
  line-height: 1.25;
}

@media (max-width: 47.9375em) {
  .tariff__data th {
    font-size: 0.8125rem;
  }
}
.tariff__data a:not(.tariff__link) {
  position: relative;
  z-index: 2;
}

@-moz-document url-prefix() {
  .tariff__data tr {
    transform: initial;
    clip-path: initial;
  }
}
.tariff__link {
  text-decoration: none;
}

.tariff__link:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
}

.tariff__link:after {
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 0;
  width: 100%;
  height: calc(100% - 1px);
  inset: 0;
  background: #FDEECB;
  opacity: 0;
}

.tariff__link:hover, .tariff__link:focus, .tariff__link:active {
  color: var(--clrTxt);
  outline: none;
}

.tariff__link:hover:after, .tariff__link:focus:after, .tariff__link:active:after {
  opacity: 1;
}

.tariff__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.1875rem;
  vertical-align: middle;
}

.tariff__info img {
  position: relative;
  z-index: 2;
  margin: 0;
}

.tariff__more {
  padding: 1.375rem 0 0.625rem 0;
  text-align: center;
}

.tariff__more.is-hidden {
  display: none;
}

/* ==========================================================================
    LEGEND
   ========================================================================== */
.legend {
  padding: 0.625rem 0;
}

@media (max-width: 47.9375em) {
  .legend {
    display: none;
  }
}
@media (min-width: 48em) {
  .legend {
    padding: 1.25rem 0;
  }
}
.legend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.25rem;
}

@media (min-width: 48em) {
  .legend ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.25rem 2.6875rem;
  }
}
.legend__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.legend__label img {
  margin: 0;
}

/* ==========================================================================
    FILTER
   ========================================================================== */
.filter {
  position: relative;
  margin: 1.875rem 0 1.25rem 0;
  padding: 1.875rem;
  background: var(--filterBg);
}

@media (min-width: 48em) {
  .filter {
    margin: 2.5rem 0 1.875rem 0;
    padding: 3.125rem 5%;
  }
}
@media (min-width: 64em) {
  .filter {
    padding: 5rem 7%;
  }
}
.filter__header {
  padding-bottom: 1.25rem;
}

@media (min-width: 48em) {
  .filter__header {
    display: none;
  }
}
.filter__trigger {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--clrTxt);
  font-weight: 400;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: underline;
}

.filter__trigger:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  content: "";
  width: 0.75rem;
  aspect-ratio: 12/8;
  -webkit-mask-image: url(../images/arrow-down.svg);
          mask-image: url(../images/arrow-down.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  background-color: var(--clrTxt);
}

.filter__trigger.is-active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter__clear {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--clrTxt);
  font-weight: 400;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: underline;
}

.filter__clear:before {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  content: "";
  width: 1rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/clear.svg);
          mask-image: url(../images/clear.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  background-color: var(--clrTxt);
}

.filter__clear:hover, .filter__clear:focus {
  color: var(--clrLinksActive);
}

.filter__clear:hover:before, .filter__clear:hover:after, .filter__clear:focus:before, .filter__clear:focus:after {
  background-color: var(--clrLinksActive);
}

.filter__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem 0;
}

.filter__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.5rem;
}

.filter__col {
  width: calc(50% - 1.25rem);
}

@media (max-width: 47.9375em) {
  .filter__col {
    max-width: calc(100vw - 6.25rem);
  }
}
@media (min-width: 64em) {
  .filter__col {
    width: calc(25% - 1.875rem);
  }
}
@media (max-width: 63.9375em) {
  .filter__col.is-wide {
    width: 100%;
  }
}
@media (min-width: 48em) {
  .filter__col.is-availability .filter__label {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 48em) {
  .filter__col.is-availability:after {
    content: "";
    display: block;
    height: 2.75rem;
  }
}
.filter__label {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  padding: 0 0 0.4375rem 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1115;
}

@media (min-width: 48em) {
  .filter__label {
    font-size: 1.0625rem;
  }
}
.filter__handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter__slider {
  width: 100%;
  margin: 1.25rem 0;
  padding: 0 0.4375rem;
}

.filter__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.filter__mark,
.filter__value {
  font-size: 0.875rem;
}

.filter__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0;
}

@media (min-width: 48em) {
  .filter__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.filter__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.filter__list li {
  position: initial;
}

@media (min-width: 48em) {
  .filter__list li:nth-last-child(2) {
    padding-right: 0.75rem;
  }
}
.filter__remove {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  height: 2rem;
  margin: 0;
  padding: 0 0.75rem 0 1rem;
  background: var(--filterClearBg);
  border: 0;
  border-radius: 1.125rem;
  color: var(--clrTxt);
  font-weight: 500;
  font-size: 1rem;
  white-space: nowrap;
}

.filter__remove:after {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  content: "";
  width: 1rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/clear.svg);
          mask-image: url(../images/clear.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  background-color: var(--clrTxt);
}

.filter__remove:hover, .filter__remove:focus, .filter__remove:active {
  background-color: var(--clrTxt);
  color: var(--clrWhite);
}

.filter__remove:hover:after, .filter__remove:focus:after, .filter__remove:active:after {
  background-color: var(--clrWhite);
}

/* ==========================================================================
    COMBO
   ========================================================================== */
.combo {
  position: relative;
  width: 100%;
}

.combo.is-active .combo__trigger {
  background-color: var(--comboBg);
}

.combo.is-active .combo__trigger:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.combo.is-active .combo__list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.combo__trigger {
  font-family: "Red Hat Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 1.75rem;
  margin: 0;
  padding: 0 0.625rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--clrTxt);
  color: var(--clrTxt);
  font-size: 1rem;
}

@media (min-width: 48em) {
  .combo__trigger {
    font-size: 1.0625rem;
  }
}
.combo__trigger:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  content: "";
  width: 0.75rem;
  min-width: 0.75rem;
  aspect-ratio: 12/8;
  margin-top: 1px;
  -webkit-mask-image: url(../images/arrow-down.svg);
          mask-image: url(../images/arrow-down.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  background-color: var(--clrTxt);
}

.combo__trigger:hover, .combo__trigger:focus, .combo__trigger:active {
  background-color: var(--comboBg);
  outline: none;
}

.combo__cmd {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.combo__list {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: all 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  background: var(--comboBg);
}

.combo__list li {
  border-bottom: 1px solid var(--clrTxt);
}

.combo__item {
  position: relative;
}

.combo__item input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

.combo__item input:focus + .combo__label {
  background-color: var(--comboItemHoverBg);
}

.combo__item input:checked + .combo__label {
  background-color: var(--comboItemActiveBg);
}

.combo__item input:checked + .combo__label:after {
  opacity: 1;
}

.combo__item input:checked + .combo__label:hover {
  background-color: var(--comboItemActiveBg);
}

.combo__item input:checked:focus-visible + .combo__label {
  background-color: var(--comboItemHoverBg);
}

.combo__label {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  position: relative;
  display: block;
  padding: 0.125rem 1.875rem 0.125rem 0.625rem;
  cursor: pointer;
}

.combo__label:after {
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.375rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/clear.svg);
          mask-image: url(../images/clear.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  background-color: var(--clrTxt);
  opacity: 0;
}

.combo__label:hover {
  background-color: var(--comboItemHoverBg);
}

/* ==========================================================================
    SHOWCASE
   ========================================================================== */
.showcase {
  padding: 3.125rem 0;
}

@media (min-width: 48em) {
  .showcase {
    padding: 4.375rem 0;
  }
}
@media (min-width: 64em) {
  .showcase {
    padding: 6.875rem 0;
  }
}
.showcase__section {
  width: 100%;
  max-width: 111.25rem;
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
}

@media (min-width: 48em) {
  .showcase__section {
    width: 96%;
  }
}
.showcase__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.4375rem;
  padding: 0.625rem 0;
}

@media (min-width: 48em) {
  .showcase__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.showcase__fig {
  aspect-ratio: 574/648;
}

.showcase__fig img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin: 0;
}

.showcase__cta {
  padding: 1.875rem 0 0.625rem 0;
  text-align: center;
}

/* ==========================================================================
    DETAIL
   ========================================================================== */
.detail {
  padding: 3.125rem 0;
}

@media (min-width: 48em) {
  .detail {
    padding: 4.375rem 0;
  }
}
@media (min-width: 64em) {
  .detail {
    padding: 6.875rem 0;
  }
}
.detail__section {
  width: 100%;
  max-width: var(--sectionWidth);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
}

@media (min-width: 48em) {
  .detail__section {
    width: 96%;
  }
}
@media (min-width: 48em) {
  .detail__top {
    padding-bottom: 0.625rem;
  }
}
.detail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 1.25rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--clrPrimary);
}

@media (min-width: 48em) {
  .detail__header {
    gap: 0 2.5rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 64em) {
  .detail__header {
    margin-bottom: 2.5rem;
  }
}
.detail__sub {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.05;
  font-size: 1.875rem;
  font-weight: 400;
  white-space: nowrap;
}

@media (min-width: 64em) {
  .detail__sub {
    font-size: 4.375rem;
  }
}
.detail__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0;
}

@media (min-width: 48em) {
  .detail__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 1.875rem;
  }
}
@media (min-width: 64em) {
  .detail__main {
    gap: 0 3rem;
  }
}
.detail__fig {
  aspect-ratio: 711/680;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 48em) {
  .detail__fig {
    width: 50%;
    max-width: 44.4375rem;
  }
}
.detail__fig img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 95%;
  height: 95%;
}

@media (min-width: 48em) {
  .detail__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (min-width: 48em) {
  .detail__content h2:first-child {
    padding-top: 0;
  }
}
.detail__data {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 1.25rem 0;
  font-weight: 500;
}

@media (min-width: 48em) {
  .detail__data {
    padding: 1.875rem 0;
  }
}
@media (min-width: 64em) {
  .detail__data {
    padding: 3.75rem 0;
  }
}
.detail__data ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}

@media (min-width: 64em) {
  .detail__data ul {
    gap: 1.875rem 1.25rem;
  }
}
.detail__data li {
  width: calc(50% - 0.625rem);
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (min-width: 64em) {
  .detail__data li {
    width: calc(33.3333% - 0.833333125rem);
    font-size: 2rem;
  }
}
@media (max-width: 47.9375em) {
  .detail__data li.is-2-col {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .detail__data li.is-2-col {
    width: calc(55%);
    max-width: 34.375rem;
  }
}
.detail__data li.is-wide {
  width: 100%;
}

@media (max-width: 47.9375em) {
  .detail__data li.is-remark {
    width: 100%;
  }
}
@media (max-width: 47.9375em) {
  .detail__data li.is-remark + .is-price {
    width: 100%;
  }
}
@media (max-width: 47.9375em) {
  .detail__data li.is-price {
    width: 100%;
  }
}
@media (min-width: 48em) {
  .detail__data li.is-price {
    margin-left: auto;
  }
}
.detail__data small {
  display: block;
  font-size: 0.875rem;
}

@media (min-width: 64em) {
  .detail__data small {
    font-size: 1rem;
  }
}
.detail__remark {
  display: block;
  padding: 0.25rem 0 0 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .detail__remark {
    font-size: 1.25rem;
  }
}
.detail__price-text {
  display: block;
  padding: 0.25rem 0 0 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .detail__price-text {
    font-size: 1.25rem;
  }
}
.detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.25rem 0 0 0;
}

@media (min-width: 48em) {
  .detail__info {
    gap: 1rem;
    padding-top: 0.5rem;
  }
}
.detail__info img {
  width: 1.25rem;
  margin: 0;
}

@media (min-width: 48em) {
  .detail__info img {
    width: 1.75rem;
  }
}
.detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0;
  padding: 0.625rem 0 0;
  border-top: 1px solid var(--clrPrimary);
}

@media (min-width: 48em) {
  .detail__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 1.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 1.25rem;
  }
}
@media (min-width: 64em) {
  .detail__meta {
    padding-top: 3.125rem;
  }
}
.detail__cta {
  padding: 0.625rem 0;
}

/* ==========================================================================
    DIR
   ========================================================================== */
.dir {
  padding: 1.25rem 0;
}

.dir__section {
  width: 100%;
  max-width: var(--sectionWidth);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
}

@media (min-width: 48em) {
  .dir__section {
    width: 96%;
  }
}
.dir__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem 0;
}

@media (min-width: 64em) {
  .dir__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.875rem;
  }
}
.dir__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.625rem 1.25rem;
}

@media (min-width: 48em) {
  .dir__item {
    gap: 1.25rem 3.75rem;
  }
}
.dir__item .xl {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-bottom: 0;
  font-size: 1.125rem;
}

@media (min-width: 48em) {
  .dir__item .xl {
    font-size: 1.25rem;
  }
}
.dir__ico {
  min-width: 4.5rem;
  width: 4.5rem;
}

@media (min-width: 48em) {
  .dir__ico {
    min-width: 7.625rem;
    width: 7.625rem;
  }
}
/* ==========================================================================
    GALLERY
   ========================================================================== */
.gallery {
  overflow: hidden;
  padding: 2.5rem 0 0 0;
}

@media (min-width: 48em) {
  .gallery {
    padding: 3.75rem 0 0 0;
  }
}
@media (min-width: 64em) {
  .gallery {
    padding: 6.25rem 0 0 0;
  }
}
.gallery__section {
  position: relative;
  width: 100%;
  max-width: var(--sectionWidth);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
}

@media (min-width: 48em) {
  .gallery__section {
    width: 96%;
  }
}
.gallery__section:last-child .gallery__list {
  padding-bottom: 2.5rem;
}

@media (min-width: 48em) {
  .gallery__section:last-child .gallery__list {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 64em) {
  .gallery__section:last-child .gallery__list {
    padding-bottom: 6.25rem;
  }
}
.gallery__nav {
  padding: 1.25rem 0 1.875rem 0;
  font-size: 1.125rem;
}

@media (min-width: 48em) {
  .gallery__nav {
    padding: 1.25rem 0 2.5rem 0;
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) {
  .gallery__nav {
    padding: 1.25rem 0 3.125rem 0;
    font-size: 2rem;
  }
}
.gallery__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
}

@media (min-width: 48em) {
  .gallery__nav ul {
    gap: 1.25rem 2.5rem;
  }
}
@media (min-width: 64em) {
  .gallery__nav ul {
    gap: 1.25rem 3.75rem;
  }
}
.gallery__trigger {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  position: relative;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--clrTxt);
  outline: none;
}

.gallery__trigger:after {
  -webkit-transition: width 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: width 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: width 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0.0625rem;
  background: var(--clrPrimary);
}

@media (min-width: 48em) {
  .gallery__trigger:after {
    bottom: -0.25rem;
  }
}
@media (min-width: 64em) {
  .gallery__trigger:after {
    bottom: -0.375rem;
  }
}
.gallery__trigger:hover, .gallery__trigger:focus-visible {
  color: var(--clrLinksActive);
}

.gallery__trigger.is-active {
  color: var(--clrLinksActive);
}

.gallery__trigger.is-active:after {
  width: 100%;
}

.gallery__fragment {
  display: none;
}

.gallery__fragment.is-active {
  display: block;
}

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}

@media (min-width: 48em) {
  .gallery__list {
    gap: 2.5rem;
  }
}
@media (min-width: 64em) {
  .gallery__list {
    gap: 4rem;
  }
}
.gallery__item {
  -webkit-transition: opacity 650ms cubic-bezier(0.77, 0.4, 0.84, 1) 0s, -webkit-transform 650ms cubic-bezier(0.32, 0.5, 0.52, 0.7) 0s;
  transition: opacity 650ms cubic-bezier(0.77, 0.4, 0.84, 1) 0s, -webkit-transform 650ms cubic-bezier(0.32, 0.5, 0.52, 0.7) 0s;
  -o-transition: opacity 650ms cubic-bezier(0.77, 0.4, 0.84, 1) 0s, transform 650ms cubic-bezier(0.32, 0.5, 0.52, 0.7) 0s;
  transition: opacity 650ms cubic-bezier(0.77, 0.4, 0.84, 1) 0s, transform 650ms cubic-bezier(0.32, 0.5, 0.52, 0.7) 0s;
  transition: opacity 650ms cubic-bezier(0.77, 0.4, 0.84, 1) 0s, transform 650ms cubic-bezier(0.32, 0.5, 0.52, 0.7) 0s, -webkit-transform 650ms cubic-bezier(0.32, 0.5, 0.52, 0.7) 0s;
  opacity: 0;
  width: 100%;
}

.gallery__item.is-transform-left {
  -webkit-transform: translateX(-2rem);
      -ms-transform: translateX(-2rem);
          transform: translateX(-2rem);
}

.gallery__item.is-transform-right {
  -webkit-transform: translateX(2rem);
      -ms-transform: translateX(2rem);
          transform: translateX(2rem);
}

.gallery__item.is-transform-top {
  -webkit-transform: translateY(2rem);
      -ms-transform: translateY(2rem);
          transform: translateY(2rem);
}

.gallery__item.is-transform-bottom {
  -webkit-transform: translateY(-2rem);
      -ms-transform: translateY(-2rem);
          transform: translateY(-2rem);
}

.gallery__item.is-animated {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.gallery__item.is-midi {
  width: calc(63% - 0.625rem);
}

@media (min-width: 48em) {
  .gallery__item.is-midi {
    width: calc(63% - 1.25rem);
  }
}
@media (min-width: 64em) {
  .gallery__item.is-midi {
    width: calc(63% - 2rem);
  }
}
.gallery__item.is-small {
  width: calc(37% - 0.625rem);
}

@media (min-width: 48em) {
  .gallery__item.is-small {
    width: calc(37% - 1.25rem);
  }
}
@media (min-width: 64em) {
  .gallery__item.is-small {
    width: calc(37% - 2rem);
  }
}
.gallery__item.is-mini {
  width: calc(33.333% - 0.8333333331rem);
}

@media (min-width: 48em) {
  .gallery__item.is-mini {
    width: calc(33.333% - 1.6666666669rem);
  }
}
@media (min-width: 64em) {
  .gallery__item.is-mini {
    width: calc(33.333% - 2.6666666669rem);
  }
}
.gallery__item.is-half {
  width: calc(50% - 0.625rem);
}

@media (min-width: 48em) {
  .gallery__item.is-half {
    width: calc(50% - 1.25rem);
  }
}
@media (min-width: 64em) {
  .gallery__item.is-half {
    width: calc(50% - 2rem);
  }
}
.gallery__img {
  height: 100%;
}

.gallery__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin: 0;
}

.gallery__banner {
  margin: 1.25rem 0;
  padding: 2.5rem 0;
  text-align: center;
  background: var(--filterBg);
}

@media (min-width: 48em) {
  .gallery__banner {
    margin: 2.5rem 0;
    padding: 3.75rem 0;
  }
}
@media (min-width: 64em) {
  .gallery__banner {
    margin: 4rem 0;
    padding: 6.25rem 0;
  }
}
.gallery__banner .xl {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.05;
  font-size: 1.875rem;
  font-weight: 400;
}

@media (min-width: 64em) {
  .gallery__banner .xl {
    font-size: 4.375rem;
  }
}
.gallery__banner .gallery__section {
  padding-bottom: 0;
}

.gallery__txt {
  max-width: 56.25rem;
  margin: 0 auto;
}

.gallery__cta {
  padding: 1.25rem 0 0.625rem 0;
}

@media (min-width: 48em) {
  .gallery__cta {
    padding-top: 1.875rem;
  }
}
@media (min-width: 64em) {
  .gallery__cta {
    padding-top: 2.5rem;
  }
}
/* ==========================================================================
    ERROR
   ========================================================================== */
.error {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 0;
}

@media (min-width: 48em) {
  .error {
    padding: 3.75rem 0;
  }
}
@media (min-width: 64em) {
  .error {
    padding: 6.25rem 0;
  }
}
.error h1 {
  margin-bottom: 1.25rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid var(--clrTxt);
}

@media (min-width: 48em) {
  .error h1 {
    margin-bottom: 2.5rem;
    padding-bottom: 1.875rem;
  }
}
.error__section {
  width: 100%;
  max-width: var(--sectionWidth);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
  text-align: center;
}

@media (min-width: 48em) {
  .error__section {
    width: 96%;
  }
}
.error__content {
  max-width: 72.5rem;
  margin: 0 auto;
}

.error__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem 0 0.625rem 0;
}

@media (min-width: 48em) {
  .error__cta {
    padding-top: 2.5rem;
  }
}
/* ==========================================================================
    SELECTOR
   ========================================================================== */
.selector {
  width: 100%;
}

.selector__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 0.75rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 48em) {
  .selector__nav {
    padding-bottom: 2.25rem;
  }
}
.selector__btn {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: background-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, border-color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, color 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 0.375rem);
  height: 3.75rem;
  margin: 0;
  padding: 0 0.625rem;
  background: transparent;
  border: 1px solid var(--clrTxt);
  color: var(--clrTxt);
  font-size: 1rem;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .selector__btn {
    height: 5.5rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) {
  .selector__btn {
    height: 6.75rem;
    font-size: 1.875rem;
  }
}
.selector__btn:hover, .selector__btn:focus {
  background-color: var(--clrPrimary);
  border-color: var(--clrPrimary);
  color: var(--clrWhite);
}

.selector__btn.is-active {
  background-color: var(--clrPrimary);
  border-color: var(--clrPrimary);
  color: var(--clrWhite);
  font-weight: 700;
  text-decoration: underline;
}

.selector__flip {
  -webkit-perspective: 187.5rem;
          perspective: 187.5rem;
}

.selector__flip.is-flipped .selector__cover {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.selector__cover {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, -webkit-transform 0.6s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  aspect-ratio: 1456/700;
}

.selector__front,
.selector__back {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.selector__back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.selector__fig {
  position: relative;
  aspect-ratio: 1456/700;
}

.selector__fig svg {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}

.selector__fig img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.selector__paths g,
.selector__paths polygon,
.selector__paths path {
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  pointer-events: visible;
  fill: transparent;
  outline: none;
}

.selector__paths g g,
.selector__paths polygon g,
.selector__paths path g {
  cursor: pointer;
}

.selector__paths g g polygon,
.selector__paths g g path,
.selector__paths polygon g polygon,
.selector__paths polygon g path,
.selector__paths path g polygon,
.selector__paths path g path {
  opacity: 0;
  fill: #FFD269;
}

.selector__paths g g polygon:hover, .selector__paths g g polygon:focus,
.selector__paths g g path:hover,
.selector__paths g g path:focus,
.selector__paths polygon g polygon:hover,
.selector__paths polygon g polygon:focus,
.selector__paths polygon g path:hover,
.selector__paths polygon g path:focus,
.selector__paths path g polygon:hover,
.selector__paths path g polygon:focus,
.selector__paths path g path:hover,
.selector__paths path g path:focus {
  opacity: 0.6;
}

.selector__paths [aria-describedby] polygon,
.selector__paths [aria-describedby] path {
  opacity: 0.6;
}

.selector__bg {
  opacity: 1;
}

.selector__bg polygon,
.selector__bg path {
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  fill: var(--clrWhite);
  opacity: 0.5;
}

.selector__bg .is-active {
  opacity: 0;
}

/* ==========================================================================
    FLOOR
   ========================================================================== */
.floor {
  width: 100%;
}

.floor__fig {
  width: 100%;
  background: var(--floorFigBg);
}

.floor__svg {
  aspect-ratio: 1446/675;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.floor__svg svg {
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.floor__legend {
  padding-top: 1.25rem;
}

@media (min-width: 48em) {
  .floor__legend {
    padding-top: 2.5rem;
  }
}
.floor__legend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.25rem;
}

@media (min-width: 48em) {
  .floor__legend ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.25rem 2.6875rem;
  }
}
@media (min-width: 64em) {
  .floor__legend ul {
    gap: 1.25rem 4.375rem;
  }
}
.floor__legend li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

.floor__mark {
  width: 1.3125rem;
  height: 1.3125rem;
  border: 1px solid var(--clrTxt);
}

.floor__mark.free {
  background: #FFFEF8;
}

.floor__mark.reserved {
  background: #FFEDC2;
}

.floor__mark.sold {
  background: #747474;
}

.floor__mark.in-preparation {
  background: #CFCFCF;
}

.floor__svg .st0 {
  -webkit-transition: fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  -o-transition: fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  transition: fill 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s, opacity 0.3s cubic-bezier(0.2, 0.57, 0.73, 0.95) 0s;
  opacity: 0.7;
}

.floor__svg .js-selector-popover {
  pointer-events: visible;
  outline: none;
}

.floor__svg .in-preparation {
  fill: #CFCFCF;
}

.floor__svg .sold {
  fill: #747474;
}

.floor__svg .free {
  fill: transparent;
  cursor: pointer;
}

.floor__svg .free:hover, .floor__svg .free:focus {
  fill: #FFD269;
}

.floor__svg .reserved {
  fill: #FFEDC2;
  cursor: pointer;
}

.floor__svg .reserved:hover, .floor__svg .reserved:focus {
  fill: #B2A688;
  opacity: 0.7;
}

/* ==========================================================================
    PROCESS
   ========================================================================== */
.process {
  padding: 2.5rem 0;
}

@media (min-width: 48em) {
  .process {
    padding: 3.75rem 0;
  }
}
@media (min-width: 64em) {
  .process {
    padding: 6.25rem 0;
  }
}
.process__section {
  width: 100%;
  max-width: var(--sectionWidth);
  margin: 0 auto;
  padding: 0 var(--sectionPadding);
}

@media (min-width: 48em) {
  .process__section {
    width: 96%;
  }
}
.process__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem 0;
  padding: 1.875rem 0 0 0;
}

@media (min-width: 48em) {
  .process__cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    padding: 2.5rem 0 0 0;
  }
}
@media (min-width: 78em) {
  .process__cols {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.75rem 4%;
    padding: 2.5rem 0 0 0;
  }
}
.process__cols p.xl {
  font-family: "Youth", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
}

@media (min-width: 78em) {
  .process__col:nth-of-type(2) {
    min-width: 20rem;
  }
}
.process__num {
  padding: 0.625rem 0;
}

@media (min-width: 48em) {
  .process__num {
    padding-bottom: 1.875rem;
  }
}
.process__num img {
  height: 3.75rem;
  width: auto;
  margin: 0;
}

@media (min-width: 48em) {
  .process__num img {
    height: 5.25rem;
  }
}
/*# sourceMappingURL=source-maps/style.css.map */
