@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "gothambold";
  src: url("../fonts/gotham-bold.woff2") format("woff2"), url("../fonts/gotham-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothambook";
  src: url("../fonts/gotham-book.woff2") format("woff2"), url("../fonts/gotham-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothammedium";
  src: url("../fonts/gotham-medium.woff2") format("woff2"), url("../fonts/gotham-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  font-size: 1.74vh;
  color-scheme: only light;
  --color-active: $color-active;
}
@media (orientation: portrait) {
  :root {
    font-size: 2.053svh;
  }
}
@media (orientation: landscape) and (max-height: 420px) {
  :root {
    font-size: 2.5svh;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: unset;
  }
}
html, body {
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  min-height: 100vh;
  overscroll-behavior-y: none;
  touch-action: pan-y;
  overflow: hidden;
  background-size: cover;
  background: linear-gradient(to bottom, #9D9FA2 0%, #CFCFCE 36.2725%, #CFCFCE 65.0499%, #939495 100%) no-repeat fixed;
  font-family: gothambook, sans-serif;
  font-size: 1rem;
  color: #000000;
}
@media (orientation: portrait) {
  body {
    min-height: var(--vh, 100svh);
  }
}
@media (orientation: landscape) and (max-height: 420px) {
  body {
    min-height: 100svh;
  }
}

.landscape {
  display: block;
}
@media (orientation: portrait) {
  .landscape {
    display: none !important;
  }
}

.portrait {
  display: none;
}
@media (orientation: portrait) {
  .portrait {
    display: block;
  }
}

.view {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (orientation: portrait) {
  .view {
    height: var(--vh, 100svh);
  }
}
@media (orientation: landscape) and (max-height: 420px) {
  .view {
    height: var(--vh, 100svh);
  }
}
.view.view--long {
  min-height: 100svh;
}
.view .view-scrollbox {
  position: absolute;
  inset: 0;
}
.view .view-container {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  padding-right: 3.298vw;
  padding-left: 3.298vw;
  padding-bottom: 2.7rem;
}
.view .view-container .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 100%;
}
.view .view-container .content .bottom {
  margin-top: auto;
  display: flex;
  justify-content: center;
}
@media (orientation: portrait) {
  .view .view-container .content .bottom {
    position: absolute;
    bottom: 2rem;
    width: 100vw;
    left: 0;
  }
}
@media (orientation: portrait) {
  .view .view-container {
    padding-right: 6.759vw;
    padding-left: 6.759vw;
    padding-bottom: 1.627rem;
  }
}
.view.view--long[data-scroll=inset] .view-scrollbox {
  min-height: var(--vh, 100svh);
  max-height: var(--vh, 100svh);
  overflow: auto;
  overscroll-behavior: contain; /* no rubber band to page */
  position: relative;
  height: auto;
  outline: none;
  scrollbar-width: none;
}
.view.view--long[data-scroll=inset] .view-scrollbox .view-container {
  height: auto;
  min-height: var(--vh, 100svh);
  position: relative;
  padding-bottom: 0;
}
@media (orientation: portrait) {
  .view.view--long[data-scroll=inset] .view-scrollbox .view-container .content {
    padding: 6.647rem 0 0;
  }
}
@media (orientation: landscape) {
  .view.view--long[data-scroll=inset] .view-scrollbox .view-container .content {
    padding: 7.661rem 0 3rem;
  }
}
.view.view--long[data-scroll=inset] .view-scrollbox .view-container .slide-content {
  position: static;
  height: auto;
  width: auto;
}
.view.view--long[data-scroll=inset] .view-scrollbox .view-container .slide-content.bottom-block {
  margin-top: auto;
}
@media (orientation: landscape) {
  .view.view--long[data-scroll=inset] .view-scrollbox .view-container .slide-content {
    padding: 0 0 0 calc(9.6rem - 3.298vw);
  }
}
@media (orientation: portrait) {
  .view.view--long[data-scroll=inset] .view-scrollbox .view-container .slide-content {
    padding-bottom: 5.5rem;
  }
}

.bg-image {
  background-image: var(--image-landscape);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (orientation: portrait) {
  .bg-image {
    background-image: var(--image-portrait);
  }
}

.bg-white {
  background: white;
}

.bg-image2 {
  --fade-ms: 2500;
}
.bg-image2 .background {
  position: absolute;
  inset: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  overflow: hidden;
  z-index: -1;
}
.bg-image2 .background .overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.bg-image2 .background .overlay .b {
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  mix-blend-mode: multiply;
  opacity: 0.6;
  pointer-events: none;
  width: 100%;
  height: 65%;
  bottom: 0;
  left: 0;
}
.bg-image2 .background .overlay .t {
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  mix-blend-mode: multiply;
  opacity: 0.6;
  pointer-events: none;
  width: 100%;
  height: 65%;
  top: 0;
  left: 0;
}
.bg-image2 .background .overlay .l {
  position: absolute;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000000 100%);
  mix-blend-mode: multiply;
  opacity: 0.6;
  pointer-events: none;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (orientation: portrait) {
  .bg-image2 .background .overlay .b, .bg-image2 .background .overlay .t, .bg-image2 .background .overlay .l {
    opacity: 0.3;
  }
}
.bg-image2 .background img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity calc(var(--fade-ms) * 1ms) ease-in-out;
}
.bg-image2 .background img.active {
  opacity: 1;
  z-index: 1;
}
.bg-image2 .background img.incoming {
  z-index: 2;
}

.menu-opened .bg-image2:first-of-type .background {
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 120;
  overflow: hidden;
}
.menu-opened .bg-image2:first-of-type .background::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: gray;
}
.menu-opened .mail, .menu-opened .menu, .menu-opened .brand a {
  color: white !important;
}
.menu-opened .mail:hover, .menu-opened .menu:hover {
  color: #B3B144 !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.33rem 3.298vw 0;
}
@media (orientation: portrait) {
  header {
    justify-content: space-between;
    padding: 2.414rem 6.759vw;
  }
}
header .brand {
  margin-right: 1rem;
  color: white;
}
header .brand a.logo {
  text-decoration: none;
  line-height: 0;
  display: inline-block;
  color: currentColor;
  transition: color 0.1s ease-in-out;
}
header .brand a.logo:hover, header .brand a.logo:visited {
  color: currentColor;
}
header .brand a.logo img, header .brand a.logo svg {
  height: 2.75em;
}
@media (orientation: portrait) {
  header .brand a.logo img, header .brand a.logo svg {
    height: 2.5rem;
  }
}
header .actions {
  font-size: 0;
  line-height: 0;
}
header .mail {
  text-decoration: none;
  line-height: 0;
  display: inline-block;
  color: #FFFFFF;
  transition: color 0.1s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  header .mail:hover {
    color: #B3B144;
  }
}
header .mail svg {
  height: 2.27rem;
}
@media (orientation: portrait) {
  header .mail svg {
    height: 1.819rem;
  }
}
@media (orientation: portrait) {
  header .mail {
    display: none;
  }
}
header .menu {
  text-decoration: none;
  line-height: 0;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  header .menu:hover {
    color: #B3B144;
  }
}
header .menu svg {
  overflow: visible;
  height: 2.27rem;
}
@media (orientation: portrait) {
  header .menu svg {
    height: 1.819rem;
  }
}
header .menu svg rect {
  transition: transform 0.1s ease-in-out;
}
header .menu svg rect:nth-child(1) {
  transform: rotate(0deg) translateY(0);
  transform-origin: center center;
}
header .menu svg rect:nth-child(2) {
  transform-origin: center center;
}
header .menu svg rect:nth-child(3) {
  transform: rotate(0deg) translateY(0);
  transform-origin: center center;
}

body.light header .menu, body.light header .mail {
  color: black;
}
body.light header .menu:hover, body.light header .mail:hover {
  color: #B3B144;
}
body.light header .brand {
  color: black;
}
body.light .bottom a {
  color: black;
  --box-color: black;
}
body.light .bottom a:hover {
  color: #B3B144;
  --box-color: #B3B144;
}

header .menu, header .mail, .bottom a {
  color: white;
  border-color: white;
  --box-color: white;
}
header .menu.on-dark, header .mail.on-dark, .bottom a.on-dark {
  color: white;
  border-color: white;
  --box-color: white;
}
header .menu.on-light, header .mail.on-light, .bottom a.on-light {
  color: black;
  border-color: black;
  --box-color: black;
}
header .menu:hover, header .mail:hover, .bottom a:hover {
  color: #B3B144;
  border-color: #B3B144;
  --box-color: #B3B144;
}

header .brand {
  color: white;
  border-color: white;
  /**
  As this is experiment, we will disable it for now dues to performance issues.
   */
  /*@media (orientation: landscape) {
      transform-origin: left top;
      transform: scale(2);
      transition: transform 0.3s ease-in-out;
  }*/
}
header .brand.on-dark {
  color: white;
  border-color: white;
}
header .brand.on-dark:hover {
  color: white;
  border-color: white;
}
header .brand.on-light {
  color: black;
  border-color: black;
}
header .brand.on-light:hover {
  color: black;
  border-color: black;
}

@media (orientation: landscape) {
  .scrolled header .brand {
    transform: scale(1);
  }
}
.nav-container {
  position: static;
  padding-top: 8.93rem;
  padding-left: 6.302vw;
}
@media (orientation: portrait) {
  .nav-container {
    padding-top: 6.292rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.nav-container nav.main .nav-item {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.245rem;
  line-height: 1.18rem;
  text-decoration: none;
  color: #FFFFFF;
  background: black;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.29rem;
  padding: 0.25rem 0.5rem 0.45rem;
  position: relative;
}
@media (orientation: landscape) and (max-height: 420px) {
  .nav-container nav.main .nav-item {
    font-size: 1.04rem;
  }
}
@media (orientation: portrait) {
  .nav-container nav.main .nav-item {
    font-size: 1.04rem;
    line-height: 1.2em;
    padding: 0.25rem 0.691rem 0.45rem;
    background: rgba(0, 0, 0, 0.77);
  }
}
.nav-container nav.main .nav-item.active {
  color: #B3B144;
}
.nav-container nav.main .nav-item .magic-link {
  padding: 0.25rem 0.5rem 0.45rem;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* makes sure hover stays on .link */
  background: linear-gradient(to right, transparent 0%, transparent calc(var(--hover-x) - 15rem), #B3B144 calc(var(--hover-x) - 3rem), #B3B144 var(--hover-x), #B3B144 calc(var(--hover-x) + 3rem), transparent calc(var(--hover-x) + 15rem), transparent 100%);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-size 0.1s ease-out;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (orientation: portrait) {
  .nav-container nav.main .nav-item .magic-link {
    padding: 0.25rem 0.691rem;
  }
}
.nav-container nav.main .nav-item .magic-link.hovered {
  background-size: 100% 100%;
}
.nav-container nav.main .cta .nav-item {
  font-size: 2.329rem;
  line-height: 2.207rem;
  padding: 0.25rem 0.691rem 0.45rem;
}
@media (orientation: landscape) and (max-height: 420px) {
  .nav-container nav.main .cta .nav-item {
    font-size: 1.8rem;
  }
}
.nav-container nav.main .cta .nav-item .magic-link {
  padding: 0.25rem 0.691rem 0.5rem;
}
@media (orientation: portrait) {
  .nav-container nav.main .cta .nav-item {
    font-size: 1.75rem;
    line-height: 1.2em;
    padding: 0 0.691rem 0.15rem;
  }
  .nav-container nav.main .cta .nav-item .magic-link {
    padding: 0 0.691rem 0.15rem;
  }
}
.nav-container nav.secondary {
  display: flex;
  flex-direction: column;
  width: 16rem;
  margin-top: 2rem;
}
.nav-container nav.secondary .nav-item {
  color: #FFFFFF;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 2.328rem;
  line-height: 0.879;
  text-decoration: none;
  text-transform: uppercase;
  text-wrap: balance;
  margin-bottom: 2rem;
  transition: color 0.1s ease-in-out;
}
@media (orientation: landscape) and (max-height: 420px) {
  .nav-container nav.secondary .nav-item {
    font-size: 1.8rem;
  }
}
@media (orientation: landscape) and (max-height: 420px) {
  .nav-container nav.secondary .nav-item {
    margin-bottom: 1rem;
  }
}
.nav-container nav.secondary .nav-item:hover, .nav-container nav.secondary .nav-item.active {
  color: #B3B144;
}

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  z-index: 120;
}

@media (orientation: portrait) {
  .actions .menu {
    display: inline-block;
    opacity: 0;
    width: 0;
    margin-left: 0;
    transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, margin-left 0.3s ease-in-out, color 0.1s ease-in-out;
  }
  .scrolled .actions .menu {
    opacity: 1;
    width: 2.977rem;
    margin-left: 1.44rem;
  }
}
@media (orientation: landscape) {
  #home.hidden-menu .nav-container {
    display: none;
  }
  .menu-opened #home.hidden-menu .nav-container {
    display: block;
  }
  .view.hidden-menu .view-container .content .bottom {
    margin-top: 0;
  }
}
@media (orientation: landscape) and (max-width: 1400px) {
  .view .view-container .content .bottom .btn-cta {
    font-size: 0.65rem;
    padding: 1em 2em;
  }
  .view .view-container .content .bottom .btn-cta .center img {
    max-height: 9.855em;
  }
}
.menu {
  width: 2.977rem;
  margin-left: 1.44rem;
}

@media (orientation: portrait) {
  .menu-opened {
    overflow: hidden;
  }
}
.menu-opened .mask {
  display: block;
}
.menu-opened .nav-container {
  position: fixed;
  z-index: 121;
  top: 8.93rem;
  left: 9.6vw;
  padding-top: 0;
  padding-left: 0;
}
@media (orientation: portrait) {
  .menu-opened .nav-container {
    top: 6.292rem;
    left: 0;
    padding-top: 0;
    padding-left: 6.759vw;
    padding-right: 6.759vwm;
    width: 100%;
  }
}
.menu-opened header {
  z-index: 121;
}
.menu-opened header .menu svg rect:nth-child(1) {
  transform: rotate(45deg) translateY(45%);
}
.menu-opened header .menu svg rect:nth-child(2) {
  transform: scaleX(0);
}
.menu-opened header .menu svg rect:nth-child(3) {
  transform: rotate(-45deg) translateY(-45%);
}
.menu-opened section.view.bg-image:first-of-type::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--image-landscape);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 120;
}
@media (orientation: portrait) {
  .menu-opened section.view.bg-image:first-of-type::before {
    background-image: var(--image-portrait);
  }
}

