@font-face {
  font-family: "Space Mono-fallback";
  src: local("Arial");
  size-adjust: 136.91%;
}
:root {
  --grid-gutter: 2rem;
  --spacing: 0.5rem;
  --row-main-gutter: var(--grid-gutter);
  --row-main-width: calc(120rem + 2 * var(--row-main-gutter));
  --color-secondary: #000000;
  --color-primary: #000000;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bold;
}

/**
* http://code.iamkate.com/html-and-css/fixing-browsers-broken-monospace-font-handling/
*/
pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  accent-color: #000000;
}

input,
textarea,
select {
  outline: 0.2rem solid transparent;
  outline-offset: -0.2rem;
}

:focus {
  outline: 0.2rem solid #7d91cd;
  outline-offset: 0;
}

@supports selector(:focus-visible) {
  :focus {
    outline: none;
  }
  :focus-visible {
    outline: 0.2rem solid #7d91cd;
    outline-offset: 0;
  }
  input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline-offset: -0.2rem;
  }
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

img,
iframe,
object,
embed,
svg {
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

[disabled] {
  cursor: default;
}

.as-link {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  appearance: none;
}

.u-list-none, .m-main__list, .m-breadcrumbs__list, .b-time-card__list, .grid {
  margin: 0;
}

.u-list-none li, .m-main__item, .m-breadcrumbs__item, .b-time-card__item, .grid__cell {
  margin: 0;
  padding: 0;
  background: none;
}

.grid {
  counter-reset: none;
}

.grid__cell {
  position: static;
}
.grid__cell::before {
  content: normal;
  counter-increment: none;
  position: static;
  top: auto;
  left: auto;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid__cell {
  flex: 0 0 auto;
  width: 100%;
}

.grid--scroll {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.js .grid--scroll {
  overflow-x: hidden;
}
.grid--scroll .grid__cell {
  flex-shrink: 0;
}

html {
  color: #000000;
  font-size: 62.5%;
}

body {
  background-color: #ffffff;
  font-family: "aktiv-grotesk", arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 1.5em 0 0.5em;
  font-family: "aktiv-grotesk", arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 5.4rem;
  line-height: 1.0606060606;
}

h2,
.h2 {
  font-size: 4rem;
}

h3,
.h3 {
  font-size: 3.2rem;
}

h4,
.h4 {
  font-size: 2.4rem;
}

h5,
.h5 {
  font-size: 1.5rem;
}

h6,
.h6 {
  font-size: 1.2rem;
}

@media (min-width: 62.5rem) {
  h1,
.h1 {
    font-size: 6.6rem;
  }
  h2,
.h2 {
    font-size: 4.8rem;
  }
}
p {
  margin: 0 0 1.25em;
}

hr {
  height: 0.1rem;
  margin: 1.25em 0;
  border: solid #000000;
  border-width: 0.1rem 0 0;
  overflow: hidden;
}

blockquote {
  margin: 0 0 1.25em;
  padding: 0;
}
blockquote > *:not(.grid):last-child {
  margin-bottom: 0;
}

a,
.as-link {
  --color-link: #000000;
  --color-hover: #000000;
  --color-link-decoration: var(--color-link);
  --color-hover-decoration: var(--color-hover);
  color: #000000;
  text-decoration: underline;
  transition: color 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.hoverevents a:hover,
.hoverevents .as-link:hover {
  color: var(--color-hover);
  text-decoration-color: var(--color-hover-decoration);
}

.as-link {
  cursor: pointer;
}

*:is(ul, ol, dl) {
  margin: 0 0 1.25em;
  padding: 0;
  list-style: none;
}

li {
  margin: 0 0 0.3125em;
  padding: 0 0 0 2rem;
}

ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath d='M0 0h4v4H0z'/%3E%3C/svg%3E%0A");
  background-position: 0.5rem 0.7em;
  background-repeat: no-repeat;
  background-size: 0.4rem 0.4rem;
}

ol {
  counter-reset: item;
}
ol li {
  position: relative;
}
ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
}
ol ol li::before {
  content: counter(item, lower-alpha) ".";
}

dt {
  margin: 0;
  font-weight: bold;
}

dd {
  margin: 0 0 0.625em;
  padding: 0;
}

table {
  --table-x-padding: 1.2rem;
  --table-y-padding: 1.5rem;
  --table-bd-color: #cccccc;
  clear: both;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
  margin: 0 0 1.25em;
  font-size: 1.4rem;
  line-height: 1.3333333333;
}

tr.is-odd {
  background: rgba(193, 174, 239, 0.1);
}

caption {
  padding: 0 0 1rem;
  font-weight: bold;
  text-align: left;
  caption-side: top;
}

*:is(td, th) {
  vertical-align: top;
  padding: var(--table-y-padding) var(--table-x-padding);
  border-bottom: 0.1rem solid var(--table-bd-color);
}

th {
  font-weight: 400;
  text-align: left;
}

thead th {
  border-bottom: 0.1rem solid #2c2c2c;
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

figure {
  margin-bottom: 1.25em;
}

figcaption {
  margin-top: 0.5em;
}

img {
  max-width: 100%;
  height: auto;
}

legend {
  margin-bottom: calc(var(--spacing) * 3);
  font-family: "Space Grotesk", arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  text-transform: uppercase;
}

.grecaptcha-badge {
  display: none !important;
}

.icon-svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 2.4rem;
}
.icon-svg__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
  pointer-events: none;
  transform: translateZ(0);
}
.icon-svg::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.icon-svg--by-psn {
  width: 9.2rem;
}
.icon-svg--chevron-down {
  width: 5.96rem;
}
.icon-svg--chevron-left {
  width: 0.8rem;
}
.icon-svg--close-small {
  width: 1.7rem;
}
.icon-svg--close {
  width: 4rem;
}
.icon-svg--download {
  width: 1.6rem;
}
.icon-svg--eye {
  width: 2rem;
}
.icon-svg--facebook {
  width: 2.5rem;
}
.icon-svg--instagram {
  width: 2.5rem;
}
.icon-svg--logo {
  width: 12.57rem;
}
.icon-svg--marker-brnojedna {
  width: 13.6rem;
}
.icon-svg--marker-bus {
  width: 4.8rem;
}
.icon-svg--marker-castle {
  width: 4.5rem;
}
.icon-svg--marker-church {
  width: 4.3rem;
}
.icon-svg--marker-education {
  width: 5.4rem;
}
.icon-svg--marker-hospital {
  width: 5.2rem;
}
.icon-svg--marker-market {
  width: 4.9rem;
}
.icon-svg--marker-restaurant {
  width: 4.5rem;
}
.icon-svg--marker-square {
  width: 5.2rem;
}
.icon-svg--marker-transport {
  width: 5.3rem;
}
.icon-svg--pause-circle {
  width: 7.1rem;
}
.icon-svg--play-circle {
  width: 7.1rem;
}
.icon-svg--plus-circle {
  width: 9.6rem;
}
.icon-svg--psn {
  width: 19.9rem;
}
.icon-svg--reco {
  width: 1.8rem;
}
.icon-svg--arrow-left::before {
  padding-top: 166.6666666667%;
}
.icon-svg--arrow-right::before {
  padding-top: 166.6666666667%;
}
.icon-svg--by-psn::before {
  padding-top: 31.5217391304%;
}
.icon-svg--chevron-down::before {
  padding-top: 45.4697986577%;
}
.icon-svg--chevron-left::before {
  padding-top: 128.75%;
}
.icon-svg--close-small::before {
  padding-top: 94.1176470588%;
}
.icon-svg--download::before {
  padding-top: 137.5%;
}
.icon-svg--eye::before {
  padding-top: 105%;
}
.icon-svg--logo::before {
  padding-top: 25.4574383453%;
}
.icon-svg--marker-brnojedna::before {
  padding-top: 60.2941176471%;
}
.icon-svg--marker-bus::before {
  padding-top: 108.3333333333%;
}
.icon-svg--marker-castle::before {
  padding-top: 115.5555555556%;
}
.icon-svg--marker-church::before {
  padding-top: 120.9302325581%;
}
.icon-svg--marker-education::before {
  padding-top: 96.2962962963%;
}
.icon-svg--marker-market::before {
  padding-top: 106.1224489796%;
}
.icon-svg--marker-restaurant::before {
  padding-top: 115.5555555556%;
}
.icon-svg--marker-transport::before {
  padding-top: 98.1132075472%;
}
.icon-svg--play-circle::before {
  padding-top: 101.4084507042%;
}
.icon-svg--psn::before {
  padding-top: 39.1959798995%;
}

.blurry-drop {
  position: absolute;
  display: block;
}
.blurry-drop--1 {
  top: 100vh;
  left: 0;
  flex-shrink: 0;
  width: 580px;
  height: 830px;
  border-radius: 830px;
  background: linear-gradient(173deg, #7aafff 11.16%, #d09eff 113.55%);
  opacity: 0.8;
  filter: blur(200px);
  animation: movement-one 8s ease-in-out infinite both;
}
.blurry-drop--2 {
  right: 0;
  bottom: 3%;
  flex-shrink: 0;
  width: 996px;
  height: 1015px;
  border-radius: 1015px;
  background: #abb2ff;
  opacity: 0.5;
  filter: blur(155px);
  animation: movement-two 8s ease-in-out infinite both;
}
@media (prefers-reduced-motion: reduce) {
  .blurry-drop {
    /* stylelint-disable-next-line declaration-no-important */
    animation: none !important;
  }
}

@keyframes movement-one {
  0%, 100% {
    transform: translateX(-80%) rotate(-8.336deg) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-80%, 15%) rotate(-100deg) scale(0.4);
  }
}
@keyframes movement-two {
  0%, 100% {
    transform: translateX(80%) rotate(-47.834deg) scale(1);
  }
  50% {
    background: #d09eff;
    opacity: 0.8;
    transform: translate(80%, 15%) rotate(-100deg) scale(0.4);
  }
}
.btn {
  --btn-fs: 1.4rem;
  --btn-bg: #000000;
  --btn-c: #ffffff;
  --btn-bdc: #000000;
  --btn-hover-bg: #ffffff;
  --btn-hover-c: #000000;
  --btn-hover-bdc: #000000;
  --btn-h: 3rem;
  --btn-gap: 1rem;
  --btn-icon-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: 0;
  background: none;
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.btn__text {
  position: relative;
  z-index: 0;
  display: flex;
  gap: var(--btn-gap);
  justify-content: center;
  align-items: center;
  min-height: var(--btn-h);
  padding: 0.6rem 2rem;
  border: 0.2rem solid var(--btn-bdc);
  background-color: var(--btn-bg);
  color: var(--btn-c);
  font-size: var(--btn-fs);
  line-height: 1.4285714286;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.btn__text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0;
  background-color: var(--btn-hover-bg);
  transition: all 0.3s ease-in-out;
}
.btn__icon {
  flex: 0 0 auto;
  width: var(--btn-icon-size);
  height: var(--btn-icon-size);
}
.btn--light {
  --btn-bg: #ffffff;
  --btn-c: #000000;
  --btn-bdc: transparent;
  --btn-hover-bg: #000000;
  --btn-hover-c: #ffffff;
  --btn-hover-bdc: transparent;
}
.btn--light .btn__text {
  border: none;
}
.btn--transparent {
  --btn-bg: transparent;
  --btn-c: #000000;
  --btn-bdc: #000000;
  --btn-hover-bg: #000000;
  --btn-hover-c: #ffffff;
}
.btn--link .btn__text {
  --btn-bg: transparent;
  --btn-c: variables.$color-primary;
  min-height: 0;
  border: none;
}
.btn--fullwidth {
  width: 100%;
}
.btn--lg .btn__text {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.btn:disabled, .btn.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.hoverevents .btn:hover .btn__text {
  border-color: var(--btn-hover-bdc);
  color: var(--btn-hover-c);
}
.hoverevents .btn:hover .btn__text::before {
  width: 100%;
}
.btn .hoverevents .btn--link:hover .btn__text {
  --btn-bg: transparent;
}

.decoration--after-white::before {
  top: 0;
  left: 100%;
  filter: blur(5px) invert(100%);
  transform: scale(-1, 1);
  mix-blend-mode: plus-lighter;
}
.decoration--before::before {
  top: -0.9em;
  right: 100%;
}
.decoration--after::before {
  bottom: 1rem;
  left: calc(100% + 5rem);
}
.decoration--before-white::before {
  top: -0.95em;
  right: 100%;
  filter: blur(5px) invert(100%);
  mix-blend-mode: plus-lighter;
}

[class*=decoration--] {
  position: relative;
}
[class*=decoration--]::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 97px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='97' fill='none' viewBox='0 0 100 97'%3E%3Cpath stroke='%23000' stroke-width='7' d='M73.75 34.015h26.043M29.767 33.015h25.5M64.781 42.525v25.501M64.781 0v25.502M.042 77.42H40M20.021 57.84V97'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
}

.scroll-indicator {
  position: absolute;
}
.scroll-indicator--h {
  right: 0;
  bottom: 0;
}
.scroll-indicator--h svg {
  max-width: 100%;
  height: auto;
}
.scroll-indicator--hp1 {
  bottom: 62%;
  left: calc(100% + 50px);
}
.scroll-indicator--hp2 {
  right: 3rem;
  bottom: calc(100% + 1rem);
}
.scroll-indicator--contact {
  bottom: 100%;
  left: 5%;
}
.scroll-indicator--vrb-location {
  top: 1rem;
  left: calc(100% + 5rem);
}
.scroll-indicator--hbr-about {
  top: 13.5rem;
  right: calc(100% + 2rem);
  transform: translateY(-100%);
}
.scroll-indicator--hlb-about {
  top: calc(100% - 2rem);
  right: calc(100% - 2rem);
}
.scroll-indicator--vbl-about {
  top: -6rem;
  left: 100%;
}
.scroll-indicator svg path {
  stroke-width: 5;
}

.inp-text, .inp-select {
  display: block;
  width: 100%;
  padding: 0.6rem 1.5rem;
  border: 0.1rem solid #000000;
  border-width: 0 0 0.1rem;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  font-family: "Space Grotesk", arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  appearance: none;
  transition: background-color 0.3s, border-color 0.3s, outline-color 0.3s;
}
.inp-text::-webkit-outer-spin-button, .inp-select::-webkit-outer-spin-button, .inp-text::-webkit-inner-spin-button, .inp-select::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
[type=number].inp-text, [type=number].inp-select {
  -moz-appearance: textfield;
}
.inp-text:disabled, .inp-select:disabled {
  background-color: #ffffff;
}
.inp-text:focus-visible, .inp-select:focus-visible, .inp-text:focus-within, .inp-select:focus-within {
  outline-color: #7d91cd;
}

.inp-fix {
  position: relative;
  display: block;
}
.has-error .inp-fix {
  color: #cb0000;
}
.has-warning .inp-fix {
  color: #ffaa00;
}
.has-ok .inp-fix {
  color: #008800;
}

.inp-label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.25em;
  font-family: "Space Grotesk", arial, sans-serif;
  font-size: 1.6rem;
}

.inp-select {
  padding-right: 4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath d='M10 0L5 5 0 0'/%3E%3C/svg%3E%0A");
  background-position: top 50% right 1.5rem;
  background-repeat: no-repeat;
  background-size: 1rem 0.5rem;
}
.inp-select::-ms-expand {
  display: none;
}

.inp-text::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.inp-text:focus::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
textarea.inp-text {
  height: auto;
  border-top-width: 0.1rem;
}

.inp-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 3.4rem;
  font-family: "Space Grotesk", arial, sans-serif;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.inp-item__inp {
  position: absolute;
  left: -500rem;
}
.inp-item__text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
}
.inp-item__text::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #000000;
  background: #ffffff;
  transition: border-color 0.3s, background-color 0.3s;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.inp-item--radio .inp-item__text::before {
  border-radius: 50%;
}
.inp-item__inp:focus + .inp-item__text::before {
  border-color: #000000;
  outline: 0.2rem solid #7d91cd;
  outline-offset: 0.1rem;
}
.inp-item__inp:checked + .inp-item__text::before {
  background-color: #000000;
}
.inp-item--checkbox .inp-item__inp:checked + .inp-item__text::before {
  border-color: #000000;
  background: #000000;
}
.inp-item__inp:disabled + .inp-item__text {
  color: #808080;
  cursor: default;
}
.inp-item__inp:disabled + .inp-item__text::before {
  border-color: #000000;
  background: #ffffff;
}
.has-error .inp-item__text::before {
  border-color: #cb0000;
}
.has-error .inp-item--checkbox .inp-item__inp:checked + .inp-item__text::before, .inp-item--checkbox.has-error .inp-item__inp:checked + .inp-item__text::before {
  border-color: #cb0000;
  background: #cb0000;
}
.has-error .inp-item--radio .inp-item__inp:checked + .inp-item__text::before, .inp-item--radio.has-error .inp-item__inp:checked + .inp-item__text::before {
  border-color: #cb0000;
  background: #cb0000;
}
.has-error .inp-item__inp:focus + .inp-item__text::before, .inp-item.has-error .inp-item__inp:focus + .inp-item__text::before {
  border-color: #cb0000;
}

