/* Layout */
/* Spacing — fallback scale; spacing tokens are not exposed in XD Specs */
/* Transitions */
/* Breakpoints */
/* Z-index scale */
/* Forms */
/* Minimal base reset for consistent rendering */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-menu-open,
body.is-modal-open {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #CAA972;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}
button,
input,
textarea,
select {
  font-family: 'Montserrat', sans-serif;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
::selection {
  color: #000000;
  background: #CAA972;
}
.wrap {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.u-hidden {
  display: none !important;
}
.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes reveal-load {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.reveal--load {
  animation: reveal-load 0.95s ease both;
}
.reveal--delay-1 {
  transition-delay: 0.08s;
}
.reveal--delay-2 {
  transition-delay: 0.16s;
}
.reveal--delay-3 {
  transition-delay: 0.24s;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 767px) {
  .wrap {
    width: calc(100% - 32px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .reveal--load {
    animation: none;
  }
}
.button {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button--outline {
  color: #CAA972;
  background: #FFFFFF;
  border-color: #CAA972;
}
.button--gold {
  color: #FFFFFF;
  background: #CAA972;
  border-color: #CAA972;
}
.button:hover,
.button:focus-visible {
  color: #FFFFFF;
  background: #000000;
  border-color: #000000;
}
.button:focus-visible {
  outline: 3px solid #CAA972;
  outline-offset: 3px;
}
.header {
  --header-cluster-gap: 54px;
  position: relative;
  z-index: 1000;
  height: 128px;
  padding-top: 18px;
  background: #FFFFFF;
  transition: height 0.36s ease, padding-top 0.36s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.38s ease, box-shadow 0.5s ease;
}
.header.is-sticky {
  /* Sticky keeps the header's original space in the document, preventing a layout jump. */
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-100%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.header.is-sticky-visible {
  opacity: 1;
  transform: translateY(0);
}
.header.is-sticky .header__logo {
  width: 110px;
}
@media all and (min-width: 990px) {
  /* Keep the sticky navigation at its original compact height. */
  .header.is-sticky {
    height: 100px;
    padding-top: 0;
  }
}
.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__brand {
  flex: 0 0 145px;
  transition: flex-basis 0.36s ease;
  outline: none;
}
.header__brand:focus,
.header__brand:focus-visible {
  outline: none;
}
.header__logo {
  display: block;
  width: 136px;
  transition: width 0.36s ease;
}
.header__nav {
  margin-left: auto;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.2917vw, 44px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__link {
  position: relative;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}
.header__link:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__link:hover:after,
.header__link:focus-visible:after {
  transform: scaleX(1);
}
.header__link--accent {
  color: #CAA972;
}
.header__item--social {
  display: none;
}
.header__actions {
  display: flex;
  align-items: center;
  margin-left: var(--header-cluster-gap);
}
.header__newsletter {
  width: 184px;
}
.header .header__social {
  align-items: center;
  margin-left: var(--header-cluster-gap);
}
.header .header__social--mobile {
  display: none;
}
.header__toggle {
  display: none;
}
.language {
  display: flex;
  gap: 9px;
  margin-left: 54px;
}
.language__button {
  color: #CAA972;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
}
.language__button.is-active {
  color: #000000;
  font-weight: 700;
}
@media all and (min-width: 990px) and (max-width: 1599px) {
  .header {
    --header-cluster-gap: clamp(18px, 2vw, 28px);
  }
  .header__menu {
    gap: clamp(18px, 1.8vw, 28px);
  }
  .header__newsletter {
    width: 168px;
  }
  .language {
    margin-left: clamp(18px, 2vw, 28px);
  }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
  .header .header__social {
    gap: 10px;
  }
}
@media all and (min-width: 990px) and (max-width: 1099px) {
  .header__newsletter {
    display: none;
  }
  .header .header__social {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .header {
    --header-cluster-gap: 18px;
    height: 100px;
    padding-top: 0;
  }
  .header__brand {
    flex-basis: 100px;
  }
  .header__logo {
    width: 100px;
  }
  .header.is-sticky .header__logo {
    width: 86px;
  }
  .header__nav {
    margin-left: auto;
  }
  .header__menu {
    gap: 18px;
  }
  .header__newsletter {
    display: none;
  }
  .header .header__social--desktop {
    display: flex;
    margin-left: 0;
  }
  .language {
    margin-left: 18px;
  }
}
@media all and (max-width: 767px) {
  .header {
    height: 90px;
    padding-top: 0;
  }
  .header__brand {
    flex-basis: 90px;
  }
  .header__logo {
    width: 90px;
  }
  .header.is-sticky .header__logo {
    width: 78px;
  }
  .header__toggle {
    display: flex;
    width: 44px;
    height: 44px;
    margin: 0 16px 0 auto;
    padding: 10px;
    border: 0;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }
  .header__toggle-line {
    width: 24px;
    height: 2px;
    background: #000000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header__nav {
    position: fixed;
    z-index: -1;
    top: 90px;
    right: 0;
    left: 0;
    height: calc(100vh - 90px);
    margin: 0;
    padding: 55px 25px;
    visibility: hidden;
    opacity: 0;
    background: #FFFFFF;
    transform: translateY(-15px);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .header__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }
  .header__link {
    font-size: 28px;
  }
  .header__item--social {
    display: block;
  }
  .header__actions {
    margin: 0;
  }
  .header__newsletter {
    display: none;
  }
  .header .header__social--desktop {
    display: none;
  }
  .header .header__social--mobile {
    display: flex;
    align-items: center;
    margin: 4px 0 0;
  }
  .language {
    margin: 0 0 0 12px;
  }
  .language__button {
    font-size: 14px;
  }
  .is-menu-open .header__nav {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .is-menu-open .header__toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .is-menu-open .header__toggle-line:nth-child(2) {
    opacity: 0;
  }
  .is-menu-open .header__toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
@media all and (max-width: 379px) {
  .header__brand {
    flex-basis: 70px;
  }
  .header__logo,
  .header.is-sticky .header__logo {
    width: 70px;
  }
  .header__toggle {
    width: 40px;
    height: 40px;
    margin-right: 4px;
    padding: 8px;
  }
  .header__toggle-line {
    width: 22px;
  }
  .header .header__social--mobile {
    gap: 6px;
  }
  .language {
    gap: 5px;
    margin-left: 6px;
  }
  .language__button {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header,
  .header__brand,
  .header__logo {
    transition: none;
  }
}
.publicity {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
}
.publicity__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(480px, 1.35fr);
  gap: 48px;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
.publicity__copy p {
  margin: 0;
}
.publicity__kicker {
  margin-bottom: 5px !important;
  color: #CAA972;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.publicity__project {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}
.publicity__funding {
  margin-top: 3px !important;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}
.publicity__text {
  margin-top: 9px;
  font-size: 10.5px;
  line-height: 1.45;
  font-weight: 500;
}
.publicity__text p {
  margin: 0;
}
.publicity__media img {
  display: block;
  width: 100%;
  height: auto;
}
.publicity__media a {
  display: block;
}
.footer {
  height: 92px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
}
.footer__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.footer__copyright,
.footer__address,
.footer__privacy,
.footer__cookies {
  margin: 0;
  color: #000000;
  font-size: 13px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 500;
}
.footer__address {
  margin-left: 30px;
}
.footer__privacy {
  margin-left: auto;
}
.footer__cookies {
  margin-left: 24px;
  padding: 0;
  border: 0;
  color: #000000;
  background: transparent;
  text-decoration: underline;
  text-decoration-color: #CAA972;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  cursor: pointer;
}
.social {
  display: flex;
  gap: 13px;
  margin-left: 54px;
}
.social__link {
  width: 36px;
  height: 36px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.social__link:hover,
.social__link:focus-visible {
  color: #FFFFFF;
  background: #000000;
}
.social__icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
  .footer {
    height: 78px;
  }
  .footer__inner {
    width: 75%;
    max-width: none;
    display: flex;
    align-items: center;
    column-gap: 0;
  }
  .footer__copyright,
  .footer__address,
  .footer__privacy,
  .footer__cookies {
    font-size: 10.4px;
  }
  .footer__address {
    margin-left: 30px;
  }
  .footer__privacy {
    margin-left: auto;
  }
  .footer .social {
    margin-right: -5px;
    margin-left: 54px;
    gap: 10px;
  }
  .social__link {
    width: 27px;
    height: 27px;
  }
  .social__icon {
    width: 17px;
    height: 17px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .publicity__inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .publicity__media {
    max-width: 720px;
  }
  .footer {
    height: auto;
  }
  .footer__inner {
    min-height: 150px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "copyright social" "address social" "privacy cookies";
    gap: 12px 28px;
  }
  .footer__copyright {
    grid-area: copyright;
  }
  .footer__address {
    grid-area: address;
    margin-left: 0;
  }
  .footer__privacy {
    grid-area: privacy;
    margin-left: 0;
    justify-self: start;
  }
  .footer__cookies {
    grid-area: cookies;
    margin-left: 0;
    justify-self: end;
  }
  .footer .social {
    grid-area: social;
    margin-left: 0;
    align-self: center;
  }
}
@media all and (max-width: 767px) {
  .publicity__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 26px 20px;
  }
  .publicity__project {
    font-size: 13px;
  }
  .publicity__text {
    font-size: 10px;
  }
  .footer {
    height: auto;
  }
  .footer__inner {
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }
  .footer__copyright,
  .footer__address,
  .footer__privacy,
  .footer__cookies {
    font-size: 12px;
  }
  .footer__address,
  .footer__privacy,
  .footer__cookies {
    margin-left: 0;
  }
  .footer .social {
    justify-content: center;
    margin: 5px 0 0;
  }
}
.newsletter {
  margin-top: 32px;
}
.newsletter__title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
.newsletter__lead {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.47;
  font-weight: 500;
}
.newsletter__lead p {
  margin: 0;
}
.newsletter__lead p + p {
  margin-top: 18px;
}
.newsletter__form {
  position: relative;
  width: min(100%, 780px);
  margin: 0;
}
.newsletter__controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
.newsletter__input {
  min-width: 0;
  flex: 1 1 0;
  height: 60px;
  padding: 0 18px;
  border: 1px solid #CAA972;
  border-radius: 0;
  color: #000000;
  background: #FFFFFF;
  font-size: 16px;
}
.newsletter__input:focus {
  outline: 3px solid rgba(202, 169, 114, 0.45);
  outline-offset: -3px;
}
.newsletter__submit {
  grid-column: 1 / -1;
  min-height: 60px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  white-space: nowrap;
}
.newsletter__submit:disabled {
  cursor: wait;
  opacity: 0.65;
}
.newsletter__consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 13px;
  color: #000000;
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}
.newsletter__consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.newsletter__checkbox {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: #CAA972;
}
.newsletter__checkbox[aria-invalid="true"] {
  outline: 2px solid #b42318;
  outline-offset: 2px;
}
.newsletter__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.newsletter__status {
  min-height: 18px;
  margin: 7px 0 0;
  font-size: 13px;
}
.newsletter__status.is-error {
  color: #b42318;
}
.newsletter__status.is-success {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 24px);
  min-height: 0;
  margin: 0;
  padding: 10px 34px 10px 13px;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  color: #FFFFFF;
  background: #357a4b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  animation: newsletter-status-in 0.2s ease-out;
}
.newsletter__status.is-success::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: '\00d7';
  transform: translateY(-52%);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.newsletter__status.is-success:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
}
@keyframes newsletter-status-in {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 6px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .newsletter__status.is-success {
    animation: none;
  }
}
@media all and (max-width: 767px) {
  .newsletter {
    margin-top: 30px;
  }
  .newsletter__title {
    font-size: 17px;
  }
  .newsletter__lead {
    font-size: 16px;
    line-height: 1.55;
  }
  .newsletter__controls {
    grid-template-columns: 1fr;
  }
  .newsletter__input {
    flex: auto;
    width: 100%;
  }
  .newsletter__submit {
    grid-column: auto;
    width: 100%;
  }
}
.cookie-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 3000;
  max-width: 1180px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-top: 5px solid #CAA972;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.24s ease, transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}
.cookie-consent[hidden] {
  display: none;
}
.cookie-consent.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.cookie-consent__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  gap: 36px 54px;
  padding: 32px 36px;
}
.cookie-consent__copy {
  align-self: center;
}
.cookie-consent__kicker {
  margin: 0 0 8px;
  color: #CAA972;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cookie-consent__title {
  margin: 0;
  font-size: clamp(30px, 2.6vw, 44px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 700;
  text-transform: uppercase;
}
.cookie-consent__description {
  max-width: 720px;
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}
.cookie-consent__description a {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #CAA972;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.cookie-consent__choices {
  align-self: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.cookie-consent__choices[hidden],
.cookie-consent__settings[hidden] {
  display: none;
}
.cookie-consent__button {
  min-height: 54px;
  padding: 12px 18px;
  border: 2px solid #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: #000000;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.cookie-consent__button:hover,
.cookie-consent__button:focus-visible {
  color: #000000;
  background: #CAA972;
  border-color: #CAA972;
}
.cookie-consent__button:focus-visible,
.cookie-consent__settings-link:focus-visible,
.footer__cookies:focus-visible {
  outline: 3px solid #CAA972;
  outline-offset: 3px;
}
.cookie-consent__settings-link {
  grid-column: 1 / -1;
  justify-self: center;
  padding: 6px 4px;
  border: 0;
  color: #000000;
  background: transparent;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #CAA972;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  cursor: pointer;
}
.cookie-consent__settings {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 2px;
}
.cookie-consent__setting {
  min-height: 88px;
  padding: 17px 18px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(216, 216, 216, 0.22);
}
.cookie-consent__setting strong,
.cookie-consent__setting span {
  display: block;
}
.cookie-consent__setting > div > span {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}
.cookie-consent__setting strong {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}
.cookie-consent__setting span span {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}
.cookie-consent__status {
  flex: 0 0 auto;
  color: #5e5e5e;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.cookie-consent__setting--toggle {
  position: relative;
  cursor: pointer;
}
.cookie-consent__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.cookie-consent__switch {
  position: relative;
  flex: 0 0 54px;
  width: 54px;
  height: 30px;
  border: 2px solid #000000;
  background: #FFFFFF;
  transition: background 0.2s ease;
}
.cookie-consent__switch:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #000000;
  transition: transform 0.2s ease, background 0.2s ease;
}
.cookie-consent__checkbox:checked + .cookie-consent__switch {
  background: #CAA972;
}
.cookie-consent__checkbox:checked + .cookie-consent__switch:after {
  transform: translateX(24px);
}
.cookie-consent__checkbox:focus-visible + .cookie-consent__switch {
  outline: 3px solid #CAA972;
  outline-offset: 3px;
}
.cookie-consent__settings-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 2px;
}
.cookie-consent__settings-actions .cookie-consent__button {
  min-width: 220px;
}
.cookie-consent__settings-actions .cookie-consent__settings-link {
  grid-column: auto;
  justify-self: auto;
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .cookie-consent__inner {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    padding: 28px;
  }
  .cookie-consent__title {
    font-size: 34px;
  }
  .cookie-consent__description {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  .cookie-consent {
    right: 0;
    bottom: 0;
    left: 0;
    max-height: calc(100vh - 24px);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    overflow-y: auto;
  }
  .cookie-consent__inner {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 25px 20px 22px;
  }
  .cookie-consent__title {
    font-size: 31px;
  }
  .cookie-consent__description {
    margin-top: 12px;
    font-size: 12.5px;
  }
  .cookie-consent__choices {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .cookie-consent__settings {
    grid-template-columns: 1fr;
  }
  .cookie-consent__setting {
    min-height: 80px;
    padding: 15px;
  }
  .cookie-consent__settings-actions {
    justify-content: stretch;
    flex-direction: column;
    gap: 8px;
  }
  .cookie-consent__settings-actions .cookie-consent__button {
    width: 100%;
    min-width: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cookie-consent {
    transition: none;
  }
}
/* Pages */
.hero {
  height: 880px;
  background: #FFFFFF;
  overflow: hidden;
}
.hero__inner {
  height: 100%;
  position: relative;
}
.hero__intro {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  aspect-ratio: 1440 / 261.212;
  display: grid;
  grid-template-columns: 32.84% 3.27% 18.14% 4.36% 41.39%;
  align-items: center;
}
.hero__title,
.hero__opening,
.hero__claim {
  position: static;
}
.hero__details,
.hero__pattern {
  position: absolute;
}
.hero__title {
  grid-column: 1;
  width: 100%;
  height: auto;
  margin: 0 0 0 -8px;
  font-size: 128px;
  line-height: 0.985;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.hero__title-line {
  display: block;
  width: max-content;
  white-space: nowrap;
}
.hero__opening {
  grid-column: 3;
  width: 100%;
}
.hero__claim {
  grid-column: 5;
  width: 100%;
  margin: 0;
  font-size: 61px;
  line-height: 0.971;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero__details {
  top: 375px;
  left: 0;
  z-index: 1;
}
.hero__date,
.hero__place {
  margin: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.hero__date {
  font-size: 54px;
  letter-spacing: -1.4px;
}
.hero__place {
  margin-top: 54px;
  font-size: 44px;
  line-height: 1.18;
  letter-spacing: -1.1px;
}
.hero__button {
  width: 200px;
  min-height: 62px;
  margin-top: 48px;
  font-size: 16px;
}
.hero__pattern {
  top: 375px;
  left: 844px;
  width: 1268.4px;
}
.hero__pattern-image {
  width: 1268.4px;
  max-width: none;
}
.shift-intro {
  padding: clamp(84px, 7vw, 128px) 0;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  background: #FFFFFF;
}
.shift-intro__title {
  max-width: 1280px;
  margin: 0;
  font-size: clamp(58px, 5.7vw, 110px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  font-weight: 700;
  text-transform: uppercase;
}
.shift-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.65fr);
  gap: clamp(64px, 8vw, 150px);
  align-items: start;
  margin-top: clamp(54px, 5vw, 84px);
}
.shift-intro__text {
  max-width: 860px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.shift-intro__text p {
  margin: 0;
}
.shift-intro__text p + p {
  margin-top: 22px;
}
.shift-intro__event {
  padding-top: 20px;
  border-top: 8px solid #000000;
}
.shift-intro__label {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.shift-intro__date {
  margin: 8px 0 0;
  color: #CAA972;
  font-size: clamp(34px, 3vw, 54px);
  line-height: 1;
  letter-spacing: -0.035em;
  font-weight: 700;
  white-space: nowrap;
}
.shift-intro__note {
  max-width: 420px;
  margin: 28px 0 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}
.art-statement {
  min-height: clamp(590px, 48vw, 820px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #FFFFFF;
  background: #000000;
}
.art-statement__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.55fr);
  gap: clamp(54px, 6vw, 112px);
  align-items: end;
  padding-top: clamp(80px, 7vw, 120px);
  padding-bottom: clamp(80px, 7vw, 120px);
}
.art-statement__measure {
  display: flex;
  align-items: flex-start;
  margin: 0;
  color: #CAA972;
  font-weight: 700;
  line-height: 0.76;
  letter-spacing: -0.075em;
  white-space: nowrap;
}
.art-statement__number {
  font-size: clamp(164px, 18vw, 346px);
}
.art-statement__unit {
  margin: 0.06em 0 0 0.12em;
  font-size: clamp(54px, 5.2vw, 100px);
  letter-spacing: -0.055em;
}
.art-statement__copy {
  padding: 0 0 4px clamp(30px, 3.2vw, 58px);
  border-left: 8px solid #CAA972;
}
.art-statement__title {
  margin: 0;
  font-size: clamp(46px, 4.1vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  font-weight: 700;
  text-transform: uppercase;
}
.art-statement__location {
  margin: clamp(48px, 5vw, 88px) 0 0;
  color: #CAA972;
  font-size: clamp(31px, 2.4vw, 46px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (min-width: 990px) {
  html[lang^="en"] .hero__claim {
    font-size: clamp(25px, calc(2.85vw - 3px), 39px);
  }
  html[lang^="en"] .art-statement__inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(326px, 0.8fr);
    gap: clamp(40px, 4vw, 76px);
  }
  html[lang^="en"] .art-statement__number {
    font-size: clamp(150px, 13.55vw, 260px);
  }
  html[lang^="en"] .art-statement__unit {
    font-size: clamp(44px, 3.96vw, 76px);
  }
  html[lang^="en"] .art-statement__title {
    font-size: clamp(36px, 2.85vw, 54px);
  }
  html[lang^="en"] .art-statement__location {
    font-size: clamp(28px, 2.1vw, 40px);
  }
}
.about,
.next,
.newsletter,
.contact {
  scroll-margin-top: 100px;
}
.about {
  width: 100%;
  height: 704px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #CAA972;
}
.about__media {
  display: block;
  height: 704px;
  overflow: hidden;
}
.about__image {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.about__content {
  padding: 78px 54px 45px 72px;
}
.about__title {
  margin: 0;
  font-size: 69px;
  line-height: 1.02;
  letter-spacing: -2.2px;
  font-weight: 700;
}
.about__text {
  max-width: 708px;
  margin: 34px 0 0;
  font-size: 17px;
  line-height: 1.43;
  font-weight: 500;
}
.about__link {
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  color: #000000;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
}
.about__link:hover,
.about__link:focus-visible {
  color: #000000;
}
.about__arrow {
  width: 172.463px;
  margin-left: 17px;
  transition: transform 0.35s ease;
}
.about__link:hover .about__arrow,
.about__link:focus-visible .about__arrow {
  transform: translateX(8px);
}
.next {
  min-height: 535px;
  background: #FFFFFF;
  text-align: left;
}
.next__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(380px, 0.75fr);
  grid-template-areas: "title newsletter" "text newsletter";
  column-gap: clamp(70px, 7vw, 130px);
  align-items: start;
  padding-top: 78px;
  padding-bottom: 78px;
}
.next__title {
  grid-area: title;
  margin: 0;
  font-size: 69px;
  line-height: 1.08;
  letter-spacing: -2.2px;
  font-weight: 700;
}
.next__text {
  grid-area: text;
  max-width: 840px;
  margin: 25px 0 0;
  font-size: 18px;
  line-height: 1.47;
  font-weight: 500;
}
.next .newsletter {
  grid-area: newsletter;
  margin-top: 4px;
  padding-top: 22px;
  border-top: 7px solid #CAA972;
}
.contact {
  width: 100%;
  height: 428px;
  display: grid;
  grid-template-columns: 39.1% 1fr;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
}
.contact__details {
  position: relative;
}
.contact__content {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 320px;
  text-align: right;
  transform: translateY(-50%);
}
.contact__title {
  margin: 0 0 34px;
  font-size: 69px;
  line-height: 1;
  letter-spacing: -2.2px;
  font-weight: 700;
}
.contact__email,
.contact__phone {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}
.contact__email {
  color: #CAA972;
}
.contact__email:hover {
  color: #000000;
}
.contact__phone {
  color: #000000;
}
.contact__address {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
}
.contact__media {
  display: block;
  height: 428px;
  overflow: hidden;
}
.contact__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (min-width: 990px) and (max-width: 1499px) {
  .hero {
    height: auto;
  }
  .hero__inner {
    min-height: 880px;
    transform-origin: top left;
  }
  .hero__title {
    font-size: clamp(84px, 6.667vw, 128px);
  }
  .hero__claim {
    font-size: clamp(40px, 3.188vw, 61px);
  }
  .hero__pattern {
    left: 58.61%;
  }
  .hero__date {
    font-size: 44px;
  }
  .hero__place {
    font-size: 36px;
  }
  .art-statement__inner {
    width: calc(100% - 80px);
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
    gap: clamp(48px, 4.5vw, 70px);
  }
  .about {
    grid-template-columns: 1fr 1fr;
  }
  .about__content {
    padding: 65px 45px;
  }
  .about__title {
    font-size: 54px;
  }
  .about__text {
    font-size: 15px;
  }
  .contact {
    grid-template-columns: 39.1% 1fr;
  }
  .contact__content {
    right: 55px;
    width: 330px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .hero {
    height: auto;
    overflow: hidden;
  }
  .hero__inner {
    height: auto;
    padding: 60px 0 70px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 45px;
  }
  .hero__intro {
    position: static;
    display: contents;
  }
  .hero__title,
  .hero__opening,
  .hero__claim,
  .hero__details,
  .hero__pattern {
    position: static;
  }
  .hero__title {
    width: 100%;
    height: auto;
    font-size: clamp(84px, 13vw, 112px);
  }
  .hero__opening {
    grid-column: 2;
    width: 240px;
  }
  .hero__claim {
    width: 100%;
    grid-column: 1 / -1;
    font-size: 55px;
    white-space: normal;
  }
  .hero__details {
    grid-column: 1 / -1;
  }
  .hero__date {
    font-size: 48px;
  }
  .hero__place {
    font-size: 40px;
  }
  .hero__pattern {
    grid-column: 1 / -1;
    width: 1268px;
    margin-left: 35%;
  }
  .shift-intro {
    padding: 76px 0;
  }
  .shift-intro__layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .shift-intro__text {
    max-width: none;
  }
  .shift-intro__event {
    max-width: 520px;
  }
  .art-statement {
    min-height: 620px;
  }
  .art-statement__inner {
    grid-template-columns: 1fr;
    gap: 70px;
    align-items: start;
  }
  .art-statement__measure {
    justify-content: center;
  }
  .art-statement__number {
    font-size: clamp(156px, 28vw, 255px);
  }
  .art-statement__unit {
    font-size: clamp(52px, 9vw, 82px);
  }
  .art-statement__copy {
    max-width: 650px;
  }
  .about {
    height: auto;
    grid-template-columns: 1fr;
  }
  .about__media {
    height: auto;
    aspect-ratio: 964 / 704;
  }
  .about__content {
    padding: 70px 50px;
  }
  .about__text {
    max-width: none;
  }
  .next {
    height: auto;
  }
  .next__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "text" "newsletter";
    padding: 75px 0;
  }
  .next .newsletter {
    margin-top: 48px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .contact {
    height: 380px;
    grid-template-columns: 42% 58%;
  }
  .contact__details {
    min-height: 0;
  }
  .contact__content {
    right: 36px;
    left: auto;
    width: calc(100% - 72px);
    max-width: 330px;
  }
  .contact__media {
    height: 380px;
    aspect-ratio: auto;
  }
}
@media all and (max-width: 767px) {
  .about,
  .next,
  .newsletter,
  .contact {
    scroll-margin-top: 90px;
  }
  .next {
    text-align: center;
  }
  .hero__inner {
    padding: 38px 0 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .hero__title {
    width: 100%;
    height: auto;
    margin-left: 0;
    font-size: clamp(58px, calc(22vw - 8px), 58px);
    text-align: center;
  }
  .hero__title-line {
    margin-left: auto;
    margin-right: auto;
  }
  .hero__opening {
    width: 130px;
  }
  .hero__claim {
    width: 100%;
    font-size: 36px;
    line-height: 1.02;
    letter-spacing: 0;
    text-align: center;
  }
  .hero__details {
    width: 100%;
    text-align: center;
  }
  .hero__date {
    font-size: 38px;
  }
  .hero__place {
    margin-top: 20px;
    font-size: 31px;
    line-height: 1.18;
  }
  .hero__button {
    margin-top: 30px;
  }
  .hero__pattern {
    width: 980px;
    margin: 5px 0 0 88%;
  }
  .shift-intro {
    padding: 58px 0 62px;
  }
  .shift-intro__inner {
    text-align: center;
  }
  .shift-intro__title {
    font-size: 43px;
    line-height: 0.98;
    letter-spacing: -0.035em;
  }
  .shift-intro__layout {
    gap: 40px;
    margin-top: 38px;
  }
  .shift-intro__text {
    font-size: 16px;
    line-height: 1.55;
  }
  .shift-intro__text p + p {
    margin-top: 18px;
  }
  .shift-intro__event {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    border-top-width: 6px;
  }
  .shift-intro__date {
    font-size: 34px;
  }
  .shift-intro__note {
    margin-top: 22px;
    font-size: 15px;
  }
  .art-statement {
    min-height: 0;
  }
  .art-statement__inner {
    gap: 52px;
    padding-top: 74px;
    padding-bottom: 78px;
  }
  .art-statement__measure {
    justify-content: flex-start;
    line-height: 0.8;
  }
  .art-statement__number {
    font-size: clamp(88px, 27vw, 156px);
  }
  .art-statement__unit {
    margin-left: 0.14em;
    font-size: clamp(31px, 8.6vw, 50px);
  }
  .art-statement__copy {
    padding: 0 0 0 20px;
    border-left-width: 6px;
  }
  .art-statement__title {
    font-size: clamp(38px, 12vw, 54px);
  }
  html[lang^="en"] .art-statement__title {
    font-size: clamp(29px, 9.5vw, 42px);
  }
  .art-statement__location {
    margin-top: 38px;
    font-size: clamp(27px, 8.8vw, 38px);
  }
  .about__content {
    padding: 50px 20px 55px;
    text-align: center;
  }
  .about__title {
    font-size: 43px;
    letter-spacing: -1.3px;
  }
  .about__text {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.55;
  }
  .about__link {
    justify-content: center;
    margin-top: 32px;
    font-size: 15px;
  }
  .about__arrow {
    width: 112px;
    margin-left: 12px;
  }
  .next__inner {
    padding: 62px 0 65px;
  }
  .next__title {
    font-size: 45px;
    letter-spacing: -1.4px;
  }
  .next__text {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.55;
  }
  .next .newsletter {
    margin-top: 40px;
    padding-top: 18px;
    border-top-width: 6px;
  }
  .next .newsletter__form {
    margin-right: auto;
    margin-left: auto;
  }
  .contact {
    height: auto;
    grid-template-columns: 1fr;
  }
  .contact__details {
    min-height: 335px;
    text-align: center;
  }
  .contact__content {
    top: 50%;
    right: 20px;
    left: 20px;
    width: auto;
    text-align: center;
  }
  .contact__title {
    margin-bottom: 28px;
    font-size: 52px;
  }
  .contact__email,
  .contact__phone {
    width: auto;
    font-size: 20px;
  }
  .contact__address {
    margin-top: 20px;
    font-size: 15px;
  }
  .contact__media {
    height: auto;
    aspect-ratio: 1169 / 428;
  }
}