.simple-top .nav-container {
  display: none;
}

.menu-opened.simple-top .nav-container {
  display: block;
}

.simple-top header .actions .menu {
  opacity: 1;
  width: 2.977rem;
  margin-left: 1.44rem;
}

#home .content .certs {
  align-self: end;
  margin-top: auto;
  display: inline-flex;
  gap: 2rem;
  position: absolute;
  bottom: 2.7rem;
}
#home .content .certs img {
  height: 3.547rem;
}
@media (orientation: portrait) {
  #home .content .certs {
    align-self: center;
    gap: 1rem;
    position: static;
  }
  #home .content .certs img {
    height: 3rem;
  }
}
#home .content .text-blocks-wrapper {
  margin-top: auto;
  margin-bottom: auto;
}
@media (orientation: portrait) {
  #home .content .text-blocks-wrapper {
    position: relative;
    margin-left: -6.759vw;
    margin-right: -6.759vw;
  }
}
#home .content .mySwiper {
  /*overflow: hidden;*/
  padding: 1rem 0;
  /* 2) Basic sizing/positioning */
}
#home .content .mySwiper .swipe-hint {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  width: 2.12rem;
  height: 2.92rem;
  pointer-events: none;
  overflow: visible;
}
#home .content .mySwiper .swipe-hint svg {
  overflow: visible;
}
#home .content .mySwiper .swipe-hint.visible {
  display: block;
}
#home .content .mySwiper .swiper-button-next, #home .content .mySwiper .swiper-button-prev {
  width: 1.972rem;
  height: 1.748rem;
  margin-top: 0;
  margin-bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}