.inp-range {
  position: relative;
  display: block;
  padding-top: 1.5rem;
}
.inp-range__inp {
  display: block;
  width: 100%;
  height: 3px;
  background: #000000;
  outline: none;
  -webkit-appearance: none;
}
.inp-range__inp::-webkit-slider-thumb {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 5rem;
  background: #000000;
  appearance: none;
  cursor: pointer;
}
.inp-range__inp::-moz-range-thumb {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 5rem;
  background: #000000;
  cursor: pointer;
}
.inp-range__output-content {
  position: relative;
  display: block;
  margin: 2rem 1.1rem 0;
}
.inp-range__output {
  position: absolute;
  left: 50%;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}
.inp-range__inp:focus-visible {
  outline: 0.2rem solid #7d91cd;
  outline-offset: 0.1rem;
}

.row-main {
  position: relative;
  width: 100%;
  max-width: var(--row-main-width);
  margin: 0 auto;
  padding: 0 var(--row-main-gutter);
}
.row-main::before, .row-main::after {
  content: "";
  display: table;
}
.row-main::after {
  clear: both;
}

.row-main--xxl {
  max-width: calc(192rem + 2 * var(--row-main-gutter));
}

.row-main--xl {
  max-width: calc(168rem + 2 * var(--row-main-gutter));
}

.row-main--lg {
  max-width: calc(147rem + 2 * var(--row-main-gutter));
}

.row-main--xs {
  max-width: calc(86rem + 2 * var(--row-main-gutter));
}

