:root {
  --theme-font-size: 1rem;
  --theme-font-weight: 400;
  --theme-line-height: 1.6;
  --theme-font-family: 'Nunito Sans', sans-serif;
  --theme-font-family-alt: 'proxima-nova', sans-serif;
  --theme-color-black: #000;
  --theme-color-city-black: #161617;
  --theme-color-city-black-70: #161617B3;
  --theme-color-city-black-45: #16161773;
  --theme-color-white: #fff;
  --theme-color-white-60: #fff9;
  --theme-color-white-25: #ffffff40;
  --theme-color-white-5: #ffffff0D;
  --theme-color-slate: #414042;
  --theme-color-deep-purple: #2f1c3c;
  --theme-color-city-purple: #57408f;
  --theme-color-city-purple-20: #57408f33;
  --theme-color-light-purple: #f3eff7;
  --theme-color-teal: #66b7c9;
  --theme-color-teal-60: #66b7c999;
  --theme-color-teal-50: #66b7c980;
  --theme-color-blue: #1c75bc;
  --theme-color-pale-blue: #f6f7fa;
  --theme-color-medium-cyan: #1c75bc;
  --theme-color-medium-cyan-30: #1c75bc4d;
  --theme-color-city-gold: #f8bc1f;
  --theme-border-radius: 16px;
  --theme-border-radius-small: 8px;
  --theme-border-radius-large: 20px;
  --theme-transition-duration: 0.4s;
  --theme-z-index-block: 3;
  --theme-z-index-graphic: 2;
  --theme-z-index-overlap-graphic: 1;
}

:root {
  --theme-font-size: 1rem;
  --theme-font-weight: 400;
  --theme-line-height: 1.6;
  --theme-font-family: 'Nunito Sans', sans-serif;
  --theme-font-family-alt: 'proxima-nova', sans-serif;
  --theme-color-black: #000;
  --theme-color-city-black: #161617;
  --theme-color-city-black-70: #161617B3;
  --theme-color-city-black-45: #16161773;
  --theme-color-white: #fff;
  --theme-color-white-60: #fff9;
  --theme-color-white-25: #ffffff40;
  --theme-color-white-5: #ffffff0D;
  --theme-color-slate: #414042;
  --theme-color-deep-purple: #2f1c3c;
  --theme-color-city-purple: #57408f;
  --theme-color-city-purple-20: #57408f33;
  --theme-color-light-purple: #f3eff7;
  --theme-color-teal: #66b7c9;
  --theme-color-teal-60: #66b7c999;
  --theme-color-teal-50: #66b7c980;
  --theme-color-blue: #1c75bc;
  --theme-color-pale-blue: #f6f7fa;
  --theme-color-medium-cyan: #1c75bc;
  --theme-color-medium-cyan-30: #1c75bc4d;
  --theme-color-city-gold: #f8bc1f;
  --theme-border-radius: 16px;
  --theme-border-radius-small: 8px;
  --theme-border-radius-large: 20px;
  --theme-transition-duration: 0.4s;
  --theme-z-index-block: 3;
  --theme-z-index-graphic: 2;
  --theme-z-index-overlap-graphic: 1;
}

* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

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

*:focus-visible {
  outline: 2px dashed currentColor;
  outline-offset: 0.2em;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 0;
}

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

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

b,
strong {
  font-weight: 700;
}

address {
  font-style: normal;
}

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

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

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

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

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

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

input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  box-shadow: 0 0 0 1000px #fff inset;
}

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  scroll-behavior: smooth;
}