#home .content .mySwiper .swiper-button-next:after, #home .content .mySwiper .swiper-button-prev:after {
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
#home .content .mySwiper .swiper-button-next:after {
  background-image: url("../images/icons/arrow-right.svg");
}
#home .content .mySwiper .swiper-button-prev:after {
  background-image: url("../images/icons/arrow-left.svg");
}
#home .content .mySwiper #swipe-hint-arrow polyline,
#home .content .mySwiper #swipe-hint-arrow line {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  animation: drawArrow 0.5s ease-out forwards;
  animation-delay: 0.2s;
}
@keyframes drawArrow {
  to {
    stroke-dashoffset: 0;
  }
}
#home .content .mySwiper #swipe-hint-hand {
  transform-origin: center bottom;
  opacity: 1;
  animation: swipeLeft 3s ease-in-out infinite;
}
@keyframes swipeLeft {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  10% {
    opacity: 1;
  }
  10% {
    opacity: 1;
    transform: translateX(-3rem) scale(1.05) rotate(-10deg);
  }
  12% {
    opacity: 1;
    transform: translateX(-3rem) scale(1.05);
  }
  18% {
    opacity: 1;
    transform: translateX(0) scale(1) rotate(0);
  }
  30% {
    opacity: 1;
  }
}
#home .content .text-blocks {
  --blocks-count: 5;
  --gap: 5vw;
  display: flex;
  gap: var(--gap);
  margin-left: 6.5rem;
  align-items: center;
}
@media (orientation: portrait) {
  #home .content .text-blocks {
    margin-left: 0;
    gap: 0;
  }
}
#home .content .text-blocks .block-wrapper {
  flex-basis: calc(100% / var(--blocks-count) - var(--gap) * (var(--blocks-count) - 1) / var(--blocks-count));
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
@media (orientation: portrait) {
  #home .content .text-blocks .block-wrapper {
    display: flex;
    flex-basis: unset;
    flex-shrink: 0;
  }
  #home .content .text-blocks .block-wrapper .block {
    margin-left: auto;
    margin-right: auto;
    width: 12em;
    display: flex;
    justify-content: center;
  }
}
#home .content .text-blocks .block {
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-size: calc(0.5rem * var(--mar));
  line-height: 1.02;
  letter-spacing: -0.006em;
  font-weight: bold;
  text-wrap: balance;
}
@media (orientation: portrait) {
  #home .content .text-blocks .block {
    font-size: calc(1.5rem * var(--mar));
  }
}
#home .content .text-blocks .block svg {
  height: 1em;
}
@media (orientation: portrait) {
  #home .content .text-blocks .block svg {
    height: 1.25em;
    margin-top: -0.5em;
  }
}
#home .content .text-blocks .block .big {
  font-size: 1.617em;
  line-height: 0.85;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: normal;
  display: inline;
}
@media (orientation: portrait) {
  #home .content .text-blocks .block .big {
    font-size: 1.618em;
    display: inline;
  }
}
#home .content .text-blocks .block .bigger {
  font-size: 3.633em;
  line-height: 0.85;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: normal;
  display: inline;
}
@media (orientation: portrait) {
  #home .content .text-blocks .block .bigger {
    font-size: 3.922em;
    display: inline;
  }
}
@media (orientation: landscape) and (max-width: 1400px) {
  #home .content .text-blocks {
    flex-wrap: wrap;
  }
  #home .content .text-blocks .block-wrapper .block {
    font-size: calc(0.7rem * var(--mar));
  }
}
@media (orientation: portrait) {
  #home .bottom {
    bottom: 5.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (orientation: portrait) {
  #home.has-feature-item .text-blocks-wrapper {
    margin-top: 0;
  }
}
@media (orientation: portrait) and (max-aspect-ratio: 0.8) {
  #home.has-feature-item .text-blocks-wrapper {
    margin-top: auto;
  }
}