.grid {
  --grid-x-spacing: var(--grid-gutter);
  --grid-y-spacing: var(--grid-gutter);
  margin-bottom: calc(var(--grid-y-spacing) * -1);
  margin-left: calc(var(--grid-x-spacing) * -1);
}
.grid__cell {
  position: relative;
  border: var(--grid-x-spacing) solid transparent;
  border-width: 0 0 var(--grid-y-spacing) var(--grid-x-spacing);
  border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3C/svg%3E");
}
.grid__cell--top {
  align-self: flex-start;
}
.grid__cell--middle {
  align-self: center;
}
.grid__cell--bottom {
  align-self: flex-end;
}
.grid__cell--eq {
  display: flex;
}
.grid__cell--eq > * {
  flex: 1 1 auto;
}
.grid--nowrap {
  flex-wrap: nowrap;
}
.grid--middle {
  align-items: center;
}
.grid--bottom {
  align-items: flex-end;
}
.grid--center {
  justify-content: center;
}
.grid--right {
  justify-content: flex-end;
}
.grid--space-between {
  justify-content: space-between;
}
.grid--x-0 {
  --grid-x-spacing: 0;
}
.grid--y-0 {
  --grid-y-spacing: 0;
}
.grid--x-xxs {
  --grid-x-spacing: var(--spacing);
}
.grid--y-xxs {
  --grid-y-spacing: var(--spacing);
}
.grid--x-xs {
  --grid-x-spacing: calc(var(--spacing) * 3);
}
.grid--y-xs {
  --grid-y-spacing: calc(var(--spacing) * 3);
}
.grid--x-sm {
  --grid-x-spacing: calc(var(--spacing) * 4);
}
.grid--y-sm {
  --grid-y-spacing: calc(var(--spacing) * 4);
}
.grid--x-md {
  --grid-x-spacing: 4rem;
}
.grid--y-md {
  --grid-y-spacing: 4rem;
}
.grid--x-lg {
  --grid-x-spacing: 6rem;
}
.grid--y-lg {
  --grid-y-spacing: 6rem;
}
.grid--x-xl {
  --grid-x-spacing: 8rem;
}
.grid--y-xl {
  --grid-y-spacing: 8rem;
}
.grid--x-xxl {
  --grid-x-spacing: 12rem;
}
.grid--y-xxl {
  --grid-y-spacing: 12rem;
}

.size--auto {
  width: auto;
}
.size--autogrow {
  flex: 1 0 auto;
  width: auto;
}
.size--1-12 {
  width: 8.3333333333%;
}

.size--2-12 {
  width: 16.6666666667%;
}

.size--3-12 {
  width: 25%;
}

.size--4-12 {
  width: 33.3333333333%;
}

.size--5-12 {
  width: 41.6666666667%;
}

.size--6-12 {
  width: 50%;
}

.size--7-12 {
  width: 58.3333333333%;
}

.size--8-12 {
  width: 66.6666666667%;
}

.size--9-12 {
  width: 75%;
}

.size--10-12 {
  width: 83.3333333333%;
}

.size--11-12 {
  width: 91.6666666667%;
}

.size--12-12 {
  width: 100%;
}