body {
  --admin-bar-height: 0px;
  min-width: 320px;
  font: var(--theme-font-weight) var(--theme-font-size)/var(--theme-line-height) var(--theme-font-family);
  color: var(--theme-color-city-black);
  background-color: #fbfbfb;
}
@media (max-width: 1199px) {
  body {
    line-height: 1.5;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body {
    line-height: var(--theme-line-height);
  }
}
body.admin-bar {
  --admin-bar-height: 32px;
}
@media (max-width: 782px) {
  body.admin-bar {
    --admin-bar-height: 46px;
  }
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
*::-webkit-scrollbar-thumb {
  background: var(--theme-color-city-purple);
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
*::-webkit-scrollbar-corner {
  background: transparent;
}
* {
  /* Firefox scrollbar styling */
  scrollbar-width: thin;
  scrollbar-color: var(--theme-color-city-purple) var(--theme-color-white);
}

a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a:where(:hover, :focus-visible) {
    text-decoration: none;
  }
}
a[href^=tel] {
  text-decoration: none;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(var(--theme-line-height) * 0.5em);
}
.h1:last-child,
h1:last-child,
.h2:last-child,
h2:last-child,
.h3:last-child,
h3:last-child,
.h4:last-child,
h4:last-child,
.h5:last-child,
h5:last-child,
.h6:last-child,
h6:last-child {
  margin-bottom: 0;
}

.h1,
h1 {
  font-family: var(--theme-font-family-alt);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .h1,
  h1 {
    font-size: clamp(38px, 4vw + -9.96px, 46px);
  }
}
@media (max-width: 1023px) {
  .h1,
  h1 {
    font-size: clamp(32px, 1.0291595197vw + 27.4716981132px, 38px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
  h1 {
    font-weight: 600;
    line-height: 1.16;
  }
}

.h1-l {
  font-family: var(--theme-font-family-alt);
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .h1-l {
    font-size: clamp(40px, 8vw + -55.92px, 56px);
  }
}
@media (max-width: 1023px) {
  .h1-l {
    font-size: clamp(36px, 0.6861063465vw + 32.9811320755px, 40px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .h1-l {
    font-size: 40px;
  }
}

.h1-mobile-l {
  font-family: var(--theme-font-family-alt);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .h1-mobile-l {
    font-size: clamp(38px, 4vw + -9.96px, 46px);
  }
}
@media (max-width: 1023px) {
  .h1-mobile-l {
    font-size: clamp(40px, -0.3430531732vw + 41.5094339623px, 38px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .h1-mobile-l {
    font-size: 38px;
  }
}

.h2,
h2 {
  font-family: var(--theme-font-family-alt);
  font-size: 39px;
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: 0em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .h2,
  h2 {
    font-size: clamp(35px, 2vw + 11.02px, 39px);
  }
}
@media (max-width: 1023px) {
  .h2,
  h2 {
    font-size: clamp(27px, 1.372212693vw + 20.9622641509px, 35px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .h2,
  h2 {
    font-size: 35px;
  }
}

.h3,
h3 {
  font-family: var(--theme-font-family-alt);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .h3,
  h3 {
    font-size: clamp(30px, 1vw + 18.01px, 32px);
  }
}
@media (max-width: 1023px) {
  .h3,
  h3 {
    font-size: clamp(27px, 0.5145797599vw + 24.7358490566px, 30px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .h3,
  h3 {
    font-size: 30px;
  }
}

.h3-mobile-l {
  font-family: var(--theme-font-family-alt);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .h3-mobile-l {
    font-size: clamp(30px, 1vw + 18.01px, 32px);
  }
}
@media (max-width: 1023px) {
  .h3-mobile-l {
    font-size: clamp(32px, -0.3430531732vw + 33.5094339623px, 30px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .h3-mobile-l {
    font-size: 30px;
  }
}

.h4,
h4 {
  font-family: var(--theme-font-family-alt);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .h4,
  h4 {
    font-size: clamp(24px, 1.5vw + 6.015px, 27px);
  }
}
@media (max-width: 1023px) {
  .h4,
  h4 {
    font-size: clamp(27px, -0.5145797599vw + 29.2641509434px, 24px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .h4,
  h4 {
    font-size: 24px;
  }
}

.h5,
h5 {
  font-family: var(--theme-font-family-alt);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .h5,
  h5 {
    font-size: clamp(20px, 1vw + 8.01px, 22px);
  }
}
@media (max-width: 1023px) {
  .h5,
  h5 {
    font-size: clamp(22px, -0.3430531732vw + 23.5094339623px, 20px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .h5,
  h5 {
    font-size: 20px;
  }
}

.h6,
h6 {
  font-family: var(--theme-font-family-alt);
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .h6,
  h6 {
    font-size: clamp(19px, 0vw + 19px, 19px);
  }
}
@media (max-width: 1023px) {
  .h6,
  h6 {
    font-size: clamp(14px, 0.8576329331vw + 10.2264150943px, 19px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .h6,
  h6 {
    font-size: 19px;
  }
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: calc(var(--theme-line-height) * 0.5em);
}
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
hr:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

::-moz-selection {
  color: var(--theme-color-white);
  background-color: var(--theme-color-teal);
}

::selection {
  color: var(--theme-color-white);
  background-color: var(--theme-color-teal);
}

.error-404 {
  width: 100%;
  text-align: center;
  padding: 5%;
  padding-top: 200px;
  padding-bottom: 100px;
  color: var(--theme-color-white);
  background-color: var(--theme-color-city-black);
}

body:has(.breadcrumbs--dark) {
  background-color: var(--theme-color-city-black);
}

.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}

.sr-only,
.sr-only-focusable:not(:focus, :focus-within) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.image-fit {
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.image-fit img,
.image-fit video,
.image-fit iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}

[disabled],
.disabled {
  cursor: default;
}

[hidden],
.hidden {
  display: none;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
}
.richtext-entry > ul:not([class]),
.richtext-entry > ol:not([class]) {
  padding-left: 30px;
}
.richtext-entry > ul:not([class]) ol,
.richtext-entry > ul:not([class]) ul,
.richtext-entry > ol:not([class]) ol,
.richtext-entry > ol:not([class]) ul {
  padding-left: 30px;
}
.richtext-entry > blockquote {
  border-left: 2px solid var(--theme-color-primary);
  margin-left: 0;
  padding: 0 0 0 16px;
}
.richtext-entry > *.alignwide {
  width: 100%;
  max-width: 100%;
  clear: both;
}
.richtext-entry > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.richtext-entry > *.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  padding: 0 20px;
}

/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

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

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

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

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

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-slides-offset-before);
              margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-end: var(--swiper-slides-offset-after);
              margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-slides-offset-before);
              margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-after: var(--swiper-slides-offset-after);
              margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-centered-offset-before);
              margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-centered-offset-before);
              margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
            animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

.comment-respond {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #363636;
}
.comment-respond h3 {
  position: relative;
}
.comment-respond small {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-respond label {
  display: inline-block;
  padding-bottom: 4px;
}
.comment-respond input[type=text],
.comment-respond textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
}
.comment-respond textarea {
  height: 100px;
}
.comment-respond input[type=text]:focus {
  background-color: #fff;
}
.comment-respond input[type=text]::-moz-placeholder {
  color: #777;
}
.comment-respond input[type=text]:-ms-input-placeholder {
  color: #777;
}
.comment-respond input[type=text]::placeholder {
  color: #777;
}
.comment-respond .required {
  color: #f00;
}
.comment-respond .comment-notes {
  padding-top: 15px;
}
.comment-respond .form-submit input {
  display: block;
  width: 16px;
  height: 40px;
  border: 0;
  font-size: r(14px);
  font-weight: 700;
  color: #fff;
  background: #363636;
  cursor: pointer;
  border-radius: 4px;
}

.comments {
  position: relative;
}
.comments .children {
  position: relative;
  padding-left: 7rem;
}
.comments .children:before, .comments .children:after {
  content: "";
  position: absolute;
  display: block;
}
.comments .children:before {
  top: 33px;
  left: 23px;
  width: 32px;
  height: 27px;
  border-left: 8px solid #c3c3c3;
  border-bottom: 8px solid #c3c3c3;
  border-radius: 0 0 0 8px;
}
.comments .children:after {
  top: -0.5rem;
  left: 8px;
  border: 20px solid transparent;
  border-width: 20px 19px;
  border-bottom-color: #c3c3c3;
}
.comments .comment {
  position: relative;
  border-top: 1px dashed #363636;
}
.comments .avatar {
  position: absolute;
  top: 28px;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.comments .says {
  padding-left: 5px;
}
.comments .moderation-notice {
  display: inline-block;
  margin: 3px 0 8px;
  color: #999;
}
.comments .comment__entry {
  position: relative;
  padding: 30px 0 30px 65px;
}
.comments .comment__text p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments .comment__meta {
  padding-bottom: 12px;
}
.comments .comment__meta a {
  color: #363636;
}
.comments .comment__reply {
  padding-top: 10px;
  text-align: right;
}
.comments .comment__reply a {
  display: inline-block;
  padding: 5px 10px;
  background: #363636;
  color: #fff;
  border-radius: 6px;
}
@media (hover: hover) and (pointer: fine) {
  .comments .comment__reply a:where(:hover, :focus-visible) {
    text-decoration: none;
    opacity: 0.8;
  }
}

.paging {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .paging {
    flex-wrap: wrap;
  }
}
.paging a {
  text-decoration: none;
}
.paging ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .paging ul {
    width: 100%;
    order: -1;
    padding: 0;
    margin-bottom: 20px;
  }
}
.paging ul li {
  margin-inline: 5px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .paging ul li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .paging ul li:last-child {
    margin-right: 0;
  }
}
.paging ul li.paging__spacer,
.paging ul a {
  background-color: #fff;
  font-size: 0.875rem;
  color: #000;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 35px;
  transition: all 0.4s;
}
.paging ul a:hover,
.paging ul li.is-current a {
  color: #fff;
  background-color: #000;
}
.paging .paging__next,
.paging .paging__prev {
  font-size: 1rem;
  color: #000;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .paging .paging__next:where(:hover, :focus-visible),
  .paging .paging__prev:where(:hover, :focus-visible) {
    color: #000;
  }
}
.paging .paging__next:only-child {
  margin-left: auto;
  margin-right: 0;
}
.paging .paging__prev:only-child {
  margin-right: auto;
  margin-left: 0;
}
.paging .paging__label,
.paging .paging__first,
.paging .paging__last,
.paging .paging__prev,
.paging .paging__next {
  margin: 9px;
}

.btn-gradient, .search-bar__form-btn, .wpforms-container.wpforms-container.wpforms-container .wpforms-submit, .search-form__btn,
.wp-block-button .wp-element-button,
.wp-element-button {
  --button-font-size: 0.75rem;
  --button-color: var(--theme-color-white);
  --button-background-color: transparent;
  --button-border-color: var(--button-background-color);
  --button-hover-color: var(--theme-color-white);
  --button-hover-background-color: transparent;
  --button-hover-border-color: var(--button-hover-background-color);
  --button-border-radius: 99em;
  --button-transition-duration: var(--theme-transition-duration);
  position: relative;
  display: inline-flex;
  color: var(--button-color);
  background: var(--button-background-color);
  border: 1px solid var(--button-border-color);
  border-radius: var(--button-border-radius);
  box-shadow: none;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: var(--button-font-size);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: color, background, border, opacity;
  transition-duration: var(--button-transition-duration);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .btn-gradient:where(:hover, :focus-visible), .search-bar__form-btn:where(:hover, :focus-visible), .wpforms-container.wpforms-container.wpforms-container .wpforms-submit:where(:hover, :focus-visible), .search-form__btn:where(:hover, :focus-visible),
  .wp-block-button .wp-element-button:where(:hover, :focus-visible),
  .wp-element-button:where(:hover, :focus-visible) {
    color: var(--button-hover-color);
    background: var(--button-hover-background-color);
    border-color: var(--button-hover-border-color);
  }
}
.btn-gradient, .search-bar__form-btn, .wpforms-container.wpforms-container.wpforms-container .wpforms-submit, .search-form__btn,
.wp-block-button .wp-element-button,
.wp-element-button {
  padding: 17px 27px;
  border: none;
  z-index: 1;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn-gradient, .search-bar__form-btn, .wpforms-container.wpforms-container.wpforms-container .wpforms-submit, .search-form__btn,
  .wp-block-button .wp-element-button,
  .wp-element-button {
    padding-block: clamp(13px, 2vw + -10.98px, 17px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn-gradient, .search-bar__form-btn, .wpforms-container.wpforms-container.wpforms-container .wpforms-submit, .search-form__btn,
  .wp-block-button .wp-element-button,
  .wp-element-button {
    padding-inline: clamp(18px, 4.5vw + -35.955px, 27px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn-gradient, .search-bar__form-btn, .wpforms-container.wpforms-container.wpforms-container .wpforms-submit, .search-form__btn,
  .wp-block-button .wp-element-button,
  .wp-element-button {
    font-size: clamp(11px, 0.5vw + 5.005px, 12px);
  }
}
@media (max-width: 1199px) {
  .btn-gradient, .search-bar__form-btn, .wpforms-container.wpforms-container.wpforms-container .wpforms-submit, .search-form__btn,
  .wp-block-button .wp-element-button,
  .wp-element-button {
    --button-font-size: 0.6875rem;
    padding: 13px 18px;
  }
}
@media (max-width: 1023px) {
  .btn-gradient, .search-bar__form-btn, .wpforms-container.wpforms-container.wpforms-container .wpforms-submit, .search-form__btn,
  .wp-block-button .wp-element-button,
  .wp-element-button {
    --button-font-size: 0.75rem;
    padding: 17px 27px;
  }
}
.btn-gradient:before, .search-bar__form-btn:before, .wpforms-container.wpforms-container.wpforms-container .wpforms-submit:before, .search-form__btn:before,
.wp-block-button .wp-element-button:before,
.wp-element-button:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color-blue);
  z-index: -1;
}
.btn-gradient:after, .search-bar__form-btn:after, .wpforms-container.wpforms-container.wpforms-container .wpforms-submit:after, .search-form__btn:after,
.wp-block-button .wp-element-button:after,
.wp-element-button:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgb(28, 117, 188) 17%, rgb(29, 98, 154) 31%, rgb(31, 74, 110) 46%, rgb(55, 48, 66) 67%, rgb(84, 25, 118) 97%);
  will-change: transform;
  transition: transform var(--button-transition-duration);
  pointer-events: none;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .btn-gradient:where(:hover, :focus-visible):after, .search-bar__form-btn:where(:hover, :focus-visible):after, .wpforms-container.wpforms-container.wpforms-container .wpforms-submit:where(:hover, :focus-visible):after, .search-form__btn:where(:hover, :focus-visible):after,
  .wp-block-button .wp-element-button:where(:hover, :focus-visible):after,
  .wp-element-button:where(:hover, :focus-visible):after {
    transform: translateX(110%) scaleX(2);
  }
}

.btn-gradient--outlined,
.wp-block-button.is-style-gradient-outlined .wp-element-button {
  --button-color: #161617;
  --button-background-color: transparent;
}
.btn-gradient--outlined:before,
.wp-block-button.is-style-gradient-outlined .wp-element-button:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(125deg, rgb(28, 117, 188) 17%, rgb(29, 98, 154) 31%, rgb(31, 74, 110) 46%, rgb(55, 48, 66) 67%, rgb(84, 25, 118) 97%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.btn-gradient--outlined:after,
.wp-block-button.is-style-gradient-outlined .wp-element-button:after {
  top: 0;
  left: 0;
  width: 250%;
  opacity: 0;
  will-change: width, opacity, transform;
  transition: width var(--theme-transition-duration), transform var(--theme-transition-duration), opacity var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .btn-gradient--outlined:where(:hover, :focus-visible):after,
  .wp-block-button.is-style-gradient-outlined .wp-element-button:where(:hover, :focus-visible):after {
    width: 100%;
    transform: translateX(0) scaleX(1);
    opacity: 1;
    transition: width var(--theme-transition-duration) 0.2s, opacity var(--theme-transition-duration);
  }
}

.card-cta__actions .btn-gradient--outlined {
  color: white;
}

.btn-gradient--outlined-black,
.wp-block-button.is-style-gradient-outlined-black .wp-element-button {
  --button-color: var(--theme-color-city-black);
  --button-background-color: transparent;
}
.btn-gradient--outlined-black:before,
.wp-block-button.is-style-gradient-outlined-black .wp-element-button:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(125deg, rgb(28, 117, 188) 17%, rgb(29, 98, 154) 31%, rgb(31, 74, 110) 46%, rgb(55, 48, 66) 67%, rgb(84, 25, 118) 97%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.btn-gradient--outlined-black:after,
.wp-block-button.is-style-gradient-outlined-black .wp-element-button:after {
  top: 0;
  left: 0;
  width: 250%;
  opacity: 0;
  will-change: width, opacity;
  transition: width var(--theme-transition-duration), opacity var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .btn-gradient--outlined-black:where(:hover, :focus-visible):after,
  .wp-block-button.is-style-gradient-outlined-black .wp-element-button:where(:hover, :focus-visible):after {
    width: 100%;
    transform: translateX(0) scaleX(1);
    opacity: 1;
    transition: width var(--theme-transition-duration) 0.2s, opacity var(--theme-transition-duration);
  }
}

.search-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 26px;
  overflow: hidden;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .search-form {
    gap: clamp(20px, 3vw + -15.97px, 26px);
  }
}
@media (max-width: 1199px) {
  .search-form {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .search-form {
    gap: 15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-form {
    grid-template-columns: 1fr;
  }
}

.search-form__field {
  font-family: var(--theme-font-family-alt);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .search-form__field {
    font-size: clamp(20px, 1vw + 8.01px, 22px);
  }
}
@media (max-width: 1023px) {
  .search-form__field {
    font-size: clamp(22px, -0.3430531732vw + 23.5094339623px, 20px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .search-form__field {
    font-size: 20px;
  }
}
.search-form__field {
  padding: 10px 30px;
  width: 100%;
  height: 60px;
  color: var(--theme-color-white);
  background-color: var(--theme-color-city-black);
  border: none;
  border-radius: var(--theme-border-radius-small);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .search-form__field {
    padding-inline: clamp(20px, 5vw + -39.95px, 30px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .search-form__field {
    height: clamp(45px, 7.5vw + -44.925px, 60px);
  }
}
@media (max-width: 1199px) {
  .search-form__field {
    padding: 10px 20px;
    height: 45px;
  }
}
@media (max-width: 1023px) {
  .search-form__field {
    height: 60px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-form__field {
    font-size: 1.125rem;
  }
}
.search-form__field:-webkit-autofill, .search-form__field:-webkit-autofill:focus, .search-form__field:-webkit-autofill:active {
  box-shadow: 0 0 0 30px var(--theme-color-city-black-45) inset !important;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-form__btn {
    padding-inline: 54px;
    justify-self: center;
  }
}

.section-comments {
  padding-top: 15px;
}
.section-comments a {
  text-decoration: none;
}
.section-comments p {
  padding-bottom: 18px;
}
.section-comments ol,
.section-comments ul {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
.section-comments h3 {
  position: relative;
  padding: 0 0 10px;
}
.section-comments h3 small {
  position: absolute;
  top: 0;
  right: 0;
}

.widget {
  margin-bottom: 15px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget > ul {
  list-style: none outside none;
  margin: 0;
}
.widget > ul li {
  padding: 5px;
}
.widget > ul a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color, border;
  transition-duration: var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .widget > ul a:where(:hover, :focus-visible) {
    border-bottom-color: var(--theme-color-primary);
    color: var(--theme-color-primary);
  }
}

.widget_nav_menu ul {
  list-style: none;
}
.widget_nav_menu ul li {
  padding: 5px;
}

.widgets {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -10px -20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widgets {
    margin: 0;
  }
}
.widgets > li {
  width: 50%;
  padding: 10px 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widgets > li {
    width: 100%;
    padding: 10px 0;
  }
}

.alignnone,
.alignleft,
.alignright,
.aligncenter {
  margin: 5px 15px calc(var(--lh-base) * 0.5em);
}

.alignleft {
  margin-left: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .alignleft {
    margin: 5px 0 10px;
  }
}

.alignright {
  margin-right: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .alignright {
    margin: 5px 0 10px;
  }
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .alignnone {
    margin: 5px 0 10px;
  }
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .aligncenter {
    margin: 5px 0 10px;
  }
}

.wp-caption {
  position: relative;
}

.wp-caption img {
  width: 100%;
}

.wp-caption-text {
  padding: 8px;
  font-size: 0.8em;
  color: inherit;
  background: transparent;
  text-align: center;
}

.nocomments {
  padding-top: 12px;
  font-weight: 700;
  font-size: r(18px);
}

.wp-block-search__input {
  border: 2px solid var(--theme-color-primary);
}

.wp-block-search__button {
  text-transform: uppercase;
  border: 2px solid var(--theme-color-primary);
  background: var(--theme-color-primary);
  color: #fff;
  padding: 8px;
  transition: color, background, border;
  transition-duration: var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .wp-block-search__button:where(:hover, :focus-visible) {
    background: transparent;
    color: var(--theme-color-primary);
  }
}

.article {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .article:where(:hover, :focus-visible) .article__media img,
  .article:where(:hover, :focus-visible) .article__media video,
  .article:where(:hover, :focus-visible) .article__media iframe {
    transform: scale(1.05);
  }
}

.article__media {
  position: relative;
  border-radius: var(--theme-border-radius-small);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .article__media {
    margin-bottom: 13px;
  }
}
.article__media img,
.article__media video,
.article__media iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 265/149;
  will-change: transform;
  transition: transform var(--theme-transition-duration);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article__media img,
  .article__media video,
  .article__media iframe {
    aspect-ratio: 200/118;
  }
}

.article-media--no-border-radius {
  border-radius: 0;
}

.article__content {
  padding-block: 11px 2px;
}
@media (max-width: 1023px) {
  .article__content {
    padding-block: 0;
  }
}

.article__title {
  margin-bottom: 5px;
}
.article__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 7px;
  }
}

.article__meta {
  margin-bottom: 2px;
}
.article__meta:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .article__meta {
    margin-bottom: 8px;
  }
}

.article__meta.article__meta--regular.article__meta--regular {
  font-weight: 400;
}

.article__meta--white-43 {
  color: rgba(255, 255, 255, 0.43);
}

.article__link {
  position: absolute;
  inset: 0;
}

.article--centered {
  text-align: center;
}
@media (max-width: 1023px) {
  .article--centered {
    text-align: initial;
  }
}

.article-single {
  --article-single-head-padding-top: 40px;
  --article-single-body-offset: 211px;
  --article-single-body-padding-block: 82px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-single {
    --article-single-head-padding-top: clamp(30px, 5vw + -29.95px, 40px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-single {
    --article-single-body-offset: clamp(160px, 25.5vw + -145.745px, 211px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-single {
    --article-single-body-padding-block: clamp(50px, 16vw + -141.84px, 82px);
  }
}
@media (max-width: 1199px) {
  .article-single {
    --article-single-head-padding-top: 30px;
    --article-single-body-offset: 160px;
    --article-single-body-padding-block: 50px;
  }
}
@media (max-width: 1023px) {
  .article-single {
    --article-single-head-padding-top: 18px;
    --article-single-body-offset: 100px;
    --article-single-body-padding-block: 26px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-single {
    --article-single-body-offset: 80px;
  }
}

.article-single__head {
  padding: calc(var(--theme-header-wrapper-height) + var(--article-single-head-padding-top)) var(--shell-gutter-small) 0;
  max-width: 1440px;
  margin-inline: auto;
  color: var(--theme-color-city-black);
  background-color: var(--theme-color-white);
}

.article-single__breadcrumbs {
  margin-bottom: 19px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-single__breadcrumbs {
    margin-bottom: clamp(12px, 3.5vw + -29.965px, 19px);
  }
}
.article-single__breadcrumbs:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .article-single__breadcrumbs {
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .article-single__breadcrumbs {
    margin-bottom: 0;
  }
}

.article-single__featured-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.article-single__featured-media img,
.article-single__featured-media video,
.article-single__featured-media iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-single__body {
  padding-block: calc(var(--article-single-body-offset) + var(--article-single-body-padding-block)) var(--article-single-body-padding-block);
  margin-top: calc(-1 * var(--article-single-body-offset));
  color: var(--theme-color-white);
  background-color: var(--theme-color-city-black);
}

.article-single__container {
  display: grid;
  grid-template-columns: 35.7% auto;
  gap: 100px;
}
@media (max-width: 1199px) {
  .article-single__container {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .article-single__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-single__container {
    gap: 25px;
  }
}

.article-single__title {
  margin-bottom: 19px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-single__title {
    margin-bottom: clamp(15px, 2vw + -8.98px, 19px);
  }
}
.article-single__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .article-single__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .article-single__title {
    margin-bottom: 10px;
  }
}

.article-single__description {
  padding-top: 4px;
}
@media (max-width: 1199px) {
  .article-single__description {
    padding-top: 0;
  }
}

.article-single__description-title {
  margin-bottom: 19px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-single__description-title {
    margin-bottom: clamp(12px, 3.5vw + -29.965px, 19px);
  }
}
.article-single__description-title:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .article-single__description-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .article-single__description-title {
    margin-bottom: 8px;
  }
}

.articles {
  list-style: none;
  display: grid;
  gap: 40px;
}

.btn {
  --button-font-size: 0.75rem;
  --button-color: var(--theme-color-city-black);
  --button-background-color: var(--theme-color-white);
  --button-border-color: var(--button-background-color);
  --button-hover-color: var(--theme-color-city-black);
  --button-hover-background-color: var(--theme-color-white);
  --button-hover-border-color: var(--button-hover-background-color);
  --button-border-radius: 99em;
  --button-transition-duration: var(--theme-transition-duration);
  position: relative;
  display: inline-flex;
  color: var(--button-color);
  background: var(--button-background-color);
  border: 1px solid var(--button-border-color);
  border-radius: var(--button-border-radius);
  box-shadow: none;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: var(--button-font-size);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: color, background, border, opacity;
  transition-duration: var(--button-transition-duration);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .btn:where(:hover, :focus-visible) {
    color: var(--button-hover-color);
    background: var(--button-hover-background-color);
    border-color: var(--button-hover-border-color);
  }
}
.btn {
  padding: 16px 26px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn {
    padding-block: clamp(12px, 2vw + -11.98px, 16px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn {
    padding-inline: clamp(18px, 4vw + -29.96px, 26px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn {
    font-size: clamp(11px, 0.5vw + 5.005px, 12px);
  }
}
@media (max-width: 1199px) {
  .btn {
    --button-font-size: 0.6875rem;
    padding: 12px 18px;
  }
}
@media (max-width: 1023px) {
  .btn {
    --button-font-size: 0.75rem;
    padding: 16px 24px;
  }
}

.btn--outlined {
  --button-color: var(--theme-color-white);
  --button-background-color: transparent;
  --button-border-color: var(--button-color);
  --button-hover-color: var(--theme-color-white);
  --button-hover-background-color: var(--theme-color-blue);
  --button-hover-border-color: var(--button-hover-background-color);
}

.btn--outlined-black {
  --button-background-color: transparent;
  --button-border-color: var(--theme-color-white);
  --button-hover-color: var(--theme-color-white);
  --button-hover-background-color: var(--theme-color-blue);
  --button-hover-border-color: var(--button-hover-background-color);
}

.js-archive-load-more-btn {
  border: 0px;
}

.btn-gradient,
.wp-block-button .wp-element-button,
.wp-element-button {
  --button-font-size: 0.75rem;
  --button-color: var(--theme-color-white);
  --button-background-color: transparent;
  --button-border-color: var(--button-background-color);
  --button-hover-color: var(--theme-color-white);
  --button-hover-background-color: transparent;
  --button-hover-border-color: var(--button-hover-background-color);
  --button-border-radius: 99em;
  --button-transition-duration: var(--theme-transition-duration);
  position: relative;
  display: inline-flex;
  color: var(--button-color);
  background: var(--button-background-color);
  border: 1px solid var(--button-border-color);
  border-radius: var(--button-border-radius);
  box-shadow: none;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: var(--button-font-size);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: color, background, border, opacity;
  transition-duration: var(--button-transition-duration);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .btn-gradient:where(:hover, :focus-visible),
  .wp-block-button .wp-element-button:where(:hover, :focus-visible),
  .wp-element-button:where(:hover, :focus-visible) {
    color: var(--button-hover-color);
    background: var(--button-hover-background-color);
    border-color: var(--button-hover-border-color);
  }
}
.btn-gradient,
.wp-block-button .wp-element-button,
.wp-element-button {
  padding: 17px 27px;
  border: none;
  z-index: 1;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn-gradient,
  .wp-block-button .wp-element-button,
  .wp-element-button {
    padding-block: clamp(13px, 2vw + -10.98px, 17px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn-gradient,
  .wp-block-button .wp-element-button,
  .wp-element-button {
    padding-inline: clamp(18px, 4.5vw + -35.955px, 27px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn-gradient,
  .wp-block-button .wp-element-button,
  .wp-element-button {
    font-size: clamp(11px, 0.5vw + 5.005px, 12px);
  }
}
@media (max-width: 1199px) {
  .btn-gradient,
  .wp-block-button .wp-element-button,
  .wp-element-button {
    --button-font-size: 0.6875rem;
    padding: 13px 18px;
  }
}
@media (max-width: 1023px) {
  .btn-gradient,
  .wp-block-button .wp-element-button,
  .wp-element-button {
    --button-font-size: 0.75rem;
    padding: 17px 27px;
  }
}
.btn-gradient:before,
.wp-block-button .wp-element-button:before,
.wp-element-button:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color-blue);
  z-index: -1;
}
.btn-gradient:after,
.wp-block-button .wp-element-button:after,
.wp-element-button:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgb(28, 117, 188) 17%, rgb(29, 98, 154) 31%, rgb(31, 74, 110) 46%, rgb(55, 48, 66) 67%, rgb(84, 25, 118) 97%);
  will-change: transform;
  transition: transform var(--button-transition-duration);
  pointer-events: none;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .btn-gradient:where(:hover, :focus-visible):after,
  .wp-block-button .wp-element-button:where(:hover, :focus-visible):after,
  .wp-element-button:where(:hover, :focus-visible):after {
    transform: translateX(110%) scaleX(2);
  }
}

.btn-gradient--outlined,
.wp-block-button.is-style-gradient-outlined .wp-element-button {
  --button-color: #161617;
  --button-background-color: transparent;
}
.btn-gradient--outlined:before,
.wp-block-button.is-style-gradient-outlined .wp-element-button:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(125deg, rgb(28, 117, 188) 17%, rgb(29, 98, 154) 31%, rgb(31, 74, 110) 46%, rgb(55, 48, 66) 67%, rgb(84, 25, 118) 97%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.btn-gradient--outlined:after,
.wp-block-button.is-style-gradient-outlined .wp-element-button:after {
  top: 0;
  left: 0;
  width: 250%;
  opacity: 0;
  will-change: width, opacity, transform;
  transition: width var(--theme-transition-duration), transform var(--theme-transition-duration), opacity var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .btn-gradient--outlined:where(:hover, :focus-visible):after,
  .wp-block-button.is-style-gradient-outlined .wp-element-button:where(:hover, :focus-visible):after {
    width: 100%;
    transform: translateX(0) scaleX(1);
    opacity: 1;
    transition: width var(--theme-transition-duration) 0.2s, opacity var(--theme-transition-duration);
  }
}

.card-cta__actions .btn-gradient--outlined {
  color: white;
}

.btn-gradient--outlined-black,
.wp-block-button.is-style-gradient-outlined-black .wp-element-button {
  --button-color: var(--theme-color-city-black);
  --button-background-color: transparent;
}
.btn-gradient--outlined-black:before,
.wp-block-button.is-style-gradient-outlined-black .wp-element-button:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(125deg, rgb(28, 117, 188) 17%, rgb(29, 98, 154) 31%, rgb(31, 74, 110) 46%, rgb(55, 48, 66) 67%, rgb(84, 25, 118) 97%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.btn-gradient--outlined-black:after,
.wp-block-button.is-style-gradient-outlined-black .wp-element-button:after {
  top: 0;
  left: 0;
  width: 250%;
  opacity: 0;
  will-change: width, opacity;
  transition: width var(--theme-transition-duration), opacity var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .btn-gradient--outlined-black:where(:hover, :focus-visible):after,
  .wp-block-button.is-style-gradient-outlined-black .wp-element-button:where(:hover, :focus-visible):after {
    width: 100%;
    transform: translateX(0) scaleX(1);
    opacity: 1;
    transition: width var(--theme-transition-duration) 0.2s, opacity var(--theme-transition-duration);
  }
}

.btn-plain-text {
  font-family: var(--theme-font-family-alt);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: var(--theme-color-city-black);
  text-decoration: none;
  will-change: color;
  transition: color var(--theme-transition-duration);
}
.btn-plain-text:after {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  -webkit-mask-image: url("../../resources/images/icon-arrow-right.svg");
          mask-image: url("../../resources/images/icon-arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  will-change: transform;
  transition: transform var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .btn-plain-text:where(:hover, :focus-visible) {
    color: var(--theme-color-blue);
  }
  .btn-plain-text:where(:hover, :focus-visible):after {
    transform: translateX(3px);
  }
}

.btn-plain-text--white {
  color: var(--theme-color-white);
}

.btn-plain-text--has-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
}

.btn-menu {
  position: relative;
  padding: 16px;
  display: none;
  align-items: center;
  align-self: stretch;
  gap: 11px;
  color: var(--theme-color-white);
  background-color: var(--theme-color-city-black);
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  z-index: 110;
  transition: width var(--theme-transition-duration);
}
@media (max-width: 1023px) {
  .btn-menu {
    display: flex;
  }
}
.btn-menu .btn-menu__ornament {
  position: relative;
  width: 14px;
  height: 12px;
}
.btn-menu .btn-menu__ornament-item {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: translateX(-50%);
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s, background-color var(--theme-transition-duration), width var(--theme-transition-duration);
}
.btn-menu .btn-menu__ornament-item:nth-child(1) {
  top: 0;
}
.btn-menu .btn-menu__ornament-item:nth-child(2) {
  top: 5px;
  left: auto;
  right: 0;
  width: 70%;
  transform: translateX(0);
}
.btn-menu .btn-menu__ornament-item:nth-child(3) {
  top: 10px;
}

body.has-open-menu .btn-menu .btn-menu__ornament-item {
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
}
body.has-open-menu .btn-menu .btn-menu__ornament-item:nth-child(1),
body.has-open-menu .btn-menu .btn-menu__ornament-item:nth-child(3) {
  top: 5px;
}
body.has-open-menu .btn-menu .btn-menu__ornament-item:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
}
body.has-open-menu .btn-menu .btn-menu__ornament-item:nth-child(2) {
  opacity: 0;
}
body.has-open-menu .btn-menu .btn-menu__ornament-item:nth-child(3) {
  transform: translateX(-50%) rotate(-45deg);
}

.btn-play {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: transparent;
  border: 2px solid var(--theme-color-white-60);
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  will-change: border-color;
  transition: border-color var(--theme-transition-duration);
}
.btn-play.visible {
  opacity: 1;
  pointer-events: all;
}
.btn-play:before, .btn-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  background-color: var(--theme-color-white-60);
  will-change: left, clip-path;
  transition: left var(--theme-transition-duration), background-color var(--theme-transition-duration), -webkit-clip-path var(--theme-transition-duration);
  transition: left var(--theme-transition-duration), clip-path var(--theme-transition-duration), background-color var(--theme-transition-duration);
  transition: left var(--theme-transition-duration), clip-path var(--theme-transition-duration), background-color var(--theme-transition-duration), -webkit-clip-path var(--theme-transition-duration);
}
.btn-play:before {
  -webkit-clip-path: polygon(0 0, 50% 25%, 50% 75%, 0% 100%);
          clip-path: polygon(0 0, 50% 25%, 50% 75%, 0% 100%);
}
.btn-play:after {
  -webkit-clip-path: polygon(50% 25%, 100% 50%, 100% 50%, 50% 75%);
          clip-path: polygon(50% 25%, 100% 50%, 100% 50%, 50% 75%);
}
@media (hover: hover) and (pointer: fine) {
  .btn-play:where(:hover, :focus-visible) {
    border-color: var(--theme-color-white);
  }
  .btn-play:where(:hover, :focus-visible):before, .btn-play:where(:hover, :focus-visible):after {
    background-color: var(--theme-color-white);
  }
}
body.is-touch .btn-play {
  top: 0;
  left: 0;
  width: 100%;
  max-width: initial;
  height: 100%;
  border-radius: 0;
}
body.is-touch .btn-play:before {
  width: 30px;
  height: initial;
  aspect-ratio: 1/1;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1023px) {
  body.is-touch .btn-play:before {
    width: 40px;
  }
}

.btn-play--playing:before, .btn-play--playing:after {
  left: 50%;
}
.btn-play--playing:before {
  -webkit-clip-path: polygon(0 0, 30% 0, 30% 100%, 0% 100%);
          clip-path: polygon(0 0, 30% 0, 30% 100%, 0% 100%);
}
.btn-play--playing:after {
  -webkit-clip-path: polygon(70% 0, 100% 0, 100% 100%, 70% 100%);
          clip-path: polygon(70% 0, 100% 0, 100% 100%, 70% 100%);
}
body.is-touch .btn-play--playing:before {
  opacity: 0;
  pointer-events: none;
}

.btn-play--top-right-header {
  top: var(--theme-header-height);
  right: var(--shell-gutter-small);
  left: auto;
}
@media (max-width: 1023px) {
  .btn-play--top-right-header {
    top: calc(var(--theme-header-height) + var(--shell-gutter-small));
  }
}

.btn-play--top-right {
  right: 20px;
  left: auto;
}

.btn-play--bottom-right {
  inset: auto 20px 20px auto;
}

.btn-play--bottom-left {
  top: auto;
  bottom: 20px;
  left: 20px;
}

.btn-play--bottom-left-10-10 {
  top: auto;
  bottom: 10px;
  left: 10px;
}

.btn-play--teal {
  border-color: var(--theme-color-teal);
}
.btn-play--teal:before, .btn-play--teal:after {
  background-color: var(--theme-color-teal);
}
@media (hover: hover) and (pointer: fine) {
  .btn-play--teal:where(:hover, :focus-visible) {
    border-color: var(--theme-color-teal-60);
  }
  .btn-play--teal:where(:hover, :focus-visible):before, .btn-play--teal:where(:hover, :focus-visible):after {
    background-color: var(--theme-color-teal-60);
  }
}

.btn-play--pale-blue {
  border-color: var(--theme-color-pale-blue);
}
.btn-play--pale-blue:before, .btn-play--pale-blue:after {
  background-color: var(--theme-color-pale-blue);
}

.btn-play-gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  will-change: transform;
  transform: translate(-50%, -50%);
  display: block;
  width: 47px;
  height: 47px;
  background: linear-gradient(110deg, rgb(28, 117, 188) 17%, rgb(29, 98, 154) 31%, rgb(31, 74, 110) 46%, rgb(55, 48, 66) 67%, rgb(84, 25, 118) 97%);
  border: 5px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  text-decoration: none;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn-play-gradient {
    width: clamp(36px, 5.5vw + -29.945px, 47px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn-play-gradient {
    height: clamp(36px, 5.5vw + -29.945px, 47px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn-play-gradient {
    border-width: clamp(4px, 0.5vw + -1.995px, 5px);
  }
}
@media (max-width: 1199px) {
  .btn-play-gradient {
    width: 36px;
    height: 36px;
    border: 4px solid rgba(255, 255, 255, 0.74);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-play-gradient {
    width: 47px;
    height: 47px;
    border: 5px solid rgba(255, 255, 255, 0.74);
  }
}
@media (max-width: 374px) {
  .btn-play-gradient {
    width: 36px;
    height: 36px;
  }
}
.btn-play-gradient:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 22%;
  height: 32%;
  background-color: var(--theme-color-white-60);
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  will-change: left, clip-path;
  transition: left var(--theme-transition-duration), background-color var(--theme-transition-duration), -webkit-clip-path var(--theme-transition-duration);
  transition: left var(--theme-transition-duration), clip-path var(--theme-transition-duration), background-color var(--theme-transition-duration);
  transition: left var(--theme-transition-duration), clip-path var(--theme-transition-duration), background-color var(--theme-transition-duration), -webkit-clip-path var(--theme-transition-duration);
}
@media (max-width: 1199px) {
  .btn-play-gradient:after {
    width: 25%;
    height: 35%;
  }
}

.btn-play-gradient--large {
  width: 56px;
  height: 56px;
  border: 8px solid rgba(255, 255, 255, 0.74);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn-play-gradient--large {
    width: clamp(50px, 3vw + 14.03px, 56px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn-play-gradient--large {
    height: clamp(50px, 3vw + 14.03px, 56px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn-play-gradient--large {
    border-width: clamp(6px, 1vw + -5.99px, 8px);
  }
}
@media (max-width: 1199px) {
  .btn-play-gradient--large {
    width: 50px;
    height: 50px;
    border: 6px solid rgba(255, 255, 255, 0.74);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-play-gradient--large {
    width: 47px;
    height: 47px;
    border: 5px solid rgba(255, 255, 255, 0.74);
  }
}

.footer {
  width: 100%;
  color: var(--theme-color-white);
  background-color: var(--theme-color-city-black);
}

.footer__inner {
  padding-block: 40px;
}

.footer__content {
  display: grid;
  grid-template-columns: auto auto auto minmax(26%, auto);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1023px) {
  .footer__content {
    padding-inline: 28px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    gap: 42px;
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .footer__nav {
    width: 100%;
  }
}
.footer__nav .menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 15px 22px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .footer__nav .menu {
    -moz-column-gap: clamp(10px, 6vw + -61.94px, 22px);
         column-gap: clamp(10px, 6vw + -61.94px, 22px);
  }
}
@media (max-width: 1199px) {
  .footer__nav .menu {
    gap: 15px 10px;
  }
}
@media (max-width: 1023px) {
  .footer__nav .menu {
    justify-content: space-between;
    text-align: left;
  }
}
@media (width <= 440px) {
  .footer__nav .menu {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.footer__nav .menu-item {
  position: relative;
  padding-left: 12px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .footer__nav .menu-item {
    padding-left: 0;
  }
}
.footer__nav .menu-item:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--theme-color-teal);
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .footer__nav .menu-item:before {
    display: none;
  }
}
.footer__nav .menu-item a {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-offset: 2px;
  font-size: 1rem;
  line-height: 1;
  will-change: color, text-decoration-color;
  transition: color var(--theme-transition-duration), -webkit-text-decoration-color var(--theme-transition-duration);
  transition: color var(--theme-transition-duration), text-decoration-color var(--theme-transition-duration);
  transition: color var(--theme-transition-duration), text-decoration-color var(--theme-transition-duration), -webkit-text-decoration-color var(--theme-transition-duration);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .footer__nav .menu-item a {
    font-size: clamp(14px, 1vw + 2.01px, 16px);
  }
}
@media (max-width: 1199px) {
  .footer__nav .menu-item a {
    font-size: 0.875rem;
  }
}
@media (max-width: 1023px) {
  .footer__nav .menu-item a {
    font-size: 0.9375rem;
    letter-spacing: 0.015em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__nav .menu-item a:where(:hover, :focus-visible) {
    color: var(--theme-color-teal);
  }
}

@media (max-width: 1023px) {
  .footer__socials {
    order: -1;
  }
}

.footer__socials-title {
  font-family: var(--theme-font-family-alt);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0269em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .footer__socials-title {
    font-size: clamp(12px, 0.5vw + 6.005px, 13px);
  }
}
@media (max-width: 1023px) {
  .footer__socials-title {
    font-size: clamp(20px, -1.372212693vw + 26.0377358491px, 12px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .footer__socials-title {
    font-size: 12px;
  }
}
.footer__socials-title {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--theme-color-medium-cyan-30);
}
@media (max-width: 1023px) {
  .footer__socials-title {
    font-size: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer__socials-title {
    font-size: 0.8125rem;
  }
}
.footer__socials-title:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .footer__newsletter {
    width: 100%;
  }
}

.footer__newsletter-title {
  font-family: var(--theme-font-family-alt);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0269em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .footer__newsletter-title {
    font-size: clamp(12px, 0.5vw + 6.005px, 13px);
  }
}
@media (max-width: 1023px) {
  .footer__newsletter-title {
    font-size: clamp(20px, -1.372212693vw + 26.0377358491px, 12px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .footer__newsletter-title {
    font-size: 12px;
  }
}
.footer__newsletter-title {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 8px;
}
.footer__newsletter-title:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .footer__newsletter-title {
    font-size: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer__newsletter-title {
    margin-bottom: 9px;
    font-size: 0.8125rem;
  }
}

.footer__bar {
  padding-block: 12px;
  background-color: var(--theme-color-deep-purple);
  text-align: center;
}
@media (max-width: 1023px) {
  .footer__bar {
    padding-block: 14px;
  }
}

.footer__copyright {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: var(--shell-gutter-small);
  width: 100%;
  color: var(--theme-color-white);
  z-index: 100;
  will-change: var(--header-inner-padding-inline);
  transition: padding var(--theme-transition-duration);
}
@media (max-width: 1023px) {
  .header {
    padding: 0;
  }
}
@media (min-width: 1023.02px) {
  body.is-scrolled .header {
    padding: 0;
  }
}

.header__wrapper {
  --header-inner-padding-block: 15px;
  --header-inner-padding-inline: 30px;
  position: relative;
  padding: var(--header-inner-padding-block) var(--header-inner-padding-inline);
  background-color: var(--theme-color-city-black-45);
  border-radius: var(--theme-border-radius);
  will-change: border-radius;
  transition: border-radius var(--theme-transition-duration);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .header__wrapper {
    --header-inner-padding-block: clamp(12px, 1.5vw + -5.985px, 15px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .header__wrapper {
    --header-inner-padding-inline: clamp(20px, 5vw + -39.95px, 30px);
  }
}
@media (max-width: 1199px) {
  .header__wrapper {
    --header-inner-padding-block: 12px;
    --header-inner-padding-inline: 20px;
  }
}
@media (max-width: 1023px) {
  .header__wrapper {
    --header-inner-padding-block: 10px;
    --header-inner-padding-inline: 10px;
    background-color: var(--theme-color-city-black-70);
    border-radius: 0;
    box-shadow: 6px 17px 24px rgba(22, 22, 23, 0.4509803922);
    overflow: initial;
  }
}
@media (max-width: 1023px) {
  .header__wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: inherit;
    will-change: background-color;
    transition: background-color var(--theme-transition-duration);
  }
}
@media (min-width: 1023.02px) {
  .header__wrapper:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(170deg, rgb(255, 255, 255) 0%, rgba(153, 153, 153, 0) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0.15;
    pointer-events: none;
    will-change: opacity;
    transition: opacity var(--theme-transition-duration) 0.2s;
  }
}
@media (max-width: 1023px) {
  .header__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, rgb(22, 22, 23) 75%, rgba(97, 97, 97, 0) 100%, rgba(153, 153, 153, 0) 100%);
    opacity: 0;
    pointer-events: none;
    will-change: height, opacity;
    transition: height var(--theme-transition-duration), opacity var(--theme-transition-duration);
  }
}
@media (max-width: 1023px) {
  body.has-open-menu .header__wrapper:before {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 1023px) {
  body.has-open-menu .header__wrapper:after {
    height: calc(100% + 10px);
    opacity: 1;
  }
}
@media (min-width: 1023.02px) {
  body.is-scrolled .header__wrapper {
    border-radius: 0;
  }
}
body.is-scrolled .header__wrapper:after {
  opacity: 0;
}

@media (max-width: 1023px) {
  .header__logo {
    position: relative;
    margin-right: auto;
    z-index: 1;
  }
}

.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .header__inner {
    gap: clamp(20px, 5vw + -39.95px, 30px);
  }
}
@media (max-width: 1199px) {
  .header__inner {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .header__inner {
    gap: 6px;
  }
}

.header__content {
  --mobile-nav-padding-block: 30px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 1;
  margin-left: 21px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .header__content {
    gap: clamp(30px, 5vw + -29.95px, 40px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .header__content {
    margin-left: clamp(1px, 10vw + -118.9px, 21px);
  }
}
@media (max-width: 1199px) {
  .header__content {
    gap: 30px;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .header__content {
    position: fixed;
    top: 0;
    left: 0;
    padding: calc(var(--theme-header-height) + var(--mobile-nav-padding-block)) 10px var(--mobile-nav-padding-block);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--theme-color-city-black-70);
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    will-change: opacity;
    transition: opacity var(--theme-transition-duration);
  }
}
body.has-open-menu .header__content {
  opacity: 1;
  pointer-events: all;
}

.header__content-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  max-width: 50%;
  margin-left: auto;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .header__content-inner {
    gap: clamp(20px, 4vw + -27.96px, 28px);
  }
}
@media (max-width: 1199px) {
  .header__content-inner {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .header__content-inner {
    display: contents;
  }
}

@media (max-width: 1023px) {
  .header__socials {
    padding-top: 30px;
    margin-top: auto;
  }
}

.header__btn {
  position: relative;
  padding: 20px 47px;
  margin: calc(-1 * var(--header-inner-padding-block)) calc(-1 * var(--header-inner-padding-inline)) calc(-1 * var(--header-inner-padding-block)) 0;
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 11px;
  border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  overflow: hidden;
  will-change: border-radius;
  transition: border-radius var(--theme-transition-duration);
  z-index: 1;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .header__btn {
    padding-block: clamp(15px, 2.5vw + -14.975px, 20px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .header__btn {
    padding-inline: clamp(20px, 13.5vw + -141.865px, 47px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .header__btn {
    font-size: clamp(11px, 0.5vw + 5.005px, 12px);
  }
}
@media (max-width: 1199px) {
  .header__btn {
    padding: 15px 20px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1023px) {
  .header__btn {
    padding: 16px;
    margin: 0;
    letter-spacing: 0.07em;
    border-radius: 0;
  }
}
.header__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color-blue);
  z-index: -1;
}
.header__btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 135%;
  height: 105%;
  background: linear-gradient(120deg, rgba(28, 117, 188, 0.1) 10%, rgba(29, 98, 154, 0.1) 18%, rgba(35, 30, 42, 0.9) 55%, rgb(35, 30, 42) 60%, rgb(45, 30, 64) 75%, rgb(84, 25, 118) 100%);
  pointer-events: none;
  z-index: -1;
  will-change: transform, opacity;
  transition: opacity var(--theme-transition-duration), transform var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .header__btn:where(:hover, :focus-visible):after {
    transform: translateX(110%) scaleX(3);
    opacity: 0;
    transition: opacity var(--theme-transition-duration) 0.2s, transform var(--theme-transition-duration);
  }
}
@media (min-width: 1023.02px) {
  body.is-scrolled .header__btn {
    border-radius: 0;
  }
}

body.admin-bar #wpadminbar {
  position: fixed;
}
body.admin-bar .header {
  margin-top: var(--admin-bar-height);
}

.logo {
  display: block;
  width: 39px;
  text-decoration: none;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .logo {
    width: clamp(30px, 4.5vw + -23.955px, 39px);
  }
}
@media (max-width: 1199px) {
  .logo {
    width: 31px;
  }
}
.logo > img {
  display: block;
  width: 100%;
}

.logo--large {
  width: 174px;
}

.main {
  --text-graphic-top-offset: 14.6vw;
  --text-graphic-bottom-offset: 2.1vw;
  --text-graphic-left-offset: 6px;
  --text-graphic-right-offset: 0px;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .main {
    --text-graphic-top-offset: 12vw;
    --text-graphic-bottom-offset: 5.1vw;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main {
    --text-graphic-top-offset: 8.2vw;
    --text-graphic-bottom-offset: 8vw;
  }
}

body.error404 .main {
  display: flex;
  flex-wrap: wrap;
}
body.error404 .main > section {
  width: 100%;
}

.nav {
  flex: 1;
}
@media (max-width: 1023px) {
  .nav {
    flex: initial;
  }
}
.nav .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 30px;
  list-style: none;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .nav .menu {
    -moz-column-gap: clamp(15px, 7.5vw + -74.925px, 30px);
         column-gap: clamp(15px, 7.5vw + -74.925px, 30px);
  }
}
@media (max-width: 1199px) {
  .nav .menu {
    gap: 12px 15px;
  }
}
@media (max-width: 1023px) {
  .nav .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.nav .menu-item {
  position: relative;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .nav .menu-item {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nav .menu-item:where(:hover, :focus-visible) {
    color: var(--theme-color-teal);
  }
}
.nav .menu > .menu-item-has-children {
  display: flex;
  align-items: center;
  gap: 0 7px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .nav .menu > .menu-item-has-children {
    -moz-column-gap: clamp(5px, 1vw + -6.99px, 7px);
         column-gap: clamp(5px, 1vw + -6.99px, 7px);
  }
}
@media (max-width: 1199px) {
  .nav .menu > .menu-item-has-children {
    gap: 0 5px;
  }
}
@media (max-width: 1023px) {
  .nav .menu > .menu-item-has-children {
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .nav .menu > .menu-item-has-children.is-active > a:after {
    opacity: 0;
  }
}
.nav .menu > .menu-item-has-children.is-active > button.menu-item-toggle {
  transform: rotate(-180deg);
}
@media (max-width: 1023px) {
  .nav .menu > .menu-item-has-children.is-active > button.menu-item-toggle {
    color: var(--theme-color-white);
    background-color: var(--theme-color-heritage-blue);
  }
}
.nav .menu > .menu-item-has-children.is-active .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.nav .menu > .menu-item-has-children > a {
  flex: 1;
}
.nav .menu-item a,
.nav .menu-item button {
  font-family: var(--theme-font-family-alt);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0269em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .nav .menu-item a,
  .nav .menu-item button {
    font-size: clamp(12px, 0.5vw + 6.005px, 13px);
  }
}
@media (max-width: 1023px) {
  .nav .menu-item a,
  .nav .menu-item button {
    font-size: clamp(20px, -1.372212693vw + 26.0377358491px, 12px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .nav .menu-item a,
  .nav .menu-item button {
    font-size: 12px;
  }
}
.nav .menu-item a,
.nav .menu-item button {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  background-color: transparent;
  border: none;
  transition: color var(--theme-transition-duration);
}
@media (max-width: 1023px) {
  .nav .menu-item a,
  .nav .menu-item button {
    padding-block: 20px;
  }
}
@media (max-width: 1023px) {
  .nav .menu-item a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.7) 0%, rgba(153, 153, 153, 0) 100%);
    pointer-events: none;
    will-change: opacity;
    transition: opacity var(--theme-transition-duration);
  }
}
@media (min-width: 1023.02px) {
  .nav .menu > .menu-item.current-menu-item > a:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 3px;
    background-color: var(--theme-color-teal);
    pointer-events: none;
  }
}
.nav .menu > .menu-item-has-children > .menu-item-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  will-change: transform, box-shadow;
  transition: transform, box-shadow, color;
  transition-duration: var(--theme-transition-duration);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .nav .menu > .menu-item-has-children > .menu-item-toggle {
    width: clamp(11px, 1.5vw + -6.985px, 14px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .nav .menu > .menu-item-has-children > .menu-item-toggle {
    height: clamp(11px, 1.5vw + -6.985px, 14px);
  }
}
@media (max-width: 1199px) {
  .nav .menu > .menu-item-has-children > .menu-item-toggle {
    width: 11px;
    height: 11px;
  }
}
@media (max-width: 1023px) {
  .nav .menu > .menu-item-has-children > .menu-item-toggle {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }
}
.nav .menu > .menu-item-has-children > .menu-item-toggle svg {
  display: block;
}
@media (max-width: 1023px) {
  .nav .menu > .menu-item-has-children > .menu-item-toggle svg {
    margin-top: 4px;
    width: 17px;
    height: 17px;
  }
}
.nav .sub-menu {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  padding: 20px;
  width: 222px;
  color: var(--theme-color-city-black);
  background-color: var(--theme-color-white);
  border-radius: var(--theme-border-radius);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--theme-transition-duration), transform var(--theme-transition-duration);
}
@media (max-width: 1023px) {
  .nav .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    padding: 15px 10px;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    color: currentColor;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(153, 153, 153, 0) 100%);
    transition: none;
    opacity: 1;
  }
}
@media (min-width: 1023.02px) {
  .nav .sub-menu:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 15px;
  }
}
.nav .sub-menu .menu-item a {
  position: relative;
  display: block;
  padding-block: 11px;
  width: 100%;
}
.nav .sub-menu .menu-item:first-child a {
  padding-top: 0;
}
.nav .sub-menu .menu-item:last-child a {
  padding-bottom: 0;
}
.nav .sub-menu .menu-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(170deg, rgb(153, 153, 153) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .nav .sub-menu .menu-item a:after {
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.7) 0%, rgba(153, 153, 153, 0) 100%);
  }
}
.nav .sub-menu .menu-item:last-child a:after {
  display: none;
}

.section-default {
  padding-block: clamp(60px, 4vw + 42.4px, 100px);
}
.section-default--404 {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}

.section-default__content,
.section-default__head {
  margin-bottom: 40px;
}
.section-default__content:last-child,
.section-default__head:last-child {
  margin-bottom: 0;
}

.section-default__entry {
  margin-bottom: 20px;
}
.section-default__entry:last-child {
  margin-bottom: 0;
}
.section-default--404 .section-default__entry {
  max-width: 600px;
  margin-inline: auto;
}

:root {
  --shell-max-width: 1320px;
  --shell-gutter-small: 15px;
  --shell-gutter: clamp(30px, 1vw + 25.6px, 40px);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  :root {
    --shell-gutter-small: clamp(10px, 2.5vw + -19.975px, 15px);
  }
}
@media (max-width: 1199px) {
  :root {
    --shell-gutter-small: 10px;
  }
}
@media (max-width: 374px) {
  :root {
    --shell-gutter: 15px;
  }
}

.shell {
  max-width: calc(var(--shell-max-width) + var(--shell-gutter) * 2);
  padding-inline: var(--shell-gutter);
  margin-inline: auto;
  width: 100%;
}
.shell--fluid {
  max-width: none;
}

.shell--small {
  --shell-max-width: 1203px;
}

.shell--medium {
  --shell-max-width: 1280px;
}

.shell--small-gutter {
  max-width: calc(var(--shell-max-width) + var(--shell-gutter-small) * 2);
  padding-inline: var(--shell-gutter-small);
}

/*
1410px
1320px !!!
1289px
1280px
1200px !!!
1126px
1120px
*/
.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: clip;
  min-height: 100svh;
}

body.admin-bar .wrapper {
  min-height: calc(100svh - 32px);
}
@media (max-width: 782px) {
  body.admin-bar .wrapper {
    min-height: calc(100svh - 46px);
  }
}

.hero {
  position: relative;
}

.hero__background:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.56%, rgba(0, 0, 0, 0.61) 80.82%);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .hero__background:before {
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.56%, rgb(0, 0, 0) 77.82%);
  }
}
.hero__background:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  -webkit-mask-image: linear-gradient(to top, black, transparent);
          mask-image: linear-gradient(to top, black, transparent);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  pointer-events: none;
}

.hero__content {
  --hero-padding-top: 50px;
  --hero-padding-bottom: 50px;
  position: relative;
  padding-block: calc(var(--theme-header-height) + var(--hero-padding-top)) var(--hero-padding-bottom);
  display: grid;
  align-items: end;
  max-width: 1242px;
  min-height: 100vh;
  margin-inline: auto;
  color: var(--theme-color-white);
}
@media (max-width: 1023px) {
  .hero__content {
    --hero-padding-bottom: 26px;
    min-height: 70vh;
  }
}

.hero__content-inner {
  width: 52.4%;
}
@media (max-width: 1023px) {
  .hero__content-inner {
    width: 100%;
  }
}

.hero__title {
  margin-bottom: 30px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .hero__title {
    margin-bottom: clamp(25px, 2.5vw + -4.975px, 30px);
  }
}
.hero__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .hero__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .hero__title {
    margin-bottom: 22px;
  }
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 20px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .hero__actions {
    -moz-column-gap: clamp(15px, 2.5vw + -14.975px, 20px);
         column-gap: clamp(15px, 2.5vw + -14.975px, 20px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .hero__actions {
    row-gap: clamp(10px, 2.5vw + -19.975px, 15px);
  }
}
@media (max-width: 1199px) {
  .hero__actions {
    gap: 10px 15px;
  }
}
@media (max-width: 1023px) {
  .hero__actions {
    gap: 10px 8px;
  }
}

.hero__cta {
  position: absolute;
  bottom: 0;
  right: var(--shell-gutter-small);
  width: 100%;
  max-width: 500px;
  background-color: var(--theme-color-white-25);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .hero__cta {
    max-width: clamp(380px, 60vw + -339.4px, 500px);
  }
}
@media (min-width: 1399.02px) {
  .hero__cta {
    width: 34.8%;
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .hero__cta {
    max-width: 380px;
  }
}
@media (max-width: 1023px) {
  .hero__cta {
    position: relative;
    bottom: initial;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
  }
}

.hero__cta-inner {
  position: relative;
  padding: 25px;
  display: grid;
  grid-template-columns: 50% auto;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .hero__cta-inner {
    padding: clamp(15px, 5vw + -44.95px, 25px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .hero__cta-inner {
    gap: clamp(15px, 2.5vw + -14.975px, 20px);
  }
}
@media (max-width: 1199px) {
  .hero__cta-inner {
    padding: 15px;
    grid-template-columns: 45% auto;
    gap: 15px;
  }
}
@media (max-width: 1023px) {
  .hero__cta-inner {
    padding: 30px;
    grid-template-columns: 42.78% auto;
    grid-template-areas: "cta-badge cta-badge" "cta-media cta-content";
    gap: 0 20px;
    justify-items: start;
  }
}
@media (max-width: 374px) {
  .hero__cta-inner {
    grid-template-columns: 1fr;
    grid-template-areas: "cta-badge" "cta-media" "cta-content";
  }
}

.hero__cta-media {
  overflow: hidden;
}
@media (max-width: 1023px) {
  .hero__cta-media {
    grid-area: cta-media;
    border: 2px solid var(--theme-color-city-gold);
  }
}
@media (max-width: 374px) {
  .hero__cta-media {
    margin-bottom: 10px;
  }
}
.hero__cta-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 225/128;
  will-change: transform;
  transition: transform var(--theme-transition-duration);
}
@media (max-width: 1023px) {
  .hero__cta-media img {
    aspect-ratio: 159/89;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hero__cta-media:where(:hover, :focus-visible) img {
    transform: scale(1.05);
  }
}

.hero__cta-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .hero__cta-content {
    grid-area: cta-content;
    justify-content: center;
    height: 100%;
  }
}

.hero__cta-badge {
  margin-bottom: 9px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .hero__cta-badge {
    margin-bottom: clamp(5px, 2vw + -18.98px, 9px);
  }
}
.hero__cta-badge:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .hero__cta-badge {
    margin-bottom: 5px;
  }
}
@media (max-width: 1023px) {
  .hero__cta-badge {
    grid-area: cta-badge;
    justify-self: center;
    margin-bottom: 29px;
  }
}

.hero__cta-entry {
  margin-bottom: 15px;
  color: var(--theme-color-white);
  font-size: 0.9375rem;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .hero__cta-entry {
    font-size: clamp(14px, 0.5vw + 8.005px, 15px);
  }
}
.hero__cta-entry:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .hero__cta-entry {
    font-size: 0.875rem;
  }
}
@media (max-width: 1023px) {
  .hero__cta-entry {
    margin-block: auto;
  }
}

@media (max-width: 1023px) {
  .hero__cta-btn {
    margin-top: 15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero__cta-btn {
    margin-top: 5px;
  }
}
.hero__cta-btn:first-child {
  margin-top: 0;
}

.hero__intro-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 9999;
  overflow: hidden;
}
.hero__intro-video.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hero__intro-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
}

.hero__intro-video-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.hero__intro-skip {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: auto;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.hero__intro-skip svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
@media (max-width: 1023px) {
  .hero__intro-skip {
    bottom: 20px;
    right: 20px;
    left: auto;
  }
}

.hero--has-intro .hero__background,
.hero--has-intro .hero__content,
.hero--has-intro .hero__cta {
  opacity: 0;
}
.hero--has-intro + * {
  opacity: 0;
}

body.is-hero-loaded .hero--has-intro .hero__background {
  -webkit-animation: hero-fade-in 0.8s ease-out 0s forwards;
          animation: hero-fade-in 0.8s ease-out 0s forwards;
}
body.is-hero-loaded .hero--has-intro .hero__content {
  -webkit-animation: hero-slide-from-right 0.8s ease-out 0.8s forwards;
          animation: hero-slide-from-right 0.8s ease-out 0.8s forwards;
}
body.is-hero-loaded .hero--has-intro .hero__cta {
  -webkit-animation: hero-slide-up 0.8s ease-out 1.6s forwards;
          animation: hero-slide-up 0.8s ease-out 1.6s forwards;
}
body.is-hero-loaded .hero--has-intro + * {
  -webkit-animation: hero-fade-in 0.8s ease-out 2.4s forwards;
          animation: hero-fade-in 0.8s ease-out 2.4s forwards;
}

@-webkit-keyframes hero-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hero-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes hero-slide-from-right {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes hero-slide-from-right {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes hero-slide-up {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-slide-up {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-secondary {
  flex: 1;
}
@media (max-width: 1023px) {
  .nav-secondary {
    flex: initial;
  }
}
.nav-secondary .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 30px;
  list-style: none;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .nav-secondary .menu {
    -moz-column-gap: clamp(15px, 7.5vw + -74.925px, 30px);
         column-gap: clamp(15px, 7.5vw + -74.925px, 30px);
  }
}
@media (max-width: 1199px) {
  .nav-secondary .menu {
    gap: 12px 15px;
  }
}
@media (max-width: 1023px) {
  .nav-secondary .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.nav-secondary .menu-item {
  position: relative;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .nav-secondary .menu-item {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nav-secondary .menu-item:where(:hover, :focus-visible) {
    color: var(--theme-color-teal);
  }
}
.nav-secondary .menu > .menu-item-has-children {
  display: flex;
  align-items: center;
  gap: 0 7px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .nav-secondary .menu > .menu-item-has-children {
    -moz-column-gap: clamp(5px, 1vw + -6.99px, 7px);
         column-gap: clamp(5px, 1vw + -6.99px, 7px);
  }
}
@media (max-width: 1199px) {
  .nav-secondary .menu > .menu-item-has-children {
    gap: 0 5px;
  }
}
@media (max-width: 1023px) {
  .nav-secondary .menu > .menu-item-has-children {
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .nav-secondary .menu > .menu-item-has-children.is-active > a:after {
    opacity: 0;
  }
}
.nav-secondary .menu > .menu-item-has-children.is-active > button.menu-item-toggle {
  transform: rotate(-180deg);
}
@media (max-width: 1023px) {
  .nav-secondary .menu > .menu-item-has-children.is-active > button.menu-item-toggle {
    color: var(--theme-color-white);
    background-color: var(--theme-color-heritage-blue);
  }
}
.nav-secondary .menu > .menu-item-has-children.is-active .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.nav-secondary .menu > .menu-item-has-children > a {
  flex: 1;
}
.nav-secondary .menu-item a,
.nav-secondary .menu-item button {
  font-family: var(--theme-font-family-alt);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0269em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .nav-secondary .menu-item a,
  .nav-secondary .menu-item button {
    font-size: clamp(12px, 0.5vw + 6.005px, 13px);
  }
}
@media (max-width: 1023px) {
  .nav-secondary .menu-item a,
  .nav-secondary .menu-item button {
    font-size: clamp(20px, -1.372212693vw + 26.0377358491px, 12px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .nav-secondary .menu-item a,
  .nav-secondary .menu-item button {
    font-size: 12px;
  }
}
.nav-secondary .menu-item a,
.nav-secondary .menu-item button {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  background-color: transparent;
  border: none;
  transition: color var(--theme-transition-duration);
}
@media (max-width: 1023px) {
  .nav-secondary .menu-item a,
  .nav-secondary .menu-item button {
    padding-block: 20px;
  }
}
@media (max-width: 1023px) {
  .nav-secondary .menu-item a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.7) 0%, rgba(153, 153, 153, 0) 100%);
    pointer-events: none;
    will-change: opacity;
    transition: opacity var(--theme-transition-duration);
  }
}
@media (min-width: 1023.02px) {
  .nav-secondary .menu > .menu-item.current-menu-item > a:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 3px;
    background-color: var(--theme-color-teal);
    pointer-events: none;
  }
}
.nav-secondary .menu > .menu-item-has-children > .menu-item-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  will-change: transform, box-shadow;
  transition: transform, box-shadow, color;
  transition-duration: var(--theme-transition-duration);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .nav-secondary .menu > .menu-item-has-children > .menu-item-toggle {
    width: clamp(11px, 1.5vw + -6.985px, 14px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .nav-secondary .menu > .menu-item-has-children > .menu-item-toggle {
    height: clamp(11px, 1.5vw + -6.985px, 14px);
  }
}
@media (max-width: 1199px) {
  .nav-secondary .menu > .menu-item-has-children > .menu-item-toggle {
    width: 11px;
    height: 11px;
  }
}
@media (max-width: 1023px) {
  .nav-secondary .menu > .menu-item-has-children > .menu-item-toggle {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }
}
.nav-secondary .menu > .menu-item-has-children > .menu-item-toggle svg {
  display: block;
}
@media (max-width: 1023px) {
  .nav-secondary .menu > .menu-item-has-children > .menu-item-toggle svg {
    margin-top: 4px;
    width: 17px;
    height: 17px;
  }
}
.nav-secondary .sub-menu {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  padding: 20px;
  width: 222px;
  color: var(--theme-color-city-black);
  background-color: var(--theme-color-white);
  border-radius: var(--theme-border-radius);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--theme-transition-duration), transform var(--theme-transition-duration);
}
@media (max-width: 1023px) {
  .nav-secondary .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    padding: 15px 10px;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    color: currentColor;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(153, 153, 153, 0) 100%);
    transition: none;
    opacity: 1;
  }
}
@media (min-width: 1023.02px) {
  .nav-secondary .sub-menu:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 15px;
  }
}
.nav-secondary .sub-menu .menu-item a {
  position: relative;
  display: block;
  padding-block: 11px;
  width: 100%;
}
.nav-secondary .sub-menu .menu-item:first-child a {
  padding-top: 0;
}
.nav-secondary .sub-menu .menu-item:last-child a {
  padding-bottom: 0;
}
.nav-secondary .sub-menu .menu-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(170deg, rgb(153, 153, 153) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .nav-secondary .sub-menu .menu-item a:after {
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.7) 0%, rgba(153, 153, 153, 0) 100%);
  }
}
.nav-secondary .sub-menu .menu-item:last-child a:after {
  display: none;
}
.nav-secondary .menu {
  justify-content: flex-end;
  gap: 10px 26px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .nav-secondary .menu {
    -moz-column-gap: clamp(15px, 5.5vw + -50.945px, 26px);
         column-gap: clamp(15px, 5.5vw + -50.945px, 26px);
  }
}
@media (max-width: 1199px) {
  .nav-secondary .menu {
    gap: 10px 15px;
  }
}
@media (max-width: 1023px) {
  .nav-secondary .menu {
    gap: 0;
  }
}

.nav-utils__title {
  margin-bottom: 26px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .nav-utils__title {
    margin-bottom: clamp(20px, 3vw + -15.97px, 26px);
  }
}
.nav-utils__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .nav-utils__title {
    margin-bottom: 20px;
  }
}

.nav-utils__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .nav-utils__items {
    gap: clamp(12px, 1.5vw + -5.985px, 15px);
  }
}
@media (max-width: 1199px) {
  .nav-utils__items {
    gap: 12px;
  }
}
.nav-utils__items li {
  position: relative;
  padding-left: 21px;
}
.nav-utils__items li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 1px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--theme-color-teal);
  border-radius: 50%;
  will-change: transform;
  transition: transform var(--theme-transition-duration);
}
.nav-utils__items li.current-menu-item:before {
  transform: scale(1.3);
}
.nav-utils__items li.current-menu-item a {
  color: var(--theme-color-teal);
}
.nav-utils__items a {
  display: block;
  text-decoration: none;
  line-height: 1.3;
  will-change: color;
  transition: color var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .nav-utils__items a:where(:hover, :focus-visible) {
    color: var(--theme-color-teal);
  }
}

.socials ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  list-style: none;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .socials ul {
    gap: clamp(10px, 1.5vw + -7.985px, 13px);
  }
}
@media (max-width: 1199px) {
  .socials ul {
    gap: 10px;
  }
}
@media (max-width: 1023px) {
  .socials ul {
    gap: 20px;
    justify-content: center;
  }
}
.socials a {
  display: block;
  width: 17px;
  height: 17px;
  will-change: color;
  transition: color var(--theme-transition-duration);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .socials a {
    width: clamp(14px, 1.5vw + -3.985px, 17px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .socials a {
    height: clamp(14px, 1.5vw + -3.985px, 17px);
  }
}
@media (max-width: 1199px) {
  .socials a {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1023px) {
  .socials a {
    width: 25px;
    height: 25px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .socials a:where(:hover, :focus-visible) {
    color: var(--theme-color-teal);
  }
}
.socials span {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  will-change: color;
  transition: color var(--theme-transition-duration);
}

.socials--large ul {
  gap: 18px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .socials--large ul {
    gap: clamp(12px, 3vw + -23.97px, 18px);
  }
}
@media (max-width: 1199px) {
  .socials--large ul {
    gap: 12px;
  }
}
@media (max-width: 1023px) {
  .socials--large ul {
    gap: 20px;
  }
}
.socials--large a {
  display: block;
  width: 20px;
  height: 20px;
  will-change: color;
  transition: color var(--theme-transition-duration);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .socials--large a {
    width: clamp(17px, 1.5vw + -0.985px, 20px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .socials--large a {
    height: clamp(17px, 1.5vw + -0.985px, 20px);
  }
}
@media (max-width: 1199px) {
  .socials--large a {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 1023px) {
  .socials--large a {
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .socials--large a:where(:hover, :focus-visible) {
    color: var(--theme-color-teal);
  }
}

@media (hover: hover) and (pointer: fine) {
  .socials--teal a:where(:hover, :focus-visible) span {
    opacity: 0.7;
  }
}
.socials--teal span {
  background: linear-gradient(126.74deg, #79BCCA 28.63%, #94D6E4 80.28%);
  will-change: opacity;
  transition: opacity var(--theme-transition-duration);
}

.liquid-glass-background {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  -webkit-backdrop-filter: blur(4px) saturate(150%);
          backdrop-filter: blur(4px) saturate(150%);
  pointer-events: none;
}

.wpforms-container.wpforms-container.wpforms-container {
  margin: 0;
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 10px;
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-confirmation-container-full {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-confirmation-container-full p {
  color: var(--theme-color-white);
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-field-label {
  display: none;
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-field {
  padding: 0;
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-field.wpforms-field.wpforms-field select,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field textarea,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=text],
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=email],
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=number],
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=phone] {
  padding: 2px 14px;
  min-width: 200px;
  width: 100%;
  max-width: 100%;
  height: 36px;
  color: var(--theme-color-white);
  background-color: transparent;
  border: 1px solid var(--theme-color-city-purple);
  border-radius: 4px;
  font-size: 0.9375rem;
  transition: background;
  transition-duration: var(--theme-transition-duration);
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-field.wpforms-field.wpforms-field select::-moz-placeholder, .wpforms-container.wpforms-container.wpforms-container .wpforms-field textarea::-moz-placeholder, .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=text]::-moz-placeholder, .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=email]::-moz-placeholder, .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=number]::-moz-placeholder, .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=phone]::-moz-placeholder {
  color: var(--theme-color-white-60);
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-field.wpforms-field.wpforms-field select:-ms-input-placeholder, .wpforms-container.wpforms-container.wpforms-container .wpforms-field textarea:-ms-input-placeholder, .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=text]:-ms-input-placeholder, .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=email]:-ms-input-placeholder, .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=number]:-ms-input-placeholder, .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=phone]:-ms-input-placeholder {
  color: var(--theme-color-white-60);
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-field.wpforms-field.wpforms-field select::placeholder,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field textarea::placeholder,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=text]::placeholder,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=email]::placeholder,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=number]::placeholder,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=phone]::placeholder {
  color: var(--theme-color-white-60);
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-field.wpforms-field.wpforms-field select:not(:-moz-placeholder-shown), .wpforms-container.wpforms-container.wpforms-container .wpforms-field textarea:not(:-moz-placeholder-shown), .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=text]:not(:-moz-placeholder-shown), .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=email]:not(:-moz-placeholder-shown), .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=number]:not(:-moz-placeholder-shown), .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=phone]:not(:-moz-placeholder-shown) {
  background-color: var(--theme-color-city-purple-20);
  box-shadow: inset 0 0 0 2px var(--theme-color-city-purple-20);
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-field.wpforms-field.wpforms-field select:not(:-ms-input-placeholder), .wpforms-container.wpforms-container.wpforms-container .wpforms-field textarea:not(:-ms-input-placeholder), .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=text]:not(:-ms-input-placeholder), .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=email]:not(:-ms-input-placeholder), .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=number]:not(:-ms-input-placeholder), .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=phone]:not(:-ms-input-placeholder) {
  background-color: var(--theme-color-city-purple-20);
  box-shadow: inset 0 0 0 2px var(--theme-color-city-purple-20);
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-field.wpforms-field.wpforms-field select:focus, .wpforms-container.wpforms-container.wpforms-container .wpforms-field.wpforms-field.wpforms-field select:not(:placeholder-shown),
.wpforms-container.wpforms-container.wpforms-container .wpforms-field textarea:focus,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field textarea:not(:placeholder-shown),
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=text]:focus,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=text]:not(:placeholder-shown),
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=email]:focus,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=email]:not(:placeholder-shown),
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=number]:focus,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=number]:not(:placeholder-shown),
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=phone]:focus,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=phone]:not(:placeholder-shown) {
  background-color: var(--theme-color-city-purple-20);
  box-shadow: inset 0 0 0 2px var(--theme-color-city-purple-20);
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-field.wpforms-field.wpforms-field select:focus:invalid,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field textarea:focus:invalid,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=text]:focus:invalid,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=email]:focus:invalid,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=number]:focus:invalid,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=phone]:focus:invalid {
  color: var(--theme-color-white);
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-field.wpforms-field.wpforms-field select.wpforms-error.wpforms-error,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field textarea.wpforms-error.wpforms-error,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=text].wpforms-error.wpforms-error,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=email].wpforms-error.wpforms-error,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=number].wpforms-error.wpforms-error,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=phone].wpforms-error.wpforms-error {
  color: var(--theme-color-white);
  background-color: rgba(255, 0, 0, 0.1);
  border-color: red;
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-field.wpforms-field.wpforms-field select:-webkit-autofill, .wpforms-container.wpforms-container.wpforms-container .wpforms-field.wpforms-field.wpforms-field select:-webkit-autofill:focus, .wpforms-container.wpforms-container.wpforms-container .wpforms-field.wpforms-field.wpforms-field select:-webkit-autofill:active,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field textarea:-webkit-autofill,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field textarea:-webkit-autofill:focus,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field textarea:-webkit-autofill:active,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=text]:-webkit-autofill,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=text]:-webkit-autofill:focus,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=text]:-webkit-autofill:active,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=email]:-webkit-autofill,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=email]:-webkit-autofill:focus,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=email]:-webkit-autofill:active,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=number]:-webkit-autofill,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=number]:-webkit-autofill:focus,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=number]:-webkit-autofill:active,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=phone]:-webkit-autofill,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=phone]:-webkit-autofill:focus,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=phone]:-webkit-autofill:active {
  box-shadow: 0 0 0 30px var(--theme-color-city-purple-20) inset !important;
}
@media (hover: hover) and (pointer: fine) {
  .wpforms-container.wpforms-container.wpforms-container .wpforms-field.wpforms-field.wpforms-field select:where(:hover, :focus-visible),
  .wpforms-container.wpforms-container.wpforms-container .wpforms-field textarea:where(:hover, :focus-visible),
  .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=text]:where(:hover, :focus-visible),
  .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=email]:where(:hover, :focus-visible),
  .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=number]:where(:hover, :focus-visible),
  .wpforms-container.wpforms-container.wpforms-container .wpforms-field input[type=phone]:where(:hover, :focus-visible) {
    background-color: var(--theme-color-city-purple-20);
    box-shadow: none;
  }
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-field em.wpforms-error,
.wpforms-container.wpforms-container.wpforms-container .wpforms-field label.wpforms-error {
  margin-top: 5px;
  font-size: 0.75rem;
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-submit-container {
  margin-top: 0;
}
.wpforms-container.wpforms-container.wpforms-container .wpforms-submit {
  --button-border-radius: 99em;
  padding: 10px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  border: none;
  word-break: initial !important;
  overflow: hidden;
}

.caption {
  font-family: var(--theme-font-family-alt);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.07em;
}

.body-s {
  font-family: var(--theme-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}

.body-m {
  font-family: var(--theme-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0em;
}

.body-l {
  font-family: var(--theme-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.388;
  letter-spacing: 0em;
}

.badge {
  padding: 9px 20px;
  display: block;
  color: var(--theme-color-city-black);
  background-color: var(--theme-color-city-gold);
  border-radius: 99em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .badge--small-mobile {
    padding: 4px 10px;
  }
}

.breadcrumbs {
  position: absolute;
  bottom: 0;
  left: var(--shell-gutter-small);
  padding: 11px 16px;
  color: var(--theme-color-slate);
  background-color: var(--theme-color-white);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .breadcrumbs {
    padding-block: clamp(9px, 1vw + -2.99px, 11px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .breadcrumbs {
    padding-inline: clamp(14px, 1vw + 2.01px, 16px);
  }
}
@media (max-width: 1199px) {
  .breadcrumbs {
    padding: 9px 14px;
  }
}
.breadcrumbs:before, .breadcrumbs:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 15px;
  height: 58%;
  background-color: inherit;
}
.breadcrumbs:after {
  left: 100%;
  width: 20px;
  height: 37%;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
}
.breadcrumbs li {
  padding-right: 19px;
  margin-right: 19px;
  border-right: 1px solid #d9d9d9;
}
.breadcrumbs li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.breadcrumbs a {
  position: relative;
  display: block;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
  will-change: text-decoration-color;
  transition: -webkit-text-decoration-color var(--theme-transition-duration);
  transition: text-decoration-color var(--theme-transition-duration);
  transition: text-decoration-color var(--theme-transition-duration), -webkit-text-decoration-color var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs a:where(:hover, :focus-visible) {
    -webkit-text-decoration-color: var(--theme-color-teal-50);
            text-decoration-color: var(--theme-color-teal-50);
  }
}
.breadcrumbs li.current-menu-item a {
  -webkit-text-decoration-color: var(--theme-color-teal);
          text-decoration-color: var(--theme-color-teal);
  pointer-events: none;
}

.breadcrumbs--dark {
  color: var(--theme-color-white);
  background-color: var(--theme-color-city-black);
}

.breadcrumbs--static {
  position: static;
}

.breadcrumbs-simple {
  color: var(--theme-color-white);
}
.breadcrumbs-simple ul {
  display: flex;
  align-items: center;
}
.breadcrumbs-simple li {
  font-family: var(--theme-font-family-alt);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding-right: 13px;
  margin-right: 13px;
  border-right: 1px solid currentColor;
}
.breadcrumbs-simple li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.breadcrumbs-simple a {
  position: relative;
  display: block;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  will-change: text-decoration-color;
  transition: -webkit-text-decoration-color var(--theme-transition-duration);
  transition: text-decoration-color var(--theme-transition-duration);
  transition: text-decoration-color var(--theme-transition-duration), -webkit-text-decoration-color var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs-simple a:where(:hover, :focus-visible) {
    -webkit-text-decoration-color: var(--theme-color-teal-50);
            text-decoration-color: var(--theme-color-teal-50);
  }
}
.breadcrumbs-simple li.current-menu-item a {
  -webkit-text-decoration-color: var(--theme-color-teal);
          text-decoration-color: var(--theme-color-teal);
}

.content-media {
  --content-media-padding-top: 80px;
  --content-media-padding-bottom: 80px;
  position: relative;
  padding-block: var(--content-media-padding-top) var(--content-media-padding-bottom);
  pointer-events: none;
  z-index: var(--theme-z-index-block);
}
@media (max-width: 1023px) {
  .content-media {
    --content-media-padding-top: 60px;
    --content-media-padding-bottom: 60px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-media {
    --content-media-padding-top: 50px;
    --content-media-padding-bottom: 50px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-media h2:not([class]) {
    font-family: var(--theme-font-family-alt);
    font-size: 27px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 0em;
  }
}
@media (max-width: 767px) and (min-width: 1199px) and (max-width: 1399px), screen and (max-width: 812px) and (orientation: landscape) and (min-width: 1199px) and (max-width: 1399px) {
  .content-media h2:not([class]) {
    font-size: clamp(24px, 1.5vw + 6.015px, 27px);
  }
}
@media (max-width: 767px) and (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) and (max-width: 1023px) {
  .content-media h2:not([class]) {
    font-size: clamp(27px, -0.5145797599vw + 29.2641509434px, 24px);
  }
}
@media (max-width: 767px) and (min-width: 1023.02px) and (max-width: 1199px), screen and (max-width: 812px) and (orientation: landscape) and (min-width: 1023.02px) and (max-width: 1199px) {
  .content-media h2:not([class]) {
    font-size: 24px;
  }
}

.content-media + .content-media {
  padding-top: 0;
}

.content-media__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 53.78%;
  justify-content: space-between;
  align-items: center;
  gap: 77px;
  max-width: 1283px;
  margin-inline: auto;
  pointer-events: all;
}
@media (max-width: 1199px) {
  .content-media__inner {
    grid-template-columns: auto 51%;
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .content-media__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-media__inner {
    gap: 23px;
  }
}

.content-media__inner--columns-1of2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1023px) {
  .content-media__inner--columns-1of2 {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

.content-media__inner--align-start {
  align-items: start;
}

.content-media__container {
  padding-block: 30px;
}
@media (max-width: 1023px) {
  .content-media__container {
    padding-block: 0;
  }
}

.content-media__subtitle {
  margin-bottom: 20px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .content-media__subtitle {
    margin-bottom: clamp(15px, 2.5vw + -14.975px, 20px);
  }
}
.content-media__subtitle:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .content-media__subtitle {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-media__subtitle {
    margin-bottom: 20px;
  }
}

.content-media__title {
  margin-bottom: 15px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .content-media__title {
    margin-bottom: clamp(10px, 2.5vw + -19.975px, 15px);
  }
}
.content-media__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .content-media__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-media__title {
    margin-bottom: 16px;
  }
}
.content-media__title h1,
.content-media__title h2,
.content-media__title h3,
.content-media__title h4,
.content-media__title h5,
.content-media__title h6 {
  font-family: var(--theme-font-family-alt);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .content-media__title h1,
  .content-media__title h2,
  .content-media__title h3,
  .content-media__title h4,
  .content-media__title h5,
  .content-media__title h6 {
    font-size: clamp(38px, 4vw + -9.96px, 46px);
  }
}
@media (max-width: 1023px) {
  .content-media__title h1,
  .content-media__title h2,
  .content-media__title h3,
  .content-media__title h4,
  .content-media__title h5,
  .content-media__title h6 {
    font-size: clamp(32px, 1.0291595197vw + 27.4716981132px, 38px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .content-media__title h1,
  .content-media__title h2,
  .content-media__title h3,
  .content-media__title h4,
  .content-media__title h5,
  .content-media__title h6 {
    font-size: 38px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-media__title h1,
  .content-media__title h2,
  .content-media__title h3,
  .content-media__title h4,
  .content-media__title h5,
  .content-media__title h6 {
    font-weight: 600;
    line-height: 1.16;
  }
}

.content-media__entry {
  margin-bottom: 31px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .content-media__entry {
    margin-bottom: clamp(20px, 5.5vw + -45.945px, 31px);
  }
}
.content-media__entry:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .content-media__entry {
    margin-bottom: 20px;
  }
}

.content-media__media {
  position: relative;
  border-radius: var(--theme-border-radius);
  filter: drop-shadow(-10px 30px 40px rgba(0, 0, 0, 0.25));
  overflow: hidden;
  z-index: var(--theme-z-index-block);
}
@media (max-width: 1023px) {
  .content-media__media {
    order: -1;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-media__media {
    width: calc(100% + var(--shell-gutter));
    margin-inline: calc(-1 * var(--shell-gutter) / 2);
  }
}
.content-media__media img,
.content-media__media video,
.content-media__media iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-media__media:has(.content-media__media-entry) {
  display: grid;
  grid-template-areas: "content-media-entry";
  place-items: center center;
  text-align: center;
}
.content-media__media:has(.content-media__media-entry) img,
.content-media__media:has(.content-media__media-entry) video,
.content-media__media:has(.content-media__media-entry) iframe {
  grid-area: content-media-entry;
}

.content-media__media--aspect-ration-16-9 {
  aspect-ratio: 690/388;
  overflow: hidden;
}

.content-media__media--aspect-ration-1-1 {
  aspect-ratio: 1/1;
  overflow: hidden;
}

.content-media__media-badge {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-media__media-badge {
    left: 12px;
  }
}

.content-media__media-entry {
  padding: 30px;
  grid-area: content-media-entry;
  color: rgba(255, 255, 255, 0.58);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .content-media__media-entry {
    font-size: clamp(30px, 5vw + -29.95px, 40px);
  }
}
@media (max-width: 1199px) {
  .content-media__media-entry {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-media__media-entry {
    font-size: 1.625rem;
  }
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 15px 20px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .wp-block-buttons {
    -moz-column-gap: clamp(15px, 2.5vw + -14.975px, 20px);
         column-gap: clamp(15px, 2.5vw + -14.975px, 20px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .wp-block-buttons {
    row-gap: clamp(10px, 2.5vw + -19.975px, 15px);
  }
}
@media (max-width: 1199px) {
  .wp-block-buttons {
    gap: 10px 15px;
  }
}
@media (max-width: 1023px) {
  .wp-block-buttons {
    gap: 10px;
  }
}

.content-media--large-padding {
  --content-media-padding-top: 130px;
  --content-media-padding-bottom: 130px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .content-media--large-padding {
    --content-media-padding-top: clamp(90px, 20vw + -149.8px, 130px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .content-media--large-padding {
    --content-media-padding-bottom: clamp(90px, 20vw + -149.8px, 130px);
  }
}
@media (max-width: 1199px) {
  .content-media--large-padding {
    --content-media-padding-top: 90px;
    --content-media-padding-bottom: 90px;
  }
}
@media (max-width: 1023px) {
  .content-media--large-padding {
    --content-media-padding-top: 60px;
    --content-media-padding-bottom: 60px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-media--large-padding {
    --content-media-padding-top: 50px;
    --content-media-padding-bottom: 50px;
  }
}

.content-media--content-aligned-top .content-media__inner {
  align-items: start;
}
.content-media--content-aligned-top .content-media__container {
  padding-block: 0 40px;
}
@media (max-width: 1023px) {
  .content-media--content-aligned-top .content-media__container {
    padding-block: 0;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .content-media--content-aligned-top .content-media__media {
    margin-top: clamp(30px, 5vw + -29.95px, 40px);
  }
}
@media (max-width: 1199px) {
  .content-media--content-aligned-top .content-media__media {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .content-media--content-aligned-top .content-media__media {
    margin-top: 0;
  }
}

.content-media--reversed .content-media__inner:not(.content-media__inner--columns-1of2) {
  grid-template-columns: 53.78% auto;
}
@media (max-width: 1023px) {
  .content-media--reversed .content-media__inner:not(.content-media__inner--columns-1of2) {
    grid-template-columns: 1fr;
  }
}
.content-media--reversed .content-media__media {
  order: -1;
}

.text-graphic {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
  pointer-events: none;
  z-index: var(--theme-z-index-graphic);
}
.text-graphic + section {
  z-index: var(--theme-z-index-overlap-graphic);
}

section:has(+ .text-graphic) {
  padding-bottom: calc(var(--text-graphic-top-offset) / 1.17);
}
@media (max-width: 1023px) {
  section:has(+ .text-graphic) {
    padding-bottom: calc(var(--text-graphic-top-offset) / 0.75);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  section:has(+ .text-graphic) {
    padding-bottom: calc(var(--text-graphic-top-offset) / 0.53);
  }
}

.text-graphic__inner {
  width: 95vw;
  margin: calc(-1 * var(--text-graphic-top-offset)) calc(-1 * var(--text-graphic-right-offset)) calc(-1 * var(--text-graphic-bottom-offset)) calc(-1 * var(--text-graphic-left-offset));
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .text-graphic__inner {
    width: 89vw;
  }
}
.text-graphic__inner img {
  display: block;
}

.text-graphic--large .text-graphic__inner {
  width: 100vw;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .text-graphic--large .text-graphic__inner {
    width: 96.5vw;
    margin: calc(-1 * var(--text-graphic-top-offset)) calc(-1 * var(--text-graphic-right-offset)) calc(-1 * var(--text-graphic-bottom-offset) + 25px) calc(-1 * var(--text-graphic-left-offset));
  }
}

.content-media-overlay {
  --media-overlay-padding-top: 13.2vw;
  --media-overlay-padding-bottom: 14vw;
  position: relative;
  color: var(--theme-color-white);
}
@media (width >= 1441px) {
  .content-media-overlay {
    --media-overlay-padding-top: 190px;
    --media-overlay-padding-bottom: 194px;
  }
}
@media (max-width: 1199px) {
  .content-media-overlay {
    --media-overlay-padding-top: 12vw;
    --media-overlay-padding-bottom: 14vw;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-media-overlay {
    --media-overlay-padding-top: 20vw;
    --media-overlay-padding-bottom: 50vw;
  }
}

.content-media-overlay__background {
  background-color: var(--theme-color-city-black);
}
.content-media-overlay__background:before, .content-media-overlay__background:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.content-media-overlay__background:before {
  background: linear-gradient(115deg, rgba(28, 117, 188, 0.35) 14.27%, rgba(0, 0, 0, 0) 59.45%), linear-gradient(130deg, rgba(0, 0, 0, 0) 27.01%, rgba(0, 0, 0, 0.2) 99.66%), linear-gradient(339deg, rgba(87, 64, 143, 0.7) -13.12%, rgba(87, 64, 143, 0) 67.2%), linear-gradient(124deg, rgba(148, 214, 228, 0.41) 13.96%, var(--Teal, #66B7C9) 81.7%);
  background-blend-mode: normal, normal, normal, color;
}
.content-media-overlay__background:after {
  background: linear-gradient(125.1deg, rgba(28, 117, 188, 0.7) 2%, transparent 70%), linear-gradient(120deg, rgb(0, 0, 0) 30%, transparent 85%), linear-gradient(370deg, rgba(87, 64, 143, 0.55) 10%, transparent 75%), linear-gradient(180deg, rgba(13, 27, 58, 0.3) 0%, rgba(13, 27, 58, 0.7) 100%), linear-gradient(123.8deg, rgba(20, 90, 130, 0.55) 14%, #1a4a6e 82%);
  background-blend-mode: normal, normal, normal, color;
  opacity: 0.8;
}
.content-media-overlay__background img,
.content-media-overlay__background video,
.content-media-overlay__background iframe {
  position: relative;
  opacity: 0.1;
  z-index: 2;
}

.content-media-overlay__background-btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  padding-block: 30px 27px;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media (max-width: 1023px) {
  .content-media-overlay__background-btn-wrapper {
    padding-block: 55px;
    right: auto;
    left: calc(100% - var(--shell-gutter));
  }
}

.content-media-overlay__background-btn {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--theme-header-height) + 20px);
  left: calc(100% - 55px);
}

.content-media-overlay__inner {
  position: relative;
  padding-block: var(--media-overlay-padding-top) var(--media-overlay-padding-bottom);
  z-index: 5;
}

.content-media-overlay__content {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--theme-header-height) + 8px);
  width: 37.9%;
  max-width: 544px;
  min-width: 520px;
  margin-inline: auto calc((100vw - 1120px) / 2);
}
@media (width <= 1181px) {
  .content-media-overlay__content {
    margin-inline: auto calc(var(--shell-gutter));
    width: 44%;
    min-width: initial;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-media-overlay__content {
    padding-inline: var(--shell-gutter);
    width: 100%;
    max-width: initial;
    min-width: initial;
    margin-inline: 0;
  }
}

.content-media-overlay__title {
  margin-bottom: 15px;
}
.content-media-overlay__title:last-child {
  margin-bottom: 0;
}

.content-media-overlay__entry {
  margin-bottom: 20px;
}
.content-media-overlay__entry:last-child {
  margin-bottom: 0;
}

.content-media-overlay__text-graphic {
  width: 63%;
  max-width: 866px;
  margin: 65px 0 calc(-1 * var(--media-overlay-padding-bottom) - 5px) calc((100vw - 1440px) / 2);
}
@media (width <= 1440px) {
  .content-media-overlay__text-graphic {
    margin: 65px 0 calc(-1 * var(--media-overlay-padding-bottom) - 5px);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-media-overlay__text-graphic {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-media-overlay__text-graphic {
    margin: 197px 0 calc(-1 * var(--media-overlay-padding-bottom) - 4px);
  }
}

.slider-cards {
  --slider-cards-padding-top: 140px;
  --slider-cards-padding-bottom: 140px;
  position: relative;
  padding-block: var(--slider-cards-padding-top) var(--slider-cards-padding-bottom);
  z-index: var(--theme-z-index-block);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .slider-cards {
    --slider-cards-padding-top: clamp(90px, 23vw + -185.77px, 136px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .slider-cards {
    --slider-cards-padding-bottom: clamp(140px, 25.5vw + -165.745px, 191px);
  }
}
@media (max-width: 1199px) {
  .slider-cards {
    --slider-cards-padding-top: 90px;
    --slider-cards-padding-bottom: 140px;
  }
}
@media (max-width: 1023px) {
  .slider-cards {
    --slider-cards-padding-top: 60px;
    --slider-cards-padding-bottom: 72px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards {
    --slider-cards-padding-top: 50px;
    --slider-cards-padding-bottom: 50px;
  }
}

.slider-cards__head {
  display: grid;
  grid-template-columns: 50% auto;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 73px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .slider-cards__head {
    margin-bottom: clamp(50px, 11.5vw + -87.885px, 73px);
  }
}
.slider-cards__head:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .slider-cards__head {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .slider-cards__head {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    gap: 33px;
  }
}

.slider-cards__head--wide-intro {
  grid-template-columns: 65% auto;
}
@media (max-width: 1023px) {
  .slider-cards__head--wide-intro {
    grid-template-columns: 1fr;
  }
}

.slider-cards__head--small-margin {
  margin-bottom: 21px;
}

.slider-cards__head--medium-margin {
  margin-bottom: 50px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .slider-cards__head--medium-margin {
    margin-bottom: clamp(40px, 5vw + -19.95px, 50px);
  }
}
@media (max-width: 1199px) {
  .slider-cards__head--medium-margin {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards__head--medium-margin {
    margin-bottom: 60px;
  }
}

.slider-cards__title {
  margin-bottom: 7px;
}
.slider-cards__title:last-child {
  margin-bottom: 0;
}

.slider-cards__title--large-margin {
  margin-bottom: 15px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .slider-cards__title--large-margin {
    margin-bottom: clamp(10px, 2.5vw + -19.975px, 15px);
  }
}
@media (max-width: 1199px) {
  .slider-cards__title--large-margin {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards__title--large-margin {
    margin-bottom: 25px;
  }
}

.slider-cards__entry {
  font-size: 15.5px;
}

.slider-cards__head-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: end;
  gap: 10px 20px;
}

.slider-cards__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.slider-cards__clip {
  position: relative;
  z-index: var(--theme-z-index-block);
  overflow: visible;
}

.slider-cards__slides {
  border-radius: var(--theme-border-radius);
}

.slider-cards__slide {
  box-shadow: -10px 30px 60px 5px rgba(0, 0, 0, 0.25);
  border-radius: inherit;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards__slide {
    box-shadow: -3px 50px 50px 5px rgba(0, 0, 0, 0.2);
  }
}

.slider-cards__cursor {
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 116px;
  color: var(--theme-color-white);
  background: linear-gradient(125deg, rgba(28, 117, 188, 0.9) 17%, rgba(29, 98, 154, 0.9) 31%, rgba(31, 74, 110, 0.9) 46%, rgba(55, 48, 66, 0.9) 67%, rgba(84, 25, 118, 0.9) 97%);
  border-radius: 50%;
  box-shadow: -2px 17px 40px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity var(--theme-transition-duration), transform 0.3s;
  pointer-events: none;
  z-index: 5;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .slider-cards__cursor {
    width: clamp(70px, 23vw + -205.77px, 116px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .slider-cards__cursor {
    height: clamp(70px, 23vw + -205.77px, 116px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .slider-cards__cursor {
    font-size: clamp(12px, 2vw + -11.98px, 16px);
  }
}
@media (max-width: 1199px) {
  .slider-cards__cursor {
    width: 70px;
    height: 70px;
    font-size: 0.75rem;
  }
}
@media (max-width: 1023px) {
  .slider-cards__cursor {
    display: none;
  }
}
.slider-cards__cursor:before, .slider-cards__cursor:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  width: 22px;
  height: 16px;
  background-color: var(--theme-color-white);
  will-change: transform;
  transition: transform var(--theme-transition-duration);
}
@media (max-width: 1199px) {
  .slider-cards__cursor:before, .slider-cards__cursor:after {
    width: 18px;
    height: 12px;
  }
}
.slider-cards__cursor:before {
  left: -27px;
  background: transparent url("../../resources/images/icon-arrow-dot-left.svg") no-repeat center;
  background-size: contain;
  filter: drop-shadow(-2px 6px 9px rgba(0, 0, 0, 0.76));
}
@media (max-width: 1199px) {
  .slider-cards__cursor:before {
    left: -23px;
  }
}
.slider-cards__cursor:after {
  right: -27px;
  background: transparent url("../../resources/images/icon-arrow-dot-right.svg") no-repeat center;
  background-size: contain;
  filter: drop-shadow(2px 6px 9px rgba(0, 0, 0, 0.76));
}
@media (max-width: 1199px) {
  .slider-cards__cursor:after {
    right: -23px;
  }
}
.slider-cards__cursor.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.slider-cards__cursor.is-mouse-down:before {
  transform: translateY(-50%) translateX(-25%) scale(1.2);
}
.slider-cards__cursor.is-mouse-down:after {
  transform: translateY(-50%) translateX(25%) scale(1.2);
}

.slider-cards:has(+ .slider-cards) {
  --slider-cards-padding-bottom: 0;
}

.slider-cards + .slider-cards {
  --slider-cards-padding-top: 172px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .slider-cards + .slider-cards {
    --slider-cards-padding-top: clamp(90px, 36.5vw + -347.635px, 163px);
  }
}
@media (max-width: 1199px) {
  .slider-cards + .slider-cards {
    --slider-cards-padding-top: 90px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards + .slider-cards {
    --slider-cards-padding-top: 97px;
  }
}

.slider-cards--small-padding {
  --slider-cards-padding-top: 71px;
  --slider-cards-padding-bottom: 71px;
}
@media (max-width: 1023px) {
  .slider-cards--small-padding {
    --slider-cards-padding-top: 60px;
    --slider-cards-padding-bottom: 60px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards--small-padding {
    --slider-cards-padding-top: 50px;
    --slider-cards-padding-bottom: 50px;
  }
}

.slider-cards--large-padding {
  --slider-cards-padding-top: 163px;
  --slider-cards-padding-bottom: 163px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .slider-cards--large-padding {
    --slider-cards-padding-top: clamp(90px, 36.5vw + -347.635px, 163px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .slider-cards--large-padding {
    --slider-cards-padding-bottom: clamp(90px, 36.5vw + -347.635px, 163px);
  }
}
@media (max-width: 1199px) {
  .slider-cards--large-padding {
    --slider-cards-padding-top: 90px;
    --slider-cards-padding-bottom: 90px;
  }
}
@media (max-width: 1023px) {
  .slider-cards--large-padding {
    --slider-cards-padding-top: 60px;
    --slider-cards-padding-bottom: 60px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards--large-padding {
    --slider-cards-padding-top: 44px;
    --slider-cards-padding-bottom: 50px;
  }
}

.card {
  display: grid;
  grid-template-areas: "card-media";
}

.card__media {
  grid-area: card-media;
  border-radius: var(--theme-border-radius);
  overflow: hidden;
}
.card__media img,
.card__media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 345/459;
}

.card__media--aspect-453-540 img,
.card__media--aspect-453-540 video {
  aspect-ratio: 453/540;
}

.card__content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  grid-area: card-media;
  border-radius: var(--theme-border-radius);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card__content {
    padding: clamp(20px, 2.5vw + -9.975px, 25px);
  }
}
@media (max-width: 1199px) {
  .card__content {
    padding: 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card__content {
    padding: 25px;
  }
}

.card__title {
  align-self: end;
  margin: -25px -15px auto 0;
  color: rgba(255, 255, 255, 0.65);
  text-align: right;
  font-family: var(--theme-font-family-alt);
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
}

.card__btn {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: var(--theme-color-white);
  background-color: var(--theme-color-city-black);
  border-radius: var(--theme-border-radius-small);
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card__btn {
    padding-block: clamp(12px, 1.5vw + -5.985px, 15px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card__btn {
    padding-inline: clamp(14px, 3vw + -21.97px, 20px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card__btn {
    font-size: clamp(14px, 1vw + 2.01px, 16px);
  }
}
@media (max-width: 1199px) {
  .card__btn {
    padding: 12px 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card__btn {
    padding: 15px 25px;
    text-transform: capitalize;
    font-size: 1rem;
  }
}
.card__btn:after {
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  -webkit-mask-image: url("../../resources/images/icon-arrow-right.svg");
          mask-image: url("../../resources/images/icon-arrow-right.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: linear-gradient(126.74deg, #79BCCA 28.63%, #94D6E4 80.28%);
  will-change: transform;
  transition: transform var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .card__btn:where(:hover, :focus-visible):after {
    transform: translateX(5px);
  }
}

.cta {
  position: relative;
  padding-block: 57px;
}

.cta__background {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(0deg, #000, #000), var(--background-url), #FFF no-repeat center;
  background-blend-mode: normal, color, normal, normal;
  background-size: cover;
  box-shadow: -10px 30px 40px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.cta__inner {
  position: relative;
}

.cta__body {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .cta__body {
    gap: clamp(30px, 5vw + -29.95px, 40px);
  }
}
@media (max-width: 1199px) {
  .cta__body {
    gap: 30px;
  }
}
@media (max-width: 1023px) {
  .cta__body {
    flex-direction: column;
    align-items: center;
  }
}

.card-cta {
  position: relative;
}

.card-cta__background {
  border-radius: 20px;
}

.card-cta__inner {
  position: relative;
  padding: 70px 40px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 582px;
  border-radius: 20px;
  color: var(--theme-color-white);
  background-color: var(--theme-color-white-5);
  text-align: center;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-cta__inner {
    padding-top: clamp(50px, 10vw + -69.9px, 70px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-cta__inner {
    padding-bottom: clamp(50px, 15vw + -129.85px, 80px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-cta__inner {
    padding-inline: clamp(30px, 5vw + -29.95px, 40px);
  }
}
@media (max-width: 1199px) {
  .card-cta__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 1023px) {
  .card-cta__inner {
    padding: 30px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-cta__inner {
    padding: 30px 20px;
  }
}
.card-cta__inner:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(170deg, rgb(255, 255, 255) 0%, rgba(153, 153, 153, 0) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0.15;
  pointer-events: none;
}

.card-cta__title {
  margin-bottom: 18px;
}
.card-cta__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .card-cta__title {
    margin-bottom: 15px;
  }
}

.card-cta__entry {
  margin-bottom: 21px;
}
.card-cta__entry:last-child {
  margin-bottom: 0;
}

.card-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-cta__actions {
    -moz-column-gap: clamp(15px, 2.5vw + -14.975px, 20px);
         column-gap: clamp(15px, 2.5vw + -14.975px, 20px);
  }
}
@media (max-width: 1199px) {
  .card-cta__actions {
    gap: 15px;
  }
}
.card-cta__actions {
  gap: 15px 20px;
}

.text-ornament {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.text-ornament:after {
  content: "";
  display: block;
  width: 69px;
  height: 8px;
  background-color: var(--theme-color-teal);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .text-ornament:after {
    width: clamp(60px, 4.5vw + 6.045px, 69px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .text-ornament:after {
    height: clamp(5px, 1.5vw + -12.985px, 8px);
  }
}
@media (max-width: 1199px) {
  .text-ornament:after {
    width: 60px;
    height: 5px;
  }
}
@media (max-width: 1023px) {
  .text-ornament:after {
    width: 69px;
    height: 8px;
  }
}

.card-cta__inner .text-ornament::after {
  margin: auto;
}

.text-ornament--side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.text-ornament--side:after {
  content: "";
  display: block;
  width: 69px;
  height: 8px;
  background-color: var(--theme-color-teal);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .text-ornament--side:after {
    width: clamp(60px, 4.5vw + 6.045px, 69px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .text-ornament--side:after {
    height: clamp(5px, 1.5vw + -12.985px, 8px);
  }
}
@media (max-width: 1199px) {
  .text-ornament--side:after {
    width: 60px;
    height: 5px;
  }
}
@media (max-width: 1023px) {
  .text-ornament--side:after {
    width: 69px;
    height: 8px;
  }
}
.text-ornament--side {
  flex-direction: row;
  align-items: center;
}

.text-ornament--gap-small {
  gap: 5px;
}

.text-ornament--gap-medium {
  gap: 10px;
}

.text-ornament--gap-large {
  gap: 13px;
}

.text-ornament--centered {
  align-items: center;
}

.text-ornament--thin:after {
  width: 100px;
  height: 1px;
}

.text-ornament--hidden-md-lg:after {
  display: none;
}
@media (max-width: 1023px) {
  .text-ornament--hidden-md-lg:after {
    display: block;
  }
}

@media (max-width: 1023px) {
  .text-ornament--hidden-xs-sm:after {
    display: none;
  }
}

.text-ornament--city-purple:after {
  background-color: var(--theme-color-city-purple);
}

.text-ornament--city-gold:after {
  background-color: var(--theme-color-city-gold);
}

.hero-simple {
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-simple .h1,
  .hero-simple .h1-l {
    font-weight: 600;
  }
}

.hero-simple__inner {
  --hero-simple-padding-top: 80px;
  --hero-simple-padding-bottom: 90px;
  position: relative;
  padding-block: calc(var(--theme-header-wrapper-height) + var(--hero-simple-padding-top)) var(--hero-simple-padding-bottom);
  display: grid;
  justify-content: center;
  align-items: center;
  min-height: 628px;
  text-align: center;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .hero-simple__inner {
    --hero-simple-padding-top: clamp(50px, 15vw + -129.85px, 80px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .hero-simple__inner {
    min-height: clamp(550px, 39vw + 82.39px, 628px);
  }
}
@media (max-width: 1199px) {
  .hero-simple__inner {
    --hero-simple-padding-top: 50px;
    --hero-simple-padding-bottom: 40px;
    min-height: 550px;
  }
}
@media (max-width: 1023px) {
  .hero-simple__inner {
    --hero-simple-padding-top: 50px;
    --hero-simple-padding-bottom: 50px;
    min-height: 700px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-simple__inner {
    --hero-simple-padding-top: 76px;
    align-items: start;
    min-height: 380px;
  }
}

.hero-simple__content {
  position: relative;
  padding: 27px 60px;
  background-color: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .hero-simple__content {
    padding-block: clamp(20px, 3.5vw + -21.965px, 27px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .hero-simple__content {
    padding-inline: clamp(40px, 10vw + -79.9px, 60px);
  }
}
@media (max-width: 1199px) {
  .hero-simple__content {
    padding: 20px 40px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-simple__content {
    padding: 30px 60px;
  }
}

.hero-simple__title {
  position: relative;
}

.subtitle {
  font-family: var(--theme-font-family-alt);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.list-logos--small .subtitle {
  font-size: 11px;
}

.subtitle--ornament {
  display: flex;
  align-items: center;
}
.subtitle--ornament:after {
  content: "";
  display: block;
  width: 69px;
  height: 8px;
  margin: 0 0 0 6px;
  background-color: var(--theme-color-teal);
}

.intro {
  --intro-padding-top: 139px;
  --intro-padding-bottom: 177px;
  --intro-graphic-offset-top: 31px;
  --intro-graphic-offset-right: 132px;
  position: relative;
  padding-block: var(--intro-padding-top) var(--intro-padding-bottom);
  z-index: var(--theme-z-index-block);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .intro {
    --intro-padding-top: clamp(90px, 24.5vw + -203.755px, 139px);
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .intro {
    --intro-padding-bottom: clamp(90px, 26.6666666667vw + -183.0666666667px, 190px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .intro {
    --intro-graphic-offset-right: clamp(1px, 65.5vw + -784.345px, 132px);
  }
}
@media (max-width: 1399px) {
  .intro {
    --intro-graphic-offset-top: 70px;
  }
}
@media (max-width: 1199px) {
  .intro {
    --intro-padding-top: 90px;
    --intro-padding-bottom: 90px;
    --intro-graphic-offset-top: 50px;
    --intro-graphic-offset-right: 0px;
  }
}
@media (max-width: 1023px) {
  .intro {
    --intro-padding-top: 55px;
    --intro-padding-bottom: 55px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .intro h2 {
    font-family: var(--theme-font-family-alt);
    font-size: 27px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 0em;
  }
}
@media (max-width: 767px) and (min-width: 1199px) and (max-width: 1399px), screen and (max-width: 812px) and (orientation: landscape) and (min-width: 1199px) and (max-width: 1399px) {
  .intro h2 {
    font-size: clamp(24px, 1.5vw + 6.015px, 27px);
  }
}
@media (max-width: 767px) and (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) and (max-width: 1023px) {
  .intro h2 {
    font-size: clamp(27px, -0.5145797599vw + 29.2641509434px, 24px);
  }
}
@media (max-width: 767px) and (min-width: 1023.02px) and (max-width: 1199px), screen and (max-width: 812px) and (orientation: landscape) and (min-width: 1023.02px) and (max-width: 1199px) {
  .intro h2 {
    font-size: 24px;
  }
}

.intro__inner {
  position: relative;
  display: grid;
  grid-template-columns: 23.67% auto;
  gap: 31px;
  max-width: 1090px;
  margin-inline: auto;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .intro__inner {
    gap: clamp(20px, 5.5vw + -45.945px, 31px);
  }
}
@media (max-width: 1199px) {
  .intro__inner {
    grid-template-columns: 20% auto;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .intro__inner {
    grid-template-columns: 1fr;
    gap: 23px;
  }
}

.intro__main {
  margin-top: -5px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  align-self: start;
}
@media (max-width: 1199px) {
  .intro__main {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .intro__main {
    position: static;
  }
}

.intro__title {
  margin-bottom: 14px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .intro__title {
    margin-bottom: 16px;
  }
}

.intro__aside {
  padding-right: 18.2%;
}
@media (max-width: 1399px) {
  .intro__aside {
    padding-right: 30%;
  }
}
@media (max-width: 1023px) {
  .intro__aside {
    padding-right: 0;
  }
}

.intro__entry {
  font-size: 1rem;
  line-height: 1.375;
}
.intro__entry h3 {
  margin-bottom: 22px;
}
.intro__entry h3:last-child {
  margin-bottom: 0;
}
.intro__entry p {
  margin-bottom: 23px;
}
.intro__entry p:last-child {
  margin-bottom: 0;
}

.intro__text-graphic {
  position: absolute;
  top: 75px;
  right: -30%;
  transform: rotate(90deg);
  width: 661px;
  /*top: calc(-1 * var(--intro-padding-top) + var(--intro-graphic-offset-top));
  right: calc(-1 * var(--intro-graphic-offset-right));*/
  z-index: var(--theme-z-index-graphic);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .intro__text-graphic {
    width: clamp(185px, 24vw + -102.76px, 233px);
  }
}
@media (max-width: 1199px) {
  .intro__text-graphic {
    width: 185px;
  }
}

@media (max-width: 1400px) {
  .intro__text-graphic.bal-intro {
    width: 500px;
    right: -15%;
  }
}
@media (max-width: 1024px) {
  .intro__text-graphic.bal-intro {
    position: static;
    width: 100%;
    transform: none;
  }
}

.media-boxed-content {
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .media-boxed-content h2 {
    font-family: var(--theme-font-family-alt);
    font-size: 27px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 0em;
  }
}
@media (max-width: 767px) and (min-width: 1199px) and (max-width: 1399px), screen and (max-width: 812px) and (orientation: landscape) and (min-width: 1199px) and (max-width: 1399px) {
  .media-boxed-content h2 {
    font-size: clamp(24px, 1.5vw + 6.015px, 27px);
  }
}
@media (max-width: 767px) and (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) and (max-width: 1023px) {
  .media-boxed-content h2 {
    font-size: clamp(27px, -0.5145797599vw + 29.2641509434px, 24px);
  }
}
@media (max-width: 767px) and (min-width: 1023.02px) and (max-width: 1199px), screen and (max-width: 812px) and (orientation: landscape) and (min-width: 1023.02px) and (max-width: 1199px) {
  .media-boxed-content h2 {
    font-size: 24px;
  }
}
.media-boxed-content p {
  margin-bottom: 22px;
}
.media-boxed-content p:last-child {
  margin-bottom: 0;
}

.media-boxed-content__inner {
  display: flex;
  align-content: center;
  max-width: 1440px;
  margin-inline: auto;
}

.media-boxed-content__container {
  --media-boxed-container-left-offset: 42px;
  position: relative;
  padding: 93px clamp(60px, 194.62px - 4.49vw, 130px) 148px clamp(60px, 117.69px - 1.92vw, 90px);
  display: grid;
  grid-template-columns: 29.4% auto;
  gap: 20px;
  align-items: start;
  margin-left: calc(-1 * var(--media-boxed-container-left-offset));
  color: var(--theme-color-white);
  background-color: var(--theme-color-city-black);
}
@media (max-width: 1199px) {
  .media-boxed-content__container {
    padding: 70px 40px;
    grid-template-columns: 32% auto;
  }
}
@media (max-width: 1023px) {
  .media-boxed-content__container {
    padding: 40px var(--shell-gutter);
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .media-boxed-content__container {
    --media-boxed-container-left-offset: 0px;
    padding: 55px var(--shell-gutter);
    gap: 22px;
  }
}

.media-boxed-content__title {
  margin-bottom: 14px;
}
.media-boxed-content__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .media-boxed-content__title {
    margin-bottom: 16px;
  }
}

.media-boxed-content__intro {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  align-self: start;
}
@media (max-width: 1023px) {
  .media-boxed-content__intro {
    position: static;
  }
}

.media-boxed-content__entry {
  padding-top: 5px;
}

.media-boxed-content__media {
  --boxed-content-media-top-offset: 63px;
  width: clamp(313px, 140.31px + 11.99vw, 500px);
  min-width: 313px;
  margin-top: calc(-1 * var(--boxed-content-media-top-offset));
  flex-shrink: 0;
  margin-bottom: 54px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .media-boxed-content__media {
    --boxed-content-media-top-offset: clamp(40px, 11.5vw + -97.885px, 63px);
  }
}
@media (max-width: 1199px) {
  .media-boxed-content__media {
    --boxed-content-media-top-offset: 40px;
  }
}
@media (max-width: 1023px) {
  .media-boxed-content__media {
    --boxed-content-media-top-offset: 30px;
  }
}
.media-boxed-content__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 313/605;
}

.split-content {
  padding-block: 160px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .split-content {
    padding-block: clamp(80px, 40vw + -399.6px, 160px);
  }
}
@media (max-width: 1199px) {
  .split-content {
    padding-block: 80px;
  }
}
@media (max-width: 1023px) {
  .split-content {
    padding-block: 55px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .split-content h2 {
    font-family: var(--theme-font-family-alt);
    font-size: 27px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 0em;
    letter-spacing: 0.015em;
  }
}
@media (max-width: 767px) and (min-width: 1199px) and (max-width: 1399px), screen and (max-width: 812px) and (orientation: landscape) and (min-width: 1199px) and (max-width: 1399px) {
  .split-content h2 {
    font-size: clamp(24px, 1.5vw + 6.015px, 27px);
  }
}
@media (max-width: 767px) and (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) and (max-width: 1023px) {
  .split-content h2 {
    font-size: clamp(27px, -0.5145797599vw + 29.2641509434px, 24px);
  }
}
@media (max-width: 767px) and (min-width: 1023.02px) and (max-width: 1199px), screen and (max-width: 812px) and (orientation: landscape) and (min-width: 1023.02px) and (max-width: 1199px) {
  .split-content h2 {
    font-size: 24px;
  }
}
.split-content p {
  margin-bottom: 26px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .split-content p {
    margin-bottom: clamp(15px, 5.5vw + -50.945px, 26px);
  }
}
.split-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .split-content p {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .split-content p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .split-content p {
    margin-bottom: 27px;
  }
}

.split-content__inner {
  max-width: 1160px;
  margin-inline: auto;
}

.split-content__head {
  width: 67.41%;
  margin-bottom: 67px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .split-content__head {
    margin-bottom: clamp(40px, 13.5vw + -121.865px, 67px);
  }
}
.split-content__head:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .split-content__head {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .split-content__head {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .split-content__head {
    width: 100%;
  }
}

.split-content__subtitle {
  margin-bottom: 18px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .split-content__subtitle {
    margin-bottom: clamp(10px, 4vw + -37.96px, 18px);
  }
}
.split-content__subtitle:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .split-content__subtitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .split-content__subtitle {
    margin-bottom: 20px;
  }
}

.split-content__body {
  width: 62.06%;
  margin-left: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .split-content__body {
    width: 100%;
  }
}

.split-content__body-title {
  margin-bottom: 20px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .split-content__body-title {
    margin-bottom: clamp(10px, 5vw + -49.95px, 20px);
  }
}
.split-content__body-title:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .split-content__body-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .split-content__body-title {
    margin-bottom: 16px;
  }
}

.split-content--narrow .split-content__inner {
  max-width: 950px;
}
.split-content--narrow .split-content__head {
  width: 86.1%;
  margin-bottom: 47px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .split-content--narrow .split-content__head {
    margin-bottom: clamp(40px, 3.5vw + -1.965px, 47px);
  }
}
.split-content--narrow .split-content__head:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .split-content--narrow .split-content__head {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .split-content--narrow .split-content__head {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .split-content--narrow .split-content__head {
    width: 90%;
    margin-bottom: 28px;
  }
}
.split-content--narrow .split-content__body {
  width: 63.77%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .split-content--narrow .split-content__body {
    width: 90.4%;
  }
}

.cta-columns {
  --cta-columns-gutter: 20px;
  padding-bottom: 16px;
}
@media (max-width: 1023px) {
  .cta-columns {
    --cta-columns-gutter: 10px;
    padding-bottom: 0;
  }
}

.cta-columns__body {
  padding-inline: var(--cta-columns-gutter);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px var(--cta-columns-gutter);
  max-width: 1440px;
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .cta-columns__body {
    gap: var(--cta-columns-gutter);
    align-items: flex-start;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta-columns__body {
    gap: 39px var(--cta-columns-gutter);
  }
}
@media (max-width: 374px) {
  .cta-columns__body {
    gap: 30px var(--cta-columns-gutter);
  }
}
.cta-columns__body > * {
  width: calc((100% - 2 * var(--cta-columns-gutter)) / 3);
}
@media (max-width: 1023px) {
  .cta-columns__body > * {
    width: calc((100% - 1 * var(--cta-columns-gutter)) / 2);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cta-columns__body > * {
    width: 100%;
  }
}

.card-tinted {
  --card-accent-color: var(--theme-color-city-purple);
  position: relative;
  display: grid;
  grid-template-areas: "card-tinted";
  z-index: var(--theme-z-index-block);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-tinted h2 {
    font-size: 2.4375rem;
  }
}

.card-tinted__media {
  grid-area: card-tinted;
  background-color: var(--theme-color-city-black);
}
.card-tinted__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.44;
}

.card-tinted__content {
  --card-tinted-content-bottom-offset: 16px;
  position: relative;
  padding: 45px 30px 35px;
  display: grid;
  align-content: center;
  grid-area: card-tinted;
  margin: 25px 25px calc(-1 * var(--card-tinted-content-bottom-offset));
  color: var(--theme-color-white);
  background: linear-gradient(0deg, color-mix(in srgb, var(--card-accent-color) 45%, transparent) 0%, color-mix(in srgb, #fff 17%, transparent) 55%);
  -webkit-backdrop-filter: blur(20px) contrast(1.6);
          backdrop-filter: blur(20px) contrast(1.6);
  border-radius: 20px;
  text-align: center;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-tinted__content {
    --card-tinted-content-bottom-offset: clamp(12px, 2vw + -11.98px, 16px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-tinted__content {
    padding-top: clamp(25px, 10vw + -94.9px, 45px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-tinted__content {
    padding-bottom: clamp(25px, 5vw + -34.95px, 35px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-tinted__content {
    padding-inline: clamp(25px, 2.5vw + -4.975px, 30px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-tinted__content {
    margin-top: clamp(15px, 5vw + -44.95px, 25px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-tinted__content {
    margin-inline: clamp(15px, 5vw + -44.95px, 25px);
  }
}
@media (max-width: 1199px) {
  .card-tinted__content {
    padding: 25px;
    margin: 15px 15px calc(-1 * var(--card-tinted-content-bottom-offset));
    border-radius: 16px;
  }
}
@media (max-width: 1023px) {
  .card-tinted__content {
    width: 95%;
    height: 95%;
    margin: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-tinted__content {
    --card-tinted-content-bottom-offset: 20px;
    width: initial;
    min-height: initial;
    margin: 45px 20px calc(-1 * var(--card-tinted-content-bottom-offset));
  }
}
@media (max-width: 374px) {
  .card-tinted__content {
    --card-tinted-content-bottom-offset: 15px;
    margin: 25px 15px calc(-1 * var(--card-tinted-content-bottom-offset));
  }
}

.card-tinted__title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card-tinted__title:after {
  content: "";
  display: block;
  width: 69px;
  height: 8px;
  background-color: var(--card-accent-color);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-tinted__title:after {
    width: clamp(60px, 4.5vw + 6.045px, 69px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-tinted__title:after {
    height: clamp(5px, 1.5vw + -12.985px, 8px);
  }
}
@media (max-width: 1199px) {
  .card-tinted__title:after {
    width: 60px;
    height: 5px;
  }
}
@media (max-width: 1023px) {
  .card-tinted__title:after {
    width: 69px;
    height: 8px;
  }
}
.card-tinted__title {
  align-items: center;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.card-tinted__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .card-tinted__title {
    margin-bottom: 20px;
  }
}

.card-tinted--teal {
  --card-accent-color: var(--theme-color-teal);
}

.card-tinted--city-gold {
  --card-accent-color: var(--theme-color-city-gold);
}

.grid-listing {
  padding-block: 140px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .grid-listing {
    padding-block: clamp(90px, 25vw + -209.75px, 140px);
  }
}
@media (max-width: 1199px) {
  .grid-listing {
    padding-block: 90px;
  }
}
@media (max-width: 1023px) {
  .grid-listing {
    padding-block: 55px;
  }
}

.grid-listing__inner {
  max-width: 1120px;
  margin-inline: auto;
}

.grid-listing__head {
  max-width: 580px;
  margin: 0 auto 32px;
  text-align: center;
}
.grid-listing__head:last-child {
  margin-bottom: 0;
}

.grid-listing__title {
  margin-bottom: 7px;
}
.grid-listing__title:last-child {
  margin-bottom: 0;
}

.grid-listing__entry {
  font-size: 15.5px;
}

.grid-listing__body {
  --grid-listing-body-row-gap: 44px;
  --grid-listing-body-column-gap: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--grid-listing-body-row-gap) var(--grid-listing-body-column-gap);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .grid-listing__body {
    --grid-listing-body-row-gap: clamp(35px, 4.5vw + -18.955px, 44px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .grid-listing__body {
    --grid-listing-body-column-gap: clamp(40px, 0vw + 40px, 40px);
  }
}
@media (max-width: 1199px) {
  .grid-listing__body {
    --grid-listing-body-row-gap: 35px;
    --grid-listing-body-column-gap: 40px;
  }
}
@media (max-width: 1023px) {
  .grid-listing__body {
    --grid-listing-body-row-gap: var(--shell-gutter);
    --grid-listing-body-column-gap: var(--shell-gutter);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid-listing__body {
    --grid-listing-body-row-gap: 13px;
    --grid-listing-body-column-gap: 13px;
    padding-inline: 10px;
    width: calc(100% + var(--shell-gutter) * 2);
    margin-inline: calc(-1 * var(--shell-gutter));
  }
}

.article-person h3 {
  font-size: 18.6px;
}
.article-person a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .article-person a:where(:hover, :focus-visible) .article-person__image img {
    transform: scale(1.05);
  }
  .article-person a:where(:hover, :focus-visible) .article-person__content:before {
    width: 100%;
  }
}

.article-person__image {
  margin-bottom: 15px;
  border-radius: var(--theme-border-radius);
  overflow: hidden;
}
.article-person__image:last-child {
  margin-bottom: 0;
}
.article-person__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  will-change: transform;
  transition: transform var(--theme-transition-duration);
}

.article-person__content {
  position: relative;
  color: var(--theme-color-city-black);
  text-align: center;
}
.article-person__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 127px;
  height: 100%;
  background-color: var(--theme-color-light-purple);
  z-index: -1;
  will-change: width;
  transition: width var(--theme-transition-duration);
}

.article-person__title {
  margin-bottom: 5px;
}
.article-person__title:last-child {
  margin-bottom: 0;
}

.article-person__position {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.btn-plain-text {
  font-family: var(--theme-font-family-alt);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: var(--theme-color-city-black);
  text-decoration: none;
  will-change: color;
  transition: color var(--theme-transition-duration);
}
.btn-plain-text:after {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  -webkit-mask-image: url("../../resources/images/icon-arrow-right.svg");
          mask-image: url("../../resources/images/icon-arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  will-change: transform;
  transition: transform var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .btn-plain-text:where(:hover, :focus-visible) {
    color: var(--theme-color-blue);
  }
  .btn-plain-text:where(:hover, :focus-visible):after {
    transform: translateX(3px);
  }
}

.btn-plain-text--white {
  color: var(--theme-color-white);
}

.btn-plain-text--has-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
}

.featured-article-sidebar {
  padding-top: 140px;
  color: var(--theme-color-white);
  background-color: var(--theme-color-city-black);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .featured-article-sidebar {
    padding-top: clamp(90px, 25vw + -209.75px, 140px);
  }
}
@media (max-width: 1199px) {
  .featured-article-sidebar {
    padding-top: 90px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-article-sidebar {
    padding-top: 99px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-article-sidebar h2 {
    font-size: 2.4375rem;
    font-weight: 300;
  }
}

.featured-article-sidebar__wrapper {
  padding-bottom: 140px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .featured-article-sidebar__wrapper {
    padding-bottom: clamp(90px, 25vw + -209.75px, 140px);
  }
}
@media (max-width: 1199px) {
  .featured-article-sidebar__wrapper {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-article-sidebar__wrapper {
    padding-bottom: 51px;
  }
}

.featured-article-sidebar__inner {
  max-width: 1230px;
  margin-inline: auto;
}

.featured-article-sidebar__head {
  max-width: 740px;
  margin: 0 auto 45px;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-article-sidebar__head {
    margin: 0 auto 22px;
  }
}

.featured-article-sidebar__title {
  margin-bottom: 19px;
}
.featured-article-sidebar__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-article-sidebar__title {
    margin-bottom: 21px;
  }
}

.featured-article-sidebar__body {
  display: grid;
  grid-template-columns: auto 44.22%;
  gap: 62px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .featured-article-sidebar__body {
    gap: clamp(50px, 6vw + -21.94px, 62px);
  }
}
@media (max-width: 1199px) {
  .featured-article-sidebar__body {
    gap: 50px;
  }
}
@media (max-width: 1023px) {
  .featured-article-sidebar__body {
    gap: 25px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-article-sidebar__body {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.featured-article-sidebar__body-main {
  position: relative;
}

.featured-article-sidebar__body-main-inner {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--theme-header-height) + 20px);
}

.featured-article-sidebar__cta {
  position: relative;
  padding: 47px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  color: var(--theme-color-white);
  background-color: var(--theme-color-blue);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.07em;
  will-change: color;
  transition: color var(--theme-transition-duration);
  overflow: hidden;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .featured-article-sidebar__cta {
    padding-block: clamp(30px, 8.5vw + -71.915px, 47px);
  }
}
@media (max-width: 1199px) {
  .featured-article-sidebar__cta {
    padding-block: 30px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 1023px) {
  .featured-article-sidebar__cta {
    padding-block: 25px;
  }
}
.featured-article-sidebar__cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  background: linear-gradient(163deg, rgba(28, 117, 188, 0.1) 10%, rgba(29, 98, 154, 0.1) 18%, rgba(35, 30, 42, 0.9) 55%, rgb(35, 30, 42) 60%, rgb(45, 30, 64) 84%, rgb(84, 25, 118) 100%);
  will-change: transform;
  transition: transform var(--theme-transition-duration);
}
.featured-article-sidebar__cta:after {
  content: "";
  display: block;
  width: 25px;
  height: 14px;
  -webkit-mask-image: url("../../resources/images/icon-arrow-right.svg");
          mask-image: url("../../resources/images/icon-arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  will-change: transform, opacity;
  transition: opacity var(--theme-transition-duration), transform var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .featured-article-sidebar__cta:where(:hover, :focus-visible):before {
    transform: translateX(110%) scaleX(3);
    opacity: 0;
    transition: opacity var(--theme-transition-duration) 0.2s, transform var(--theme-transition-duration);
  }
  .featured-article-sidebar__cta:where(:hover, :focus-visible):after {
    transform: translateX(7px);
  }
}
.featured-article-sidebar__cta span {
  position: relative;
  z-index: 1;
}

.article-featured__media {
  position: relative;
  margin-bottom: 27px;
  border-radius: var(--theme-border-radius);
  overflow: hidden;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-featured__media {
    margin-bottom: clamp(22px, 2.5vw + -7.975px, 27px);
  }
}
.article-featured__media:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .article-featured__media {
    margin-bottom: 22px;
  }
}
@media (max-width: 1023px) {
  .article-featured__media {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-featured__media {
    width: calc(100% + (var(--shell-gutter)));
    margin: 0 calc(-1 * var(--shell-gutter) / 2) 23px;
  }
}
.article-featured__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 622/354;
  will-change: transform;
  transition: transform var(--theme-transition-duration);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-featured__media img {
    aspect-ratio: 400/260;
  }
}
@media (hover: hover) {
  .article-featured__media:has(.article-featured__media-btn:hover) img {
    transform: scale(1.05);
  }
}

.article-featured__content {
  padding-left: 11px;
  max-width: 526px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-featured__content {
    padding-left: clamp(1px, 5vw + -58.95px, 11px);
  }
}
@media (max-width: 1199px) {
  .article-featured__content {
    padding-left: 0;
  }
}

.article-featured__title {
  margin-bottom: 6px;
}
.article-featured__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-featured__title {
    margin-bottom: 16px;
  }
}

.article-featured__entry {
  margin-bottom: 23px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-featured__entry {
    margin-bottom: clamp(18px, 2.5vw + -11.975px, 23px);
  }
}
.article-featured__entry:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .article-featured__entry {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-featured__entry {
    margin-bottom: 34px;
  }
}

.article-featured__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 20px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-featured__actions {
    -moz-column-gap: clamp(15px, 2.5vw + -14.975px, 20px);
         column-gap: clamp(15px, 2.5vw + -14.975px, 20px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-featured__actions {
    row-gap: clamp(10px, 2.5vw + -19.975px, 15px);
  }
}
@media (max-width: 1199px) {
  .article-featured__actions {
    gap: 10px 15px;
  }
}
@media (max-width: 1023px) {
  .article-featured__actions {
    gap: 10px;
  }
}

.article-horizontal {
  position: relative;
  display: grid;
  grid-template-columns: 44.24% auto;
  align-items: center;
  gap: 27px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-horizontal {
    gap: clamp(20px, 3.5vw + -21.965px, 27px);
  }
}
@media (max-width: 1199px) {
  .article-horizontal {
    gap: 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal {
    grid-template-columns: 1fr;
    gap: 11px;
  }
}
.article-horizontal h3 {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.015em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-horizontal h3 {
    font-size: clamp(17px, 1vw + 5.01px, 19px);
  }
}
@media (max-width: 1199px) {
  .article-horizontal h3 {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal h3 {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal h4 {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .article-horizontal:where(:hover, :focus-visible) .article-horizontal__media img,
  .article-horizontal:where(:hover, :focus-visible) .article-horizontal__media video,
  .article-horizontal:where(:hover, :focus-visible) .article-horizontal__media iframe {
    transform: scale(1.05);
  }
}

.article-horizontal__media {
  position: relative;
  border-radius: var(--theme-border-radius-small);
  overflow: hidden;
}
.article-horizontal__media img,
.article-horizontal__media video,
.article-horizontal__media iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 242/137;
  will-change: transform;
  transition: transform var(--theme-transition-duration);
}

.article-horizontal__title {
  margin-bottom: 5px;
}
.article-horizontal__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 2px;
  }
}

.article-horizontal__date {
  margin-bottom: 2px;
}
.article-horizontal__date:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal__date {
    font-size: 0.875rem;
  }
}

.article-horizontal--small-media {
  grid-template-columns: 35.72% auto;
  gap: 30px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-horizontal--small-media {
    gap: clamp(25px, 2.5vw + -4.975px, 30px);
  }
}
@media (max-width: 1199px) {
  .article-horizontal--small-media {
    gap: 25px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal--small-media {
    grid-template-columns: 1fr;
    gap: 10px 30px;
  }
}
.article-horizontal--small-media .article-horizontal__media img,
.article-horizontal--small-media .article-horizontal__media video,
.article-horizontal--small-media .article-horizontal__media iframe {
  aspect-ratio: 339/200;
}
.article-horizontal--small-media .article-horizontal__title {
  margin-bottom: 10px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-horizontal--small-media .article-horizontal__title {
    margin-bottom: clamp(5px, 2.5vw + -24.975px, 10px);
  }
}
@media (max-width: 1199px) {
  .article-horizontal--small-media .article-horizontal__title {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal--small-media .article-horizontal__title {
    margin-bottom: 2px;
  }
}
.article-horizontal--small-media .article-horizontal__date {
  margin-bottom: 13px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-horizontal--small-media .article-horizontal__date {
    margin-bottom: clamp(8px, 2.5vw + -21.975px, 13px);
  }
}
@media (max-width: 1199px) {
  .article-horizontal--small-media .article-horizontal__date {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal--small-media .article-horizontal__date {
    margin-bottom: 5px;
    text-transform: none;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 1199px) {
  .article-horizontal--small-media .article-horizontal__entry {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.4;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-horizontal--small-media .article-horizontal__entry {
    display: none;
  }
}

.articles-horizontal {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .articles-horizontal {
    gap: clamp(40px, 10vw + -79.9px, 60px);
  }
}
@media (max-width: 1199px) {
  .articles-horizontal {
    gap: 40px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .articles-horizontal {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 10px;
  }
}
@media (max-width: 374px) {
  .articles-horizontal {
    grid-template-columns: 1fr;
  }
}

.sidebar-content {
  padding-block: 140px;
  color: var(--theme-color-white);
  background-color: var(--theme-color-city-black);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .sidebar-content {
    padding-block: clamp(90px, 25vw + -209.75px, 140px);
  }
}
@media (max-width: 1199px) {
  .sidebar-content {
    padding-block: 90px;
  }
}
@media (max-width: 1023px) {
  .sidebar-content {
    padding-block: 73px 0;
  }
}

.sidebar-content__inner {
  display: grid;
  grid-template-columns: 18.93% auto;
  gap: 102px;
  max-width: 1294px;
  margin-inline: auto;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .sidebar-content__inner {
    gap: clamp(90px, 6vw + 18.06px, 102px);
  }
}
@media (max-width: 1199px) {
  .sidebar-content__inner {
    grid-template-columns: 20% auto;
    gap: 90px;
  }
}
@media (max-width: 1023px) {
  .sidebar-content__inner {
    grid-template-columns: 1fr;
    gap: 60px;
    width: calc(100% + var(--shell-gutter));
    margin-inline: calc(-1 * var(--shell-gutter) / 2);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sidebar-content__inner {
    gap: 40px;
  }
}
.sidebar-content__inner--full {
  grid-template-columns: 1fr;
}

.sidebar-content__aside {
  position: relative;
}

.sidebar-content__aside-inner {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--theme-header-height) + 20px);
}

.sidebar-content__main-head {
  margin-bottom: 80px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .sidebar-content__main-head {
    margin-bottom: clamp(60px, 10vw + -59.9px, 80px);
  }
}
.sidebar-content__main-head:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .sidebar-content__main-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .sidebar-content__main-head {
    margin-bottom: 30px;
  }
}

.sidebar-content__main-body {
  margin-bottom: 60px;
}
.sidebar-content__main-body:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .sidebar-content__main-body {
    margin-bottom: 52px;
  }
}

.sidebar-content__cta {
  position: relative;
  padding: 31px 20px;
  display: block;
  width: 100%;
  border-radius: var(--theme-border-radius-small);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.07em;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}
@media (max-width: 1199px) {
  .sidebar-content__cta {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .sidebar-content__cta {
    width: calc(100% + var(--shell-gutter) * 2);
    margin-inline: calc(-1 * var(--shell-gutter));
    border-radius: 0;
    font-size: 1.25rem;
  }
}
.sidebar-content__cta {
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.sidebar-content__cta.is-loading {
  opacity: 0.8;
  pointer-events: none;
}
.sidebar-content__cta:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color-blue);
  z-index: -1;
}
.sidebar-content__cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 135%;
  height: 105%;
  background: linear-gradient(163deg, rgba(28, 117, 188, 0.1) 10%, rgba(29, 98, 154, 0.1) 18%, rgba(35, 30, 42, 0.9) 55%, rgb(35, 30, 42) 60%, rgb(45, 30, 64) 84%, rgb(84, 25, 118) 100%);
  pointer-events: none;
  z-index: -1;
  will-change: transform, opacity;
  transition: opacity var(--theme-transition-duration), transform var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .sidebar-content__cta:where(:hover, :focus-visible):after {
    transform: translateX(110%) scaleX(3);
    opacity: 0;
    transition: opacity var(--theme-transition-duration) 0.2s, transform var(--theme-transition-duration);
  }
}

.archive-load-more-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.archive-load-more-spinner {
  display: none;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--theme-color-blue, #0073aa);
  border-radius: 50%;
  -webkit-animation: archive-spin 0.8s linear infinite;
          animation: archive-spin 0.8s linear infinite;
}
.archive-load-more-wrapper.is-loading .archive-load-more-spinner {
  display: block;
}

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

@keyframes archive-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.no-results {
  list-style-type: none;
}

.article-overlay {
  --article-overlay-content-offset: 132px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-overlay {
    --article-overlay-content-offset: clamp(90px, 21vw + -161.79px, 132px);
  }
}
@media (max-width: 1199px) {
  .article-overlay {
    --article-overlay-content-offset: 90px;
  }
}
@media (hover: hover) {
  .article-overlay:has(.article-overlay__media-btn:hover) img {
    transform: scale(1.05);
  }
}

.article-overlay__media {
  position: relative;
  border-radius: var(--theme-border-radius);
  overflow: hidden;
}
.article-overlay__media img,
.article-overlay__media video,
.article-overlay__media iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: transform var(--theme-transition-duration);
}

.article-overlay__content {
  position: relative;
  padding: 30px 28px;
  width: 100%;
  max-width: 624px;
  margin-top: calc(-1 * var(--article-overlay-content-offset));
  color: var(--theme-color-white);
  background-color: var(--theme-color-city-black);
  border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) var(--theme-border-radius);
  z-index: 1;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-overlay__content {
    padding-block: clamp(20px, 5vw + -39.95px, 30px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-overlay__content {
    padding-inline: clamp(20px, 4vw + -27.96px, 28px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-overlay__content {
    max-width: clamp(500px, 62vw + -243.38px, 624px);
  }
}
@media (max-width: 1199px) {
  .article-overlay__content {
    padding: 20px;
    max-width: 500px;
  }
}
@media (max-width: 1023px) {
  .article-overlay__content {
    padding: 30px 20px 0;
    max-width: initial;
    margin-top: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-overlay__content {
    padding: 22px 20px 0;
  }
}
@media (max-width: 374px) {
  .article-overlay__content {
    padding: 22px 10px 0;
  }
}

.article-overlay__title {
  margin-bottom: 7px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-overlay__title {
    margin-bottom: clamp(5px, 1vw + -6.99px, 7px);
  }
}
.article-overlay__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .article-overlay__title {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-overlay__title {
    margin-bottom: 9px;
  }
}
.article-overlay__title a {
  display: block;
  text-decoration: none;
  will-change: color;
  transition: color var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .article-overlay__title a:where(:hover, :focus-visible) {
    color: var(--theme-color-teal);
  }
}

.article-overlay__entry {
  margin-bottom: 12px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .article-overlay__entry {
    margin-bottom: clamp(9px, 1.5vw + -8.985px, 12px);
  }
}
.article-overlay__entry:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .article-overlay__entry {
    margin-bottom: 9px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-overlay__entry {
    margin-bottom: 12px;
  }
}

.select {
  position: relative;
  width: 100%;
  color: var(--theme-color-white);
  overflow: hidden;
}
.select:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color-blue);
  z-index: -1;
}
.select:after {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 135%;
  height: 105%;
  background: linear-gradient(163deg, rgba(28, 117, 188, 0.1) 10%, rgba(29, 98, 154, 0.1) 18%, rgba(35, 30, 42, 0.9) 55%, rgb(35, 30, 42) 60%, rgb(45, 30, 64) 84%, rgb(84, 25, 118) 100%);
  pointer-events: none;
  z-index: -1;
  transition: opacity var(--theme-transition-duration), transform var(--theme-transition-duration);
}
.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 60px 10px 30px;
  width: 100%;
  height: 76px;
  background: transparent url("../../resources/images/icon-arrow-down-white.svg") no-repeat calc(100% - 40px) 50%;
  background-size: 13px;
  border: none;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: 0.27em;
  cursor: pointer;
  transition: background-color var(--theme-transition-duration);
}
@media (hover: hover) {
  .select:has(select:hover):after {
    transform: translateX(110%) scaleX(3);
    opacity: 0;
  }
}

.archive-month-filter .select select {
  padding: 10px 30px;
  background-color: var(--theme-color-city-black);
  color: var(--theme-color-white);
  background: transparent url("../images/icon-arrow-down-white.svg") no-repeat;
  background-size: 13px;
  height: unset;
  border: 1px solid var(--theme-color-white);
  background-position: calc(100% - 14px) center;
  border-radius: var(--theme-border-radius-small);
}
.archive-month-filter .select::before, .archive-month-filter .select::after {
  content: unset;
}

.slider-split {
  --slider-split-buttons-size: 40px;
  color: var(--theme-color-white);
  background-color: var(--theme-color-city-black);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .slider-split {
    --slider-split-buttons-size: clamp(35px, 2.5vw + 5.025px, 40px);
  }
}
@media (max-width: 1199px) {
  .slider-split {
    --slider-split-buttons-size: 35px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-split {
    --slider-split-buttons-size: 32px;
  }
}

.article-single + .slider-split .slider-split__inner {
  padding-top: 30px;
}

.slider-split__inner {
  padding: 56px 0 56px var(--shell-gutter-small);
  display: flex;
  justify-content: space-between;
  margin-inline: calc((100vw - 1280px - var(--shell-gutter-small) * 2) / 2) calc(100vw - 1440px + var(--shell-gutter-small));
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .slider-split__inner {
    padding-block: clamp(50px, 3vw + 14.03px, 56px);
  }
}
@media (width >= 1441px) {
  .slider-split__inner {
    margin-inline: calc((100vw - 1280px - var(--shell-gutter-small) * 2) / 2) 0;
  }
}
@media (width <= 1360px) {
  .slider-split__inner {
    --shell-gutter-small: var(--shell-gutter);
    margin-inline: 0;
  }
}
@media (max-width: 1199px) {
  .slider-split__inner {
    padding: 50px 0 50px var(--shell-gutter-small);
  }
}
@media (max-width: 1023px) {
  .slider-split__inner {
    padding: 50px var(--shell-gutter-small);
    flex-direction: column;
    align-items: initial;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-split__inner {
    padding: 60px var(--shell-gutter-small);
  }
}

.slider-split__head {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}
.slider-split__head:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .slider-split__head {
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
}

.slider-split__title {
  text-transform: uppercase;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-split__title h2 {
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
}

.slider-split__body {
  width: 82.6%;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .slider-split__body {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .slider-split__clip {
    overflow: visible;
  }
}

.slider-split__actions {
  position: absolute;
  top: 8%;
  right: calc(-1 * var(--slider-split-buttons-size) / 2);
  display: flex;
  flex-direction: column;
  gap: 26px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1023px) {
  .slider-split__actions {
    position: static;
    top: initial;
    flex-direction: row;
    gap: 18px;
    transform: initial;
  }
}

.slider-button-prev,
.slider-button-next {
  width: var(--slider-split-buttons-size);
  height: var(--slider-split-buttons-size);
}

.slider-split .slider-button-next {
  order: -1;
}
@media (max-width: 1023px) {
  .slider-split .slider-button-next {
    order: initial;
  }
}

.slider-button-prev,
.slider-button-next {
  --slider-split-buttons-size: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--slider-split-buttons-size);
  height: var(--slider-split-buttons-size);
  color: var(--theme-color-white);
  background-color: var(--theme-color-blue);
  border: none;
  border-radius: 50%;
  pointer-events: all;
  overflow: hidden;
  text-decoration: none;
  transition: background var(--theme-transition-base), opacity var(--theme-transition-base);
}
.slider-button-prev:before,
.slider-button-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 135%;
  height: 105%;
  background: linear-gradient(120deg, rgba(28, 117, 188, 0.1) 10%, rgba(29, 98, 154, 0.1) 18%, rgba(35, 30, 42, 0.9) 55%, rgb(35, 30, 42) 50%, rgb(45, 30, 64) 55%, rgb(84, 25, 118) 100%);
  will-change: transform, opacity;
  transition: opacity var(--theme-transition-duration), transform var(--theme-transition-duration);
}
.slider-button-prev svg,
.slider-button-next svg {
  position: relative;
  display: block;
  margin-left: 3px;
  z-index: 1;
}
.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slider-button-prev.swiper-button-lock,
.slider-button-next.swiper-button-lock {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .slider-button-prev:where(:hover, :focus-visible):before,
  .slider-button-next:where(:hover, :focus-visible):before {
    transform: translateX(110%) scaleX(3);
    opacity: 0;
  }
}

.slider-button-prev svg {
  margin-left: -3px;
}

.slider-button-prev--outlined,
.slider-button-next--outlined {
  color: var(--theme-color-city-black);
  background-color: transparent;
  will-change: color, background-color;
  transition: color var(--theme-transition-duration), background-color var(--theme-transition-duration);
}
.slider-button-prev--outlined:before,
.slider-button-next--outlined:before {
  transform: translateX(110%) scaleX(3);
  opacity: 0;
  transition: opacity var(--theme-transition-duration) 0.15s, transform var(--theme-transition-duration);
}
.slider-button-prev--outlined:after,
.slider-button-next--outlined:after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(125deg, rgb(28, 117, 188) 17%, rgb(29, 98, 154) 31%, rgb(31, 74, 110) 46%, rgb(55, 48, 66) 67%, rgb(84, 25, 118) 97%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  will-change: opacity;
  transition: opacity var(--theme-transition-duration);
}
@media (hover: hover) and (pointer: fine) {
  .slider-button-prev--outlined:where(:hover, :focus-visible),
  .slider-button-next--outlined:where(:hover, :focus-visible) {
    color: var(--theme-color-white);
    background-color: var(--theme-color-blue);
  }
  .slider-button-prev--outlined:where(:hover, :focus-visible):before,
  .slider-button-next--outlined:where(:hover, :focus-visible):before {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    transition: opacity var(--theme-transition-duration), transform var(--theme-transition-duration) 0.2s;
  }
  .slider-button-prev--outlined:where(:hover, :focus-visible):after,
  .slider-button-next--outlined:where(:hover, :focus-visible):after {
    opacity: 0;
  }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-button-prev--small-mobile,
  .slider-button-next--small-mobile {
    --slider-split-buttons-size: 32px;
  }
}

.slider-grid {
  --slider-grid-body-padding-inline: 86px;
  padding-block: 140px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .slider-grid {
    padding-block: clamp(90px, 25vw + -209.75px, 140px);
  }
}
@media (max-width: 1199px) {
  .slider-grid {
    padding-block: 90px;
  }
}
@media (max-width: 1023px) {
  .slider-grid {
    --slider-grid-body-padding-inline: 0px;
    padding-block: 53px;
  }
}
@media (max-width: 1023px) {
  .slider-grid h2 {
    font-weight: 700;
  }
}

@media (max-width: 1023px) {
  .slider-grid__inner {
    width: calc(100% + var(--shell-gutter));
    margin-inline: calc(-1 * var(--shell-gutter) / 2);
  }
}

.slider-grid__head {
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-grid__head {
    margin-bottom: 34px;
  }
}

.slider-grid__body {
  position: relative;
  padding-inline: var(--slider-grid-body-padding-inline);
}

@media (max-width: 1023px) {
  .slider-grid__slides {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
    transform: none !important;
  }
}
@media (max-width: 374px) {
  .slider-grid__slides {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {
  .slider-grid__slide {
    width: initial !important;
    margin-right: 0 !important;
  }
}

.slider-grid__actions {
  position: absolute;
  top: calc(50% - 23px);
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transform: translateY(-50%);
}

.search-bar {
  position: relative;
  padding-block: 8px;
}
@media (max-width: 1023px) {
  .search-bar {
    padding-top: 0;
  }
}
.search-bar.search-bar {
  z-index: var(--theme-z-index-block);
}

.search-bar__inner {
  position: relative;
  max-width: 1200px;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  box-shadow: -10px 30px 40px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .search-bar__inner {
    padding: clamp(40px, 10vw + -79.9px, 60px);
  }
}
@media (max-width: 1199px) {
  .search-bar__inner {
    padding: 40px;
  }
}
@media (max-width: 1023px) {
  .search-bar__inner {
    padding: 36px 20px;
    width: calc(100% + var(--shell-gutter) * 2);
    margin-inline: calc(-1 * var(--shell-gutter));
  }
}

.search-bar__form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 26px;
  width: 100%;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .search-bar__form {
    gap: clamp(20px, 3vw + -15.97px, 26px);
  }
}
@media (max-width: 1199px) {
  .search-bar__form {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .search-bar__form {
    gap: 15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-bar__form {
    grid-template-columns: 1fr;
  }
}

.search-bar__form-field {
  font-family: var(--theme-font-family-alt);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .search-bar__form-field {
    font-size: clamp(20px, 1vw + 8.01px, 22px);
  }
}
@media (max-width: 1023px) {
  .search-bar__form-field {
    font-size: clamp(22px, -0.3430531732vw + 23.5094339623px, 20px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .search-bar__form-field {
    font-size: 20px;
  }
}
.search-bar__form-field {
  padding: 10px 30px;
  width: 100%;
  height: 60px;
  color: var(--theme-color-white);
  background-color: var(--theme-color-city-black);
  border: none;
  border-radius: var(--theme-border-radius-small);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .search-bar__form-field {
    padding-inline: clamp(20px, 5vw + -39.95px, 30px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .search-bar__form-field {
    height: clamp(45px, 7.5vw + -44.925px, 60px);
  }
}
@media (max-width: 1199px) {
  .search-bar__form-field {
    padding: 10px 20px;
    height: 45px;
  }
}
@media (max-width: 1023px) {
  .search-bar__form-field {
    height: 60px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-bar__form-field {
    font-size: 1.125rem;
    text-align: center;
  }
}
.search-bar__form-field:-webkit-autofill, .search-bar__form-field:-webkit-autofill:focus, .search-bar__form-field:-webkit-autofill:active {
  box-shadow: 0 0 0 30px var(--theme-color-city-black-45) inset !important;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-bar__form-btn {
    padding-inline: 54px;
    justify-self: center;
  }
}

.search-pagination {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.search-pagination .btn[aria-disabled=true] {
  opacity: 0.5;
  pointer-events: none;
}

.search-pagination__numbers {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-pagination__number {
  position: relative;
  z-index: 1;
  color: var(--theme-color-white);
}

.card-plain-text {
  position: relative;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: var(--theme-border-radius);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-plain-text {
    padding: clamp(30px, 15vw + -149.85px, 60px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-plain-text {
    min-height: clamp(280px, 30vw + -79.7px, 340px);
  }
}
@media (max-width: 1199px) {
  .card-plain-text {
    padding: 30px;
    min-height: 280px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-plain-text {
    min-height: 270px;
  }
}

.card-plain-text__inner {
  position: relative;
}

.card-plain-text__title {
  margin-bottom: 26px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-plain-text__title {
    margin-bottom: clamp(20px, 3vw + -15.97px, 26px);
  }
}
.card-plain-text__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .card-plain-text__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-plain-text__title {
    margin-bottom: 26px;
  }
}

.logos-grid {
  padding-block: 111px;
  color: var(--theme-color-white);
  background-color: var(--theme-color-city-black);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .logos-grid {
    padding-block: clamp(90px, 10.5vw + -35.895px, 111px);
  }
}
@media (max-width: 1199px) {
  .logos-grid {
    padding-block: 90px;
  }
}
@media (max-width: 1023px) {
  .logos-grid {
    padding-block: 51px;
  }
}

.logos-grid__inner {
  max-width: 1120px;
  margin-inline: auto;
}

.logos-grid__head {
  max-width: 590px;
  margin: 0 auto 51px;
  text-align: center;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .logos-grid__head {
    margin-bottom: clamp(40px, 5.5vw + -25.945px, 51px);
  }
}
.logos-grid__head:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .logos-grid__head {
    margin: 0 auto 40px;
  }
}
@media (max-width: 1023px) {
  .logos-grid__head {
    margin: 0 auto 30px;
  }
}

.logos-grid__title {
  margin-bottom: 8px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .logos-grid__title {
    margin-bottom: clamp(5px, 1.5vw + -12.985px, 8px);
  }
}
.logos-grid__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .logos-grid__title {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logos-grid__title {
    margin-bottom: 7px;
  }
}

.logos-grid__entry {
  font-size: 15.5px;
}

.logos-grid__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 80px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .logos-grid__body {
    margin-bottom: clamp(70px, 5vw + 10.05px, 80px);
  }
}
.logos-grid__body:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .logos-grid__body {
    margin-bottom: 70px;
  }
}
@media (max-width: 1023px) {
  .logos-grid__body {
    gap: 60px;
    margin-bottom: 62px;
  }
}
@media (max-width: 374px) {
  .logos-grid__body {
    gap: 40px;
  }
}

.logos-grid__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px 20px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .logos-grid__actions {
    -moz-column-gap: clamp(15px, 2.5vw + -14.975px, 20px);
         column-gap: clamp(15px, 2.5vw + -14.975px, 20px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .logos-grid__actions {
    row-gap: clamp(10px, 2.5vw + -19.975px, 15px);
  }
}
@media (max-width: 1199px) {
  .logos-grid__actions {
    gap: 10px 15px;
  }
}
@media (max-width: 1023px) {
  .logos-grid__actions {
    gap: 10px 8px;
  }
}

.list-logos {
  --list-logos-column-gap: 40px;
  --list-logos-row-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--list-logos-row-gap) var(--list-logos-column-gap);
  margin-bottom: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .list-logos {
    --list-logos-column-gap: 30px;
    --list-logos-row-gap: 30px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos {
    --list-logos-column-gap: 40px;
    --list-logos-row-gap: 19px;
  }
}
@media (max-width: 374px) {
  .list-logos {
    --list-logos-column-gap: 15px;
  }
}
.list-logos li {
  width: calc((100% - 3 * var(--list-logos-column-gap)) / 4);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos li {
    width: calc((100% - 1 * var(--list-logos-column-gap)) / 2);
  }
}

.list-logos--small {
  padding-inline: 10px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .list-logos--small {
    --list-logos-row-gap: clamp(30px, 5vw + -29.95px, 40px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .list-logos--small {
    --list-logos-column-gap: clamp(30px, 5vw + -29.95px, 40px);
  }
}
@media (max-width: 1199px) {
  .list-logos--small {
    --list-logos-column-gap: 30px;
    --list-logos-row-gap: 30px;
  }
}
@media (max-width: 1023px) {
  .list-logos--small {
    padding-inline: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos--small {
    --list-logos-column-gap: 40px;
    --list-logos-row-gap: 19px;
  }
}
@media (max-width: 374px) {
  .list-logos--small {
    --list-logos-column-gap: 15px;
  }
}
.list-logos--small li {
  width: calc((100% - 5 * var(--list-logos-column-gap)) / 6);
}
@media (max-width: 1023px) {
  .list-logos--small li {
    width: calc((100% - 3 * var(--list-logos-column-gap)) / 4);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos--small li {
    width: calc((100% - 1 * var(--list-logos-column-gap)) / 2);
  }
}

.card-logo__link {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .card-logo__link:where(:hover, :focus-visible) .card-logo__image {
    box-shadow: inset 0 0 25px 5px var(--theme-color-city-black-45);
  }
}

.card-logo__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-logo__image {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  aspect-ratio: 1/1;
  background-color: var(--theme-color-white);
  border-radius: var(--theme-border-radius);
  will-change: box-shadow;
  transition: box-shadow var(--theme-transition-duration);
}
.card-logo__image:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-logo__image {
    padding: 16px;
  }
}
.card-logo__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-logo__title {
  padding: 13px 20px;
  text-align: center;
  background-color: rgba(243, 239, 247, 0.15);
  letter-spacing: 0.05em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-logo__title {
    padding-block: clamp(10px, 1.5vw + -7.985px, 13px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-logo__title {
    padding-inline: clamp(10px, 5vw + -49.95px, 20px);
  }
}
@media (max-width: 1199px) {
  .card-logo__title {
    padding: 10px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-logo__title {
    padding: 13px 20px;
  }
}
@media (max-width: 374px) {
  .card-logo__title {
    padding: 10px;
  }
}

.content-grid {
  --content-grid-column-gap: 34px;
  --content-grid-row-gap: 25px;
  padding-block: 140px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .content-grid {
    --content-grid-column-gap: clamp(20px, 7vw + -63.93px, 34px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .content-grid {
    --content-grid-row-gap: clamp(20px, 2.5vw + -9.975px, 25px);
  }
}
@media (max-width: 1199px) {
  .content-grid {
    --content-grid-column-gap: 20px;
    --content-grid-row-gap: 20px;
    padding-block: 90px;
  }
}
@media (max-width: 1023px) {
  .content-grid {
    padding-block: 55px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-grid {
    --content-grid-column-gap: 11px;
    --content-grid-row-gap: 11px;
    padding-block: 73px;
  }
}

.content-grid__inner {
  max-width: 1192px;
  margin-inline: auto;
}

.content-grid__head {
  max-width: 600px;
  margin-bottom: 38px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .content-grid__head {
    margin-bottom: clamp(30px, 4vw + -17.96px, 38px);
  }
}
.content-grid__head:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .content-grid__head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-grid__head {
    margin-bottom: 44px;
  }
}

@media (min-width: 1199px) and (max-width: 1399px) {
  .content-grid__title {
    margin-bottom: clamp(5px, 1vw + -6.99px, 7px);
  }
}
.content-grid__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .content-grid__title {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-grid__title {
    margin-bottom: 8px;
  }
}

.content-grid__entry {
  font-size: 15.5px;
}

.content-grid__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--content-grid-row-gap) var(--content-grid-column-gap);
}
@media (max-width: 1023px) {
  .content-grid__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .content-grid__body {
    grid-template-columns: 1fr;
  }
}

.card-simple {
  padding: 40px 30px;
  color: var(--theme-color-city-black);
  background-color: var(--theme-color-white);
  border-radius: var(--theme-border-radius);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-simple {
    padding-block: clamp(30px, 5vw + -29.95px, 40px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .card-simple {
    padding-inline: clamp(20px, 5vw + -39.95px, 30px);
  }
}
@media (max-width: 1199px) {
  .card-simple {
    padding: 30px 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-simple {
    padding: 40px 30px;
  }
}
@media (max-width: 374px) {
  .card-simple {
    padding: 30px 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-simple h3 {
    font-size: 1.1875rem;
  }
}

.card-simple__title {
  margin-bottom: 11px;
}
.card-simple__title:last-child {
  margin-bottom: 0;
}

.modal-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
  transition: top;
  transition-duration: var(--theme-transition-duration);
}
body.is-scrolled .modal-search {
  top: 0;
}
body.admin-bar .modal-search {
  top: var(--admin-bar-height);
}
body.admin-bar.is-scrolled .modal-search {
  top: var(--admin-bar-height);
}
.modal-search.is-visible {
  pointer-events: all;
}
.modal-search.is-visible .modal-search__overlay {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-search.is-visible .modal-search__inner {
  opacity: 1;
}
.modal-search.is-visible .modal-search__content {
  transform: translateY(0);
}

.modal-search__overlay {
  position: fixed;
  inset: 0;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  transition: background-color, -webkit-backdrop-filter;
  transition: backdrop-filter, background-color;
  transition: backdrop-filter, background-color, -webkit-backdrop-filter;
  transition-duration: var(--theme-transition-duration);
}
body.admin-bar .modal-search__overlay {
  top: var(--admin-bar-height);
}

.modal-search__close {
  position: absolute;
  top: 120px;
  right: calc((100vw - 1200px + var(--shell-gutter) * 2) / 2);
  color: var(--theme-color-white);
  background-color: transparent;
  border: none;
}
@media (max-width: 1199px) {
  .modal-search__close {
    right: var(--shell-gutter);
  }
}
.modal-search__close svg {
  display: block;
}

.modal-search__inner {
  padding-block: 15% 60px;
  max-width: 1200px;
  margin-inline: auto;
  height: 100vh;
  color: var(--theme-color-city-black);
  overflow-y: auto;
  opacity: 0;
  will-change: opacity;
  transition: opacity var(--theme-transition-duration);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .modal-search__inner {
    padding-bottom: clamp(40px, 10vw + -79.9px, 60px);
  }
}
@media (max-width: 1199px) {
  .modal-search__inner {
    padding-block: 20% 40px;
  }
}
@media (max-width: 1023px) {
  .modal-search__inner {
    padding-block: 25% 40px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal-search__inner {
    padding-block: 40% 30px;
  }
}
.modal-search__inner::-webkit-scrollbar {
  display: none;
}
.modal-search__inner {
  /* Firefox scrollbar styling */
  scrollbar-width: none;
}

.modal-search__content {
  position: relative;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: var(--theme-border-radius);
  transform: translateY(10px);
  will-change: transform;
  transition: transform var(--theme-transition-duration);
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .modal-search__content {
    padding: clamp(20px, 5vw + -39.95px, 30px);
  }
}
@media (max-width: 1199px) {
  .modal-search__content {
    padding: 20px;
  }
}

.modal-search__content-inner {
  position: relative;
}

.modal-search__title {
  font-family: var(--theme-font-family-alt);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0em;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .modal-search__title {
    font-size: clamp(30px, 1vw + 18.01px, 32px);
  }
}
@media (max-width: 1023px) {
  .modal-search__title {
    font-size: clamp(27px, 0.5145797599vw + 24.7358490566px, 30px);
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .modal-search__title {
    font-size: 30px;
  }
}
.modal-search__title {
  margin-bottom: 30px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .modal-search__title {
    margin-bottom: clamp(20px, 5vw + -39.95px, 30px);
  }
}
@media (max-width: 1199px) {
  .modal-search__title {
    margin-bottom: 20px;
  }
}

.btn, div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_button_select_files, div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer input,
div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer button,
div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer input,
div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer button {
  --button-font-size: 0.75rem;
  --button-color: var(--theme-color-city-black);
  --button-background-color: var(--theme-color-white);
  --button-border-color: var(--button-background-color);
  --button-hover-color: var(--theme-color-city-black);
  --button-hover-background-color: var(--theme-color-white);
  --button-hover-border-color: var(--button-hover-background-color);
  --button-border-radius: 99em;
  --button-transition-duration: var(--theme-transition-duration);
  position: relative;
  display: inline-flex;
  color: var(--button-color);
  background: var(--button-background-color);
  border: 1px solid var(--button-border-color);
  border-radius: var(--button-border-radius);
  box-shadow: none;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: var(--button-font-size);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: color, background, border, opacity;
  transition-duration: var(--button-transition-duration);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .btn:where(:hover, :focus-visible), div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_button_select_files:where(:hover, :focus-visible), div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer input:where(:hover, :focus-visible),
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer button:where(:hover, :focus-visible),
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer input:where(:hover, :focus-visible),
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer button:where(:hover, :focus-visible) {
    color: var(--button-hover-color);
    background: var(--button-hover-background-color);
    border-color: var(--button-hover-border-color);
  }
}
.btn, div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_button_select_files, div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer input,
div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer button,
div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer input,
div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer button {
  padding: 16px 26px;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn, div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_button_select_files, div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer input,
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer button,
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer input,
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer button {
    padding-block: clamp(12px, 2vw + -11.98px, 16px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn, div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_button_select_files, div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer input,
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer button,
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer input,
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer button {
    padding-inline: clamp(18px, 4vw + -29.96px, 26px);
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .btn, div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_button_select_files, div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer input,
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer button,
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer input,
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer button {
    font-size: clamp(11px, 0.5vw + 5.005px, 12px);
  }
}
@media (max-width: 1199px) {
  .btn, div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_button_select_files, div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer input,
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer button,
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer input,
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer button {
    --button-font-size: 0.6875rem;
    padding: 12px 18px;
  }
}
@media (max-width: 1023px) {
  .btn, div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_button_select_files, div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer input,
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer button,
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer input,
  div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer button {
    --button-font-size: 0.75rem;
    padding: 16px 24px;
  }
}

.btn--outlined {
  --button-color: var(--theme-color-white);
  --button-background-color: transparent;
  --button-border-color: var(--button-color);
  --button-hover-color: var(--theme-color-white);
  --button-hover-background-color: var(--theme-color-blue);
  --button-hover-border-color: var(--button-hover-background-color);
}

.btn--outlined-black {
  --button-background-color: transparent;
  --button-border-color: var(--theme-color-white);
  --button-hover-color: var(--theme-color-white);
  --button-hover-background-color: var(--theme-color-blue);
  --button-hover-border-color: var(--button-hover-background-color);
}

.js-archive-load-more-btn {
  border: 0px;
}

div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_required_legend {
  display: none;
}
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=color],
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=date],
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=datetime-local],
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=datetime],
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email],
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=month],
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number],
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password],
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=search],
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel],
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text],
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=time],
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=url],
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=week],
div.gform_wrapper.gravity-theme.gform-theme--no-framework select,
div.gform_wrapper.gravity-theme.gform-theme--no-framework textarea {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  background: #fff;
  color: #000;
  padding-inline: 8px;
  font-size: inherit;
}
div.gform_wrapper.gravity-theme.gform-theme--no-framework textarea {
  resize: vertical;
}
div.gform_wrapper.gravity-theme.gform-theme--no-framework textarea.large {
  height: 140px;
}
div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_validation_errors {
  display: none;
}
div.gform_wrapper.gravity-theme.gform-theme--no-framework .gfield_validation_message {
  padding: 0;
  border: 0;
  background: transparent;
  color: #c02b0a;
}
div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer,
div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer {
  position: relative;
  padding: 0;
  margin: 27px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer input,
div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer button,
div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer input,
div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer button {
  margin: 0;
  line-height: 1.2 !important;
}
div.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
}