#contacts .contacts-content {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  transform: translateY(-50%);
  padding-right: 3.298vw;
}
@media (orientation: portrait) {
  #contacts .contacts-content {
    padding: 0;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    transform: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
#contacts .contacts-content .contacts-item {
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
  line-height: 1.02;
  letter-spacing: -0.006em;
  font-weight: bold;
  margin: 1rem 0;
  /*text-wrap: balance;*/
}
@media (orientation: portrait) {
  #contacts .contacts-content .contacts-item {
    font-size: calc(1.25rem * var(--mar));
  }
}
#contacts .contacts-content .contacts-item label {
  display: block;
  line-height: 0.8;
}
#contacts .contacts-content .contacts-item strong {
  font-size: 1.75em;
}
#contacts .contacts-content .contacts-item a {
  color: white;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}
#contacts .contacts-content .contacts-item a:hover {
  color: #B3B144;
}

#gate-view .content .text-content {
  margin-top: auto;
  margin-bottom: auto;
}
@media (orientation: portrait) {
  #gate-view .content .text-content {
    margin: auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#gate-view .content .text-content h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 5rem;
  line-height: 0.875;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-wrap: balance;
  padding-left: 6.302vw;
  padding-right: 6.302vw;
}
@media (orientation: landscape) and (max-height: 420px) {
  #gate-view .content .text-content h1 {
    font-size: 4rem !important;
  }
}
@media (orientation: portrait) {
  #gate-view .content .text-content h1 {
    font-size: calc(2rem * var(--mar));
    line-height: 1;
    /*font-size: 5.283rem;
    line-height: 0.875;
    text-align: left;
    margin-bottom: 1rem;*/
  }
}
#gate-view .content .text-content p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.977rem;
  line-height: 1.164;
  letter-spacing: -0.006em;
  /*text-transform: uppercase;*/
  font-weight: bold;
  color: #FFFFFF;
  /*margin-left: 50%;
  transform: translateX(-6.55rem);*/
  text-wrap: balance;
  text-align: center;
  margin-top: 2rem;
  padding-left: 6.302vw;
  padding-right: 6.302vw;
}
@media (orientation: landscape) and (max-height: 420px) {
  #gate-view .content .text-content p {
    font-size: 2.4rem !important;
  }
}
@media (orientation: portrait) {
  #gate-view .content .text-content p {
    color: white;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1.164;
    letter-spacing: -0.006em;
    font-weight: bold;
    transform: none;
    text-align: center;
    text-wrap: balance;
    text-transform: none;
    font-size: calc(1.632rem * var(--mar));
    width: 8.468em;
    padding-left: 0;
    padding-right: 0;
    margin: 1rem auto 0;
  }
}
#gate-view .content .text-content p a {
  color: #FFFFFF;
  text-decoration: none;
  font-style: italic;
  transition: color 0.1s ease-in-out;
}
#gate-view .content .text-content p a:hover {
  color: #B3B144;
}

.view-container .full-right-dimmed {
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  padding: 9.41rem 6.55rem;
}
.view-container .full-right-dimmed::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0.6) 100%);
  mix-blend-mode: multiply;
  opacity: 0.85;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
}
.view-container .full-right-dimmed.show {
  right: 0;
  transition: all 0.3s ease-in-out;
}
.view-container .full-right-dimmed .wrap {
  display: flex;
  flex-direction: column;
  height: 100%; /* or: min-height: 100svh; */
  position: relative;
  justify-content: center;
}
.view-container .full-right-dimmed .wrap .image {
  min-height: 220px; /* don’t collapse too much */
  max-height: 75%; /* optional upper cap */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-container .full-right-dimmed .wrap .image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: fill; /* always fill nicely */
  display: block;
}
.view-container .full-right-dimmed .wrap .text {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  flex: 0 1 auto; /* don’t force it to shrink below its content */
  overflow: auto; /* independent scroll only when necessary */
}