@media (min-width: 23.4375rem) {
  .size--auto\@xs {
    width: auto;
  }
  .size--autogrow\@xs {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@xs {
    width: 8.3333333333%;
  }
  .size--2-12\@xs {
    width: 16.6666666667%;
  }
  .size--3-12\@xs {
    width: 25%;
  }
  .size--4-12\@xs {
    width: 33.3333333333%;
  }
  .size--5-12\@xs {
    width: 41.6666666667%;
  }
  .size--6-12\@xs {
    width: 50%;
  }
  .size--7-12\@xs {
    width: 58.3333333333%;
  }
  .size--8-12\@xs {
    width: 66.6666666667%;
  }
  .size--9-12\@xs {
    width: 75%;
  }
  .size--10-12\@xs {
    width: 83.3333333333%;
  }
  .size--11-12\@xs {
    width: 91.6666666667%;
  }
  .size--12-12\@xs {
    width: 100%;
  }
}
@media (min-width: 30rem) {
  .size--auto\@sm {
    width: auto;
  }
  .size--autogrow\@sm {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@sm {
    width: 8.3333333333%;
  }
  .size--2-12\@sm {
    width: 16.6666666667%;
  }
  .size--3-12\@sm {
    width: 25%;
  }
  .size--4-12\@sm {
    width: 33.3333333333%;
  }
  .size--5-12\@sm {
    width: 41.6666666667%;
  }
  .size--6-12\@sm {
    width: 50%;
  }
  .size--7-12\@sm {
    width: 58.3333333333%;
  }
  .size--8-12\@sm {
    width: 66.6666666667%;
  }
  .size--9-12\@sm {
    width: 75%;
  }
  .size--10-12\@sm {
    width: 83.3333333333%;
  }
  .size--11-12\@sm {
    width: 91.6666666667%;
  }
  .size--12-12\@sm {
    width: 100%;
  }
}
@media (min-width: 46.875rem), print {
  .size--auto\@md {
    width: auto;
  }
  .size--autogrow\@md {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@md {
    width: 8.3333333333%;
  }
  .size--2-12\@md {
    width: 16.6666666667%;
  }
  .size--3-12\@md {
    width: 25%;
  }
  .size--4-12\@md {
    width: 33.3333333333%;
  }
  .size--5-12\@md {
    width: 41.6666666667%;
  }
  .size--6-12\@md {
    width: 50%;
  }
  .size--7-12\@md {
    width: 58.3333333333%;
  }
  .size--8-12\@md {
    width: 66.6666666667%;
  }
  .size--9-12\@md {
    width: 75%;
  }
  .size--10-12\@md {
    width: 83.3333333333%;
  }
  .size--11-12\@md {
    width: 91.6666666667%;
  }
  .size--12-12\@md {
    width: 100%;
  }
}
@media (min-width: 62.5rem), print {
  .size--auto\@lg {
    width: auto;
  }
  .size--autogrow\@lg {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@lg {
    width: 8.3333333333%;
  }
  .size--2-12\@lg {
    width: 16.6666666667%;
  }
  .size--3-12\@lg {
    width: 25%;
  }
  .size--4-12\@lg {
    width: 33.3333333333%;
  }
  .size--5-12\@lg {
    width: 41.6666666667%;
  }
  .size--6-12\@lg {
    width: 50%;
  }
  .size--7-12\@lg {
    width: 58.3333333333%;
  }
  .size--8-12\@lg {
    width: 66.6666666667%;
  }
  .size--9-12\@lg {
    width: 75%;
  }
  .size--10-12\@lg {
    width: 83.3333333333%;
  }
  .size--11-12\@lg {
    width: 91.6666666667%;
  }
  .size--12-12\@lg {
    width: 100%;
  }
}
@media (min-width: 75rem) {
  .size--auto\@xl {
    width: auto;
  }
  .size--autogrow\@xl {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@xl {
    width: 8.3333333333%;
  }
  .size--2-12\@xl {
    width: 16.6666666667%;
  }
  .size--3-12\@xl {
    width: 25%;
  }
  .size--4-12\@xl {
    width: 33.3333333333%;
  }
  .size--5-12\@xl {
    width: 41.6666666667%;
  }
  .size--6-12\@xl {
    width: 50%;
  }
  .size--7-12\@xl {
    width: 58.3333333333%;
  }
  .size--8-12\@xl {
    width: 66.6666666667%;
  }
  .size--9-12\@xl {
    width: 75%;
  }
  .size--10-12\@xl {
    width: 83.3333333333%;
  }
  .size--11-12\@xl {
    width: 91.6666666667%;
  }
  .size--12-12\@xl {
    width: 100%;
  }
}
@media (min-width: 120rem) {
  .size--auto\@xxl {
    width: auto;
  }
  .size--autogrow\@xxl {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@xxl {
    width: 8.3333333333%;
  }
  .size--2-12\@xxl {
    width: 16.6666666667%;
  }
  .size--3-12\@xxl {
    width: 25%;
  }
  .size--4-12\@xxl {
    width: 33.3333333333%;
  }
  .size--5-12\@xxl {
    width: 41.6666666667%;
  }
  .size--6-12\@xxl {
    width: 50%;
  }
  .size--7-12\@xxl {
    width: 58.3333333333%;
  }
  .size--8-12\@xxl {
    width: 66.6666666667%;
  }
  .size--9-12\@xxl {
    width: 75%;
  }
  .size--10-12\@xxl {
    width: 83.3333333333%;
  }
  .size--11-12\@xxl {
    width: 91.6666666667%;
  }
  .size--12-12\@xxl {
    width: 100%;
  }
}

.message {
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.message > :last-child {
  margin-bottom: 0;
}
.message--error, .message--ok, .message--warning {
  color: #000000;
}
.message--error li::before, .message--ok li::before, .message--warning li::before {
  background-color: #000000;
}
.message--error a, .message--ok a, .message--warning a {
  color: #000000;
}
.message--error {
  background: #ff8686;
}
.message--ok {
  background: #9fd89f;
}
.message--warning {
  background: #ffda90;
}

.link-mask {
  position: relative;
}
.link-mask__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.link-mask__unmask {
  position: relative;
  z-index: 1;
}

@keyframes animation-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.img {
  position: relative;
  display: block;
  overflow: hidden;
}
.img::before {
  content: "";
  display: block;
  padding-top: 100%;
  pointer-events: none;
}
.img > *:where(img, .img__media, lite-youtube, lite-vimeo, video, iframe) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@supports (object-fit: cover) {
  .img > *:where(img, .img__media, lite-youtube, lite-vimeo, video, iframe) {
    object-fit: cover;
  }
}
.img--contain > *:where(img, .img__media, lite-youtube, lite-vimeo, video, iframe) {
  object-fit: contain;
}

.section {
  --top-inner-gutter: 5rem;
  position: relative;
  padding-top: var(--top-inner-gutter);
  padding-bottom: var(--bottom-inner-gutter);
  background-color: #ffffff;
}
.section--bottom-gutter {
  --bottom-inner-gutter: 6rem;
}
.section--bottom-shadow {
  --bottom-inner-gutter: 6rem;
  background: linear-gradient(180deg, rgba(131, 161, 252, 0) 0%, rgba(131, 161, 252, 0.2) 100%), #ffffff;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto 15rem;
}
.section--top-shadow {
  --top-inner-gutter: 5rem;
}
.section--top-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 600px;
  background-image: url("../img/bg/gr.png"), linear-gradient(0deg, rgba(196, 201, 255, 0) 38.88%, #c4c9ff 100%), linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay, normal;
}
.section--theme {
  --top-inner-gutter: 6rem;
  --bottom-inner-gutter: 6rem;
  background-color: #bdcdff;
}
.section--parallax-bottom + * {
  /* stylelint-disable-next-line declaration-no-important */
  z-index: 2 !important;
}
@supports (animation-timeline: view()) {
  .section--parallax-bottom {
    animation: stick-slow linear both;
    animation-duration: 1ms;
    /* stylelint-disable-next-line property-no-unknown */
    animation-timeline: view(block auto);
    animation-range: exit 10vh exit 100%;
  }
}
.section > *:last-child:not(.grid) {
  margin-bottom: 0;
}
@media (min-width: 62.5rem) {
  .section {
    --top-inner-gutter: 8rem;
  }
  .section--bottom-gutter, .section--bottom-shadow {
    --bottom-inner-gutter: 10rem;
  }
  .section--top-shadow {
    --top-inner-gutter: 8rem;
  }
  .section--theme {
    --top-inner-gutter: 10rem;
    --bottom-inner-gutter: 10rem;
  }
}

@keyframes stick-slow {
  from {
    transform: translateY(0);
  }
  to {
    filter: brightness(90%);
    transform: translateY(50vh);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .js *[data-animate-target=element] {
    transition: transform var(--transition-duration, 0.5s), opacity var(--transition-duration, 0.5s);
    will-change: transform, opacity;
  }
  .js .heading-sep__content[data-animate-target=element]:not(.is-animated) {
    transform: translateX(-100vw);
  }
  .js .heading-sep__content[data-animate-target=element].is-animated {
    transform: translateX(0);
  }
  .js [data-controller=svg-paths] svg path {
    display: none;
    stroke-dasharray: var(--stroke-length);
    stroke-dashoffset: var(--stroke-length);
    stroke-width: 0;
    transition: stroke-dashoffset 1.5s ease-out;
  }
  .js .is-animated > [data-controller=svg-paths] svg path,
.js [data-controller=svg-paths].is-animated svg path {
    display: block;
    stroke-width: 5;
    animation: draw 0.5s ease-out forwards;
    animation-delay: var(--stroke-delay);
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: var(--stroke-length);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
[data-tilt-target=card] {
  transition: transform 0.2s ease-out;
  transform-style: preserve-3d;
  will-change: transform;
}

/* stylelint-disable selector-no-qualifying-type */
/* stylelint-disable declaration-no-important */
.floorplan {
  position: relative;
  display: grid;
  border-bottom: 2px solid #000000;
  background-color: #ffffff;
  overflow: hidden;
}
.floorplan__plan {
  width: 100%;
  height: 100%;
}
.floorplan__plan svg {
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.floorplan__plan-wrapper {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 600/590;
  overflow: hidden;
}
.floorplan__plan-background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.floorplan__heading {
  --heading-x-gutter: clamp(0px, 3vw, 4rem);
  --heading-y-gutter: clamp(0px, 3vw, 4rem);
  top: var(--heading-y-gutter);
  left: var(--heading-x-gutter);
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
}
.floorplan__heading span {
  display: inline-block;
  padding: 5px 15px 5px 0;
  border-bottom: 2px solid #000000;
}
.floorplan__tooltip {
  display: inline-flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: flex-start;
  padding: 0.8rem 1.4rem;
  background: #121212;
  color: #ffffff;
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
  font-size: 1.4rem;
}
.floorplan__tooltip-name {
  font-size: 1.8rem;
  line-height: 1;
}
.floorplan__tooltip-status {
  font-weight: 700;
}
.floorplan--xenon {
  --polygon-color: #b4d9f9;
}
.floorplan--neon {
  --polygon-color: #d7d5fd;
}
.floorplan__polygon {
  fill: var(--polygon-color);
  transition: all 0.3s ease;
  mix-blend-mode: multiply;
}
.floorplan__polygon:not([aria-describedby]) {
  --polygon-color: transparent;
}
.floorplan__polygon--empty {
  --polygon-color: #dedede;
}
.floorplan__polygon--in-preparation, .floorplan__polygon--reserved {
  fill: #DBDBDB;
}
.floorplan__polygon--sold {
  fill: #FFECF0;
}
.floorplan__polygon--in-preparation[aria-describedby] {
  fill: var(--polygon-color);
}
@media (min-width: 62.5rem) {
  .floorplan__heading {
    position: absolute;
    font-size: 2.8rem;
  }
  .floorplan__tooltip {
    gap: 1.5rem;
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
  }
  .floorplan__tooltip-name {
    font-size: 2rem;
  }
}

.block-loader__loader {
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0.3s 0s;
  transform: translate(-50%, -50%);
}
.block-loader__loader::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  margin: -2rem 0 0 -2rem;
  border: 0.4rem solid #d5d2ff;
  border-top-color: transparent;
  border-radius: 2rem;
}

.block-loader {
  position: relative;
  transition: opacity 0.3s;
}
.block-loader__loader {
  position: absolute;
}
.block-loader.is-loading {
  opacity: 0.75;
  pointer-events: none;
}
.block-loader.is-loading .block-loader__loader {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0s;
}
.block-loader.is-loading .block-loader__loader::after {
  animation: animation-rotate 0.8s infinite linear;
}

.inp-control--floating-label {
  position: relative;
}
.inp-control--floating-label .inp-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  max-width: calc(100% - 2.4rem);
  margin: 0;
  padding-inline: 0.5rem;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: translate(1rem, 1rem) scale(1);
  transform-origin: top left;
}
.inp-control.is-not-empty .inp-label {
  background-color: #ffffff;
  transform: translate(1rem, -0.6rem) scale(0.8);
}
.inp-control.has-error .inp-label {
  color: #cb0000;
}

.heading {
  display: inline-flex;
}
.heading__content {
  position: relative;
  max-width: 645px;
  padding-bottom: 5px;
}
.heading__content::after {
  content: "";
  position: absolute;
  inset: 100% 0 0;
  width: 100%;
  border-bottom: 4px solid #000000;
  transition: width 0.4s ease-in-out;
}
h1 > .heading__content {
  padding-bottom: 15px;
}
.js :where([data-controller=animate]) .heading__content::after {
  width: 0;
}
.js :where(.heading.is-animated) .heading__content::after {
  width: 100%;
}

.heading-moving-strip {
  --row-width: calc(1920px + 200px);
  position: relative;
  display: flex;
  gap: 0.9rem;
  max-width: 100%;
  max-width: var(--row-width);
  margin-right: auto;
  margin-left: auto;
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
  overflow: hidden;
}
.heading-moving-strip::before, .heading-moving-strip::after {
  --shadow-width: 100px;
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: var(--shadow-width);
  height: 100%;
  background: linear-gradient(90deg, transparent 0, #ffffff 100%);
}
.heading-moving-strip::before {
  right: calc(var(--row-width) - var(--shadow-width));
  transform: scale(-1, 1);
}
.heading-moving-strip::after {
  left: calc(var(--row-width) - var(--shadow-width));
}
.heading-moving-strip > * {
  flex: 0 0 100%;
}
.heading-moving-strip__group {
  display: flex;
  gap: 0.9rem;
  animation: scrolling 35s linear infinite;
  will-change: transform;
}
.heading-moving-strip__item {
  position: relative;
  padding-inline: 1.2rem;
  border-block: 3px solid #000000;
}
.heading-moving-strip__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.6rem;
  width: 0.3rem;
  height: 1em;
  border-right: 3px solid #000000;
  transform: translateY(-50%);
}
.heading-moving-strip:hover {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .heading-moving-strip__group {
    animation: none;
  }
}
@media (min-width: 62.5rem) {
  .heading-moving-strip {
    font-size: 4.8rem;
  }
}

.heading-sep__content {
  display: flex;
  justify-content: end;
  margin-block: 0;
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 6.3vw, 8.9rem);
  text-transform: uppercase;
}
.heading-sep__title {
  text-align: right;
}
.heading-sep__decor {
  position: relative;
}
.heading-sep__decor-svg {
  position: absolute;
  right: max(var(--decor-offset, 0) * -1, -35vw);
  bottom: 0.5lh;
  width: auto;
  max-height: 0.65lh;
  translate: 0 50%;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.b-about {
  --gap: 3rem;
  display: grid;
  gap: var(--gap);
}
.b-about__content {
  position: relative;
  grid-column: 1/-1;
}
.b-about__illust {
  position: relative;
  z-index: 1;
  grid-column: 1/-1;
  aspect-ratio: 1;
  background: linear-gradient(6deg, rgba(255, 255, 255, 0) -12.53%, rgba(255, 255, 255, 0.7) 101.71%), linear-gradient(218deg, #f4f3ff 10.97%, #ededfc 95.43%);
}
.b-about__illust img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-about__illust-2 {
  aspect-ratio: 518/453;
}
.b-about__illust-3 {
  aspect-ratio: 608/363;
}
.b-about__illust-4 {
  aspect-ratio: 931/577;
}
@media (min-width: 62.5rem) {
  .b-about {
    --gap: 4rem;
    grid-template-columns: repeat(12, 1fr);
  }
  .b-about__content-1 {
    grid-column: 8/-1;
  }
  .b-about__content-2 {
    grid-column: 9/-1;
  }
  .b-about__content-3 {
    grid-row: 1;
    grid-column: 1/6;
  }
  .b-about__illust-1 {
    grid-row: 1/span 2;
    grid-column: 1/8;
    margin-top: -20rem;
  }
  .b-about__illust-2 {
    grid-row: 1/3;
    grid-column: 7/-2;
    margin-right: calc(var(--gap) * -1);
  }
  .b-about__illust-3 {
    z-index: 1;
    grid-row: 2/4;
    grid-column: 1/7;
  }
  .b-about__illust-4 {
    grid-row: 3/4;
    grid-column: 4/-1;
    margin-left: calc(var(--gap) * -1);
  }
}

.b-accordion__item {
  border-bottom: 1px solid #000000;
}
.b-accordion__item:first-of-type {
  border-top: 1px solid #000000;
}
.b-accordion__title {
  margin: 0;
  font-size: 15px;
}
.b-accordion__trigger {
  position: relative;
  display: block;
  width: 100%;
  min-height: 7rem;
  margin: 0;
  padding: 1.9rem 6rem 1.9rem 0;
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: left;
  cursor: pointer;
}
.b-accordion__indicator {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 3.2rem;
  height: 3.2rem;
  transition: all 0.3s ease;
}
.b-accordion__content {
  max-width: 56.5rem;
  padding: 0 0 3rem;
}
.b-accordion__content > :last-child {
  margin-bottom: 0;
}
.js .b-accordion__content {
  position: absolute;
  top: -5000px;
  left: -5000px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.is-open .b-accordion__indicator, [aria-expanded=true] > .b-accordion__indicator {
  transform: rotateZ(-135deg);
}
.is-open .b-accordion__content {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
}

.b-article {
  --img-ratio: 580 / 316;
}
.b-article--full {
  --img-ratio: 860 / 316;
  padding-bottom: 4rem;
  border-bottom: 0.3rem solid #000000;
}
.b-article--full .b-article__img {
  margin-bottom: 3rem;
}
.b-article--full .b-article__header {
  margin-bottom: 2rem;
  font-size: 20px;
  text-transform: uppercase;
}
.b-article__img {
  aspect-ratio: var(--img-ratio);
  margin-bottom: 2rem;
  overflow: hidden;
}
.b-article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-article__date {
  margin: 0;
}
.b-article__header {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 24px;
  line-height: 1.1333333333;
}
.b-article__link {
  text-decoration: none;
}
.b-article__title {
  margin: 0;
  font-family: "Space Grotesk", arial, sans-serif;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
}
@media (min-width: 62.5rem) {
  .b-article--full {
    border-bottom-width: 0.4rem;
  }
  .b-article--full .b-article__header {
    font-size: 24px;
  }
  .b-article__header {
    font-size: 30px;
  }
}
@media (max-width: 46.874rem) {
  .b-article__date {
    font-size: 15px;
    text-wrap: nowrap;
  }
}

.b-author {
  --gutter-y: 10%;
}
.b-author__sign-cell {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
.b-author__signature {
  position: relative;
  font-family: "Space Grotesk", arial, sans-serif;
  font-size: 20px;
  text-align: right;
  text-transform: uppercase;
}
.b-author__signature::before {
  content: "";
  display: inline-block;
  width: 50%;
  max-width: 28rem;
  height: 0;
  margin-right: 1ch;
  border-top: 5px solid currentcolor;
  text-align: right;
  transform: translateY(-100%);
}
.b-author__text-even {
  margin-left: var(--gutter-y);
}
.b-author__text-odd {
  margin-right: var(--gutter-y);
}
.b-author__img {
  position: relative;
}
.b-author__img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(180px, 180px + 23.846vw - 76.923px, 366px);
  max-width: 65%;
  aspect-ratio: 366/113;
  background: url("../img/bg/a8000.png") center no-repeat;
  background-size: contain;
  transform: translate(0%, -60%);
}
@media (min-width: 46.875rem) {
  .b-author__sign-cell {
    flex-direction: column-reverse;
  }
}
@media (min-width: 62.5rem) {
  .b-author {
    --gutter-y: 20%;
  }
  .b-author__signature {
    font-size: 24px;
  }
}
@media (min-width: 87.5rem) {
  .b-author__img::before {
    transform: translate(28%, -60%);
  }
}

.b-building {
  position: relative;
}
.b-building__plan {
  position: relative;
  aspect-ratio: 1440/683;
}
.b-building-label {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
  padding: 12px 20px;
  background: #121212;
  color: #ffffff;
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
}
.b-building-label__name {
  font-size: 20px;
  line-height: 1;
}
.b-building__bg {
  overflow: hidden;
}
.b-building__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.b-building__headings {
  position: relative;
  z-index: 1;
  min-height: calc(1lh + 1rem);
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
  font-size: clamp(2rem, 3vw, 4rem);
  line-height: 1.5;
}
.b-building__heading {
  position: absolute;
  top: 0;
  display: inline-flex;
  padding: 0 15px;
  border-bottom: 2px solid #000000;
  text-transform: uppercase;
}
.b-building__heading-neon {
  right: 29%;
  transform: translateX(50%);
}
.b-building__heading-xenon {
  left: 27%;
  transform: translateX(-50%);
}
.b-building__bg, .b-building__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-building__svg {
  mix-blend-mode: screen;
}
.b-building__svg-link {
  opacity: 0;
  cursor: pointer;
}
.b-building__svg-link[aria-expanded=true], .b-building__svg-link.is-hovered, .hoverevents .b-building__svg-link:hover {
  opacity: 1;
}
.b-building__svg-link--neon polygon,
.b-building__svg-link--neon path,
.b-building__svg-link--neon polyline {
  fill: #3b34c5;
}
.b-building__svg-link--xenon polygon,
.b-building__svg-link--xenon path,
.b-building__svg-link--xenon polyline {
  fill: #0865b4;
}
.b-building__svg-link polygon,
.b-building__svg-link path,
.b-building__svg-link polyline {
  mix-blend-mode: screen;
}
@media (pointer: coarse) {
  .b-building__svg-link {
    touch-action: none;
  }
}
@media (pointer: fine) {
  .b-building-label__link {
    display: none;
  }
}
@media (min-width: 46.875rem) {
  .b-building__headings {
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.b-count-list {
  display: grid;
  grid-template-columns: min-content 1fr;
  width: min-content;
  font-family: "Space Grotesk", arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.b-count-list__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/3;
  gap: 0 1rem;
  padding-block: 1rem;
}
.b-count-list__item:not(:last-of-type) {
  border-bottom: 1px solid #000000;
}
.b-count-list__item-number {
  font-size: 4rem;
  text-align: right;
}

.b-floating-grid__item--1 {
  /* stylelint-disable-next-line declaration-no-important */
  margin-top: -25% !important;
  margin-left: -60%;
}

.b-gallery__btn {
  margin-top: 4rem;
  text-align: center;
}
.b-gallery__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 1rem;
}
.b-gallery__cell-ratio {
  grid-row: 1/span 1;
  grid-column: 1/span 1;
  aspect-ratio: 180/115;
}
.b-gallery__cell-ratio + .b-gallery__item {
  grid-row-start: 1;
  grid-column-start: 1;
}
.b-gallery__item {
  position: relative;
  grid-row: span 1;
  grid-column: span 2;
  background: linear-gradient(6deg, rgba(255, 255, 255, 0) -12.53%, rgba(255, 255, 255, 0.7) 101.71%), linear-gradient(218deg, #f4f3ff 10.97%, #ededfc 95.43%);
  overflow: hidden;
}
.b-gallery__item--2-1, .b-gallery__item--2-2, .b-gallery__item--3-1 {
  grid-row: auto/span 2;
  grid-column: auto/span 2;
}
.b-gallery__item--4-1, .b-gallery__item--4-2 {
  grid-column: span 1;
}
.b-gallery__item--4-3 {
  grid-row: span 2;
}
.b-gallery__link:focus-visible .b-gallery__link-plus-icon, .hoverevents .b-gallery__link:hover .b-gallery__link-plus-icon {
  opacity: 1;
}
.b-gallery__link:focus-visible .b-gallery__link-plus-icon .icon-svg, .hoverevents .b-gallery__link:hover .b-gallery__link-plus-icon .icon-svg {
  scale: 1;
}
.b-gallery__link-plus-icon {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
.b-gallery__link-plus-icon .icon-svg {
  width: 9rem;
  margin: auto;
  transition: all 0.3s ease;
  scale: 0.85;
}
.b-gallery img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 62.5rem) {
  .b-gallery__btn {
    margin-top: 6rem;
  }
  .b-gallery__list {
    grid-template-columns: repeat(17, 1fr);
    gap: 2rem;
  }
  .b-gallery__cell-ratio {
    grid-row: 1/span 1;
    grid-column: 1/span 1;
    aspect-ratio: 68/267;
  }
  .b-gallery__item--2-1, .b-gallery__item--3-1 {
    grid-row: auto/span 2;
    grid-column: auto/span 10;
  }
  .b-gallery__item--2-2 {
    grid-row: auto/span 2;
    grid-column: auto/span 7;
  }
  .b-gallery__item--3-2, .b-gallery__item--3-3 {
    grid-column: span 7;
  }
  .b-gallery__item--4-1, .b-gallery__item--4-2 {
    grid-column: auto/span 4;
  }
  .b-gallery__item--4-4 {
    grid-column: 1/span 8;
  }
  .b-gallery__item--4-3 {
    grid-row: auto/span 2;
    grid-column: 9/span 9;
  }
}

.b-groundplan-info {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  border-bottom: 2px solid #000000;
  background-color: #ffffff;
}
.b-groundplan-info__heading {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
}
.b-groundplan-info__heading span {
  display: inline-block;
  padding: 5px 15px 5px 0;
  border-bottom: 2px solid #000000;
}
.b-groundplan-info__content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  font-family: "Space Grotesk", arial, sans-serif;
}
.b-groundplan-info__content-item {
  line-height: 1;
}
.b-groundplan-info__content-item--title, .b-groundplan-info__content-item--full {
  grid-column: 1/-1;
}
.b-groundplan-info__content-item--title {
  font-size: 3rem;
}
.b-groundplan-info__label {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
}
.b-groundplan-info__value {
  font-size: 2.4rem;
}
.b-groundplan-info__preview {
  align-content: center;
}
.b-groundplan-info__preview-2 {
  text-align: center;
}
.b-groundplan-info__preview-2 img {
  max-height: 500px;
}
@media (min-width: 62.5rem) {
  .b-groundplan-info {
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
    padding: 4rem 4rem 5rem;
  }
  .b-groundplan-info__heading {
    grid-row: 1;
    grid-column: 1/4;
    font-size: 2.8rem;
  }
  .b-groundplan-info__content {
    grid-row: 2;
    grid-column: 1/4;
  }
  .b-groundplan-info__content-item--title {
    font-size: 4rem;
  }
  .b-groundplan-info__content-grid {
    gap: 2.5rem 1rem;
  }
  .b-groundplan-info__preview {
    grid-column: 5/-1;
    grid-row: 1/3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 1rem;
  }
  .b-groundplan-info__preview a img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .b-groundplan-info__preview a:first-child {
    grid-column: 1/-1;
  }
  .b-groundplan-info__preview a:first-child img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .b-groundplan-info__preview-1, .b-groundplan-info__preview-2 {
    grid-row: 1/3;
    margin-block: -1.5rem;
  }
  .b-groundplan-info__preview-1 {
    grid-column: 5/9;
  }
  .b-groundplan-info__preview-2 {
    position: relative;
    grid-column: 9/-1;
  }
  .b-groundplan-info__preview-2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
  }
  .b-groundplan-info__value {
    font-size: 3.2rem;
  }
}

:root {
  --headerHeight: 66px;
}

.b-hero-hp {
  position: relative;
  display: grid;
  height: calc(100vh - var(--headerHeight));
  height: calc(100svh - var(--headerHeight));
  min-height: min-content;
  overflow: hidden;
}
.b-hero-hp__canvas {
  z-index: 0;
  grid-row: 1;
  grid-column: 1;
  max-width: 100%;
  margin: 0 auto;
}
.b-hero-hp__btn {
  grid-row: 1/-1;
  grid-column: 1/-1;
  width: 6.6rem;
  height: 6.6rem;
  padding: 0;
  border: none;
  background: none;
}
.b-hero-hp__btn .icon-svg {
  width: 100%;
}
.b-hero-hp__btns {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: none;
  transform: translate(-50%, -50%);
}
@media (prefers-reduced-motion) {
  .b-hero-hp__btns {
    display: grid;
  }
}
.b-hero-hp__video {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.b-hero-hp__video video {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}
.b-hero-hp__inner {
  position: relative;
  z-index: 1;
  display: flex;
  grid-row: 1;
  grid-column: 1;
  align-items: flex-end;
  height: 100%;
  padding: clamp(8rem, 10vw, 15rem) 0;
}
@media (max-width: 46.874rem) {
  .b-hero-hp__inner .row-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
.b-hero-hp__inner h1 {
  color: #ffffff;
}
@media (max-width: 46.874rem) {
  .b-hero-hp__title {
    margin-bottom: auto;
  }
}
.b-hero-hp__scroll {
  position: absolute;
  bottom: clamp(1.5rem, 2.5vw, 3rem);
  z-index: 10;
  width: 100%;
  text-align: center;
}
.b-hero-hp__scroll-button {
  margin: auto;
  padding: none;
  border: none;
  background: none;
  color: #ffffff;
}
.is-paused .b-hero-hp__pause {
  display: none;
}
.is-playing .b-hero-hp__play {
  display: none;
}
@supports (animation-range: exit 0 exit 100%) {
  .b-hero-hp {
    animation: stick-slow-hero linear both;
    animation-duration: 1ms;
    /* stylelint-disable-next-line property-no-unknown */
    animation-timeline: view(block auto);
    animation-range: exit 0 exit 100%;
  }
}

@keyframes stick-slow-hero {
  from {
    transform: translateY(0);
  }
  to {
    filter: brightness(90%);
    transform: translateY(50vh);
  }
}
.b-img-sep {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 240px;
  overflow: hidden;
}
.b-img-sep + * {
  z-index: 1;
}
.b-img-sep__canvas {
  max-width: 100%;
  height: auto;
  max-height: 90vh;
}
.b-img-sep img {
  position: absolute;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 130%;
  object-fit: cover;
  object-position: center;
}

/* stylelint-disable declaration-no-important */
.b-map {
  position: relative;
  display: grid;
  justify-content: center;
  min-height: 400px;
}
.b-map__content {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.b-map__canvas {
  max-width: 100%;
  height: auto;
}
.b-map__loader {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  align-content: center;
  justify-content: center;
  background: linear-gradient(6deg, rgba(255, 255, 255, 0) -12.53%, rgba(255, 255, 255, 0.7) 101.71%), linear-gradient(218deg, #f4f3ff 10.97%, #ededfc 95.43%);
}
.b-map__marker-dialog.gm-style-iw {
  padding: 0;
  padding-right: 38px !important;
  border-radius: 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 1.4rem;
}
.b-map__marker-dialog.gm-style-iw .gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
}
.b-map__marker-dialog.gm-style-iw .gm-style-iw-d::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.b-map__marker-dialog.gm-style-iw .gm-style-iw-tc::after {
  background-color: #000000;
}
.b-map__marker-dialog.gm-style-iw .gm-ui-hover-effect {
  top: 0;
  right: 0;
  opacity: 1;
}
.b-map__marker-dialog.gm-style-iw .gm-ui-hover-effect span {
  width: 2rem !important;
  height: 2rem !important;
  margin: auto !important;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='5' d='M23.05 16.33 37.62 1.77M1.77 37.62l14.28-14.29M23.41 23.33l14.28 14.29M1.84 1.77l14.28 14.28'/%3E%3C/svg%3E") !important;
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='5' d='M23.05 16.33 37.62 1.77M1.77 37.62l14.28-14.29M23.41 23.33l14.28 14.29M1.84 1.77l14.28 14.28'/%3E%3C/svg%3E") !important;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.b-map__marker-dialog-content {
  padding: 2rem;
}
.b-map__marker-dialog-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.gm-style {
  font-family: "aktiv-grotesk", arial, sans-serif;
}
.gm-style .gm-style-iw-tc::after {
  background-color: #000000;
}

.b-modal {
  position: fixed;
  inset: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, z-index 0s 0.3s, visibility 0s 0.3s;
}
.b-modal__wrapper {
  display: grid;
  grid-template-rows: 50px 1fr auto auto auto;
  grid-template-columns: 60px 1fr 60px;
  /* stylelint-disable */
  grid-template-areas: "header header header" "prev content next" "nav nav nav" "title title title" "desc desc desc";
  /* stylelint-enable */
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
}
.b-modal__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  position: relative;
  z-index: 11;
  display: flex;
  grid-area: header;
  justify-content: flex-end;
}
.b-modal__title {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  z-index: 2;
  grid-area: title;
  color: #ffffff;
  text-align: center;
}
.b-modal__description {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  z-index: 2;
  grid-area: desc;
  color: #ffffff;
  text-align: center;
}
.b-modal__prev, .b-modal__next {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
}
.b-modal__prev {
  z-index: 3;
  grid-area: 1/1/4/2;
  justify-content: flex-start;
}
.b-modal__next {
  z-index: 3;
  grid-area: 1/3/4/4;
}
.b-modal__content {
  position: relative;
  z-index: 2;
  grid-area: 1/1/4/4;
  min-height: 140px;
  overflow: hidden;
}
.b-modal__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s, z-index 0s 0.3s;
}
.b-modal__slide.is-active {
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s, z-index 0s;
}
.b-modal__image, .b-modal__video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.b-modal__image > *, .b-modal__video > * {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.b-modal__image--multiple > *, .b-modal__video--multiple > * {
  max-width: 50%;
}
.b-modal__image img {
  -webkit-user-select: none;
          user-select: none;
}
.b-modal__inner {
  width: 100%;
  padding: 20px;
  background: #ffffff;
}
.b-modal__iframe {
  height: 100%;
  padding: 20px;
  background: #ffffff;
}
.b-modal__iframe iframe {
  width: 100%;
  height: 100%;
}
.b-modal__embed {
  width: 100%;
  height: 100%;
}
.b-modal__embed iframe {
  width: 100%;
  height: 100%;
}
.b-modal__nav {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  z-index: 2;
  display: flex;
  grid-area: nav;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.b-modal__nav:empty {
  height: 0;
}
.b-modal__nav-item {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border: none;
  border-radius: 50%;
  background: #eeeeee;
  cursor: pointer;
  transition: transform 0.3s;
}
.b-modal__nav-item.is-active {
  background: #b8aecd;
  transform: scale(1.2);
}
.b-modal__loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-items: center;
  color: #ffffff;
  font-size: 30px;
}
.b-modal__loader .icon-load {
  width: 40px;
  animation-name: loader;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.b-modal__loader-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  animation-name: loader;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.b-modal__loader-icon > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.b-modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
}
.b-modal__prev-btn, .b-modal__next-btn {
  align-self: center;
  justify-self: center;
  width: 48px;
  height: 48px;
  padding: 4px;
  border: none;
  background-color: transparent;
  color: #000000;
  cursor: pointer;
  pointer-events: all;
}
.b-modal__close {
  width: 48px;
  padding: 0;
  border: none;
  background: none;
  color: #000000;
  cursor: pointer;
}
.b-modal__close .icon-svg {
  width: 3rem;
}
.b-modal.is-opened {
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, z-index 0s, visibility 0s;
}
.b-modal.is-loading .b-modal__loader {
  display: grid;
}
.b-modal.is-first .b-modal__prev {
  display: none;
}
.b-modal.is-last .b-modal__next {
  display: none;
}

@keyframes loader {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.b-number-card-list {
  container-type: inline-size;
}
.b-number-card-list__grid {
  display: grid;
  gap: 2rem;
}
.b-number-card-list__item-number {
  margin-bottom: 1.9rem;
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
  font-size: 5.5rem;
  line-height: 1;
}
.b-number-card-list__item {
  display: grid;
  grid-template-rows: 1fr;
}
.b-number-card-list__item-content {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding: 2rem;
  background: linear-gradient(6deg, rgba(255, 255, 255, 0) -12.53%, rgba(255, 255, 255, 0.7) 101.71%), linear-gradient(218deg, #dfddff 10.97%, #cacaff 95.43%);
  will-change: transform;
}
.b-number-card-list__item-heading {
  margin-bottom: 2rem;
  font-family: "Space Grotesk", arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.b-number-card-list--light .b-number-card-list__item-content {
  background: linear-gradient(198deg, rgba(255, 255, 255, 0.35) 26.78%, #ffffff 110.26%);
}
.b-number-card-list--with-number .b-number-card-list__item {
  grid-template-rows: min-content 1fr;
}
@container (min-width: 60rem) {
  .b-number-card-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container (min-width: 94rem) {
  .b-number-card-list__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .b-number-card-list__item-content {
    min-height: 290px;
  }
}
@media (min-width: 62.5rem) {
  .b-number-card-list__item-number {
    font-size: 7rem;
  }
  .b-number-card-list__item-heading {
    margin-bottom: 3rem;
  }
}

.b-service-list {
  display: grid;
  flex-wrap: wrap;
  gap: 3rem;
}
.b-service-list__item {
  display: flex;
  gap: 2rem;
  padding: 1rem 0 2rem;
  border-bottom: 2px solid #000000;
}
.b-service-list__item-number {
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
  font-size: 5.5rem;
  line-height: 1;
}
.b-service-list__item-heading {
  font-family: "Space Grotesk", arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.b-service-list__item-content {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media (min-width: 46.875rem) {
  .b-service-list--cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 62.5rem) {
  .b-service-list {
    gap: 4rem;
  }
  .b-service-list__item {
    gap: 4rem;
    padding-bottom: 3.5rem;
  }
  .b-service-list__item-content {
    gap: 3rem;
  }
  .b-service-list__item-number {
    font-size: 7rem;
  }
}

.b-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0;
}
.b-timeline__content p,
.b-timeline__content h3 {
  padding: 0;
  line-height: 1.2;
}
.b-timeline__content p {
  margin: 0;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.b-timeline__content h3 {
  margin: 0;
  font-weight: 400;
  font-size: 1.7rem;
  white-space: nowrap;
  text-transform: uppercase;
}
.b-timeline__item {
  position: relative;
  width: 100%;
  max-width: 20rem;
}
.b-timeline__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 12.5rem);
  width: 2rem;
  height: 2rem;
  margin: -0.9rem 0 0 -0.9rem;
  border-radius: 50%;
  background-color: #000000;
}
.b-timeline__item--3 {
  margin-bottom: -8rem;
}
.b-timeline__items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
}
.b-timeline__items::after {
  content: "";
  position: absolute;
  top: -50px;
  left: calc(50% - 12.5rem);
  width: 3px;
  height: calc(100% + 10rem);
  background-color: #000000;
}
.b-timeline__year {
  width: 100%;
  max-width: 20rem;
  margin: 0;
  font-weight: bold;
}
.b-timeline__year h3 {
  font-size: 4.4rem;
  line-height: 1.2;
}
.b-timeline * {
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
}
@media (min-width: 46.875rem) {
  .b-timeline {
    flex-direction: row;
    gap: 2.5rem;
    padding: 9rem 0;
  }
  .b-timeline__content {
    padding-top: 10rem;
    text-align: center;
  }
  .b-timeline__season {
    white-space: nowrap;
  }
  .b-timeline__item {
    grid-row: 1/-1;
    max-width: 100%;
  }
  .b-timeline__item::after {
    left: 50%;
  }
  .b-timeline__item--1 {
    grid-column: 3;
  }
  .b-timeline__item--2 {
    grid-column: 7;
  }
  .b-timeline__item--3 {
    grid-column: 11;
    margin-bottom: 0;
  }
  .b-timeline__item--4 {
    grid-column: 12;
  }
  .b-timeline__item:nth-child(odd) .b-timeline__content {
    padding-top: 0;
    padding-bottom: 9rem;
  }
  .b-timeline__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
    padding: 0;
  }
  .b-timeline__items::after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
  }
  .b-timeline__year {
    width: auto;
    max-width: 100%;
  }
}

.b-time-card {
  height: 100%;
  padding: 2.4rem 3rem 3rem;
  background: linear-gradient(359deg, rgba(255, 255, 255, 0) 13.39%, rgba(255, 255, 255, 0.7) 128.96%), linear-gradient(175deg, #dac9ff 13.75%, #bccdff 109.5%);
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
}
.b-time-card__item-number {
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
  font-size: 5.5rem;
  line-height: 1;
  text-align: right;
}
.b-time-card__item-text {
  font-size: 1.6rem;
  line-height: 1.2;
}
.b-time-card__list {
  display: grid;
  grid-template-columns: min-content auto;
  gap: 3rem 1.7rem;
}
.b-time-card__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  align-items: center;
}
.b-time-card__title {
  margin-bottom: 2rem;
  font-family: "Space Grotesk", arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 62.5rem) {
  .b-time-card {
    padding: 2.4rem 4rem 3rem;
  }
  .b-time-card__title {
    margin-bottom: 4rem;
  }
  .b-time-card__item-number {
    font-size: 7rem;
  }
}

/* ==========================================================================
    SORT
   ========================================================================== */
.sort {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin: 0;
  padding: 0;
  background: 0;
  border: 0;
  color: #000000;
  font-weight: 500;
  cursor: pointer;
}
.sort:hover, .sort:focus, .sort:active {
  outline: none;
}
.sort:focus-visible:before {
  opacity: 1;
}

.sort__arrow {
  margin-left: 10px;
}
.sort__arrow svg {
  display: block;
}

[aria-sort=descending] .sort__arrow .sort__desc {
  fill: #a889f8;
}

[aria-sort=ascending] .sort__arrow .sort__asc {
  fill: #a889f8;
}

.c-articles__btn {
  margin-top: 4rem;
  text-align: center;
}
@media (min-width: 62.5rem) {
  .c-articles__btn {
    margin-top: 6rem;
  }
}

.f-contact {
  --gutter-y: 6rem;
  --gutter-x: 6rem;
  position: relative;
  z-index: 1;
  padding-top: var(--gutter-y);
  padding-bottom: var(--gutter-x);
  background-color: #ffffff;
}
.f-contact__grid {
  display: grid;
  gap: calc(var(--spacing) * 7);
}
.f-contact--with-shadow {
  clip-path: polygon(0% -20%, 100% -20%, 100% 100%, 0% 100%);
  box-shadow: 0 0 100px 5px rgba(131, 161, 252, 0.2);
}
@media (min-width: 62.5rem) {
  .f-contact {
    --gutter-y: 12rem;
    --gutter-x: 8rem;
  }
}

.f-price-list {
  display: grid;
  gap: 2.5rem;
}
.f-price-list__row {
  -webkit-user-select: none;
          user-select: none;
}
.hoverevents .f-price-list__row[data-href]:hover {
  cursor: pointer;
  background: rgba(193, 174, 239, 0.3);
  transition: background-color 0.3s;
}
.f-price-list__header th {
  cursor: pointer;
}
.f-price-list__legend {
  margin-bottom: var(--spacing);
}
.f-price-list__table-wrapper {
  overflow-x: auto;
}
.f-price-list__cell a {
  text-decoration: none;
}
.f-price-list__cell-price[data-status=sold] {
  color: #E07F94;
}
.f-price-list__cell-price[data-status=sold]:before {
  color: #000000;
}
@media (max-width: 62.499rem) {
  .f-price-list thead {
    display: none;
  }
  .f-price-list__row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
    border-bottom: 0.1rem solid #cccccc;
  }
  .f-price-list__cell {
    display: block;
    flex: 1;
    padding: 0.5rem 1rem;
    border: none;
  }
  .f-price-list__cell::before {
    content: attr(data-header);
    display: block;
    margin-bottom: 0.8rem;
    font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
  }
  .f-price-list__cell-hide {
    display: none;
  }
}
@media (min-width: 62.5rem) {
  .f-price-list {
    gap: 4rem;
  }
  .f-price-list th:not(:first-of-type),
.f-price-list td:not(:first-of-type) {
    text-align: center;
  }
}

.m-accessibility {
  position: absolute;
  top: 0;
  left: -500rem;
}
.m-accessibility a:focus, .m-accessibility a:active {
  position: absolute;
  top: 0;
  left: 500rem;
  z-index: 900;
  width: 20rem;
  padding: 0.2rem 0 0.5rem;
  background-color: #ffffff;
  text-align: center;
}

.m-breadcrumbs {
  font-size: 15px;
  line-height: 1.4736842105;
}
.m-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1.5rem;
}
.m-breadcrumbs__sep {
  top: 0.04em;
}
.m-breadcrumbs__item {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.m-breadcrumbs__link {
  display: inline-flex;
  gap: 1.2rem;
  border-bottom: 1.6px solid currentcolor;
  text-decoration: none;
  transition: all 0.3s ease;
}
.m-breadcrumbs__link:not([aria-current]) {
  opacity: 0.4;
}
.hoverevents .m-breadcrumbs__link:where(a):hover {
  color: var(--color-primary);
  text-decoration: none;
  opacity: 1;
}
@media (min-width: 62.5rem) {
  .m-breadcrumbs {
    font-size: 19px;
  }
}

.m-main {
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
  font-size: 14px;
  line-height: 2rem;
}
.m-main__content {
  transition: opacity 0.3s, visibility 0.3s, background-color 0.1s;
}
.m-main__close {
  display: none;
}
.m-main__link {
  display: inline-block;
  padding: 5px 10px;
  color: #000000;
  text-decoration: none;
  text-underline-offset: 0.3rem;
  transition: text-underline-offset 0.3s ease-in-out;
}
.hoverevents .m-main__link:hover, .m-main__link.is-active {
  text-decoration: underline;
  text-underline-offset: 0.1rem;
}
@media (max-width: 62.499rem) {
  .m-main__close {
    position: relative;
    z-index: 71;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    /* stylelint-disable-next-line declaration-no-important */
    margin: -0.6rem 0 !important;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .m-main__icon {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--color-primary);
    transition: background-color 10ms 300ms ease;
  }
  .m-main__icon::before, .m-main__icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: var(--color-primary);
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  }
  .m-main__icon::before {
    top: 7px;
  }
  .m-main__icon::after {
    top: -7px;
  }
  .m-main__content {
    position: fixed;
    inset: 0;
    z-index: 70;
    height: 0;
    padding: 11rem 1.5rem 1.5rem;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
  }
  .m-main__list {
    position: relative;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
    padding: 0;
  }
  .m-main__item {
    margin-bottom: 0.5rem;
    text-align: right;
  }
  .menu-is-open .m-main__icon {
    background-color: transparent;
  }
  .menu-is-open .m-main__icon::after, .menu-is-open .m-main__icon::before {
    top: 0;
    transition: top 300ms 50ms ease, rotate 300ms 350ms ease;
  }
  .menu-is-open .m-main__icon::before {
    rotate: 45deg;
  }
  .menu-is-open .m-main__icon::after {
    rotate: -45deg;
  }
  .menu-is-open .m-main__content {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    opacity: 1;
    visibility: visible;
    transition-delay: 0s, 0s;
  }
}
@media (min-width: 62.5rem) {
  .m-main__content {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .m-main__link {
    padding: 5px;
    white-space: nowrap;
  }
  .m-main__list {
    display: flex;
    gap: 1.5rem;
    padding-right: 2rem;
    border-right: 1px solid #000000;
  }
}
@media (min-width: 75rem) {
  .m-main__list {
    gap: 2rem;
  }
}

html {
  --scroll-offset: var(--header-height);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

*:target {
  scroll-margin-top: var(--scroll-offset);
}

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

body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 32rem;
}

:first-child {
  margin-top: 0;
}

.header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  padding-block: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header__content {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  position: relative;
  z-index: 71;
  display: inline-flex;
  flex-shrink: 0;
}

.footer {
  --color-hover: #ffffff;
  position: relative;
  padding: clamp(10rem, 10vw, 20rem) 0 10rem;
  background-image: url("../img/bg/footer.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1.6rem;
}
.footer a {
  text-decoration: none;
}
.hoverevents .footer a:hover {
  text-decoration: underline;
}
.footer__logo {
  width: 100%;
  height: auto;
  margin-bottom: clamp(4rem, 10vw, 16rem);
  filter: blur(clamp(2px, 0.6666666667vw, 11px));
  fill: #ffffff;
  mix-blend-mode: plus-lighter;
}
.footer__cell {
  display: flex;
  flex-direction: column;
}
.footer__cell-heading {
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.footer__socials {
  display: flex;
  gap: 1.2rem;
  margin: 1.2rem 0 0;
}
.footer__socials-link {
  position: relative;
  display: inline-flex;
}
.footer__socials-link::before {
  content: "";
  position: absolute;
  inset: -0.6rem;
}
@media (prefers-reduced-motion: no-preference) {
  .footer__logo {
    animation: glow 4s ease-in-out infinite alternate;
  }
}
@media (max-width: 119.999rem) {
  .footer {
    background-size: cover;
  }
}

@keyframes glow {
  from {
    filter: blur(clamp(1px, 0.1666666667vw, 6px));
  }
  to {
    filter: blur(clamp(2px, 0.6666666667vw, 11px));
  }
}
.main {
  flex: 1;
}

.u-justify-end {
  justify-content: end;
}

.u-justify-between {
  justify-content: space-between;
}

.u-items-end {
  align-items: flex-end;
}

.u-items-center {
  align-items: center;
}

.u-self-end {
  align-self: flex-end;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-vhide {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.u-out,
.js .u-js-out {
  position: absolute;
  left: -500rem;
}

.u-line-clamp {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.u-no-underline {
  text-decoration: none;
}

.u-font-primary {
  font-family: "aktiv-grotesk", arial, sans-serif;
}

.u-font-secondary {
  font-family: "Space Grotesk", arial, sans-serif;
  font-variation-settings: "wght" 400;
}

.u-font-third {
  font-family: "Space Mono", "Space Mono-fallback", arial, sans-serif;
}

.u-text-xl {
  font-size: 3rem;
  line-height: 1.2105263158;
}

.u-text-sm {
  font-size: 80%;
  line-height: 1.5;
}

.u-text-base {
  font-size: 1.5rem;
}

@media (min-width: 62.5rem) {
  .u-text-xl {
    font-size: 3.8rem;
  }
}
.u-list-none {
  margin: 0 0 1.25em;
}
.js .u-js-hide {
  display: none;
}

.u-max-w-49 {
  max-width: 49rem;
}

.u-max-w-42 {
  max-width: 42rem;
}

.u-mt-auto {
  margin-top: auto;
}

.u-mt-0 {
  margin-top: auto;
}

.u-mb-last-0 > *:last-child:not(.grid) {
  margin-bottom: 0;
}

.u-mt-xxs {
  margin-top: var(--spacing);
}

.u-mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.u-pt-xxl {
  padding-top: 6rem;
}
@media (min-width: 62.5rem) {
  .u-pt-xxl {
    padding-top: 10rem;
  }
}

.u-d-n {
  display: none;
}

.u-d-b {
  display: block;
}

.u-fs-i {
  font-style: italic;
}

.u-fw-normal {
  font-weight: normal;
}

.u-fw-bold {
  font-weight: bold;
}

.u-ta-l {
  text-align: left;
}

.u-ta-r {
  text-align: right;
}

.u-ta-c {
  text-align: center;
}

.u-ta-j {
  text-align: justify;
}

.u-tt-l {
  text-transform: lowercase;
}

.u-tt-u {
  text-transform: uppercase;
}

.u-tt-c {
  text-transform: capitalize;
}

.u-whs-nw {
  white-space: nowrap;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-sm {
  margin-bottom: calc(var(--spacing) * 4);
}

.u-mb-md {
  margin-bottom: 4rem;
}

.u-mb-lg {
  margin-bottom: 6rem;
}

.u-mb-xl {
  margin-bottom: 8rem;
}

.u-mb-xxl {
  margin-bottom: 12rem;
}

@media (min-width: 23.4375rem) {
  .u-d-n\@xs {
    display: none;
  }
  .u-d-b\@xs {
    display: block;
  }
  .u-ta-l\@xs {
    text-align: left;
  }
  .u-ta-r\@xs {
    text-align: right;
  }
  .u-ta-c\@xs {
    text-align: center;
  }
  .u-ta-j\@xs {
    text-align: justify;
  }
}
@media (min-width: 30rem) {
  .u-d-n\@sm {
    display: none;
  }
  .u-d-b\@sm {
    display: block;
  }
  .u-ta-l\@sm {
    text-align: left;
  }
  .u-ta-r\@sm {
    text-align: right;
  }
  .u-ta-c\@sm {
    text-align: center;
  }
  .u-ta-j\@sm {
    text-align: justify;
  }
}
@media (min-width: 46.875rem) {
  .u-d-n\@md {
    display: none;
  }
  .u-d-b\@md {
    display: block;
  }
  .u-ta-l\@md {
    text-align: left;
  }
  .u-ta-r\@md {
    text-align: right;
  }
  .u-ta-c\@md {
    text-align: center;
  }
  .u-ta-j\@md {
    text-align: justify;
  }
}
@media (min-width: 62.5rem) {
  .u-d-n\@lg {
    display: none;
  }
  .u-d-b\@lg {
    display: block;
  }
  .u-ta-l\@lg {
    text-align: left;
  }
  .u-ta-r\@lg {
    text-align: right;
  }
  .u-ta-c\@lg {
    text-align: center;
  }
  .u-ta-j\@lg {
    text-align: justify;
  }
}
@media (min-width: 75rem) {
  .u-d-n\@xl {
    display: none;
  }
  .u-d-b\@xl {
    display: block;
  }
  .u-ta-l\@xl {
    text-align: left;
  }
  .u-ta-r\@xl {
    text-align: right;
  }
  .u-ta-c\@xl {
    text-align: center;
  }
  .u-ta-j\@xl {
    text-align: justify;
  }
}
@media (min-width: 120rem) {
  .u-d-n\@xxl {
    display: none;
  }
  .u-d-b\@xxl {
    display: block;
  }
  .u-ta-l\@xxl {
    text-align: left;
  }
  .u-ta-r\@xxl {
    text-align: right;
  }
  .u-ta-c\@xxl {
    text-align: center;
  }
  .u-ta-j\@xxl {
    text-align: justify;
  }
}
/*# sourceMappingURL=style.css.map */