.translate-y-full, .rotate-180, .transform, .lg\:translate-y-0 {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}
.filter {
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 980px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1160px) {
  .container {
    max-width: 1160px;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1360px;
  }
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-0 {
  z-index: 0;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.m-0 {
  margin: 0;
}
.m-0\.25 {
  margin: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3\.5 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mr-0\.5 {
  margin-right: 0.5rem;
}
.mr-0 {
  margin-right: 0;
}
.mt-5 {
  margin-top: 5rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.ml-2 {
  margin-left: 2rem;
}
.-mt-0\.75 {
  margin-top: -0.75rem;
}
.-mt-0 {
  margin-top: 0;
}
.mr-1 {
  margin-right: 1rem;
}
.ml-1\.5 {
  margin-left: 1.5rem;
}
.ml-1 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-4\.5 {
  height: 4.5rem;
}
.h-4 {
  height: 4rem;
}
.h-full {
  height: 100%;
}
.h-3 {
  height: 3rem;
}
.h-2 {
  height: 2rem;
}
.w-full {
  width: 100%;
}
.w-4\.5 {
  width: 4.5rem;
}
.w-4 {
  width: 4rem;
}
.w-3 {
  width: 3rem;
}
.w-9\/12 {
  width: 75%;
}
.w-3\/12 {
  width: 25%;
}
.w-8 {
  width: 8rem;
}
.w-2 {
  width: 2rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-4\/12 {
  width: 33.333333%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 2rem;
}
.gap-1 {
  gap: 1rem;
}
.gap-1\.5 {
  gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-black {
  border-color: var(--black);
}
.border-white {
  border-color: var(--white);
}
.bg-green {
  background-color: var(--green);
}
.bg-white {
  background-color: var(--white);
}
.bg-salmon {
  background-color: var(--salmon);
}
.bg-blue {
  background-color: var(--blue);
}
.bg-brownlight {
  background-color: var(--brownlight);
}
.bg-black {
  background-color: var(--black);
}
.bg-dark {
  background-color: var(--dark);
}
.p-0\.5 {
  padding: 0.5rem;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 1rem;
}
.p-1\.5 {
  padding: 1.5rem;
}
.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-1\.5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-0\.5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1\.5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-1\.25 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-0\.75 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-0\.5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.pt-2 {
  padding-top: 2rem;
}
.pb-1 {
  padding-bottom: 1rem;
}
.pt-1 {
  padding-top: 1rem;
}
.pr-1 {
  padding-right: 1rem;
}
.pb-2 {
  padding-bottom: 2rem;
}
.pt-1\.5 {
  padding-top: 1.5rem;
}
.pb-0\.5 {
  padding-bottom: 0.5rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-0 {
  padding-top: 0;
}
.pl-1\.5 {
  padding-left: 1.5rem;
}
.pl-1 {
  padding-left: 1rem;
}
.pr-0\.5 {
  padding-right: 0.5rem;
}
.pr-0 {
  padding-right: 0;
}
.pt-0\.25 {
  padding-top: 0.25rem;
}
.pr-1\.25 {
  padding-right: 1.25rem;
}
.pt-0\.5 {
  padding-top: 0.5rem;
}
.pb-3 {
  padding-bottom: 3rem;
}
.pt-0\.75 {
  padding-top: 0.75rem;
}
.pb-0\.25 {
  padding-bottom: 0.25rem;
}
.pr-2\.5 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 2rem;
}
.pb-1\.5 {
  padding-bottom: 1.5rem;
}
.pb-0\.75 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 4rem;
}
.pl-4 {
  padding-left: 4rem;
}
.pr-1\.5 {
  padding-right: 1.5rem;
}
.pb-1\.25 {
  padding-bottom: 1.25rem;
}
.pt-1\.25 {
  padding-top: 1.25rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-rale-grotesk {
  font-family: Rale Grotesk, Verdana, Arial, sans-serif;
}
.text-xs {
  font-size: 0.75rem;
}
.text-4xl {
  font-size: 2rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-base {
  font-size: 1rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-6xl {
  font-size: 2.5rem;
}
.text-3xl {
  font-size: 1.75rem;
}
.text-2\.5xl {
  font-size: 1.6875rem;
}
.text-7xl {
  font-size: 2.75rem;
}
.text-xxs {
  font-size: 0.625rem;
}
.font-medium {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.leading-none {
  line-height: 1;
}
.leading-loose {
  line-height: 2;
}
.leading-relaxed {
  line-height: 1.625;
}
.text-greydark {
  color: var(--greydark);
}
.text-black {
  color: var(--black);
}
.text-greydarkest {
  color: var(--greydarkest);
}
.text-grey {
  color: var(--grey);
}
.text-brownlight {
  color: var(--brownlight);
}
.text-white {
  color: var(--white);
}
.text-greymedium {
  color: var(--greymedium);
}
.text-greylight {
  color: var(--greylight);
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
:root {
  --header-height-desktop: 7.5rem;
  --header-height-mobile: 7.875rem;
  --header-padding-mobile: 7.875rem;
  --header-padding-mobile-sticky: 4.375rem;
  --header-sticky-nav: 6.5rem;
  --default-font-family: "Everett", "Everett Arial Fallback", Verdana, sans-serif;
  --rale-grotesk-font-family: "Rale Grotesk", "Rale Grotesk Fallback", Verdana, sans-serif;
  --white: #fff;
  --black: #000;
  --dark: #181717;
  --brownlighter: #f2c684;
  --brownlight: #c5a26e;
  --blue: #e7edfd;
  --green: #d7f6ef;
  --salmon: #e8c7bc;
  --sand: #f0e9d6;
  --grey: #666;
  --greydarkest: #4f4f4f;
  --greymedium: #999;
  --greydark: #383838;
  --greylight: #b6b6b6;
  --greylightest: #f9f9f9;
  --border-nav-color: #e5e5e5;
  --border-color: rgba(0, 0, 0, 0.2);
  --color-alert: #d8000c;
  --background-alert: #ffbaba;
  --background-confirm: #dff2bf;
  --color-confirm: #4f8a10;
  --sm-screen: 540px;
  --md-screen: 720px;
  --lg-screen: 980px;
  --xl-screen: 1160px;
  --2xl-screen: 1360px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

::-moz-selection {
  background: var(--black);
  color: var(--white);
  text-shadow: none;
}

::selection {
  background: var(--black);
  color: var(--white);
  text-shadow: none;
}

body {
  background: var(--white);
  font-family: var(--default-font-family);
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding: var(--header-padding-mobile) 0 0;
}
@media (min-width: 1024px) {
  body {
    padding: 0;
  }
}
body.has-no-partners {
  padding: var(--header-padding-mobile-sticky) 0 0;
}
@media (min-width: 1024px) {
  body.has-no-partners {
    padding: 0;
  }
}
body.popin {
  padding: 0;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

a,
button {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a {
  color: currentColor;
}

button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
button:focus {
  outline: none;
}
.js button {
  cursor: pointer;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input:focus,
button:focus,
select:focus,
optgroup:focus,
textarea:focus {
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

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

::-ms-clear,
::-ms-reveal {
  display: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

.stretched-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  pointer-events: auto;
}

.visuallyhidden,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#skipLinks {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999;
}
#skipLinks a {
  color: currentColor;
  position: absolute;
  text-decoration: underline;
  left: -999em;
  top: 0;
}
#skipLinks a:focus, #skipLinks a:active {
  background: var(--black);
  color: var(--white);
  position: absolute;
  padding: 1rem;
  left: 0;
  top: 0;
}

.border-l {
  border-left: 1px solid currentColor;
}

.border-r {
  border-right: 1px solid currentColor;
}

.border-t {
  border-top: 1px solid currentColor;
}

.border-b {
  border-bottom: 1px solid currentColor;
}

.js .has-keyboard-focus a:focus,
.js .has-keyboard-focus button:focus {
  outline: thin dotted;
}

.wrapper {
  display: flex;
  min-height: 100vh;
  height: 100%;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 1024px) {
  .wrapper {
    contain: paint;
  }
}

.wrapper__main {
  flex: 1 0 auto;
}

.content-visibility-auto {
  content-visibility: auto;
}

.main {
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .main {
    overflow-x: initial;
  }
}

[id] {
  scroll-margin-top: var(--header-padding-mobile);
}
.mobile-sticky [id] {
  scroll-margin-top: var(--header-padding-mobile-sticky);
}
@media (min-width: 1024px) {
  [id] {
    scroll-margin-top: var(--header-sticky-nav);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

strong,
b {
  font-weight: 500;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bg-transparent {
  background: transparent;
}

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

.fill-current {
  fill: currentColor;
}

.fill-none {
  fill: none;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-none {
  stroke: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

.rounded {
  border-radius: 50%;
}

.rounded-light {
  border-radius: 0.1875rem;
}

.default-list a {
  color: var(--black);
  text-decoration-line: none;
}

.default-list a:hover {
  text-decoration-line: underline;
}

.default-list a:focus {
  text-decoration-line: underline;
}
.section-black .default-list a, .section-sand .default-list a {
  color: var(--black);
}

.category-icon {
  background: var(--white);
  border-radius: 50%;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 2.625rem;
  padding: 0;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  width: 2.625rem;
  z-index: 0;
}
@media (min-width: 1024px) {
  .category-icon {
    height: 3.75rem;
    width: 3.75rem;
  }
}
.list_item .category-icon, .video-item .category-icon {
  position: static;
  left: auto;
  bottom: 0;
}
.category-icon svg {
  fill: currentColor;
}

.sticker {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0;
  color: var(--white);
}

@media (min-width: 1024px) {
  .sticker {
    padding-top: 0.5rem;
  }
}

.sticker {
  border-radius: 50%;
  height: 7.5rem;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 7.5rem;
}
.movie-item .sticker {
  background-color: var(--brownlight);
}
.entry-header__focus .sticker {
  background-color: var(--white);
  color: var(--black);
  position: static;
  right: auto;
  bottom: auto;
  transform: scale(0.85);
}
@media (min-width: 1024px) {
  .entry-header__focus .sticker {
    transform: none;
  }
}
.sticker .logo svg {
  fill: currentColor;
  height: 32px;
  width: 58px;
}
@media (min-width: 1024px) {
  .sticker .logo svg {
    height: 64px;
    width: 116px;
  }
}

.sticker-logo {
  color: var(--white);
}
.entry-header__focus .sticker-logo {
  color: var(--black);
}
.sticker-logo svg {
  fill: currentColor;
}

.faq-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
}
.faq-nav__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .faq-nav__list {
    display: block;
    overflow: visible;
    width: 100%;
  }
}
.faq-nav__list li {
  padding-bottom: 1rem;
  padding-right: 1rem;
  flex: none;
}
.faq-nav__list li:last-child {
  padding-right: 2.5rem;
}
@media (min-width: 1024px) {
  .faq-nav__list li {
    padding-bottom: 1.25rem;
    padding-right: 0;
    flex-grow: 1;
    max-width: -moz-fit-content;
    max-width: fit-content;
    z-index: 1;
  }
}
.faq-nav__list a {
  color: var(--black);
}
.faq-nav__list a.active {
  text-decoration-line: underline;
}

.js-accordion--faq .active {
  color: var(--black);
}
.js-accordion--faq .js-accordion__panel__body a {
  color: var(--black);
}
.js-accordion--faq .js-accordion__panel__body a:hover {
  color: var(--brownlight);
}
.js-accordion--faq .js-accordion__panel__body a:focus {
  color: var(--brownlight);
}
.js-accordion--faq .js-accordion__panel__body a.bt:hover {
  color: var(--white);
}
.js-accordion--faq .js-accordion__panel__body a.bt:focus {
  color: var(--white);
}

.filter__list .bt-filter:hover {
  color: var(--black);
}
.filter__list .bt-filter.active {
  color: var(--black);
  text-decoration-line: underline;
}

.photo-filter,
.video-filter {
  display: none;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .grid-item p {
    min-height: 11rem;
  }
}

.custom-slider__toolbar--desktop {
  display: none;
  height: 100%;
  width: 7.5rem;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .custom-slider__toolbar--desktop {
    display: flex;
  }
}
.custom-slider__toolbar--desktop hr {
  background: #000;
  border: 0;
  display: block;
  height: 1px;
  margin: 1rem 0;
}

.custom-slider__toolbar--mobile {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .custom-slider__toolbar--mobile {
    display: none;
  }
}

.promising-slider__toolbar--desktop {
  height: auto;
  left: 50%;
  bottom: 0;
  position: absolute;
  transform: translateX(-100%);
  z-index: 25;
}

.promising-slider {
  margin-bottom: -1rem;
}
@media (min-width: 1024px) {
  .promising-slider {
    margin-bottom: 0;
  }
}

.js .gallery-slider__toolbar--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .js .gallery-slider__toolbar--desktop.active {
    display: block;
  }
}

@media (min-width: 768px) {
  .grid--masonry .masonry-item:nth-child(even) {
    transform: translateY(9rem);
  }
  .grid--masonry-inverse {
    direction: rtl;
  }
  .grid--masonry-inverse .masonry-item {
    direction: ltr;
  }
}

.masonry-item__over {
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.masonry-item:hover .masonry-item__over, .masonry-item:focus .masonry-item__over {
  opacity: 1;
}

.masonry-item__content {
  background-color: var(--white);
  color: var(--black);
}
.masonry-item--black .masonry-item__content {
  background-color: var(--black);
  color: var(--white);
}
.masonry-item__content a {
  color: var(--black);
}
.masonry-item--black .masonry-item__content a {
  color: var(--white);
}
.masonry-item__content svg {
  fill: var(--black);
  transform: scale(0.75);
}
@media (min-width: 1024px) {
  .masonry-item__content svg {
    transform: none;
  }
}
.masonry-item--black .masonry-item__content svg {
  fill: var(--white);
}

/* ANIMATIONS */
.fade-in {
  animation: fadeIn 0.3s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  animation: fadeOut 0.3s ease-in-out forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header {
  display: none;
}
@media (min-width: 1024px) {
  .header {
    display: block;
    background-color: var(--white);
  }
}

.header-top {
  min-height: 8rem;
  padding-top: 1rem;
}

.header-main {
  min-height: 6.25rem;
}

.header-main__inner .logo {
  display: none;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.logo svg {
  fill: var(--white);
  height: 64px;
  width: 117px;
}
.mobile-menu .logo svg {
  fill: var(--black);
  height: 32px;
  width: 58px;
}
.main-nav--sticky .logo svg {
  fill: var(--black);
  position: relative;
  height: 36px;
  top: 0.75rem;
  width: 65px;
}
.logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration-line: none;
}

.tagline {
  padding-top: 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.header .tagline {
  color: var(--white);
}
.mobile-menu .tagline {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--black);
}
.full-nav .tagline {
  color: var(--black);
}

.header-top__nav__list {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 1.75rem 0 0;
}
.header-top__nav__list li {
  padding: 0 1.5vw 0 0;
  text-align: center;
}
.header-top__nav__list li.menu-item-home a {
  color: var(--brownlighter);
  text-decoration-line: underline;
}
.header-top__nav__list a {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  text-decoration-line: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header-top__nav__list a:hover {
  color: var(--brownlighter);
  text-decoration-line: underline;
}
.header-top__nav__list a:focus {
  text-decoration-line: underline;
}
@media (min-width: 1280px) {
  .header-top__nav__list a {
    font-size: 0.875rem;
  }
}

.header-main__sidebar {
  position: relative;
  top: 0.5rem;
}

.mobile-container .partners {
  min-height: 3.5rem;
}

.mobile-container .partners__list {
  justify-content: flex-end;
}
.partners__list li:not(:first-child) {
  padding: 0 0 0 1rem;
}
@media (min-width: 1024px) {
  .partners__list li:not(:first-child) {
    padding: 0 0 0 1.25rem;
  }
}
.partners__list a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__list img {
  height: auto;
  max-width: 75%;
}
@media (min-width: 1024px) {
  .partners__list img {
    max-width: 100%;
  }
}

.main-nav__list > li {
  padding: 0 1.5vw 0 0;
}
@media (min-width: 1280px) {
  .main-nav__list > li {
    padding: 0 2.5vw 0 0;
  }
}
.main-nav__list > li.current-menu-ancestor > a, .main-nav__list > li.current-menu-parent > a, .main-nav__list > li.current-page-ancestor > a, .main-nav__list > li.current-menu-item > a, .main-nav__list > li.current_page_item > a, .main-nav__list > li.current > a {
  color: var(--brownlight);
}
.main-nav__list > li > a {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.main-nav__list > li > a:hover {
  color: var(--brownlight);
}
.main-nav--sticky .main-nav__list > li > a {
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .main-nav--sticky .main-nav__list > li > a {
    font-size: 1rem;
  }
}
.main-nav__list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 3.5rem;
  width: 100%;
}
.main-nav__list .sub-menu {
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--border-nav-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 25;
}
.main-nav__list .sub-menu.active, .main-nav__list .sub-menu[data-visually-hidden=false] {
  background: var(--white);
  height: auto;
  max-height: 50vh;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.main-nav__list .sub-menu li {
  flex-grow: 1;
  width: 25%;
}
.main-nav__list .sub-menu li:last-child:nth-child(odd) a {
  border-right: 1px solid var(--border-nav-color);
}
.main-nav__list .sub-menu a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
  color: var(--black);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.main-nav__list .sub-menu a:hover {
  background-color: var(--black);
  color: var(--white);
}
.main-nav__list .sub-menu a {
  border: 1px solid var(--border-nav-color);
  border-right: 0;
  border-top: 0;
}
.main-nav__list .menu-item--edition .sub-menu li a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.main-nav__list .menu-item--edition .sub-menu li.menu-item--title a {
  background-color: var(--black);
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
  color: var(--white);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.main-nav__list .menu-item--edition .sub-menu li.menu-item--title a:hover {
  background-color: var(--black);
  color: var(--white);
}
.main-nav__list .menu-item--edition .sub-menu li.menu-item--title a {
  border-left-color: var(--black);
}
.main-nav__list .menu-item--edition .sub-menu li.menu-item--title a:hover {
  border-left-color: var(--black);
}

.top-nav__list li {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 1.5vw 0 0;
}
.top-nav__list a {
  text-transform: uppercase;
  color: var(--greydark);
  text-decoration-line: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.top-nav__list a:hover {
  color: var(--black);
  text-decoration-line: underline;
}
.top-nav__list a:focus {
  text-decoration-line: underline;
}

.header-language__list li {
  display: flex;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--black);
  padding: 0;
}
.header-language__list li:not(:first-child):before {
  content: "-";
  margin: 0;
  display: flex;
  align-items: flex-start;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  color: var(--greymedium);
}
.header-language__list a {
  color: var(--greymedium);
  text-decoration-line: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header-language__list a:hover {
  color: var(--black);
  text-decoration-line: underline;
}
.header-language__list a:focus {
  text-decoration-line: underline;
}

.top-sidebar-nav__list {
  padding: 1rem 0 0;
}
.top-sidebar-nav__list li {
  padding: 0 0 0 1.5vw;
}

.search-container {
  display: none;
}

#main-nav--sticky {
  animation: stickHeader 0.3s ease-in-out;
  background: var(--white);
  display: none;
  position: fixed;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 40;
}
#main-nav--sticky .main-nav {
  display: flex;
  align-items: flex-end;
}
#main-nav--sticky .logo {
  display: block;
  padding-right: 2.5vw;
}
#main-nav--sticky .logo svg {
  fill: var(--dark);
}
#main-nav--sticky.main-nav--sticky--visible {
  display: block;
}

.header-tagline {
  position: relative;
  left: -0.75rem;
  width: calc(100% + 1.5rem);
}
.header-tagline img {
  height: auto;
  width: 100%;
}

.header-tagline--medium {
  left: -7vw;
  width: calc(100% + 14vw);
}

.header-tagline--large {
  left: -13vw;
  width: calc(100% + 26vw);
}

@keyframes stickHeader {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.bt,
.single-button a {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  border-color: var(--black);
  background-color: var(--black);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1;
  color: var(--white);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bt:hover,
.single-button a:hover {
  color: var(--black);
  text-decoration-line: none;
}
.bt:focus,
.single-button a:focus {
  color: var(--black);
  text-decoration-line: none;
}
@media (min-width: 1024px) {
  .bt,
.single-button a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.bt,
.single-button a {
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .bt,
  .single-button a {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .bt,
  .single-button a {
    font-size: 0.875rem;
  }
}
.bt svg,
.single-button a svg {
  flex-shrink: 0;
  fill: currentColor;
}
.no-touch .bt,
.no-touch .single-button a {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 2rem;
}
.no-touch .bt svg,
.no-touch .single-button a svg {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transform: none;
  position: relative;
  z-index: 10;
}
.no-touch .bt:before,
.no-touch .single-button a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--white);
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transform: translate3d(-120%, 0, 0);
  z-index: -1;
}
.no-touch .bt:hover,
.no-touch .single-button a:hover {
  color: var(--black);
}
.no-touch .bt:hover:before,
.no-touch .single-button a:hover:before {
  transform: translate3d(0, 0, 0);
}

.bt-border--dark {
  color: var(--black);
  background: transparent;
  border: 1px solid var(--black);
}
.no-touch .bt-border--dark:before {
  background-color: var(--dark);
}
.no-touch .bt-border--dark:hover {
  color: var(--white);
}
.no-touch .bt-border--dark:hover span {
  color: var(--white);
}

.bt--small {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.625rem;
}

@media (min-width: 1024px) {
  .bt--small {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.bt--small strong {
  font-weight: 400;
}

.bt--large {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .bt--large {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.bt--large strong {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 400;
}

.bt--light {
  background-color: var(--white);
  color: var(--black);
}

.bt-border--light {
  background: transparent;
  border: 1px solid var(--white);
}
.bt-border--light.active {
  background-color: var(--white);
  color: var(--black);
}

.bt-border--grey {
  color: var(--grey);
}

.bt-border--grey:hover {
  background-color: var(--grey);
  color: var(--white);
}

.bt-border--grey:focus {
  background-color: var(--grey);
  color: var(--white);
}

.bt-border--grey {
  background: transparent;
  border: 1px solid var(--grey);
}

.bt-rounded {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  color: var(--black);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50%;
  border: 1px solid var(--white);
  height: 50px;
  width: 50px;
}
.block-discover .bt-rounded {
  color: var(--white);
}
@media (min-width: 1024px) {
  .bt-rounded {
    background: transparent;
    height: 100px;
    width: 100px;
  }
}
.bt-rounded svg {
  flex-shrink: 0;
  fill: currentColor;
}

.bt-rounded--small {
  opacity: 0;
  height: 40px;
  width: 40px;
}
@media (min-width: 1024px) {
  .bt-rounded--small {
    height: 60px;
    width: 60px;
  }
}

.cover-placeholder {
  position: sticky;
  z-index: 10;
  top: 6rem;
  margin: 0;
}

.bt-disabled {
  color: var(--grey);
}

.bt-disabled:hover {
  background-color: var(--black);
  color: var(--white);
}

.bt-disabled:focus {
  background-color: var(--grey);
  color: var(--grey);
}

.bt-disabled {
  background: transparent;
  border: 1px solid var(--grey);
}

.list_item--text {
  border-bottom: 1px solid var(--border-color);
}
.entry-partner .list-container .list_item--text:only-child, .entry-partner .js-accordion .list_item--text:only-child {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .list_item--text {
    border: 0;
  }
  .entry-partner .list_item--text {
    border-bottom: 1px solid var(--border-color);
  }
  .entry-partner .list-container .list_item--text:only-child, .entry-partner .js-accordion .list_item--text:only-child {
    border-bottom: none;
  }
}

.container .list_item__figure img {
  height: auto;
  width: 72px;
}

.container .list_item__figure--medium img {
  height: auto;
  width: 199px;
}

.cover-placeholder {
  position: sticky;
  z-index: 10;
  top: 6rem;
  margin: 0;
}

.list_container {
  border-top: 1px solid var(--black);
}

.list_item {
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid var(--black);
}
.list_item a {
  transition: all 0.3s ease-in-out;
  color: var(--black);
}
@media (min-width: 1024px) {
  .list_item.over, .list_item.highlight {
    color: var(--black);
  }
  .list_item.over a, .list_item.highlight a {
    color: var(--black);
  }
  .list_item.over .list_item__content__icon, .list_item.highlight .list_item__content__icon {
    visibility: visible;
    transform: scale(1);
  }
}

.list_item__content__icon {
  transition: transform 0.3s ease-in-out;
  transform: scale(0);
  transform-origin: left;
  visibility: hidden;
}

.container img {
  height: auto;
  max-width: 100%;
}
.container img.img-full {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.block-discover {
  transition: all 0.3s ease-in-out;
  background-color: var(--black);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 30rem;
  position: relative;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  transform-origin: center;
}
.block-discover:hover {
  transform: scaleX(1.025);
}
@media (min-width: 1024px) {
  .block-discover {
    align-items: flex-end;
    height: 43.75rem;
  }
}
.block-discover .bt-rounded {
  left: 1.5rem;
  position: absolute;
  bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .block-discover .bt-rounded {
    left: auto;
    position: static;
    bottom: auto;
  }
}

.block-discover__opaque {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  display: block;
  padding: 0;
  z-index: 1;
}

.block-discover__inner {
  z-index: 5;
}

.social__list li {
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.full-layout .social__list li {
  flex: none;
}
.social__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.social__list a:hover {
  background-color: var(--black);
  color: var(--white);
}
.social__list a:focus {
  background-color: var(--black);
  color: var(--white);
}
.social__list a {
  border-radius: 50%;
  border: 1px solid var(--black);
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 1024px) {
  .social__list a {
    height: 4.375rem;
    width: 4.375rem;
  }
}
.social__list a:hover, .social__list a:focus {
  border-color: var(--white);
}
.social__list a svg {
  flex-shrink: 0;
  fill: currentColor;
  height: 1rem;
  width: 1rem;
}
@media (min-width: 1024px) {
  .social__list a svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.opaque:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
}

@media (min-width: 1280px) {
  .opaque:before {
    top: 50%;
    height: 50%;
  }
}

.opaque:before {
  z-index: 1;
}

@media (min-width: 1024px) {
  .col-content .section-gallery:not(.section-gallery--disabled) {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw - 5.75rem);
    margin-right: calc(-50vw - 5.75rem);
    width: 100vw;
  }
  .col-content .section-gallery:not(.section-gallery--disabled) .gallery-slider__inner {
    padding-right: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .col-content .section-gallery:not(.section-gallery--disabled) {
    margin-left: calc(-50vw - 6.5rem);
    margin-right: calc(-50vw - 6.5rem);
  }
}

.container .gallery-item img {
  display: block;
  width: 100%;
}
.gallery-item:hover .gallery-item__caption {
  animation: fadeIn 0.5s ease-in-out forwards;
}

.gallery-item__caption {
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
}

@media (min-width: 1024px) {
  .news-slider__inner {
    width: 100%;
    border-left-width: 1px;
  border-left: 1px solid currentColor;
  }
}

.news-item--full {
  grid-column: span 3/span 3;
}

.bt-toggle-form {
  color: currentColor;
}
.bt-toggle-form svg {
  transition: transform 0.3s ease-in-out;
}
.bt-toggle-form.active svg {
  transform: rotate(90deg);
}

.subnav {
  position: relative;
  padding: 0 1.5rem 2rem 0;
  width: 100vw;
}
@media (min-width: 1024px) {
  .subnav {
    padding: 0;
    width: 100%;
  }
}

.subnav__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.subnav__list::-webkit-scrollbar-track {
  background: none;
}
.subnav__list::-webkit-scrollbar {
  background: transparent;
  display: none;
  width: 0;
}
.subnav__list::-webkit-scrollbar-thumb {
  background: none;
}
@media (min-width: 1024px) {
  .subnav__list {
    overflow: visible;
    flex-wrap: wrap;
    padding: 0;
  }
}
.subnav__list li {
  flex: none;
}
@media (min-width: 1024px) {
  .subnav__list li {
    flex-grow: 1;
    max-width: -moz-fit-content;
    max-width: fit-content;
    z-index: 1;
  }
}

.form-password {
  padding-top: 0;
}

@media (min-width: 1024px) {
  .form-password {
    padding-top: 2rem;
  }
}

.form__inner {
  background: var(--white);
  border: 0;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1.5rem 0 0;
  min-height: 3rem;
  padding: 0.5rem;
}
.form-filter .form__inner {
  background: #fbf8f8;
  border: 1px solid #e2e2e2;
  min-height: 4rem;
}
.entry-header .form__inner {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 1024px) {
  .form__inner {
    margin: 0;
  }
}
.form__inner input {
  background: none;
  border: 0;
  color: var(--white);
  flex: 1;
  font-size: 1rem;
  height: 100%;
  padding: 0 0.75rem;
  width: 100%;
}
.search-container .form__inner input {
  color: var(--black);
}
.form-filter .form__inner input {
  color: var(--greydark);
}
.entry-header .form__inner input::-moz-placeholder {
  color: var(--grey);
}
.entry-header .form__inner input::placeholder {
  color: var(--grey);
}
.form__inner button {
  background: var(--black);
  border: 0;
  border-radius: 50%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  height: 2.5rem;
  width: 2.5rem;
}
.form-filter .form__inner button {
  background: none;
}

.searchform .form__inner {
  padding: 0;
}
.searchform button {
  background: none;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
}
.searchform button svg {
  stroke: var(--black);
}

.ratio-14-9 {
  aspect-ratio: 14/9;
}
@supports not (aspect-ratio: auto) {
  .ratio-14-9::before {
    float: left;
    padding-top: 155%;
    content: "";
  }
  .ratio-14-9::after {
    display: block;
    content: "";
    clear: both;
  }
}

.ratio-4-3 {
  aspect-ratio: 4/3;
}
@supports not (aspect-ratio: auto) {
  .ratio-4-3::before {
    float: left;
    padding-top: 75%;
    content: "";
  }
  .ratio-4-3::after {
    display: block;
    content: "";
    clear: both;
  }
}

.container--push {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .container--push {
    max-width: var(--lg-screen);
  }
}
@media (min-width: 1280px) {
  .container--push {
    max-width: var(--xl-screen);
  }
}
@media (min-width: 1440px) {
  .container--push {
    max-width: var(--2xl-screen);
  }
}

.push__content {
  background-color: var(--white);
}
.bg-blue .push__content {
  background: var(--blue);
}
.bg-green .push__content {
  background: var(--green);
}
.bg-salmon .push__content {
  background: var(--salmon);
}
.bg-sand .push__content {
  background: var(--sand);
}

.live-icon {
  animation: fadeIn 1.3s linear infinite;
}
.live-icon:before {
  border-radius: 50%;
  background: var(--color-alert);
  content: "";
  display: flex;
  flex-shrink: 0;
  height: 0.875rem;
  margin: -0.125rem 0.5rem 0 0;
  padding: 0;
  width: 0.875rem;
}

.scrollable-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
}
.scrollable-nav::-webkit-scrollbar-track {
  background: none;
}
.scrollable-nav::-webkit-scrollbar {
  background: transparent;
  display: none;
  width: 0;
}
.scrollable-nav::-webkit-scrollbar-thumb {
  background: none;
}
@media (min-width: 1024px) {
  .scrollable-nav {
    overflow: visible;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
  }
}
.scrollable-nav li {
  padding-right: 3rem;
  flex: none;
}
@media (min-width: 1024px) {
  .scrollable-nav li {
    flex-grow: 1;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0 5vw 1.5rem 0;
    z-index: 1;
  }
}
.scrollable-nav a.active {
  color: var(--black);
}

.read-smore__link {
  margin: 0;
  padding: 0;
  padding-top: 0.5rem;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (min-width: 1024px) {
  .read-smore__link {
    padding-top: 1.5rem;
  }
}

.list-dash li {
  position: relative;
  display: flex;
  align-items: center;
}
.list-dash li:not(:first-child):before {
  content: "-";
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: currentColor;
}

.section-error:before {
  content: "";
  display: none;
}
@media (min-width: 1024px) {
  .section-error:before {
    background: url(../images/template/error/illustration-404.jpg) center center no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 45%;
    z-index: -1;
  }
}
.section-error .container img {
  width: 100%;
}

@media (min-width: 1024px) {
  .block-error {
    min-height: 50rem;
  }
}

.section-data {
  background: var(--black);
  position: relative;
  left: -1.5rem;
  width: 100vw;
  padding: 0 1.5rem;
}
@media (min-width: 1024px) {
  .section-data {
    background: none;
    left: 0;
    padding: 0;
    width: 100%;
  }
}

.data-slider .data-item__title,
.data-slider .wp-caption-text {
  opacity: 0;
}
.data-slider .swiper-slide-active .data-item__title,
.data-slider .swiper-slide-active .wp-caption-text {
  animation: fadeIn 0.6s ease-in-out forwards;
}
.data-slider .swiper-pagination {
  position: static;
  left: 0;
  width: 3rem;
  text-align: center;
  font-size: 0.875rem;
}

.data-item__title {
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .data-item__title {
    left: -10%;
  }
}

.wp-caption__figure:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
}

.section--custom .container .entry-content .entry-block img {
  width: 100%;
}
@media (min-width: 1024px) {
  .section--custom .container .entry-content .entry-block {
    margin-left: -33.3333%;
    margin-right: -33.3333%;
  }
}

.data-block .data-block_item {
  border-top: 1px solid currentColor;
}
.data-block .data-block_item:last-child {
  border-bottom: 1px solid currentColor;
}

.data-block_item_inner {
  display: block;
  white-space: nowrap;
}
.data-block_item_inner .data-block_item__block:last-child {
  border-right: 0;
}

.data-block_item__block {
  border-right: 1px solid currentColor;
  display: inline-flex;
  padding: 1rem 0.75rem 1rem 0;
}
@media (min-width: 768px) {
  .data-block_item__block {
    padding: 2rem 1.5rem 2rem 0;
  }
}
.data-block_item__block span {
  padding: 0 0.75rem;
}
@media (min-width: 768px) {
  .data-block_item__block span {
    padding: 0 1.5rem;
  }
}
.data-block_item__block .image-container {
  position: relative;
  width: 11rem;
}
.data-block_item__block img {
  flex-shrink: 0;
  height: auto;
  max-width: 50%;
  position: absolute;
}
@media (min-width: 768px) {
  .data-block_item__block img {
    max-width: 100%;
  }
}

#data-block_item__block-1 .image-container {
  width: 7.5rem;
}
#data-block_item__block-1 img {
  top: -4rem;
}

#data-block_item__block-2 img {
  top: -5rem;
}

#data-block_item__block-3 img {
  top: -1rem;
}

#data-block_item__block-4 img {
  top: -1.85rem;
}

#data-block_item__block-5 .image-container {
  width: 7.5rem;
}
#data-block_item__block-5 img {
  top: 0;
}

#data-block_item__block-6 img {
  top: -1rem;
}

.join-container {
  height: 60vh;
  position: relative;
}
@media (min-width: 768px) {
  .join-container {
    height: 35vh;
  }
}
@media (min-width: 1024px) {
  .join-container {
    height: 100vh;
  }
}
@media (min-width: 1280px) {
  .join-container {
    height: 150vh;
  }
}
@media (min-width: 1440px) {
  .join-container {
    height: 100vh;
  }
}

.join-block {
  position: absolute;
  z-index: 10;
  display: none;
}

@media (min-width: 1024px) {
  .join-block {
    display: block;
  }
}
.join-block img {
  transform: scale(0.55);
}
@media (min-width: 768px) {
  .join-block img {
    transform: none;
  }
}

.join-block--text {
  display: block;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 20;
}
@media (min-width: 1024px) {
  .join-block--text {
    width: 50%;
  }
}

.join-block--0 {
  left: -4rem;
  top: 0;
}
@media (min-width: 768px) {
  .join-block--0 {
    left: 0;
    top: 5rem;
  }
}

.join-block--1 {
  left: -2rem;
  bottom: 0;
}
@media (min-width: 768px) {
  .join-block--1 {
    left: 5rem;
    bottom: 5rem;
  }
}

.join-block--2 {
  left: 66%;
  top: 0;
}

.join-block--3 {
  left: 55%;
  bottom: 0;
}

.join-block--4 {
  right: 0;
  top: 5rem;
}

.join-block--5 {
  right: -24vw;
  bottom: 5rem;
}
@media (min-width: 768px) {
  .join-block--5 {
    right: -20vw;
    bottom: 5rem;
  }
}

.entry-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 34rem;
  position: relative;
  top: 0;
  display: flex;
  align-items: flex-start;
  margin: 0;
  z-index: 20;
}
@media (min-width: 1024px) {
  .entry-header {
    align-items: flex-end;
    min-height: 50rem;
  }
}
.entry-header .entry-title {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .entry-header .entry-title {
    font-size: 4.25rem;
  }
}
@media (min-width: 1024px) {
  .entry-header .entry-title {
    font-size: 7.5rem;
  }
}
.entry-header .entry-title {
  margin-top: auto;
}
@media (min-width: 1024px) {
  .entry-header .entry-title {
    margin-top: 0;
    padding-top: 14rem;
  }
}
.entry-header .entry-title em {
  display: block;
  text-transform: none;
}
.entry-header .container {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .entry-header .container--medium-full {
    max-width: 100%;
  }
}
.entry-header .container__inner {
  display: flex;
  flex-direction: column;
  min-height: 34rem;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .entry-header .container__inner {
    min-height: 50rem;
    justify-content: flex-end;
    padding-bottom: 4rem;
  }
  .entry-header.entry-header--movie .container__inner {
    justify-content: center;
  }
}

.entry-header--movie .entry-header__main {
  margin-top: auto;
}
@media (min-width: 1024px) {
  .entry-header--movie .entry-header__main {
    margin-top: 0;
  }
}
.entry-header--movie .entry-header__footer {
  margin-top: auto;
}
@media (min-width: 1024px) {
  .entry-header--movie .entry-header__footer {
    margin-top: 12.5%;
  }
}

.entry-header--people {
  min-height: 1rem;
}
@media (min-width: 1024px) {
  .entry-header--people {
    min-height: 1rem;
  }
}
.entry-header--people .container__inner {
  min-height: 1rem;
}
@media (min-width: 1024px) {
  .entry-header--people .container__inner {
    min-height: 1rem;
  }
}
.entry-header--people .entry-title {
  padding-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .entry-header--people .entry-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .entry-header--people .entry-title {
    padding-top: 2rem;
    font-size: 4rem;
  }
}

.entry-header--medium {
  min-height: 5rem;
}
@media (min-width: 1024px) {
  .entry-header--medium {
    min-height: 22rem;
  }
}
.entry-header--medium .entry-header_container {
  min-height: 5rem;
}
@media (min-width: 1024px) {
  .entry-header--medium .entry-header_container {
    min-height: 22rem;
  }
}
.entry-header--medium .entry-header__main {
  margin-top: auto;
}
.entry-header--medium .entry-header__footer {
  margin-top: auto;
}
.entry-header--medium .container__inner {
  min-height: 1rem;
}
@media (min-width: 1024px) {
  .entry-header--medium .container__inner {
    min-height: 1rem;
  }
}
.entry-header--medium .entry-title {
  padding-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .entry-header--medium .entry-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .entry-header--medium .entry-title {
    padding-top: 2rem;
    font-size: 4rem;
  }
}

.entry-header__footer strong {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 768px) {
  .entry-header__footer strong {
    font-size: 4.25rem;
  }
}

@media (min-width: 1024px) {
  .entry-header__footer strong {
    font-size: 7.5rem;
  }
}

.entry-header__list {
  margin-top: auto;
}
.entry-header__footer .entry-header__list {
  margin-left: 0;
}
@media (min-width: 1280px) {
  .entry-header__footer .entry-header__list {
    margin-left: auto;
  }
  .entry-header__list {
    margin-top: 0;
  }
  .entry-header__footer .entry-header__list--full {
    margin-left: 0;
  }
}

.entry-header__sticker {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--brownlight);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0;
  color: var(--white);
}

@media (min-width: 1024px) {
  .entry-header__sticker {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
  }
}

.entry-header__sticker {
  border-radius: 50%;
  height: 6.25rem;
  position: absolute;
  right: 1.5rem;
  top: 2rem;
  width: 6.25rem;
}
@media (min-width: 1024px) {
  .entry-header__sticker {
    height: 12.5rem;
    width: 12.5rem;
  }
}
.entry-header__sticker .logo svg {
  height: 32px;
  width: 58px;
}
@media (min-width: 1024px) {
  .entry-header__sticker .logo svg {
    height: 64px;
    width: 116px;
  }
}

.entry-header__sticker__container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--brownlight);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0;
  color: var(--white);
}

@media (min-width: 1024px) {
  .entry-header__sticker__container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
  }
}

.entry-header__sticker__container {
  border-radius: 50%;
  height: 6.25rem;
  position: absolute;
  right: 1.5rem;
  top: 2rem;
  width: 6.25rem;
}
@media (min-width: 1024px) {
  .entry-header__sticker__container {
    height: 10rem;
    width: 10rem;
  }
}
.entry-header__sticker__container .logo svg {
  height: 32px;
  width: 58px;
}
@media (min-width: 1024px) {
  .entry-header__sticker__container .logo svg {
    height: 64px;
    width: 116px;
  }
}

.sticky__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.entry-header__inner {
  display: grid;
  grid-template-columns: 100%;
  gap: 0;
  grid-template-areas: "entry-header__meta" "entry-image" "entry-description";
  padding: 2rem 0 0;
}
@media (min-width: 1024px) {
  .entry-header__inner {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 50% 33.3333%;
    gap: 0;
    grid-template-areas: "entry-header__meta entry-image" "entry-description entry-image";
    padding: 4rem 0 0;
  }
}
.entry-header__inner .entry-header__meta {
  grid-area: entry-header__meta;
}
.entry-header__inner .entry-description {
  grid-area: entry-description;
  padding: 1rem 0 0;
}
.entry-header__inner .entry-description a {
  color: var(--brownlight);
  text-decoration-line: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.entry-header__inner .entry-description a:hover {
  text-decoration-line: underline;
}
.entry-header__inner .entry-description a:focus {
  text-decoration-line: underline;
}
.entry-header__inner .entry-description p {
  line-height: 1.6;
  padding: 0 0 1.5rem;
}
.entry-header__inner .entry-image {
  grid-area: entry-image;
}

.entry-header__shadow {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  display: block;
  padding: 0;
  z-index: 1;
}
.single-movie .entry-header--movie .entry-header__shadow {
  background: rgba(0, 0, 0, 0.4);
}

.movie-item img {
  width: 100%;
}

.mix {
  display: none;
}

.news-item .bt-read svg,
.news-item img,
.masonry-item .bt-read svg,
.masonry-item img,
.illustration-item .bt-read svg,
.illustration-item img,
.gallery-item .bt-read svg,
.gallery-item img,
.event-item .bt-read svg,
.event-item img,
.mix .bt-read svg,
.mix img,
.people-item .bt-read svg,
.people-item img,
.movie-item .bt-read svg,
.movie-item img,
.project-item .bt-read svg,
.project-item img {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: none;
}
.news-item .masonry-item__content svg,
.masonry-item .masonry-item__content svg,
.illustration-item .masonry-item__content svg,
.gallery-item .masonry-item__content svg,
.event-item .masonry-item__content svg,
.mix .masonry-item__content svg,
.people-item .masonry-item__content svg,
.movie-item .masonry-item__content svg,
.project-item .masonry-item__content svg {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.news-item:hover .over-zoom:before,
.masonry-item:hover .over-zoom:before,
.illustration-item:hover .over-zoom:before,
.gallery-item:hover .over-zoom:before,
.event-item:hover .over-zoom:before,
.mix:hover .over-zoom:before,
.people-item:hover .over-zoom:before,
.movie-item:hover .over-zoom:before,
.project-item:hover .over-zoom:before {
  opacity: 1;
}
.news-item:hover img,
.masonry-item:hover img,
.illustration-item:hover img,
.gallery-item:hover img,
.event-item:hover img,
.mix:hover img,
.people-item:hover img,
.movie-item:hover img,
.project-item:hover img {
  transform: scale(1.1);
  transform-origin: center;
}
.news-item:hover .no-zoom img,
.masonry-item:hover .no-zoom img,
.illustration-item:hover .no-zoom img,
.gallery-item:hover .no-zoom img,
.event-item:hover .no-zoom img,
.mix:hover .no-zoom img,
.people-item:hover .no-zoom img,
.movie-item:hover .no-zoom img,
.project-item:hover .no-zoom img {
  transform: none;
}
.news-item:hover .bt-read svg,
.masonry-item:hover .bt-read svg,
.illustration-item:hover .bt-read svg,
.gallery-item:hover .bt-read svg,
.event-item:hover .bt-read svg,
.mix:hover .bt-read svg,
.people-item:hover .bt-read svg,
.movie-item:hover .bt-read svg,
.project-item:hover .bt-read svg {
  transform: translateX(0.5rem);
}
.news-item:hover .masonry-item__content svg,
.masonry-item:hover .masonry-item__content svg,
.illustration-item:hover .masonry-item__content svg,
.gallery-item:hover .masonry-item__content svg,
.event-item:hover .masonry-item__content svg,
.mix:hover .masonry-item__content svg,
.people-item:hover .masonry-item__content svg,
.movie-item:hover .masonry-item__content svg,
.project-item:hover .masonry-item__content svg {
  transform: scale(0.75) translateX(0.5rem);
}
@media (min-width: 1024px) {
  .news-item:hover .masonry-item__content svg,
  .masonry-item:hover .masonry-item__content svg,
  .illustration-item:hover .masonry-item__content svg,
  .gallery-item:hover .masonry-item__content svg,
  .event-item:hover .masonry-item__content svg,
  .mix:hover .masonry-item__content svg,
  .people-item:hover .masonry-item__content svg,
  .movie-item:hover .masonry-item__content svg,
  .project-item:hover .masonry-item__content svg {
    transform: translateX(0.5rem);
  }
}

.aligncenter {
  text-align: center;
}

.txtalignleft {
  text-align: left;
}

.txtalignright {
  text-align: right;
}

.wrapper .alignleft,
.wrapper .alignright,
.wrapper .aligncenter {
  display: block;
  margin: 0 0 1rem;
}
@media (min-width: 1024px) {
  .wrapper .alignleft {
    float: left;
    margin: 0 1.5rem 1rem 0;
  }
  .wrapper .alignright {
    float: right;
    margin: 0 0 1rem 1.5rem;
  }
  .wrapper .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
}

h1,
.entry-title {
  font-weight: 300;
  line-height: 1;
  color: currentColor;
}

.entry-meta ul li {
  padding-bottom: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
}

@media (min-width: 1024px) {
  .entry-meta ul li {
    padding-bottom: 0;
  }
}
.entry-meta ul li:last-child {
  padding-right: 0;
}
.entry-meta a {
  text-transform: uppercase;
  color: var(--black);
  text-decoration-line: none;
}
.entry-meta a:hover {
  text-decoration-line: underline;
}
.entry-meta a:focus {
  text-decoration-line: underline;
}
.entry-meta a.rounded-light:hover {
  text-decoration-line: none;
}
.entry-meta a.rounded-light:focus {
  text-decoration-line: none;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  display: block;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding: 1rem 0;
}
.entry-content h2 {
  font-size: 1.75rem;
}
@media (min-width: 1024px) {
  .entry-content h2 {
    font-size: 2rem;
  }
}
.entry-content h3 {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .entry-content h3 {
    font-size: 1.75rem;
  }
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-size: 1.5rem;
  }
}
.entry-content p {
  display: block;
  line-height: 1.5;
  font-size: 1rem;
  margin: 0;
  padding: 0 0 1rem;
}
@media (min-width: 1024px) {
  .entry-content p {
    font-size: 1.25rem;
  }
}
.entry-content p:empty {
  display: none;
}
.entry-content p.first-letter:first-letter {
  font-size: 3rem;
}
@media (min-width: 1024px) {
  .entry-content p.first-letter:first-letter {
    font-size: 5.75rem;
  }
}
.entry-content p.first-letter:first-letter {
  float: left;
  line-height: 1;
  margin: 0 0 -1rem;
  padding: 0 0.5rem 0 0;
}
@-moz-document url-prefix() {
  .entry-content p.first-letter:first-letter {
    padding: 1rem 0.5rem 0.5rem 0;
  }
}
.entry-content a {
  color: var(--black);
  text-decoration: underline;
  word-break: break-word;
}
.entry-content a.bt {
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  background-color: var(--black);
  color: var(--white);
  text-decoration-line: none;
}
.entry-content a.bt-border--light {
  background: transparent;
  border: 1px solid var(--white);
}
.entry-content a.bt-border--dark {
  color: var(--black);
}
.entry-content a.bt-border--dark:hover {
  background-color: var(--black);
  color: var(--white);
}
.entry-content a.bt-border--dark:focus {
  background-color: var(--black);
  color: var(--white);
}
.entry-content a.bt-border--dark {
  background: transparent;
  border: 1px solid var(--black);
}
.entry-content .single-button a {
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  background-color: var(--black);
  color: var(--white);
  text-decoration-line: none;
}
.entry-content ul {
  list-style-type: disc;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
.entry-content ul ul {
  padding-top: 1rem;
  padding-bottom: 0;
}
.entry-content ol {
  list-style-type: number;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
.entry-content li {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 0 1rem;
}
@media (min-width: 1024px) {
  .entry-content li {
    font-size: 1.25rem;
  }
}
.entry-content hr {
  background: currentColor;
  border: 0;
  display: block;
  height: 1px;
  margin: 1rem 0;
}
.entry-content a {
  word-break: break-word;
}
.entry-content a.wp-block-button__link {
  text-decoration: none;
}
.entry-content em,
.entry-content i {
  font-style: italic;
}
.entry-content blockquote {
  margin: 0;
  display: block;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
}
@media (min-width: 1024px) {
  .entry-content blockquote {
    font-size: 2rem;
  }
}
.entry-content blockquote p {
  display: inline;
  font-size: 1em;
  line-height: 1.1;
}
.entry-content blockquote cite {
  display: block;
  padding-top: 0.75rem;
  font-family: Everett, Verdana, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 1024px) {
  .entry-content blockquote cite {
    font-size: 1.125rem;
  }
}
.entry-content iframe,
.entry-content .prev-video_youtube {
  aspect-ratio: 16/9;
  height: auto;
  max-width: 100%;
  width: 100%;
  margin: 0 0 1rem;
}
@supports not (aspect-ratio: auto) {
  .entry-content iframe::before,
  .entry-content .prev-video_youtube::before {
    float: left;
    padding-top: 56.25%;
    content: "";
  }
  .entry-content iframe::after,
  .entry-content .prev-video_youtube::after {
    display: block;
    content: "";
    clear: both;
  }
}
.entry-content .wp-caption {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .entry-content .wp-caption {
    margin-left: 16.6667%;
  }
  .entry-content .wp-caption.alignleft {
    margin-left: 0;
  }
  .entry-content .wp-caption.alignright {
    margin-right: 0;
  }
  .entry-content .wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .wp-caption.alignleft, .entry-content .wp-caption.alignright, .entry-content .wp-caption.aligncenter {
    display: table;
  }
  .entry-content .wp-caption.alignleft .wp-caption-text, .entry-content .wp-caption.alignright .wp-caption-text, .entry-content .wp-caption.aligncenter .wp-caption-text {
    display: table-caption;
    caption-side: bottom;
  }
}
.entry-content .entry-block {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .entry-content .entry-block {
    margin-bottom: 3rem;
  }
}
.entry-content .entry-block .wp-caption {
  margin: 0 0 1rem;
}
@media (min-width: 1024px) {
  .entry-content .entry-block .wp-caption.alignleft {
    margin: 0 1.5rem 1.5rem 0;
  }
  .entry-content .entry-block .wp-caption.alignright {
    margin: 0 0 1.5rem 1.5rem;
  }
  .entry-content .entry-block .wp-caption.aligncenter {
    margin: 0 auto 1.5rem;
  }
  .entry-content .entry-block .wp-caption.aligncenter img {
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-caption {
  margin: 0 0 1rem;
}
.wp-caption img {
  display: block;
  margin: 0;
}

.wp-caption-text {
  display: block;
  padding-top: 1rem;
  font-size: 0.875rem;
}

.gallery-slider__inner,
.people-slider__inner {
  padding-right: 0.15rem;
}

table {
  border: 1px solid var(--greylight);
  border-collapse: collapse;
  margin: 0 0 2rem 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  table-layout: fixed;
}

table tr {
  padding: 0.35em;
}

table th,
table td {
  border: 1px solid var(--greylight);
  font-size: 1rem;
  padding: 0.5rem;
  text-align: center;
}
.entry-content table th p,
.entry-content table td p {
  font-size: 1em;
  padding: 0;
}
@media (min-width: 1024px) {
  .entry-content table th p,
  .entry-content table td p {
    font-size: 1em;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  table {
    border: 0;
  }
  table tr {
    display: block;
    margin-bottom: 0.625em;
  }
  table tr:first-child {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table td {
    border-bottom: 0;
    border-top: 1px solid var(--greylight);
    display: block;
    text-align: right;
  }
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
  }
  table td:first-child {
    font-weight: 500;
    text-align: center;
  }
  table td:last-child {
    border-bottom: 1px solid var(--greylight);
  }
}
.entry-focus {
  margin-bottom: 1.5rem;
  background-color: var(--white);
  padding: 1.5rem;
}

.bt-share,
.bt-copy-clipboard {
  box-shadow: 0 1px 0 var(--greydark);
}
.bt-share:hover,
.bt-copy-clipboard:hover {
  box-shadow: 0 1px 0 var(--black);
}

.entry-share {
  padding-top: 1rem;
  font-size: 0.875rem;
}
.entry-share li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
}
.entry-share a {
  color: var(--greydark);
}
.entry-share a:hover {
  color: var(--black);
}
.entry-share a:focus {
  color: var(--black);
}
.entry-share button {
  color: var(--greydark);
}
.entry-share button:hover {
  color: var(--black);
}
.entry-share button:focus {
  color: var(--black);
}

.js .entry-share__inner {
  display: none;
}

.default-content h2 {
  font-size: 2.25rem;
}
.default-content h3 {
  font-size: 2rem;
}
.default-content h4 {
  font-size: 1.75rem;
}
.default-content h5 {
  font-size: 1.625rem;
}
.default-content h6 {
  font-size: 1.5rem;
}
.default-content blockquote {
  margin: 0;
  display: block;
  padding: 0;
  padding-left: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 1024px) {
  .default-content blockquote {
    padding-left: 2rem;
  }
}

.large-content h2 {
  font-size: 2.5rem;
}
.large-content h3 {
  font-size: 2.25rem;
}
.large-content h4 {
  font-size: 2rem;
}
.large-content h5 {
  font-size: 1.75rem;
}
.large-content h6 {
  font-size: 1.625rem;
}
.large-content blockquote {
  margin: 0;
  display: block;
  padding: 0;
  padding-left: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .large-content blockquote {
    padding-left: 2rem;
    font-size: 2rem;
  }
}

.autoComplete_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

.autoComplete_wrapper > input {
  height: 4.375rem;
  width: 100%;
  margin: 0;
  padding: 0 3rem 0 1rem;
  box-sizing: border-box;
  font-size: 1rem;
  text-overflow: ellipsis;
  color: var(--grey);
  outline: none;
  transition: all 0.4s ease;
}
@media (min-width: 1024px) {
  .autoComplete_wrapper > input {
    padding: 0 3rem 0 3rem;
  }
}

.autoComplete_wrapper > input::-moz-placeholder {
  color: var(--grey);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input::placeholder {
  color: var(--grey);
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input:hover::-moz-placeholder {
  color: var(--grey);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input:hover::placeholder {
  color: var(--grey);
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input:focus::-moz-placeholder {
  color: var(--grey);
}

.autoComplete_wrapper > input:focus::placeholder {
  color: var(--grey);
}

.autoComplete_wrapper > input:focus::-moz-selection {
  background-color: rgba(255, 122, 122, 0.15);
}

.autoComplete_wrapper > input:focus::selection {
  background-color: rgba(255, 122, 122, 0.15);
}

.autoComplete_wrapper > input::-moz-selection {
  background-color: rgba(255, 122, 122, 0.15);
}

.autoComplete_wrapper > input::selection {
  background-color: rgba(255, 122, 122, 0.15);
}

.autoComplete_wrapper > input:hover {
  color: var(--black);
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input:focus {
  color: var(--black);
}

.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0 0 0.5rem;
  z-index: 1;
  list-style: none;
  border-radius: 0.25rem;
  background-color: var(--white);
  border: 1px solid rgba(33, 33, 33, 0.07);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: none;
  transition: opacity 0.15s ease-in-out;
}
.autoComplete_wrapper > ul::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}
.autoComplete_wrapper > ul::-webkit-scrollbar {
  border-radius: 0.5rem;
  width: 0.375rem;
}
.autoComplete_wrapper > ul::-webkit-scrollbar-thumb {
  background: var(--greylight);
  border-radius: 0.5rem;
}

.autoComplete_wrapper > ul[hidden],
.autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  transform: scale(0);
}

.autoComplete_wrapper > ul > li {
  margin: 0;
  padding: 0.5rem 3rem 0.5rem 1rem;
  text-align: left;
  font-size: 1rem;
  color: var(--grey);
  background-color: rgb(255, 255, 255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .autoComplete_wrapper > ul > li {
    padding: 0.5rem 3rem;
  }
}
.autoComplete_wrapper > ul > li:first-child:hover, .autoComplete_wrapper > ul > li:first-child[aria-selected=true] {
  background: none;
}

.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: var(--black);
  font-weight: bold;
}

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.15);
}

.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: rgba(0, 0, 0, 0.15);
}

.footer__list li {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.footer__list a {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
  text-decoration-line: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__list a:hover {
  text-decoration-line: underline;
}
.footer__list a:focus {
  text-decoration-line: underline;
}

.footer-links__list {
  -moz-columns: 2;
       columns: 2;
  gap: 1.5rem;
}
.footer-links__list li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .footer-links__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
  }
  .footer-links__list li {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Rale Grotesk, Verdana, Arial, sans-serif;
    color: var(--black);
  }
  .footer-links__list li:not(:last-child):after {
    content: "-";
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0.5rem;
  }
  .footer-links__list li:nth-child(-n+3) {
    display: none;
  }
}
.footer-links__list a {
  font-size: 1rem;
  color: var(--black);
  text-decoration-line: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-links__list a:hover {
  text-decoration-line: underline;
}
.footer-links__list a:focus {
  text-decoration-line: underline;
}
@media (min-width: 1024px) {
  .footer-links__list a {
    font-size: 0.875rem;
  }
}

.full-layout {
  transition: transform 0.7s ease-in-out;
  transform: translateY(-100%);
  background: var(--white);
  color: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}
.full-layout:before {
  content: "";
  background: var(--black);
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: -1;
}
.js .full-layout {
  opacity: 0;
}
.loaded .full-layout {
  opacity: 1;
}
.full-menu-open .full-layout {
  transform: translateY(0);
}
.full-layout .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}
.full-layout .sub-menu.active {
  height: auto;
  max-height: 100%;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.full-layout .sub-menu li a {
  display: block;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--black);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.full-layout .sub-menu li a:hover {
  color: var(--black);
}
@media (min-width: 1280px) {
  .full-layout .sub-menu li a {
    padding-bottom: 1.25rem;
    font-size: 1.125rem;
  }
}
.full-layout .full-nav__list--right .sub-menu li a {
  color: var(--white);
}
.full-layout .full-nav__list--right .sub-menu li a:hover {
  color: var(--brownlight);
}
.full-layout .full-nav__list--right .sub-menu li a:focus {
  color: var(--brownlight);
}

.full-layout__block {
  height: 100vh;
}

.full-layout_header {
  height: 22.5vh;
}

.full-nav__list > li > a {
  display: block;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--black);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.full-nav__list > li > a:hover {
  color: var(--black);
}

@media (min-width: 1280px) {
  .full-nav__list > li > a {
    padding-bottom: 1.25rem;
    font-size: 1.75rem;
  }
}
.full-nav__list > li.current > a {
  color: var(--black);
}
.full-nav__list a {
  outline-width: 0px;
}

.full-nav__list--right li a {
  color: var(--white);
}

.full-nav__list--right li a:hover {
  color: var(--brownlight);
}

.full-nav__list--right li a:focus {
  color: var(--brownlight);
}

.full-layout_footer {
  margin-top: auto;
}

.mobile-menu {
  transition: all 0.3s ease-in-out;
  transform: none;
  background: var(--white);
  position: fixed;
  margin: 0;
  min-height: var(--header-height-mobile);
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.mobile-menu svg {
  flex-shrink: 0;
}
.mobile-menu svg.show-mobile-menu {
  display: block;
  margin: 0 auto;
}
.mobile-menu-open .mobile-menu svg.show-mobile-menu {
  display: none;
}
.mobile-menu svg.hide-mobile-menu {
  display: none;
  margin: 0 auto;
}
.mobile-menu-open .mobile-menu svg.hide-mobile-menu {
  display: block;
}
@media (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}
.menu-open .mobile-menu {
  border-bottom-color: var(--white);
}
.mobile-sticky .mobile-menu {
  transform: translateY(-3.5rem);
}
.has-no-partners .mobile-menu {
  min-height: var(--header-padding-mobile-sticky);
}
.mobile-sticky.has-no-partners .mobile-menu {
  transform: none;
}

.mobile-menu__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.mobile-cta a {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: var(--black);
  padding: 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--white);
}

.bt-menu {
  visibility: hidden;
  margin: 0;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.bt-menu svg {
  fill: var(--black);
}
.full-layout_header .bt-menu svg {
  fill: var(--brownlight);
}
.loaded .bt-menu {
  visibility: visible;
}
.bt-menu .show-menu {
  display: block;
}
.full-menu-open .bt-menu .show-menu {
  display: none;
}
.bt-menu .hide-menu {
  display: none;
}
.full-menu-open .bt-menu .hide-menu {
  display: block;
}

.bt-search {
  visibility: hidden;
  margin: 0;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
}
.bt-search svg {
  stroke: var(--black);
}
.loaded .bt-search {
  visibility: visible;
}
.bt-search .show-search {
  display: block;
}
.bt-search .hide-search {
  display: none;
}
.bt-search.active .show-search {
  display: none;
}
.bt-search.active .hide-search {
  display: block;
}

.mobile-nav {
  will-change: transform;
  transition: transform 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
  background: var(--black);
  background-size: cover;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - var(--header-padding-mobile));
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  position: fixed;
  transform: translateX(-100%);
  top: var(--header-padding-mobile);
  width: 100%;
  z-index: 9999;
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-menu-open .mobile-nav {
  transform: translateX(0);
}
.loaded .mobile-nav {
  opacity: 1;
}
.mobile-sticky .mobile-nav {
  height: calc(100% - var(--header-padding-mobile-sticky));
  top: var(--header-padding-mobile-sticky);
}
.has-no-partners .mobile-nav {
  height: calc(100% - var(--header-padding-mobile-sticky));
  top: var(--header-padding-mobile-sticky);
}

.mobile-nav__container {
  position: relative;
}

.mobile-nav__list {
  will-change: transform;
  transition: transform 0.6s ease-in-out;
  position: relative;
  z-index: 50;
}
.mobile-nav__list > li > a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--white);
  text-decoration-line: none;
}
.mobile-nav__list > li.menu-item-has-children > a {
  background: url(../images/icons/icon-arrow-right-white.svg) right 1.5rem top 1.25rem no-repeat;
  background-size: 16px 16px;
}
.active .mobile-nav__list {
  transform: translateX(-100%);
}

.subnav-item {
  will-change: transform;
  transition: transform 0.6s ease-in-out;
  transform: translateX(-100%);
  height: calc(100% - var(--header-padding-mobile));
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 25;
}
.subnav-item.active {
  height: calc(100vh - var(--header-padding-mobile));
  transform: translateX(100%);
}
.subnav-item li a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.125rem;
  color: var(--white);
  text-decoration-line: none;
}
.subnav-item li.menu-item--title a {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.secondary-nav {
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--greylight);
  border-bottom: 1px solid #313030;
  border-top: 1px solid #313030;
}
.active .secondary-nav {
  visibility: hidden;
}

.secondary-nav__list li a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: var(--greylight);
  text-decoration-line: none;
}

.language__list {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.language__list li {
  display: flex;
  align-items: center;
}
.language__list li a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--greylight);
  text-decoration-line: none;
}

.active .universe-nav {
  visibility: hidden;
}

#wpadminbar {
  overflow: hidden;
}

.hover\:text-black:hover {
  color: var(--black);
}

.hover\:text-brownlight:hover {
  color: var(--brownlight);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:text-brownlight:focus {
  color: var(--brownlight);
}

.focus\:underline:focus {
  text-decoration-line: underline;
}

@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:w-3\/4 {
    width: 75%;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:flex-1 {
    flex: 1 1 0%;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:pt-2 {
    padding-top: 2rem;
  }
  .sm\:pr-2 {
    padding-right: 2rem;
  }
  .sm\:pt-3 {
    padding-top: 3rem;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pt-5 {
    padding-top: 5rem;
  }
  .sm\:text-5xl {
    font-size: 2.25rem;
  }
  .sm\:text-3xl {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .md\:max-w-\[60\%\] {
    max-width: 60%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:pt-5 {
    padding-top: 5rem;
  }
  .md\:pb-9 {
    padding-bottom: 9rem;
  }
  .md\:pt-4 {
    padding-top: 4rem;
  }
  .md\:text-12xl {
    font-size: 4rem;
  }
  .md\:text-6xl {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:invisible {
    visibility: hidden;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:top-7 {
    top: 7rem;
  }
  .lg\:right-0 {
    right: 0;
  }
  .lg\:-bottom-2 {
    bottom: -2rem;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:-mt-0 {
    margin-top: 0;
  }
  .lg\:mr-2 {
    margin-right: 2rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-11\/12 {
    width: 91.666667%;
  }
  .lg\:w-6\/12 {
    width: 50%;
  }
  .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .lg\:w-10\/12 {
    width: 83.333333%;
  }
  .lg\:w-7\/12 {
    width: 58.333333%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-3\/12 {
    width: 25%;
  }
  .lg\:w-2\/12 {
    width: 16.666667%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-9\/12 {
    width: 75%;
  }
  .lg\:translate-y-0 {
    --tw-translate-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-2 {
    gap: 2rem;
  }
  .lg\:gap-1\.5 {
    gap: 1.5rem;
  }
  .lg\:gap-1 {
    gap: 1rem;
  }
  .lg\:gap-x-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .lg\:bg-white {
    background-color: var(--white);
  }
  .lg\:p-2 {
    padding: 2rem;
  }
  .lg\:p-3 {
    padding: 3rem;
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:py-2\.5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:pb-4 {
    padding-bottom: 4rem;
  }
  .lg\:pb-2 {
    padding-bottom: 2rem;
  }
  .lg\:pb-1 {
    padding-bottom: 1rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pt-2 {
    padding-top: 2rem;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:pr-1 {
    padding-right: 1rem;
  }
  .lg\:pr-2 {
    padding-right: 2rem;
  }
  .lg\:pt-1\.5 {
    padding-top: 1.5rem;
  }
  .lg\:pt-1 {
    padding-top: 1rem;
  }
  .lg\:pb-5 {
    padding-bottom: 5rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pt-5 {
    padding-top: 5rem;
  }
  .lg\:pl-1\.5 {
    padding-left: 1.5rem;
  }
  .lg\:pl-1 {
    padding-left: 1rem;
  }
  .lg\:pt-4 {
    padding-top: 4rem;
  }
  .lg\:pr-0 {
    padding-right: 0;
  }
  .lg\:pl-2 {
    padding-left: 2rem;
  }
  .lg\:pr-7 {
    padding-right: 7rem;
  }
  .lg\:pt-10 {
    padding-top: 10rem;
  }
  .lg\:pr-1\.5 {
    padding-right: 1.5rem;
  }
  .lg\:pr-0\.75 {
    padding-right: 0.75rem;
  }
  .lg\:pb-0\.65 {
    padding-bottom: 0.65rem;
  }
  .lg\:pt-2\.5 {
    padding-top: 2.5rem;
  }
  .lg\:pb-0\.5 {
    padding-bottom: 0.5rem;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-13xl {
    font-size: 4.25rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
  }
  .lg\:text-7xl {
    font-size: 2.75rem;
  }
  .lg\:text-10xl {
    font-size: 3.5rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
  }
  .lg\:text-3xl {
    font-size: 1.75rem;
  }
  .lg\:text-11xl {
    font-size: 3.75rem;
  }
  .lg\:text-2\.5xl {
    font-size: 1.6875rem;
  }
  .lg\:text-5xl {
    font-size: 2.25rem;
  }
  .lg\:text-12xl {
    font-size: 4rem;
  }
  .lg\:text-18xl {
    font-size: 5.5rem;
  }
  .lg\:text-base {
    font-size: 1rem;
  }
  .lg\:text-4xl {
    font-size: 2rem;
  }
  .lg\:text-6xl {
    font-size: 2.5rem;
  }
  .lg\:text-15xl {
    font-size: 4.75rem;
  }
  .lg\:text-8xl {
    font-size: 3rem;
  }
  .lg\:text-9xl {
    font-size: 3.25rem;
  }
  .lg\:leading-loose {
    line-height: 2;
  }
  .lg\:text-black {
    color: var(--black);
  }
}

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }
  .xl\:left-2 {
    left: 2rem;
  }
  .xl\:top-2 {
    top: 2rem;
  }
  .xl\:bottom-2 {
    bottom: 2rem;
  }
  .xl\:w-4\/12 {
    width: 33.333333%;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:p-2 {
    padding: 2rem;
  }
  .xl\:pt-5 {
    padding-top: 5rem;
  }
  .xl\:pl-5 {
    padding-left: 5rem;
  }
  .xl\:pr-7 {
    padding-right: 7rem;
  }
  .xl\:pt-14 {
    padding-top: 14rem;
  }
  .xl\:text-base {
    font-size: 1rem;
  }
  .xl\:text-6xl {
    font-size: 2.5rem;
  }
  .xl\:text-11xl {
    font-size: 3.75rem;
  }
  .xl\:text-5xl {
    font-size: 2.25rem;
  }
  .xl\:text-lg {
    font-size: 1.125rem;
  }
  .xl\:text-13xl {
    font-size: 4.25rem;
  }
}

@media (min-width: 1440px) {
  .\32xl\:p-2 {
    padding: 2rem;
  }
  .\32xl\:text-lg {
    font-size: 1.125rem;
  }
  .\32xl\:text-13xl {
    font-size: 4.25rem;
  }
}