.btn-transparent-outlined {
  --box-color: #FFFFFF;
  --border-w: max(1px, 0.1rem);
  font-family: gothambook, sans-serif;
  font-size: 0.982rem;
  line-height: 1.02;
  color: #FFFFFF;
  box-shadow: 0 0 0 var(--border-w) var(--box-color) inset;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2rem;
  transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  letter-spacing: 0.06em;
  width: auto;
  text-align: center;
  text-wrap: balance;
  white-space: nowrap;
  position: relative;
  z-index: 102;
  user-select: none;
}
.btn-transparent-outlined svg {
  height: 1.53em;
  vertical-align: middle;
  margin: 0 0.5rem;
}
.btn-transparent-outlined svg line, .btn-transparent-outlined svg polyline {
  stroke-width: var(--border-w);
}
.btn-transparent-outlined:hover {
  color: #B3B144;
  --box-color: #B3B144;
}
@media (orientation: portrait) {
  .btn-transparent-outlined {
    /*width: 100%;
    margin: 0 16.666vw;*/
    font-size: 2vw;
    padding: 0.75em 2em;
  }
}
.btn-transparent-outlined.arrow-only {
  width: calc(1.285em + 2.5rem);
  padding: 1rem 0;
  /*&:hover {
      color: $color-body;
      border-color: $color-body;
  }*/
}
.btn-transparent-outlined.arrow-only.reverse svg {
  transform: rotate(180deg);
}
.btn-transparent-outlined.scroll-to-next.bouncy svg {
  animation: scroll-to-next-bounce 3s ease-in-out infinite;
}

@keyframes scroll-to-next-bounce {
  0%, 80%, 90%, 100% {
    transform: translateY(0);
  }
  85%, 95% {
    transform: translateY(0.2em);
  }
}
.btn-cta {
  --color: #8CC63F;
  --border-w: max(1px, 0.1rem);
  --fade-w: 0;
  --fade-soft: 0;
  color: var(--color) !important;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  font-family: gothambook, sans-serif;
  font-weight: normal;
  border: none;
  box-shadow: none;
}
.btn-cta svg line, .btn-cta svg polyline {
  stroke-width: var(--border-w);
}
.btn-cta .left, .btn-cta .center, .btn-cta .right {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
}
.btn-cta .right {
  margin-left: 1rem;
}
.btn-cta .center {
  position: relative;
  margin-left: -1rem;
  margin-right: -2rem;
  display: flex;
  height: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.btn-cta .center img {
  max-height: calc(3 * (1.285em + 2rem));
}
@media (orientation: portrait) {
  .btn-cta .center img {
    max-height: calc(3 * (1.285em + 1rem));
  }
}
.btn-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* draw the border */
  box-shadow: 0 0 0 var(--border-w) var(--color) inset;
  /* fade out the border in the middle under the pack */
  /* mask keeps the border visible except inside the faded strip */
  /*-webkit-mask: linear-gradient(
          90deg,
          #000 0%,
          #000 calc(50% - (var(--fade-w) / 2 + var(--fade-soft))),
          transparent calc(50% - var(--fade-w) / 2),
          transparent calc(50% + var(--fade-w) / 2),
          #000 calc(50% + (var(--fade-w) / 2 + var(--fade-soft))),
          #000 100%
  );
  mask: linear-gradient(
          90deg,
          #000 0%,
          #000 calc(50% - (var(--fade-w) / 2 + var(--fade-soft))),
          transparent calc(50% - var(--fade-w) / 2),
          transparent calc(50% + var(--fade-w) / 2),
          #000 calc(50% + (var(--fade-w) / 2 + var(--fade-soft))),
          #000 100%
  );*/
}
.btn-cta:hover {
  color: var(--color) !important;
  font-weight: bold;
  /*box-shadow: 0 0 2rem 1.5rem var(--color);
  animation: glow 20s infinite;
  transition: box-shadow 0.1s ease-in-out;*/
}

@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 2rem 1.5rem var(--color);
  }
  50% {
    box-shadow: 0 0 2rem 2rem var(--color);
  }
}
.slide-content {
  position: absolute;
  top: 7.661rem;
  left: 9.6vw;
  width: calc(100% - 9.7vw);
  height: calc(100% - 15.322rem);
}
.slide-content.bottom-block {
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.slide-content.bottom-block .block {
  --body-color: white;
  --link-color: $color-active;
}
@media (orientation: landscape) {
  .slide-content.bottom-block {
    padding: 1rem calc(9.798rem - 4.55vw) 7.5rem 9.798rem !important;
  }
}
@media (orientation: portrait) {
  .slide-content.bottom-block {
    padding: 1rem 2rem 5.5rem 2rem !important;
    position: static;
    margin-left: -6.759vw;
    margin-right: -6.759vw;
    width: 100vw;
  }
}
@media (orientation: landscape) {
  .slide-content.bottom-block {
    position: absolute !important;
    margin-bottom: 0;
  }
}
.slide-content.bottom-block ul, .slide-content.bottom-block li, .slide-content.bottom-block p {
  color: white;
}
.slide-content.bottom-block h4, .slide-content.bottom-block .accordion-button {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.06rem;
  font-weight: bold;
  color: white;
  line-height: 1.02;
  margin-bottom: 1rem;
}
.slide-content.bottom-block p {
  font-family: gothambook, sans-serif;
  font-size: 1rem;
  color: white;
}
.slide-content.full-block {
  --link-color: black;
  --body-color: black;
}
@media (orientation: landscape) {
  .slide-content.full-block {
    padding: 0 0 3rem 0 !important;
    margin: 0 auto;
    width: 80rem !important;
  }
}
.slide-content.full-block ul, .slide-content.full-block li, .slide-content.full-block p {
  color: black;
}
.slide-content.full-block h4, .slide-content.full-block .accordion-button {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.06rem;
  font-weight: bold;
  color: black;
  line-height: 0.875;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (orientation: portrait) {
  .slide-content.full-block h4, .slide-content.full-block .accordion-button {
    font-size: calc(1.632rem * var(--mar));
    line-height: 1.02;
  }
}
.slide-content.full-block p {
  font-family: gothambook, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: black;
  margin-bottom: 1rem;
}
@media (orientation: portrait) {
  .slide-content {
    top: 6.647rem;
    left: 6.759vw;
    bottom: 0;
    width: calc(100% - 14.226vw);
    height: auto;
  }
}
.slide-content .section-title, .slide-content h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 7.934rem;
  line-height: 0.875;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  width: calc(50% - 4.75vw);
  z-index: 50;
  opacity: 0.3;
  text-wrap: balance;
}
@media (orientation: portrait) {
  .slide-content .section-title, .slide-content h1 {
    font-size: 1.96rem;
    line-height: 0.875;
    margin-bottom: 1rem;
    opacity: 1;
    width: 100%;
  }
}
.slide-content.full-block {
  margin-top: 0 !important;
}
.slide-content.full-block .section-title {
  width: 100%;
}
.slide-content .accordion.image-text {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-active-color: $color-active;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  width: 36%;
  z-index: 53;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (orientation: portrait) {
  .slide-content .accordion.image-text {
    width: 100%;
    padding: 0;
    transform: none;
    position: absolute;
    bottom: 6.434rem;
    top: auto;
    margin-left: 0;
    height: auto !important;
  }
}
.slide-content .accordion.image-text .accordion-collapse {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.slide-content .accordion.image-text .accordion-collapse .accordion-body {
  padding-top: 0.5rem;
  font-family: gothambook, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #000000;
  text-wrap: balance;
}
@media (orientation: portrait) {
  .slide-content .accordion.image-text .accordion-collapse .accordion-body {
    width: 100%;
    line-height: 1.14;
  }
}
.slide-content .accordion.image-text .accordion-collapse.show {
  height: auto;
}
.slide-content .accordion.image-text .accordion-item {
  margin-bottom: 0.25rem;
  padding-right: 3.298vw;
}
@media (orientation: portrait) {
  .slide-content .accordion.image-text .accordion-item {
    padding-right: 0;
  }
}
.slide-content .accordion.image-text .accordion-header {
  margin-bottom: 0.15rem;
}
.slide-content .accordion.image-text .accordion-header .accordion-button {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 3.069rem;
  line-height: 0.875;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  text-wrap: balance;
  padding: 0;
  display: block;
}
.slide-content .accordion.image-text .accordion-header .accordion-button:hover {
  color: #B3B144;
  transition: color 0.1s ease-in-out;
}
.slide-content .accordion.image-text .accordion-header .accordion-button[aria-expanded=true] {
  color: #000000;
  cursor: default;
}
@media (orientation: portrait) {
  .slide-content .accordion.image-text .accordion-header .accordion-button {
    font-size: 3rem;
  }
}
@media (orientation: portrait) {
  .slide-content.type-light .accordion .accordion-collapse .accordion-body {
    color: white;
  }
  .slide-content.type-light .accordion .accordion-header .accordion-button {
    color: rgba(255, 255, 255, 0.3);
  }
  .slide-content.type-light .accordion .accordion-header .accordion-button[aria-expanded=true] {
    color: white;
  }
  .slide-content.type-dark .accordion .accordion-header .accordion-button {
    font-size: 1.96rem;
  }
}

.view--long .slide-content .section-title {
  width: 50%;
}
@media (orientation: portrait) {
  .view--long .slide-content .section-title {
    width: 100%;
  }
}

.post-content {
  color: var(--body-color);
}
.post-content a {
  color: var(--link-color);
  text-decoration: underline;
  transition: color 0.1s ease-in-out;
}
.post-content a:hover {
  text-decoration: underline;
}
.post-content strong, .post-content b {
  font-weight: bold;
}
.post-content em, .post-content i {
  font-style: italic;
}
.post-content blockquote {
  border-left: 0.25rem solid #B3B144;
  padding-left: 1rem;
  margin-left: 0;
}

@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.slide-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  pointer-events: none;
}
.slide-image-overlay .tooltip {
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background-color: white;
  border-radius: 50%;
  z-index: 101;
  cursor: pointer;
  opacity: 1;
}
.slide-image-overlay .tooltip .green-dot {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  background-color: #B3B144;
  border-radius: 50%;
  z-index: 102;
}
.slide-image-overlay .tooltip::before,
.slide-image-overlay .tooltip::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.8;
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}
.slide-image-overlay .tooltip::after {
  opacity: 0.6;
  animation: ripple-2 2s infinite ease-in-out;
  animation-delay: 0.5s;
}

.slide-image img {
  max-height: 80vh;
  max-width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 51;
}
@media (orientation: portrait) {
  .slide-image img {
    transform: translate(-50%, 0);
    max-height: 38rem;
    max-width: 95vw;
    top: auto;
    bottom: 2.5rem;
  }
}
@media (orientation: portrait) {
  .slide-image.position-top img {
    top: 21rem;
    bottom: auto;
    transform: translate(-50%, -50%);
    max-width: 95vw;
    max-height: 20rem;
  }
}

.slide-image2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-image2 img {
  min-height: 100%;
  min-width: 100%;
  max-height: none;
  max-width: none;
  /*position: absolute;
  top: 50%;
  left: calc(50%);
  transform: translate(-50%, -50%);*/
  z-index: 51;
  object-fit: cover;
}
@media (orientation: portrait) {
  .slide-image2 img {
    transform: translate(-50%, 0);
    max-height: 38rem;
    max-width: 95vw;
    top: auto;
    bottom: 2.5rem;
  }
}
@media (orientation: portrait) {
  .slide-image2.position-top img {
    position: static;
    max-width: 100%;
    max-height: 100%;
    transform: none;
    min-width: 0;
    min-height: 0;
  }
}

.content ul, .content ol {
  margin-bottom: 0.5rem;
  font-family: gothambook, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #000000;
}
.content ul {
  list-style-type: disc;
}
.content ul li {
  margin-left: 1.5rem;
  /*
  margin-bottom: 0.25rem;
  */
}
.content ol {
  list-style-type: decimal;
}
.content ol li {
  margin-left: 1.5rem;
}

.two-block {
  display: flex;
  flex-wrap: wrap;
  min-height: 75vh;
  align-items: flex-start;
}
@media (orientation: portrait) {
  .two-block {
    bottom: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }
}
.two-block .block-top {
  width: 50%;
}
@media (orientation: portrait) {
  .two-block .block-top {
    width: 100%;
  }
}
.two-block .block-bottom {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 3.298vw;
  width: 100%;
}
@media (orientation: portrait) {
  .two-block .block-bottom {
    margin-top: 2.5rem;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
}
.two-block p {
  font-family: gothambook, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #000000;
}
.two-block p strong {
  font-weight: bold;
}
.two-block h4, .two-block .accordion-button {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 3.069rem;
  line-height: 0.875;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.5rem;
}
@media (orientation: portrait) {
  .two-block h4, .two-block .accordion-button {
    font-family: gothambook, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0;
  }
}

.right-block {
  display: flex;
  flex-wrap: wrap;
  min-height: 75vh;
  align-items: flex-start;
}
@media (orientation: portrait) {
  .right-block {
    bottom: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }
}
.right-block .block {
  width: 50%;
}
@media (orientation: portrait) {
  .right-block .block {
    width: 100%;
  }
}
.right-block p {
  font-family: gothambook, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 0.5rem;
}
.right-block p strong {
  font-weight: bold;
}
.right-block h4, .right-block .accordion-button {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 3.069rem;
  line-height: 0.875;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.5rem;
}
@media (orientation: portrait) {
  .right-block h4, .right-block .accordion-button {
    font-family: gothambook, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0;
  }
}

.image-block {
  display: flex;
  margin-bottom: 0.75rem;
  width: 100%;
}
.image-block figure {
  display: flex;
}
.image-block figure img {
  max-width: 100%;
}
.image-block figure img {
  width: auto; /* keep natural width */
  max-width: 100% !important; /* but don’t overflow the figure */
  max-height: none !important;
  height: auto;
  flex: 0 0 auto; /* do NOT grow or shrink */
  margin: 0; /* avoid global margin tricks */
}
@media (orientation: portrait) {
  .image-block figure.width-p-1 {
    width: calc(8.3333333333% * 1);
  }
  .image-block figure.width-p-2 {
    width: calc(8.3333333333% * 2);
  }
  .image-block figure.width-p-3 {
    width: calc(8.3333333333% * 3);
  }
  .image-block figure.width-p-4 {
    width: calc(8.3333333333% * 4);
  }
  .image-block figure.width-p-5 {
    width: calc(8.3333333333% * 5);
  }
  .image-block figure.width-p-6 {
    width: calc(8.3333333333% * 6);
  }
  .image-block figure.width-p-7 {
    width: calc(8.3333333333% * 7);
  }
  .image-block figure.width-p-8 {
    width: calc(8.3333333333% * 8);
  }
  .image-block figure.width-p-9 {
    width: calc(8.3333333333% * 9);
  }
  .image-block figure.width-p-10 {
    width: calc(8.3333333333% * 10);
  }
  .image-block figure.width-p-11 {
    width: calc(8.3333333333% * 11);
  }
  .image-block figure.width-p-12 {
    width: calc(8.3333333333% * 12);
  }
}
@media (orientation: landscape) {
  .image-block figure.width-l-1 {
    width: calc(8.3333333333% * 1);
  }
  .image-block figure.width-l-2 {
    width: calc(8.3333333333% * 2);
  }
  .image-block figure.width-l-3 {
    width: calc(8.3333333333% * 3);
  }
  .image-block figure.width-l-4 {
    width: calc(8.3333333333% * 4);
  }
  .image-block figure.width-l-5 {
    width: calc(8.3333333333% * 5);
  }
  .image-block figure.width-l-6 {
    width: calc(8.3333333333% * 6);
  }
  .image-block figure.width-l-7 {
    width: calc(8.3333333333% * 7);
  }
  .image-block figure.width-l-8 {
    width: calc(8.3333333333% * 8);
  }
  .image-block figure.width-l-9 {
    width: calc(8.3333333333% * 9);
  }
  .image-block figure.width-l-10 {
    width: calc(8.3333333333% * 10);
  }
  .image-block figure.width-l-11 {
    width: calc(8.3333333333% * 11);
  }
  .image-block figure.width-l-12 {
    width: calc(8.3333333333% * 12);
  }
}

@media (orientation: portrait) {
  .justify-p-start {
    justify-content: flex-start;
  }
  .justify-p-center {
    justify-content: center;
  }
  .justify-p-end {
    justify-content: flex-end;
  }
  .justify-p-between {
    justify-content: space-between;
  }
  .justify-p-around {
    justify-content: space-around;
  }
}
@media (orientation: landscape) {
  .justify-l-start {
    justify-content: flex-start;
  }
  .justify-l-center {
    justify-content: center;
  }
  .justify-l-end {
    justify-content: flex-end;
  }
  .justify-l-between {
    justify-content: space-between;
  }
  .justify-l-around {
    justify-content: space-around;
  }
}
.justify-start {
  justify-content: flex-start !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.row {
  display: flex;
  margin: -1rem -1.5rem;
}
@media (orientation: landscape) {
  .row.flex-lg-wrap {
    flex-wrap: wrap;
  }
}
@media (orientation: portrait) {
  .row.flex-sm-wrap {
    flex-wrap: wrap;
  }
}
.row [class*=col-] {
  padding: 1rem 1.5rem;
}
@media (orientation: portrait) {
  .row {
    margin: -0.2rem -1.2rem;
  }
}
@media (orientation: landscape) {
  .row .col-lg-1 {
    flex-basis: 8.333%;
  }
  .row .col-lg-2 {
    flex-basis: 16.666%;
  }
  .row .col-lg-3 {
    flex-basis: 25%;
  }
  .row .col-lg-4 {
    flex-basis: 33.333%;
  }
  .row .col-lg-5 {
    flex-basis: 41.666%;
  }
  .row .col-lg-6 {
    flex-basis: 50%;
  }
  .row .col-lg-7 {
    flex-basis: 58.333%;
  }
  .row .col-lg-8 {
    flex-basis: 66.666%;
  }
  .row .col-lg-9 {
    flex-basis: 75%;
  }
  .row .col-lg-10 {
    flex-basis: 83.333%;
  }
  .row .col-lg-11 {
    flex-basis: 91.666%;
  }
  .row .col-lg-12 {
    flex-basis: 100%;
  }
  .row .col-lg-auto {
    flex: 1;
  }
}
@media (orientation: portrait) {
  .row .col-1 {
    flex-basis: 8.333%;
  }
  .row .col-2 {
    flex-basis: 16.666%;
  }
  .row .col-3 {
    flex-basis: 25%;
  }
  .row .col-4 {
    flex-basis: 33.333%;
  }
  .row .col-5 {
    flex-basis: 41.666%;
  }
  .row .col-6 {
    flex-basis: 50%;
  }
  .row .col-7 {
    flex-basis: 58.333%;
  }
  .row .col-8 {
    flex-basis: 66.666%;
  }
  .row .col-9 {
    flex-basis: 75%;
  }
  .row .col-10 {
    flex-basis: 83.333%;
  }
  .row .col-11 {
    flex-basis: 91.666%;
  }
  .row .col-12 {
    flex-basis: 100%;
  }
  .row .col-auto {
    flex-basis: auto;
  }
  .row [class*=col-] {
    padding: 0.2rem;
  }
  .row [class*=col-] .image-block {
    margin-bottom: 0.2rem;
  }
  .row [class*=col-] .image-block figure img {
    max-width: 75%;
    max-height: 3.5rem;
  }
}
@media (orientation: portrait) and (orientation: portrait) {
  .row [class*=col-] {
    padding: 0.2rem 1.2rem;
  }
}

.row.gallery {
  margin: -1rem -1rem 1rem -1rem;
}
.row.gallery [class*=col-] {
  padding: 1rem;
}

.bottom-block .row {
  margin: -1rem -2.5vw;
}
.bottom-block .row [class*=col-] {
  padding: 1rem 2.5vw;
}
.bottom-block p, .bottom-block li {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.bottom-block p:last-child, .bottom-block li:last-child {
  margin-bottom: 0;
}

.tt {
  position: absolute;
  background: #333;
  color: #fff;
  font-family: "Gotham Book", sans-serif;
  font-size: 0.85rem;
  line-height: 1.25;
  padding: 0.3em 0.6em;
  border-radius: 0.3em;
  z-index: 1000;
  max-width: 20rem;
  opacity: 0;
  transform: translateY(2px);
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
@media (orientation: portrait) {
  .tt {
    max-width: 80vw;
  }
}
.tt.tt-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.tt::after {
  content: "";
  position: absolute;
  left: var(--tt-arrow-left, 50%);
  transform: translateX(-50%);
  border: 6px solid transparent;
}
.tt[data-pos=top]::after {
  bottom: -6px;
  border-top-color: #333;
}
.tt[data-pos=bottom]::after {
  top: -6px;
  border-bottom-color: #333;
}

.posts-block {
  display: flex;
  flex-direction: column;
  position: static;
  margin-bottom: 2rem;
}
@media (orientation: landscape) {
  .posts-block {
    padding: 0 0 0 9.798rem !important;
    margin-top: 0 !important;
  }
}
.posts-block .block {
  flex-grow: 1;
}
.posts-block .post-list {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  gap: 2rem;
  height: 100%;
}
.posts-block .post-list .post-list-item {
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  position: relative;
  transition: background 0.2s ease-in-out;
  width: calc(25% - 1.5rem);
}
.posts-block .post-list .post-list-item:hover {
  background: rgba(0, 0, 0, 0.7);
}
@media (orientation: portrait) {
  .posts-block .post-list .post-list-item {
    width: 100%;
  }
}
.posts-block .post-list .post-list-item a.post-list-item-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: bolder;
  color: white;
  line-height: 1.02;
  margin-top: 0.5rem;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  .posts-block .post-list .post-list-item a.post-list-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.embed-responsive {
  position: relative;
  width: 100%;
}

.embed-responsive::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.embed-responsive > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.embed-responsive-1by1 {
  --bs-aspect-ratio: 100%;
}

.embed-responsive-4by3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.embed-responsive-16by9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.embed-responsive-21by9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.embed {
  position: relative;
  --ar-w: 1;
  --ar-h: 1;
}

.embed::before {
  content: "";
  display: block;
  padding-top: calc(var(--ar-h) / var(--ar-w) * 100%);
}

.embed > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-content a.btn-play {
  color: white;
}
.post-content a.btn-play:hover {
  color: #B3B144;
}
.post-content a.btn-play svg {
  fill: currentColor;
  width: 2.963rem;
}
@media (orientation: portrait) {
  .post-content a.btn-play svg {
    width: 2.375rem;
  }
}

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

.form-check {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.form-check .form-check-input {
  margin-top: 0;
  margin-left: 0;
  float: none;
  margin-right: 0.5rem;
}
.form-check .form-check-label {
  margin-bottom: 0;
  float: none;
  user-select: none;
}

.twemoji {
  height: 1em;
  width: auto;
  margin: 0 0.1em 0 0;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

@media (orientation: landscape) {
  [data-maxfsrem] {
    visibility: hidden;
  }
  [data-maxfsrem] + .post-content {
    display: none;
  }
  [data-maxfsrem].show {
    visibility: visible;
  }
  [data-maxfsrem].show + .post-content {
    display: block;
  }
}
.card.plain {
  --bs-card-bg: transparent;
  --bs-card-border-color: transparent;
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-button-active-bg: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  background: none;
  border: none;
}
.card.plain .card-header {
  background: none;
  border-bottom: none;
  padding: 0;
}
.card.plain .card-header button {
  padding: 0;
  display: inline-flex;
}
.card.plain .card-header button::after {
  margin-left: 1rem;
}
.card.plain .card-body {
  padding: 0;
  background: none;
}

table.table {
  --bs-table-bg: transparent;
}

/*# sourceMappingURL=main.css.map */
