/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica,
    Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  height: 100%;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__captions .plyr__caption div {
  display: inline;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr='captions'],
.plyr [data-plyr='pip'],
.plyr [data-plyr='airplay'],
.plyr [data-plyr='fullscreen'] {
  display: none;
}

.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'],
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded='true'] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}
.plyr__menu__container [role='menu'] {
  padding: 7px;
}
.plyr__menu__container [role='menuitem'],
.plyr__menu__container [role='menuitemradio'] {
  margin-top: 2px;
}
.plyr__menu__container [role='menuitem']:first-child,
.plyr__menu__container [role='menuitemradio']:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}
.plyr__menu__container .plyr__control--back::before {
  background: rgba(114, 133, 151, 0.2);
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role='menuitemradio'] {
  padding-left: 7px;
}
.plyr__menu__container .plyr__control[role='menuitemradio']::before,
.plyr__menu__container .plyr__control[role='menuitemradio']::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role='menuitemradio']::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role='menuitemradio']::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container
  .plyr__control[role='menuitemradio'][aria-checked='true']::before {
  background: #00b3ff;
}
.plyr__menu__container
  .plyr__control[role='menuitemradio'][aria-checked='true']::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container
  .plyr__control[role='menuitemradio'].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
  background: rgba(0, 0, 0, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type='range'] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0%),
    transparent var(--value, 0%)
  );
}
.plyr--full-ui input[type='range']::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  /* stylelint-disable-line */
  margin-top: -4px;
}
.plyr--full-ui input[type='range']::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type='range']::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
}
.plyr--full-ui input[type='range']::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}
.plyr--full-ui input[type='range']::-ms-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type='range']::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type='range']::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type='range']::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}
.plyr--full-ui input[type='range']::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type='range']:focus {
  outline: 0;
}
.plyr--full-ui input[type='range']::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui
  input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}
.plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}
.plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: '⁄';
  margin-right: 10px;
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control:hover
  .plyr__tooltip,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control.plyr__tab-focus
  .plyr__tooltip,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}
.plyr__progress input[type='range'],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}
.plyr__progress input[type='range'] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(
    -45deg,
    rgba(35, 41, 47, 0.6) 25%,
    transparent 25%,
    transparent 50%,
    rgba(35, 41, 47, 0.6) 50%,
    rgba(35, 41, 47, 0.6) 75%,
    transparent 75%,
    transparent
  );
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type='range'] {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded='true'] {
  background: #00b3ff;
  color: #fff;
}

.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded='true'] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover,
.plyr__control--overlaid:focus {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/*
@include landscape {
}
@include mobile {
}
@include xs {
  // <320
}
@include b {
  // <767
}
@include sm {
  // 768 - 1023
}
@include md {
  // 1024 - 1199
}
@include lg {
  // 1200 - 1439
}
@include xl {
  // 1440 - 1919
}
@include xxl {
  // >1920
}
*/
/*
xs  -  <320
b   -  <767
sm  -   768 - 1023
md  -  1024 - 1199
lg  -  1200 - 1439
xl  -  1440 - 1919
xxl -  >1920
*/
@font-face {
  font-family: 'Palanquin';
  src: url('../fonts/palanquin-regular.135a6593.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Palanquin';
  src: url('../fonts/palanquin-medium.4475c8bd.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Palanquin';
  src: url('../fonts/palanquin-semibold.9a536b73.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Palanquin';
  src: url('../fonts/palanquin-bold.01eae4fb.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Palanquin Dark';
  src: url('../fonts/palanquindark-regular.a6186064.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Palanquin Dark';
  src: url('../fonts/palanquindark-bold.725f3f29.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/spectral-regular.0404fdc1.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/spectral-medium.b16b67ae.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/spectral-bold.400ad983.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: 'Palanquin', sans-serif;
  background: #ffffff;
  color: #000000;
  font-display: block;
}

.body_overflow_hidden {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.visually-hidden {
  visibility: hidden;
}

.ad-group {
  display: flex;
  margin-bottom: 24px;
}
.ad-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ad-group {
    margin-bottom: 48px;
    justify-content: center;
    order: -1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ad-group {
    order: -1;
  }
}

.ad-column-group {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ad-column-group .ad_margin-bottom_24:last-child {
  margin-bottom: 0;
}

.ad-column-group_sticky {
  top: 24px;
  position: sticky;
}

.ad-wrapper {
  display: flex;
  justify-content: center;
}

.ad-wrapper_margin_bottom {
  margin-bottom: 64px;
}

.ad-wrapper_sm-up_margin_bottom {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .ad-wrapper_sm-up_margin_bottom {
    margin-bottom: 0;
  }
}

.ad-wrapper_center {
  display: flex;
  justify-content: center;
}

.ad-wrapper_absolute {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50%;
  margin-right: -50%;
}

.ad-wrapper_footer {
  margin-bottom: 48px;
}

.ad {
  background: #f7f7f7;
}

.ad_300x250 {
  max-width: 300px;
  width: 100%;
  height: 250px;
}

.ad_margin-bottom_24 {
  margin-bottom: 24px;
}

.ad_300x250_in-group {
  width: 300px;
}
.ad_300x250_in-group:first-child {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .ad_300x250_in-group:first-child {
    margin: 0;
  }
  .ad_300x250_in-group:last-child {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .ad_300x250_in-group:first-child {
    margin: 0;
  }
  .ad_300x250_in-group:last-child {
    display: none;
  }
}

.ad_728x90 {
  width: 728px;
  height: 90px;
}

.ad_728x90_margin {
  margin-top: -90px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .ad_728x90_margin {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .ad_300x250_b_only {
    width: 300px;
    height: 250px;
  }
}

.ad_320x100 {
  width: 320px;
  height: 100px;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .ad_320x100_b_only {
    width: 320px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .ad_footer {
    margin: 88px 0 24px 0;
  }
}

@media (max-width: 767px) {
  .ad_sm-down_display_none {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ad_sm-down_display_none {
    display: none;
  }
}

.ad_sm-up_display_none {
  display: none;
}
@media (max-width: 767px) {
  .ad_sm-up_display_none {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ad_sm-up_display_none {
    display: block;
  }
}

.ad_300x600 {
  max-width: 300px;
  height: 600px;
}

.ad_300x600_sticky {
  top: calc(50% - 300px);
  position: sticky;
}

@media (max-width: 767px) {
  .ad_300x600_sm_down {
    width: 300px;
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ad_300x600_sm_down {
    width: 300px;
    height: 600px;
  }
}

.button_reset {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
}
.button_reset:focus {
  outline: 0;
}

.button_scroll-down {
  /* * Fix ms edge (html ver.) positioning with display: flex */
  display: flex;
  font-family: 'Palanquin Dark', sans-serif;
  text-transform: uppercase;
  font-size: calc(14px + (18 - 14) * (100vw - 240px) / (1920 - 240));
  line-height: 1.1;
  padding: 0 8px;
  min-width: 36px;
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .button_scroll-down {
    display: none;
  }
}
@media (max-height: 820px) {
  .button_scroll-down {
    display: none;
  }
}

.button_scroll-down_rotate {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}

.button_close {
  top: 24px;
  right: 16px;
  position: fixed;
  z-index: 2;
}
@media (max-width: 767px) {
  .button_close {
    top: 8px;
    right: 0;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .button_close {
    top: 16px;
    right: 16px;
  }
}

@media (max-width: 767px) {
  .button_search {
    top: 8px;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .button_search {
    top: 8px;
    right: 16px;
  }
}

.container {
  padding: 0 76px 0 24px;
  margin: 0 auto;
  width: 100%;
  max-width: 2560px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 8px;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .container {
    padding: 0 8px;
  }
}

.container_padding_24 {
  padding: 0 24px;
}
@media (max-width: 767px) {
  .container_padding_24 {
    padding: 0 8px;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .container_padding_24 {
    padding: 0 8px;
  }
}

.container_relative {
  position: relative;
}

.container_flex {
  display: flex;
}

.container_logo {
  position: relative;
  /* height: 100%; */
  padding: 0;
}

.content {
  width: 100%;
}

.header__container {
  display: flex;
  height: 100%;
}

.header {
  background-color: #fff;
  height: 100vh;
  padding: 24px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
@media (max-width: 767px) {
  .header {
    padding: 8px 0;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .header {
    padding: 8px 0;
  }
}

.heading {
  margin: 0;
  font-family: 'Palanquin Dark', sans-serif;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}

.heading_size_xl {
  font-size: calc(48px + (144 - 48) * (100vw - 240px) / (1920 - 240));
  letter-spacing: 0.01em;
}

.heading_size_lg {
  font-size: calc(56px + (240 - 56) * (100vw - 240px) / (1920 - 240));
  letter-spacing: 0.02em;
}

.heading_size_md {
  font-size: calc(48px + (120 - 48) * (100vw - 240px) / (1920 - 240));
  line-height: 1.1;
}

.heading_size_sm {
  font-size: calc(24px + (32 - 24) * (100vw - 240px) / (1920 - 240));
}

.heading_size_xs {
  font-size: calc(16px + (24 - 16) * (100vw - 240px) / (1920 - 240));
}

.heading_color_inverse {
  color: #ffffff;
}

.heading_capitalize {
  text-transform: capitalize;
}

.heading_text-align_center {
  text-align: center;
}

.heading_font-weight_normal {
  font-weight: normal;
}

.heading_writing-mode_vertical-rl {
  font-size: calc(80px + (80 - 72) * (100vw - 1440px) / (1920 - 1440));
  writing-mode: vertical-rl;
  text-orientation: mixed;
  user-select: none;
  text-align: center;
}
@media (max-width: 767px) {
  .heading_writing-mode_vertical-rl {
    font-size: calc(44px + (72 - 44) * (100vw - 240px) / (1024 - 240));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .heading_writing-mode_vertical-rl {
    font-size: calc(48px + (72 - 48) * (100vw - 240px) / (1024 - 240));
  }
}

.heading_writing-mode_sideways {
  /* writing-mode: sideways-lr; */
  transform: rotate(180deg);
}

.heading_stroke {
  color: transparent;
  -webkit-text-stroke: 1px #bfbfbf;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.heading_stroke_size_l {
  font-size: calc(96px + (180 - 96) * (100vw - 240px) / (1920 - 240));
}

.heading_stroke_size_m {
  font-size: calc(36px + (96 - 36) * (100vw - 240px) / (1920 - 240));
  letter-spacing: 0.02em;
}

.heading_stroke_size_s {
  /* * remove fluid typography to fix twitchhing on hover in safari */
  /* font-size: calc(24px + (60 - 24) * (100vw - 240px) / (1920 - 240)); */
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .heading_stroke_size_s {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .heading_stroke_size_s {
    font-size: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .heading_stroke_size_s {
    font-size: 48px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .heading_stroke_size_s {
    font-size: 56px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .heading_stroke_size_s {
    font-size: 64px;
  }
}
@media (min-width: 1920px) {
  .heading_stroke_size_s {
    font-size: 72px;
  }
}

.heading_serif {
  font-family: 'Spectral', 'Times New Roman', serif;
  text-transform: initial;
  font-weight: bold;
  font-size: calc(30px + (64 - 30) * (100vw - 240px) / (1920 - 240));
  line-height: 1.2;
}

.heading_serif_size_l {
  font-size: calc(48px + (96 - 48) * (100vw - 240px) / (1920 - 240));
}

.heading_serif_size_m {
  font-size: calc(32px + (72 - 32) * (100vw - 240px) / (1920 - 240));
}

.heading_serif_size_s {
  font-size: calc(20px + (36 - 20) * (100vw - 240px) / (1920 - 240));
  flex-shrink: 1;
}

.heading_faded {
  font-size: calc(48px + (112 - 48) * (100vw - 768px) / (1920 - 768));
  color: rgba(4, 4, 4, 0.04);
  text-align: right;
}

.icon {
  height: 24px;
  width: 24px;
}

.icon_play {
  height: 32px;
  width: 32px;
}

.icon_search {
  width: 48px;
  height: 48px;
}

.icon_close {
  width: 48px;
  height: 48px;
}

.icon_send-arrow {
  width: 68px;
  height: 49px;
}

.inner-container {
  padding: 0 6.25%;
  padding: 0 calc(100% / 16);
  width: 100%;
}
@media (max-width: 767px) {
  .inner-container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .inner-container {
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .inner-container {
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .inner-container {
    padding: 0;
  }
}

.inner-container_search {
  padding: 0 12.5%;
  padding: 0 calc(100% / 16 * 2);
}
@media (max-width: 767px) {
  .inner-container_search {
    padding: 0 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .inner-container_search {
    padding: 0 12.5% 0 24px;
    padding: 0 calc(100% / 8) 0 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .inner-container_search {
    padding: 0 12.5% 0 24px;
    padding: 0 calc(100% / 8) 0 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .inner-container_search {
    padding: 0 calc(100% / 12);
  }
}

.logo__img {
  width: 70px;
  height: 70px;
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .logo__img {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .logo__img {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .logo__img {
    width: 82px;
    height: 82px;
  }
}
@media (min-width: 1920px) {
  .logo__img {
    width: 96px;
    height: 96px;
  }
}

.logo {
  position: fixed;
  top: 0;
  z-index: 2;
  background: #ffffff;
  transition: background ease-in-out 0.5s, opacity ease-in-out 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .logo {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .logo {
    width: 102px;
    height: 102px;
  }
}
@media (min-width: 1920px) {
  .logo {
    width: 120px;
    height: 120px;
  }
}

.logo_home-page {
  position: absolute;
  top: 100vh;
}

.nav__icon_margin_96 {
  margin-top: 96px;
}

.nav__icon_margin_32 {
  margin-top: 32px;
}

.nav__link {
  font-size: calc(16px + (18 - 16) * (100vw - 768px) / (1920 - 240));
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
}
.nav__link:link,
.nav__link:visited,
.nav__link:active,
.nav__link:focus {
  color: #000000;
}

.nav__link_horizontal {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.nav__links-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .nav__links-wrapper {
    display: none;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .nav__links-wrapper {
    display: none;
  }
}

.nav__menu-icon {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  height: 42px;
  width: 42px;
  padding: 8px;
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .nav__menu-icon {
    height: 64px;
    width: 64px;
    padding: 20px 12px 12px 20px;
  }
}
@media (max-width: 767px) {
  .nav__menu-icon {
    height: 64px;
    width: 64px;
    padding: 20px 12px 12px 20px;
  }
}

.nav__menu-icon-line {
  position: absolute;
  background: #000000;
  width: 28px;
  height: 2px;
  transition: transform ease-in-out 0.5s;
}
.nav__menu-icon-line_1 {
  transform: translateY(9px);
}
.nav__menu-icon-line_2 {
  transform: translateY(18px);
  width: 23px;
}

.nav__menu-icon_close .nav__menu-icon-line_1 {
  transform: translateY(13px) rotate(45deg);
}
.nav__menu-icon_close .nav__menu-icon-line_2 {
  transform: translateY(13px) rotate(-45deg);
  width: 28px;
}

@media (max-width: 767px) {
  .nav__search {
    display: none;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .nav__search {
    display: none;
  }
}

.nav__wrapper-fixed {
  background: inherit;
  width: 76px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  padding: 24px 0;
  transition: background ease-in-out 0.5s;
}
@media (max-width: 767px) {
  .nav__wrapper-fixed {
    background: #ffffff;
    top: auto;
    bottom: 0;
    padding: 0;
    height: 56px;
    width: 60px;
    border-radius: 78px 0 0 0;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .nav__wrapper-fixed {
    background: #ffffff;
    top: auto;
    bottom: 0;
    padding: 0;
    height: 56px;
    width: 60px;
    border-radius: 78px 0 0 0;
  }
}

.nav {
  background: #ffffff;
  height: 100%;
  position: absolute;
  right: 0;
  width: 76px;
  z-index: 3;
  transition: background ease-in-out 0.5s;
}
@media (max-width: 767px) {
  .nav {
    height: 0;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .nav {
    height: 0;
  }
}

.nav_bg_transparent {
  background: transparent;
}
@media (max-width: 767px) {
  .nav_bg_transparent {
    background: #ffffff;
  }
}

.newsletter-form__button {
  padding: 0 0 0 28px;
}

.newsletter-form__input {
  width: calc(100% - 102px);
  font-size: calc(40px + (64 - 40) * (100vw - 240px) / (1920 - 240));
  color: #000000;
  line-height: 1.8;
  font-weight: 500;
  border: none;
}
.newsletter-form__input:focus {
  outline: none;
}
.newsletter-form__input::placeholder {
  opacity: 1;
}

.newsletter-form {
  border-bottom: 4px solid #000000;
  padding-bottom: 24px;
}

.page {
  background-color: #fff;
}

.page_with-header {
  margin-top: 100vh;
  z-index: 1;
}

@media (max-width: 767px) {
  .page_padding_bottom {
    padding-bottom: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page_padding_bottom {
    padding-bottom: 120px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page_padding_bottom {
    padding-bottom: 144px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .page_padding_bottom {
    padding-bottom: 144px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .page_padding_bottom {
    padding-bottom: 224px;
  }
}
@media (min-width: 1920px) {
  .page_padding_bottom {
    padding-bottom: 224px;
  }
}

.paragraph,
.blog__inner-wrapper p {
  font-family: 'Spectral', 'Times New Roman', serif;
  font-size: calc(24px + (24 - 20) * (100vw - 240px) / (1920 - 240));
  line-height: 1.7;
  color: #000000;
  margin: 0 0 64px 0;
}
.blog__inner-wrapper td span,
.blog__inner-wrapper td a,
.blog__inner-wrapper center {
  font-family: 'Spectral', 'Times New Roman', serif;
  font-size: calc(24px + (24 - 20) * (100vw - 240px) / (1920 - 240));
  line-height: 1.7;
  color: #000000;
}
.blog__inner-wrapper td a span {
  display: block;
}
/* .blog__inner-wrapper table:not(last-of-type) td > span {
  display: inline-block;
  margin-bottom: 64px;
} */
/* .blog__inner-wrapper td span a {
  display: inline-block;
  margin-bottom: 64px;
}
.blog__inner-wrapper table:last-of-type td span a {
  margin-bottom: 0;
} */
.paragraph:last-child,
.blog__inner-wrapper p:last-child {
  margin: 0;
}

.blog__inner-wrapper td a {
  color: #fc593d;
}

.blog__inner-wrapper table,
.blog__inner-wrapper table:only-of-type {
  margin-bottom: 64px;
}

.blog__inner-wrapper table:last-child {
  margin: 0;
}

.wrapper {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row-reverse;
}

.footer__copyright {
  color: #858585;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 32px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .footer__copyright {
    margin-top: 136px;
  }
}
@media (min-width: 1920px) {
  .footer__copyright {
    margin-top: 136px;
  }
}

.footer__heading {
  margin-bottom: 104px;
}
@media (max-width: 767px) {
  .footer__heading {
    width: 100%;
    max-width: 480px;
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__heading {
    width: 72%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .footer__heading {
    width: 62%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .footer__heading {
    width: 70%;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .footer__heading {
    width: 62%;
  }
}
@media (min-width: 1920px) {
  .footer__heading {
    width: 62%;
  }
}

.footer__inner-container {
  margin-bottom: 32px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .footer__newsletter-form {
    width: 83.3%;
    width: calc(100% / 12 * 10);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .footer__newsletter-form {
    width: 66.6%;
    width: calc(100% / 12 * 8);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .footer__newsletter-form {
    width: 78.57%;
    width: calc(100% / 14 * 11);
  }
}
@media (min-width: 1920px) {
  .footer__newsletter-form {
    width: 57.14%;
    width: calc(100% / 14 * 8);
  }
}

.footer__privacy-link {
  color: inherit;
  text-transform: uppercase;
}

.footer {
  background: #ffffff;
  flex-shrink: 0;
  position: relative;
}

.article-preview__category {
  font-weight: 500;
  color: #808080;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 4px;
}

.article-preview__category_blog {
  margin-bottom: 0px;
}

.article-preview__category_size_xl {
  font-size: 24px;
  line-height: 1.6;
}

.article-preview__category_color_inverse {
  color: #ffffff;
}

.article-preview__circle {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #808080;
  margin: 0 12px;
}

.article-preview__circle_bg_inverse {
  background: #ffffff;
}

.article-preview__content {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.article-preview__content_overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.63) 100%
  );
}

.article-preview__info {
  position: relative;
  color: #808080;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .article-preview__info {
    position: initial;
  }
}

.article-preview__info_color_inverse {
  color: #ffffff;
}

.article-preview__info_size_xl {
  display: inline-block;
}

.article-preview__info_size_lg {
  margin-bottom: 16px;
}

.article-preview__author {
  position: initial;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.article-preview__img {
  object-fit: cover;
  background-color: #ececec;
}

.article-preview__img_placeholder {
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.article-preview__img_size_sm {
  width: auto;
  min-width: 208px;
  height: 150px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .article-preview__img_size_sm {
    width: 100%;
    height: 184px;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.article-preview__img_size_md {
  margin-right: 24px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .article-preview__img_size_md {
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview__img_size_md {
    width: 38%;
    width: calc(100% / 6 * 2.3);
    height: 144px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview__img_size_md {
    width: 50%;
    width: calc(100% / 4 * 2);
    margin-bottom: 8px;
    margin-right: 0;
    height: 102px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .article-preview__img_size_md {
    width: 40%;
    width: calc(100% / 5 * 2);
    height: 152px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .article-preview__img_size_md {
    width: 38.3%;
    width: calc(100% / 6 * 2.3);
    height: 152px;
  }
}
@media (min-width: 1920px) {
  .article-preview__img_size_md {
    width: 50%;
    width: calc(100% / 6 * 3);
    height: 240px;
  }
}

.article-preview__img_size_lg {
  width: 100%;
  height: 100%;
}

.article-preview__img_size_xl {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.article-preview__link {
  text-decoration: none;
  color: #000000;
}

.article-preview__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.article-preview__text-wrapper_size_md {
  align-self: flex-end;
}
@media (max-width: 767px) {
  .article-preview__text-wrapper_size_md {
    width: 75%;
    width: calc(100% / 4 * 3);
    align-self: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview__text-wrapper_size_md {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview__text-wrapper_size_md {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .article-preview__text-wrapper_size_md {
    width: 60%;
    width: calc(100% / 5 * 3);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .article-preview__text-wrapper_size_md {
    width: 61.7%;
    width: calc(100% / 6 * 3.7);
  }
}
@media (min-width: 1920px) {
  .article-preview__text-wrapper_size_md {
    width: 50%;
    width: calc(100% / 6 * 3);
  }
}

.article-preview__text-wrapper_size_lg {
  border-left: 5px solid #000000;
  margin: 16px 0 0 0;
  padding: 0 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .article-preview__text-wrapper_size_lg {
    border-left: 2px solid #000000;
    margin: 12px 0 0 0;
    padding: 0 0 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview__text-wrapper_size_lg {
    padding: 0 0 0 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview__text-wrapper_size_lg {
    padding: 0 0 0 24px;
  }
}
@media (min-width: 1920px) {
  .article-preview__text-wrapper_size_lg {
    padding: 0 16.6% 0 24px;
  }
}

.article-preview__text {
  font-size: calc(18px + (20 - 18) * (100vw - 240px) / (1920 - 240));
  line-height: 1.7;
}

.article-preview__text_size_xl {
  width: 100%;
  margin: 48px;
}
@media (max-width: 767px) {
  .article-preview__text_size_xl {
    margin: 16px 25% 16px 16px;
    margin: 16px calc(100% / 4) 16px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview__text_size_xl {
    margin: 32px 25% 32px 32px;
    margin: 32px calc(100% / 8 * 3) 32px 32px;
  }
}

.article-preview__title {
  font-size: calc(20px + (24 - 20) * (100vw - 240px) / (1920 - 240));
  font-family: 'Palanquin Dark', sans-serif;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .article-preview__title {
    margin-bottom: 16px;
  }
}

.article-preview__title_size_s {
  font-size: calc(24px + (48 - 24) * (100vw - 240px) / (1920 - 240));
  line-height: 1.4;
  margin-bottom: 8px;
}

.article-preview__title_size_m {
  font-size: calc(32px + (56 - 32) * (100vw - 240px) / (1920 - 240));
  font-family: 'Palanquin Dark', sans-serif;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.article-preview__title_size_l {
  font-size: calc(32px + (64 - 32) * (100vw - 240px) / (1920 - 240));
  line-height: 1.2;
  margin-bottom: 16px;
}

.article-preview__title_color_inverse {
  color: #ffffff;
}

.article-preview__wrapper {
  display: flex;
  align-items: center;
  /* * fix article article-preview_blog_size_xl img width */
  width: 100%;
}

.article-preview__wrapper_blog {
  flex-grow: 1;
  position: relative;
  /* * remove overflow: hidden to add author-info */
  /* overflow: hidden; */
}
@media (max-width: 767px) {
  .article-preview__wrapper_blog {
    align-items: flex-start;
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview__wrapper_blog {
    align-items: flex-start;
    padding: 24px 25% 24px 12.5%;
    padding: 24px calc(100% / 8 * 2) 24px calc(100% / 8);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview__wrapper_blog {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .article-preview__wrapper_blog {
    padding: 0 14.28%;
    padding: 0 calc(100% / 7);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .article-preview__wrapper_blog {
    padding: 0 11.1%;
    padding: 0 calc(100% / 9);
  }
}
@media (min-width: 1920px) {
  .article-preview__wrapper_blog {
    padding: 0 11.1%;
    padding: 0 calc(100% / 9);
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .article-preview__wrapper_blog {
    padding: 0 0 0 48px;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .article-preview__wrapper_size_sm {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .article-preview__wrapper_size_md {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview__wrapper_size_md {
    align-items: flex-start;
    flex-direction: column;
  }
}

.article-preview__wrapper_size_lg {
  display: block;
  /* flex-direction: column;
  justify-content: space-between;
  min-height: 100%; */
}

.article-preview__wrapper_size_xl {
  background-color: #ececec;
  display: block;
  width: 100%;
  height: calc(100vh - 48px);
  position: relative;
}
@media (max-width: 767px) {
  .article-preview__wrapper_size_xl {
    height: calc(100vh - 16px);
    max-height: 668px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview__wrapper_size_xl {
    max-height: 780px;
  }
}

.article-preview__wrapper_size_xl_sticky {
  position: sticky;
  top: 24px;
}

.article-preview_overflow_hidden {
  overflow: hidden;
}

.article-preview-list_size_md {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .article-preview-list_size_md {
    margin-left: 0;
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview-list_size_md {
    margin-left: 0;
    margin-top: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview-list_size_md {
    width: 41.6%;
    width: calc(100% / 12 * 5);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .article-preview-list_size_md {
    width: 50%;
    width: calc(100% / 12 * 6);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .article-preview-list_size_md {
    width: 43%;
    width: calc(100% / 14 * 6);
  }
}
@media (min-width: 1920px) {
  .article-preview-list_size_md {
    width: 46.2%;
    width: calc(100% / 13 * 6);
  }
}

.article-preview-list_size_sm {
  display: flex;
  flex-direction: column;
  width: 58.3%;
  width: calc(100% / 14 * 7);
}
@media (max-width: 767px) {
  .article-preview-list_size_sm {
    width: 75%;
    width: calc(100% / 4 * 3);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview-list_size_sm {
    width: 62.5%;
    width: calc(100% / 8 * 5);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview-list_size_sm {
    width: 68.3%;
    width: calc(100% / 12 * 7);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .article-preview-list_size_sm {
    width: 50%;
    width: calc(100% / 12 * 6);
  }
}

.article-preview-list_size_lg {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .article-preview-list_size_lg {
    width: 75%;
    width: calc(100% / 4 * 3);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview-list_size_lg {
    width: 75%;
    width: calc(100% / 8 * 6);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .article-preview-list_size_lg {
    width: 83.3%;
    width: calc(100% / 12 * 10);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .article-preview-list_size_lg {
    width: 75%;
    width: calc(100% / 16 * 12);
  }
}
@media (min-width: 1920px) {
  .article-preview-list_size_lg {
    width: 75%;
    width: calc(100% / 16 * 12);
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .article-preview-list_size_lg {
    width: 100%;
  }
}

.article-preview-list_size_xl {
  margin-top: 24px;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .article-preview-list_size_xl {
    flex-direction: column;
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview-list_size_xl {
    flex-direction: column;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .article-preview-list_size_xl {
    width: calc(100% / 16 * 14);
    width: 81.25%;
  }
}
@media (min-width: 1920px) {
  .article-preview-list_size_xl {
    width: calc(100% / 16 * 13);
    width: 81.25%;
  }
}

.article-preview-list_carousel {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-right: 76px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.article-preview-list_carousel::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .article-preview-list_carousel {
    margin-right: 0;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .article-preview-list_carousel {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .article-preview-list_carousel_hide-b {
    display: none;
  }
}

.article-preview_size_sm {
  width: 542px;
  min-width: 542px;
  margin-bottom: 32px;
}
.article-preview_size_sm:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .article-preview_size_sm {
    width: 75%;
    width: calc(100% / 4 * 3);
    min-width: 260px;
  }
}

.article-preview_size_md {
  margin-bottom: 24px;
}
.article-preview_size_md:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .article-preview_size_md {
    margin-bottom: 48px;
  }
}

.article-preview_size_lg {
  width: calc(50% - 12px);
  margin-bottom: 64px;
}
.article-preview_size_lg:nth-child(2n-1) {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .article-preview_size_lg {
    width: 100%;
    margin-bottom: 48px;
  }
  .article-preview_size_lg:nth-child(2n-1) {
    margin-right: 0;
  }
  .article-preview_size_lg:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview_size_lg {
    width: 100%;
  }
  .article-preview_size_lg:nth-child(2n-1) {
    margin-right: 0;
  }
  .article-preview_size_lg:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview_size_lg:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .article-preview_size_lg:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .article-preview_size_lg:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .article-preview_size_lg:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .article-preview_size_lg {
    width: calc(50% - 12px);
    margin-bottom: 64px;
  }
  .article-preview_size_lg:nth-child(2n-1) {
    margin-right: 24px;
  }
}

@media (max-width: 767px) {
  .article-preview_size_xl {
    max-height: 100vh;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview_size_xl {
    max-height: 100vh;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview_size_xl {
    width: 58.3%;
    width: calc(100% / 12 * 7);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .article-preview_size_xl {
    width: 50%;
    width: calc(100% / 12 * 6);
    max-width: 576px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .article-preview_size_xl {
    width: 57.14%;
    width: calc(100% / 14 * 8);
    max-width: 664px;
  }
}
@media (min-width: 1920px) {
  .article-preview_size_xl {
    width: 53.84%;
    width: calc(100% / 13 * 7);
    max-width: 784px;
  }
}

.article-preview_blog_size_xl {
  position: relative;
  display: flex;
  flex-shrink: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .article-preview_blog_size_xl {
    width: 75%;
    width: calc(100% / 4 * 3);
    max-height: 60%;
    max-width: 320px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview_blog_size_xl {
    width: 75%;
    width: calc(100% / 8 * 6);
    max-height: 50%;
    max-width: 480px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview_blog_size_xl {
    width: 50%;
    width: calc(100% / 8 * 4);
    max-width: 520px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .article-preview_blog_size_xl {
    width: 41.6%;
    width: calc(100% / 12 * 5);
    max-width: 576px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .article-preview_blog_size_xl {
    width: 43.75%;
    width: calc(100% / 16 * 7);
    max-width: 664px;
  }
}
@media (min-width: 1920px) {
  .article-preview_blog_size_xl {
    width: 43.75%;
    width: calc(100% / 16 * 7);
    max-width: 784px;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .article-preview_blog_size_xl {
    width: 50%;
    max-width: 360px;
    max-height: 100%;
  }
}

.article-preview_blog {
  flex: 1 auto;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview_blog {
    width: 50%;
    width: calc(100% / 8 * 4);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .article-preview_blog {
    width: 58.3%;
    width: calc(100% / 12 * 7);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .article-preview_blog {
    width: 56.25%;
    width: calc(100% / 16 * 9);
  }
}
@media (min-width: 1920px) {
  .article-preview_blog {
    width: 56.25%;
    width: calc(100% / 16 * 9);
  }
}

.article-preview_blog_size_xxl {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .article-preview_blog_size_xxl {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview_blog_size_xxl {
    flex-direction: column;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .article-preview_blog_size_xxl {
    flex-direction: row;
  }
}

.article-preview_carousel {
  margin: 0 24px 0 0;
}
.article-preview_carousel:last-child {
  margin: 0 8px 0 0;
}
@media (max-width: 767px) {
  .article-preview_carousel {
    width: 260px;
    min-width: 260px;
  }
  .article-preview_carousel:last-child {
    min-width: 268px;
    margin: 0;
    padding-right: 8px;
  }
}

.block-title__inner-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
}

.block-title {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .block-title_md-down_display-none {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block-title_md-down_display-none {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .block-title_md-down_display-none {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-page__block-title {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-page__block-title {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-page__block-title {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .home-page__block-title {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-page__section {
    padding-top: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-page__section {
    padding-top: 120px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-page__section {
    padding-top: 144px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .home-page__section {
    padding-top: 144px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .home-page__section {
    padding-top: 224px;
  }
}
@media (min-width: 1920px) {
  .home-page__section {
    padding-top: 224px;
  }
}

.store__art-img {
  max-width: 432px;
  min-width: 220px;
  max-height: 620px;
  width: 100%;
}

.store__art-item {
  display: flex;
  width: calc(50% - 96px);
  z-index: 1;
}
.store__art-item:nth-child(even) {
  margin-top: 224px;
}
.store__art-item:nth-child(4n-2),
.store__art-item:nth-child(4n-1) {
  margin-left: 96px;
}
@media (max-width: 767px) {
  .store__art-item {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
  .store__art-item:nth-child(even) {
    margin-top: 8px;
  }
  .store__art-item:nth-child(4n-2),
  .store__art-item:nth-child(4n-1) {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .store__art-item {
    width: 43.75%;
    width: calc(50% - (100% / 8 * 0.5));
  }
  .store__art-item:nth-child(odd) {
    margin-right: 6.25%;
    margin-right: calc(100% / 8 * 0.5);
  }
  .store__art-item:nth-child(even) {
    margin-top: 35%;
    margin-left: 6.25%;
    margin-left: calc(100% / 8 * 0.5);
  }
  .store__art-item:nth-child(4n-2),
  .store__art-item:nth-child(4n-1) {
    margin-left: 0;
  }
}

.store__art-link {
  text-decoration: none;
  color: inherit;
}

.store__art-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .store__art-list {
    margin-top: 158px;
    margin-bottom: 348px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .store__art-list {
    margin-top: 200px;
  }
}
@media (min-width: 1920px) {
  .store__art-list {
    padding: 0 7.14%;
    padding: 0 calc(100% / 14);
  }
}

.store__art-price {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 40px;
  line-height: 1.4;
}

.store__art-price {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 40px;
  line-height: 1.4;
  /* * Add min-width to prevent breaking layout if store__art-price is empty  */
  min-width: 56px;
}

.store__art-title {
  font-size: 24px;
  line-height: 1.4;
  font-family: 'Palanquin Dark', sans-serif;
  margin: 24px 0;
}

.store__heading {
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.store__heading_main {
  max-width: 58.3%;
  line-height: 1;
  letter-spacing: 0.02em;
  position: sticky;
  top: 0;
}
@media (max-width: 767px) {
  .store__heading_main {
    font-size: 86px;
    max-width: 420px;
    margin-bottom: 204px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .store__heading_main {
    font-size: 112px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .store__heading_main {
    font-size: 136px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .store__heading_main {
    font-size: 136px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .store__heading_main {
    font-size: 200px;
  }
}
@media (min-width: 1920px) {
  .store__heading_main {
    font-size: 240px;
  }
}
.store__heading_main:before {
  content: '';
  position: absolute;
  top: 52%;
  left: 60%;
  height: 12px;
  background: #000000;
}
@media (max-width: 767px) {
  .store__heading_main:before {
    width: 50%;
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .store__heading_main:before {
    width: 40%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .store__heading_main:before {
    width: 40%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .store__heading_main:before {
    width: 42%;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .store__heading_main:before {
    width: 44%;
    height: 16px;
  }
}
@media (min-width: 1920px) {
  .store__heading_main:before {
    width: 46%;
    height: 16px;
  }
}

.store__heading_sub {
  font-size: 64px;
  line-height: 1.1;
  word-wrap: break-word;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .store__heading_sub {
    font-size: 96px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .store__heading_sub {
    font-size: 96px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .store__heading_sub {
    font-size: 112px;
  }
}
@media (min-width: 1920px) {
  .store__heading_sub {
    font-size: 144px;
  }
}

.store__heading_sub_prints {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: inherit;
}
@media (max-width: 767px) {
  .store__heading_sub_prints {
    max-width: 256px;
    margin-top: 306px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .store__heading_sub_prints {
    max-width: 264px;
    margin-top: 140px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .store__heading_sub_prints {
    max-width: 380px;
    margin-top: 156px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .store__heading_sub_prints {
    max-width: 460px;
    margin-top: 156px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .store__heading_sub_prints {
    max-width: 546px;
    margin-top: 246px;
  }
}
@media (min-width: 1920px) {
  .store__heading_sub_prints {
    max-width: 700px;
    margin-top: 288px;
  }
}

.store__heading_go-to-store {
  color: #fc593d;
  width: 460px;
}
@media (max-width: 767px) {
  .store__heading_go-to-store {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .store__heading_go-to-store {
    max-width: 246px;
    margin-bottom: 56px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .store__heading_go-to-store {
    width: 370px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .store__heading_go-to-store {
    width: 370px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .store__heading_go-to-store {
    width: 430px;
    margin-bottom: 108px;
  }
}
@media (min-width: 1920px) {
  .store__heading_go-to-store {
    width: 560px;
    margin-bottom: 120px;
  }
}

.store__inner-container {
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .store__inner-container {
    padding: 0 8.3%;
    padding: 0 calc(100% / 12);
  }
}

.store__link-wrapper {
  display: flex;
  justify-content: flex-end;
}

.store__link {
  text-decoration: none;
  color: inherit;
}

.store__wrapper {
  overflow: hidden;
}

.editors-picks__heading {
  max-width: 75%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .editors-picks__heading {
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .editors-picks__heading {
    margin-bottom: 56px;
  }
}

@media (max-width: 767px) {
  .editors-picks__inner-container {
    display: none;
  }
}

.editors-picks__year-item {
  text-decoration: none;
  transition: color ease-in-out 0.2s, -webkit-text-stroke ease-in-out 0.2s;
}

.editors-picks__year-item_selected {
  transition: color ease-in-out 0.2s, -webkit-text-stroke ease-in-out 0.2s 0.2s;
  color: #000000;
  -webkit-text-stroke: 0;
}

.editors-picks__year-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.streetarttv__article-preview-list {
  justify-content: flex-end;
}

.streetarttv__article-preview {
  margin-bottom: 40px;
  opacity: 0.4;
  transition: 0.25s opacity;
}
.streetarttv__article-preview:hover {
  opacity: 1;
  /* fix flickering on hover*/
  transform: rotate(0);
}
.streetarttv__article-preview:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .streetarttv__article-preview:nth-child(2),
  .streetarttv__article-preview:nth-child(3) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .streetarttv__article-preview:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .streetarttv__article-preview:nth-child(3) {
    display: none;
  }
}

.streetarttv__block-title {
  opacity: 0.4;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

.streetarttv__video-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(100% - 24px - 76px);
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .streetarttv__video-wrapper {
    width: calc(100% - 16px);
  }
}
@media (max-width: 767px) {
  .streetarttv__video-wrapper {
    width: calc(100% - 16px);
  }
}

.streetarttv__video-wrapper_with-overlay::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.34) 0%,
    rgba(0, 0, 0, 0.62) 100%
  );
}

.streetarttv__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000000;
}

.streetarttv__wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .streetarttv__wrapper {
    padding: 24px 0 24px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .streetarttv__wrapper {
    padding: 24px 0 24px 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .streetarttv__wrapper {
    padding: 32px 0 32px 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .streetarttv__wrapper {
    padding: 32px 0 32px 32px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .streetarttv__wrapper {
    padding: 64px 6.25%;
    padding: 64px calc(100% / 16);
  }
}
@media (min-width: 1920px) {
  .streetarttv__wrapper {
    padding: 64px 6.25%;
    padding: 64px calc(100% / 16);
  }
}

.streetarttv {
  position: relative;
  height: auto;
}

.instagram-feed__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.instagram-feed__item {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  grid-column-start: auto;
  grid-row-start: auto;
}
.instagram-feed__item_1 {
  grid-row: 1/1;
  grid-column: 1/1;
  grid-column-end: span 2;
  grid-row-end: span 2;
}
@media (max-width: 767px) {
  .instagram-feed__item_1 {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
.instagram-feed__item_4 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .instagram-feed__item_5 {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .instagram-feed__item_5 {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .instagram-feed__item_5 {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .instagram-feed__item_5 {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }
}
@media (min-width: 1920px) {
  .instagram-feed__item_5 {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }
}
.instagram-feed__item_6 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
@media (max-width: 767px) {
  .instagram-feed__item_6 {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .instagram-feed__item_6 {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
@media (max-width: 767px) {
  .instagram-feed__item_10 {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .instagram-feed__item_10 {
    display: none;
  }
}
@media (max-width: 767px) {
  .instagram-feed__item_11 {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .instagram-feed__item_11 {
    display: none;
  }
}
.instagram-feed__item_12 {
  display: none;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .instagram-feed__item_12 {
    display: block;
  }
}
@media (min-width: 1920px) {
  .instagram-feed__item_12 {
    display: block;
  }
}

.instagram-feed__link-wrapper {
  text-align: right;
  margin-bottom: 16px;
}

.instagram-feed__link {
  color: #000000;
  text-transform: initial;
  text-decoration: none;
  text-align: right;
}

.instagram-feed__wrapper {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(
    auto-fill,
    minmax(calc(100% / 16 * 2 - 24px), 1fr)
  );
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
}
.instagram-feed__wrapper::before {
  content: '';
  width: 0;
  padding-bottom: 100%;
  grid-row: 1/1;
  grid-column: 1/1;
}
@media (max-width: 767px) {
  .instagram-feed__wrapper {
    grid-gap: 16px;
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(100% / 4 * 2 - 24px), 1fr)
    );
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .instagram-feed__wrapper {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(100% / 8 * 2 - 24px), 1fr)
    );
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .instagram-feed__wrapper {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(100% / 12 * 3 - 24px), 1fr)
    );
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .instagram-feed__wrapper {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(100% / 12 * 2 - 24px), 1fr)
    );
  }
}

.start-screen__headings-img-wrapper {
  position: relative;
  display: flex;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .start-screen__headings-img-wrapper {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .start-screen__headings-img-wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .start-screen__headings-img-wrapper {
    justify-content: center;
  }
}

.start-screen__heading {
  white-space: nowrap;
  font-weight: normal;
  user-select: none;
}
@media (max-width: 767px) {
  .start-screen__heading {
    align-self: flex-start;
    text-align: right;
  }
  .start-screen__heading:nth-child(1) {
    padding-left: 7.5%;
    padding-left: calc(100% / 4 * 0.3);
  }
  .start-screen__heading:nth-child(2) {
    padding-left: 20%;
    padding-left: calc(100% / 5);
  }
  .start-screen__heading:nth-child(3) {
    padding-left: 12.5%;
    padding-left: calc(100% / 4 * 0.5);
  }
  .start-screen__heading:nth-child(4) {
    padding-left: 40%;
    padding-left: calc(100% / 4 * 1.6);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .start-screen__heading {
    align-self: flex-start;
  }
  .start-screen__heading:nth-child(2) {
    padding-left: 20%;
    padding-left: calc(100% / 5);
  }
  .start-screen__heading:nth-child(4) {
    padding-left: 40%;
    padding-left: calc(100% / 5 * 2);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .start-screen__heading:nth-child(2) {
    padding-left: 25%;
    padding-left: calc(100% / 4);
  }
  .start-screen__heading:nth-child(4) {
    padding-left: 25%;
    padding-left: calc(100% / 4);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .start-screen__heading:nth-child(2) {
    padding-left: 18.18%;
    padding-left: calc(100% / 5.5);
  }
  .start-screen__heading:nth-child(3) {
    padding-left: 14.54%;
    padding-left: calc(100% / 5.5 * 0.8);
  }
  .start-screen__heading:nth-child(4) {
    padding-left: 27.27%;
    padding-left: calc(100% / 5.5 * 1.5);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .start-screen__heading:nth-child(1) {
    margin-top: -120px;
  }
  .start-screen__heading:nth-child(2) {
    padding-left: 25%;
    padding-left: calc(100% / 8 * 2);
  }
  .start-screen__heading:nth-child(3) {
    padding-left: 10%;
    padding-left: calc(100% / 8 * 0.8);
  }
  .start-screen__heading:nth-child(4) {
    padding-left: 31.25%;
    padding-left: calc(100% / 8 * 2.5);
  }
}
@media (min-width: 1920px) {
  .start-screen__heading:nth-child(1) {
    margin-top: -120px;
  }
  .start-screen__heading:nth-child(2) {
    padding-left: 28.57%;
    padding-left: calc(100% / 7 * 2);
  }
  .start-screen__heading:nth-child(3) {
    padding-left: 11.42%;
    padding-left: calc(100% / 7 * 0.8);
  }
  .start-screen__heading:nth-child(4) {
    padding-left: 28.57%;
    padding-left: calc(100% / 7 * 2);
  }
}

.start-screen__headings-inner-wrapper {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .start-screen__headings-inner-wrapper {
    justify-content: flex-start;
  }
}

.start-screen__headings-wrapper {
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .start-screen__headings-wrapper {
    height: auto;
    width: 100%;
    margin-bottom: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .start-screen__headings-wrapper {
    height: auto;
    width: 100%;
    margin-bottom: 140px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .start-screen__headings-wrapper {
    width: 66.6%;
    width: calc(100% / 6 * 4);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .start-screen__headings-wrapper {
    width: 55%;
    width: calc(100% / 10 * 5.5);
    padding-left: 10%;
    padding-left: calc(100% / 10);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .start-screen__headings-wrapper {
    width: 61.53%;
    width: calc(100% / 13 * 8);
    padding-left: 7.69%;
    padding-left: calc(100% / 14);
  }
}
@media (min-width: 1920px) {
  .start-screen__headings-wrapper {
    width: 53.84%;
    width: calc(100% / 13 * 7);
    padding-left: 7.69%;
    padding-left: calc(100% / 14);
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .start-screen__headings-wrapper {
    margin-bottom: 0;
  }
}

.start-screen__img-wrapper {
  overflow: hidden;
  position: absolute;
  left: 50%;
  height: calc(100vh - 48px);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .start-screen__img-wrapper {
    top: 0;
    right: 0;
    left: auto;
    width: 75%;
    width: calc(100% / 4 * 3);
    height: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .start-screen__img-wrapper {
    top: 0;
    right: 0;
    left: auto;
    width: 80%;
    width: calc(100% / 5 * 4);
    height: calc(50% + 96px);
    margin-top: 96px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .start-screen__img-wrapper {
    width: 50%;
    width: calc(100% / 6 * 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .start-screen__img-wrapper {
    width: 50%;
    width: calc(100% / 10 * 5);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .start-screen__img-wrapper {
    width: 46.15%;
    width: calc(100% / 13 * 6);
  }
}
@media (min-width: 1920px) {
  .start-screen__img-wrapper {
    width: 46.15%;
    width: calc(100% / 13 * 6);
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .start-screen__img-wrapper {
    top: 0;
    right: 0;
    left: auto;
    width: 75%;
    width: calc(100% / 4 * 3);
    height: calc(100vh - 16px);
    margin-top: 0;
  }
}

.start-screen__img {
  position: absolute;
  opacity: 0;
  transition: opacity ease-in-out 1s;
  width: 100%;
  height: calc(100vh - 48px);
  object-fit: contain;
  object-position: 0% 50%;
}
@media (max-width: 767px) {
  .start-screen__img {
    height: 100%;
    object-position: 100% 0%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .start-screen__img {
    height: 100%;
    object-position: 50% 50%;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .start-screen__img {
    object-position: 100% 50%;
  }
}

.start-screen__img_in_view {
  opacity: 1 !important;
}

.start-screen__nav-heading {
  line-height: 1.4;
  margin-bottom: 32px;
  max-width: 200px;
}

.start-screen__nav-link {
  font-family: 'Palanquin Dark', sans-serif;
  font-weight: normal;
  padding-bottom: 0.5vh;
  line-height: 2.2;
}

.start-screen__nav-links-list {
  display: flex;
  flex-direction: column;
}

.start-screen__nav {
  position: relative;
  width: 18.75%;
  width: calc(100% / 16 * 3);
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .start-screen__nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .start-screen__nav {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .start-screen__nav {
    width: 25%;
    width: calc(100% / 8 * 2);
    justify-content: flex-start;
    margin-top: 96px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .start-screen__nav {
    width: 25%;
    width: calc(100% / 8 * 2);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .start-screen__nav {
    width: 16.6%;
    width: calc(100% / 12 * 2);
  }
}

.start-screen__scroll-down-button {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #ffffff;
}
@media (max-width: 767px) {
  .start-screen__scroll-down-button {
    display: none;
  }
}

.menu__bg-img-wrapper {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
}
@media (max-width: 320px) {
  .menu__bg-img-wrapper {
    display: none;
  }
}

.menu__bg-img {
  width: 720px;
  min-width: 720px;
  background: url('../images/menu-bg.e1e82f81.svg');
  background-position: right;
  background-repeat: repeat-y;
}
@media (max-width: 320px) {
  .menu__bg-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu__bg-img {
    margin-left: -250px;
    background-position: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu__bg-img {
    margin-left: -35%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .menu__bg-img {
    margin-left: -5%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .menu__bg-img {
    margin-left: 8%;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .menu__bg-img {
    margin-left: 10%;
  }
}
@media (min-width: 1920px) {
  .menu__bg-img {
    margin-left: 20%;
  }
}

.menu__bg {
  background: #ffffff;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  height: 100vh;
}
@media (max-width: 767px) {
  .menu__bg {
    margin-left: -50%;
  }
}

.menu__container {
  min-height: 100vh;
}

.menu__heading-links-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 767px) {
  .menu__heading-links-wrapper {
    height: auto;
    flex-grow: 1;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .menu__heading-links-wrapper {
    height: auto;
  }
}

.menu__heading {
  display: none;
}

.menu__icon {
  margin: 0 12px;
}

.menu__icons {
  position: absolute;
  display: none;
  padding: 16px 0;
  width: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .menu__icons {
    display: flex;
    top: 0;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .menu__icons {
    display: flex;
    top: 0;
  }
}

.menu__img-wrapper {
  overflow: hidden;
  position: fixed;
  top: 0;
  height: 100vh;
  min-height: 460px;
  width: 100%;
  transition: background ease-in-out 1s;
}
@media (max-width: 320px) {
  .menu__img-wrapper {
    display: none;
  }
}

.menu_img-wrapper_bg {
  background: #ffffff;
}

.menu__img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity ease-in-out 1s;
  object-position: 0 50%;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .menu__img {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .menu__img {
    width: 50%;
  }
}

.menu_in_view {
  opacity: 1;
  background: #ffffff;
}

.menu__inner-container {
  min-height: 100vh;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .menu__inner-container {
    align-items: center;
  }
}

.menu__link {
  text-decoration: none;
  line-height: 1.8;
  transition: color ease-in-out 0.3s, -webkit-text-stroke ease-in-out 0.3s 0.15s;
}
.menu__link:hover {
  color: #000000;
  -webkit-text-stroke: 1px #000000;
}
.menu__link:last-child {
  display: none;
}
@media (max-width: 767px) {
  .menu__link {
    text-align: center;
  }
  .menu__link:last-child {
    display: block;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .menu__link {
    line-height: 1.6;
  }
}
@media (min-width: 1920px) {
  .menu__link {
    line-height: 1.4;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .menu__link:last-child {
    display: block;
  }
}

.menu__links-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 320px) {
  .menu__links-wrapper {
    padding: 64px 0 24px 0;
  }
}
@media (max-width: 767px) {
  .menu__links-wrapper {
    padding: 64px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu__links-wrapper {
    padding-right: 64px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .menu__links-wrapper {
    padding-right: 96px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .menu__links-wrapper {
    padding-right: 96px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .menu__links-wrapper {
    padding-right: 120px;
  }
}
@media (min-width: 1920px) {
  .menu__links-wrapper {
    padding-right: 120px;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .menu__links-wrapper {
    padding: 64px 0;
    flex-grow: 1;
    align-items: center;
  }
}

.menu__search-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .menu__search-wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .menu__search-wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}

.menu__search {
  display: none;
}
@media (max-width: 767px) {
  .menu__search {
    display: block;
    z-index: 4;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 320px) {
  .menu__search {
    position: sticky;
    top: 0;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .menu__search {
    display: block;
    z-index: 4;
    position: absolute;
  }
}

.menu {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  z-index: -100;
  transition: clip-path ease-in-out 0.5s, background ease-in-out 0.5s, opacity ease-in-out 0.5s;
  opacity: 0;
}
@media (max-width: 320px) {
  .menu {
    background: #ffffff;
  }
}

.menu_supports-clip-path {
  clip-path: circle(0px at 100% 37%);
  opacity: 1;
}
@media (max-width: 767px) {
  .menu_supports-clip-path {
    clip-path: circle(0px at 100% 100%);
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .menu_supports-clip-path {
    clip-path: circle(0px at 100% 100%);
    background: #ffffff;
  }
}

.menu_is-open {
  z-index: 2;
}

.menu_clip-path {
  clip-path: circle(100%);
}

.menu_opacity {
  opacity: 1;
}

.search__content_transition {
  transition: transform ease-in-out 1s;
}

.search__form-wrapper {
  position: fixed;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0);
  top: 0;
  background: #ffffff;
  width: 100%;
  z-index: 1;
}

.search__form {
  display: flex;
  border-bottom: 2px solid #000000;
  align-items: center;
}
@media (max-width: 767px) {
  .search__form {
    width: calc(100% - 48px);
  }
}

.search__form_transition {
  transition: transform ease-in-out 1s;
}

.search__inner-container {
  display: flex;
  flex-direction: column;
}

.search__input {
  border: none;
  width: calc(100% - 24px);
  margin: 16px 0;
  height: 88px;
  font-size: calc(32px + (48 - 32) * (100vw - 240px) / (1920 - 240));
  line-height: 1.8;
  font-weight: bold;
  color: #000000;
}
.search__input:focus {
  outline: none;
}
.search__input::placeholder {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .search__input {
    height: 64px;
    margin: 0;
  }
}

.search__results-item {
  display: flex;
  margin-bottom: 32px;
  justify-content: space-between;
}
.search__results-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .search__results-item {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .search__results-item {
    flex-direction: column;
  }
}

.search__results {
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .search__results {
    width: 83%;
    width: calc(100% / 10 * 8.3);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .search__results {
    width: 83.3%;
    width: calc(100% / 12 * 10);
  }
}
@media (min-width: 1920px) {
  .search__results {
    width: 66.6%;
    width: calc(100% / 12 * 8);
  }
}

.search__title-wrapper {
  position: sticky;
  top: 0;
  width: 33.3%;
  width: calc(100% / 12 * 4);
  height: calc(100vh - 88px - 24px);
  align-items: center;
  display: none;
  user-select: none;
}
@media (min-width: 1920px) {
  .search__title-wrapper {
    display: flex;
  }
}

.search__wrapper {
  position: relative;
  display: flex;
  opacity: 1;
  transition: opacity ease-in-out 1s;
  padding-top: 122px;
}
@media (max-width: 767px) {
  .search__wrapper {
    padding-top: 56px;
  }
}

.search__wrapper_hidden {
  display: none;
  opacity: 0;
}

.search__wrapper_opacity_0 {
  opacity: 0;
}

.search__year-wrapper {
  width: 25%;
  position: relative;
}

.search__year {
  position: sticky;
  top: 90px;
}
@media (max-width: 767px) {
  .search__year {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .search__year {
    margin-bottom: 32px;
  }
}

.search {
  position: fixed;
  top: 0;
  overflow-x: auto;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  z-index: -100;
  background: #ffffff;
  padding: 24px 0;
  transition: clip-path ease-in-out 0.5s, background ease-in-out 0.5s, opacity ease-in-out 0.5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .search {
    padding: 8px 0;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .search {
    padding: 8px 0;
  }
}

.search_supports-clip-path {
  clip-path: circle(0px at 100% 0);
  opacity: 1;
}

.search_is-open {
  z-index: 4;
}

.search_clip-path {
  clip-path: circle(100%);
}

.search_opacity {
  opacity: 1;
}

.search_page {
  clip-path: none;
  transform: none;
  position: static;
  z-index: 0;
  opacity: 1;
}

.art-carousel__img-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
  height: calc(84vh - 48px);
  flex: 1 auto;
}
@media (max-width: 767px) {
  .art-carousel__img-wrapper {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .art-carousel__img-wrapper {
    margin-bottom: 24px;
  }
}

.art-carousel__img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .art-carousel__img {
    max-width: calc(100vw - 80px);
  }
}

.art-carousel__inner-wrapper {
  display: flex;
  font-size: 0;
  align-items: center;
}

.art-carousel__item {
  height: 100%;
  margin: 88px 88px 88px 0;
}
.art-carousel__item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .art-carousel__item {
    margin: 48px 48px 48px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .art-carousel__item {
    margin: 48px 48px 48px 0;
  }
}

.art-carousel {
  position: sticky;
  top: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100vh;
}

.author-info {
  position: absolute;
  padding: 32px;
  background: #ffffff;
  box-shadow: 0px 16px 56px rgba(0, 0, 0, 0.12);
  z-index: -10;
  max-width: 482px;
  bottom: 32px;
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
  cursor: auto;
}
@media (max-width: 767px) {
  .author-info {
    width: calc(100% + 64px);
    max-width: unset;
    left: -32px;
    bottom: 48px;
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .author-info {
    bottom: 48px;
    width: 100%;
    padding: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .author-info {
    width: 100%;
    padding: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .author-info {
    width: 100%;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .author-info {
    width: calc(100% / 7 * 6);
  }
}
@media (min-width: 1920px) {
  .author-info {
    width: calc(100% / 7 * 4);
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .author-info {
    width: calc(100% + 376px);
    max-width: unset;
    left: -368px;
    bottom: 48px;
  }
}

.author-info__button_close {
  position: absolute;
  right: 16px;
  top: 16px;
  display: none;
}
@media (max-width: 767px) {
  .author-info__button_close {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .author-info__button_close {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .author-info__button_close {
    display: block;
  }
}

.author-info__author {
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 1.65;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
}

.author-info__img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  margin-right: 8px;
  background: #ececec;
}

.author-info__img_s {
  height: 24px;
  width: 24px;
}

.author-info__text {
  font-family: 'Palanquin', sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 1.76;
  font-weight: 500;
  margin-top: 16px;
}

.author-info__socials {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.author-info__socials a {
  text-decoration: none;
  display: inline-block;
  height: 24px;
  margin-right: 24px;
}
.author-info__socials a svg {
  transition: fill ease-in-out 0.3s;
  fill: #000000;
}
.author-info__socials a svg:hover {
  fill: #fc593d;
}

@media (max-width: 767px) {
  .article-preview__read-time {
    display: none;
  }
}

.article-preview__img-wrapper {
  position: relative;
  overflow: hidden;
  background: #ececec;
}

.article-preview__img-wrapper_size_lg {
  /* * center placeholder img */
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .article-preview__img-wrapper_size_lg {
    height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview__img-wrapper_size_lg {
    height: 337px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview__img-wrapper_size_lg {
    height: 316px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .article-preview__img-wrapper_size_lg {
    height: 337px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .article-preview__img-wrapper_size_lg {
    height: 432px;
  }
}
@media (min-width: 1920px) {
  .article-preview__img-wrapper_size_lg {
    height: 504px;
  }
}

.article-preview__socials {
  position: relative;
  background: #ffffff;
  padding: 20px;
  border-radius: 32px;
  margin: 24px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .article-preview__socials {
    margin: 8px;
    padding: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview__socials {
    margin: 8px;
    padding: 12px;
  }
}

.article-preview__social-link {
  display: block;
}
.article-preview__social-link svg {
  transition: fill ease-in-out 0.3s;
  fill: #000000;
}
.article-preview__social-link:hover svg {
  fill: #fc593d;
}

.article-preview__social-twitter {
  margin-bottom: 16px;
}
.article-preview__social-twitter::after {
  content: '';
  background: #ececec;
  position: absolute;
  width: 24px;
  height: 1px;
  top: 61px;
  left: 20px;
}
@media (max-width: 767px) {
  .article-preview__social-twitter::after {
    left: 12px;
    top: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview__social-twitter::after {
    left: 12px;
    top: 54px;
  }
}

.article-preview__social-facebook {
  margin-top: 16px;
}

.article-preview__img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #959595;
  opacity: 0.65;
  transition: opacity ease-in-out 0.25s;
}

.article-preview__img-overlay_opacity_0 {
  opacity: 0;
}

.blog__block-title {
  height: 100vh;
  justify-content: center;
  flex-shrink: 0;
}

.blog__button_scroll-down {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .blog__button_scroll-down {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog__button_scroll-down {
    display: none;
  }
}

.blog__button {
  position: absolute;
  z-index: 1;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog__button_play {
  transition: background ease-in-out 1s;
  background-color: #959595;
  width: 64px;
  height: 64px;
  right: -32px;
  top: calc(50% - 32px);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .blog__button_play {
    width: 88px;
    height: 88px;
    right: -44px;
    top: calc(50% - 44px);
  }
}
@media (min-width: 1920px) {
  .blog__button_play {
    width: 88px;
    height: 88px;
    right: -44px;
    top: calc(50% - 44px);
  }
}

.blog__comments {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .blog__comments {
    margin-top: 88px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog__comments {
    margin-top: 104px;
  }
}

.blog__inner-wrapper a {
  color: #fc593d;
  text-decoration: none;
}
.blog__inner-wrapper a:hover {
  color: #ff3917;
  text-decoration: underline;
}
.blog__inner-wrapper a:visited {
  color: #ff9d8c;
}

.blog__cite,
.blog__inner-wrapper blockquote,
.blog__inner-wrapper blockquote p,
.blog__inner-wrapper blockquote p span {
  font-family: 'Palanquin', sans-serif;
  color: #595959;
  line-height: 1.7;
  font-size: 28px;
  margin: 88px 0;
  font-weight: 500;
  text-align: center;
}
.blog__cite,
.blog__inner-wrapper blockquote {
  padding: 0 12.5%;
}

.blog__content-column {
  position: relative;
  z-index: -1;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}
@media (max-width: 767px) {
  .blog__content-column {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog__content-column {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .blog__content-column {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .blog__content-column {
    width: 16.6%;
    width: calc(100% / 12 * 2);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .blog__content-column {
    width: 18.75%;
    width: calc(100% / 16 * 3);
  }
}
@media (min-width: 1920px) {
  .blog__content-column {
    width: 25%;
    width: calc(100% / 16 * 4);
  }
}

.blog__content-column_1 {
  align-items: flex-end;
}

.blog__content {
  display: flex;
}

.blog__digest {
  position: relative;
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .blog__digest {
    padding-bottom: 72px;
  }
}

.blog__heading,
.blog__inner-wrapper h2,
.blog__inner-wrapper h3 {
  text-align: center;
  margin: 128px 0 64px 0;
}

.blog__heading_video {
  position: absolute;
  z-index: 1;
  transition: opacity ease-in-out 0.5s;
  left: 32px;
  width: 45%;
  bottom: 176px;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .blog__heading_video {
    position: static;
    bottom: auto;
    margin: 32px 0 !important;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog__heading_video {
    width: 62.5%;
    width: calc(100% / 8 * 5);
    left: 56px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .blog__heading_video {
    left: 56px;
  }
}
@media (min-width: 1920px) {
  .blog__heading_video {
    bottom: 212px;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .blog__heading_video {
    position: absolute;
    margin-top: 0;
    width: 80%;
    left: 0;
    bottom: 56px;
  }
}

.blog__heading_video_opacity_0 {
  opacity: 0;
}

.blog__img,
.blog__inner-wrapper img {
  width: 100%;
  max-height: 1096px;
  object-fit: contain;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .blog__img,
  .blog__inner-wrapper img {
    max-height: 456px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog__img,
  .blog__inner-wrapper img {
    max-height: 688px;
  }
}

.blog__inner-wrapper table img {
  margin-bottom: 0;
}

.blog__cite,
.blog__inner-wrapper blockquote {
  font-family: 'Palanquin', sans-serif;
  color: #595959;
  line-height: 1.7;
  font-size: 28px;
  margin: 88px 0;
  font-weight: 500;
  text-align: center;
  padding: 0 12.5%;
}

.blog__heading,
.blog__inner-wrapper h2,
.blog__inner-wrapper h3 {
  text-align: center;
  margin: 128px 0 64px 0;
}

.blog__heading_video_opacity_0 {
  opacity: 0;
}

.blog__heading_margin {
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .blog__heading_margin {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog__heading_margin {
    margin-bottom: 56px;
  }
}

.blog__heading_comments {
  font-size: calc(40px + (96 - 40) * (100vw - 240px) / (1920 - 240));
  font-family: 'Palanquin', sans-serif;
  text-align: left;
  margin-top: 0;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .blog__heading_comments {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog__heading_comments {
    margin-bottom: 48px;
  }
}

.blog__img,
.blog__inner-wrapper img {
  width: 100%;
  max-height: 1096px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .blog__img,
  .blog__inner-wrapper img {
    max-height: 456px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog__img,
  .blog__inner-wrapper img {
    max-height: 688px;
  }
}

.paragraph,
.about__wrapper p,
.blog__inner-wrapper p,
.blog__inner-wrapper > div,
.blog__inner-wrapper > div > span,
.blog__inner-wrapper > span,
.blog__inner-wrapper > span > span,
.blog__inner-wrapper > span > span > span {
  /* .blog__inner-wrapper span { */
  font-family: 'Spectral', 'Times New Roman', serif;
  font-size: calc(24px + (24 - 20) * (100vw - 240px) / (1920 - 240)) !important;
  line-height: 1.7;
  color: #000000;
  margin-top: 0;
  margin-bottom: 64px;
}

/* * fix vimeo controls bug */
.blog__inner-wrapper > span,
.blog__inner-wrapper > span:first-child,
.blog__inner-wrapper > :not(progress) + span {
  /* .blog__inner-wrapper span { */
  font-family: 'Spectral', 'Times New Roman', serif;
  font-size: calc(24px + (24 - 20) * (100vw - 240px) / (1920 - 240)) !important;
  line-height: 1.7;
  color: #000000;
}

/* * fix vimeo controls bug */
.blog__inner-wrapper > div:last-child,
/* .blog__inner-wrapper > div:last-of-type, */
.blog__inner-wrapper > div a:only-child img,
.blog__inner-wrapper > p > a:last-child img,
  /* * fix uneven margins https://contemporaryartnews.net/2016/04/10-popular-street-art-pieces-march-2016.html */
  /* .blog__inner-wrapper > div:last-of-type a: img { */
.blog__inner-wrapper > div:last-of-type a:only-child img {
  margin-bottom: 0;
}

.blog__inner-wrapper > div.wp-caption {
  width: 100% !important;
}

.blog__inner-wrapper > div.wp-caption img:not(.full-width) {
  width: 100%;
  height: auto;
  /* * fix uneven margins https://contemporaryartnews.net/2016/04/10-popular-street-art-pieces-march-2016.html */
  /* margin-bottom: 0; */
}

.paragraph:last-child,
.blog__inner-wrapper p:last-child {
  margin: 0;
}

.blog__inner-wrapper {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .blog__inner-wrapper {
    padding: 0 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog__inner-wrapper {
    padding: 0 12.5%;
    padding: 0 calc(100% / 8);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .blog__inner-wrapper {
    padding: 0 12.5%;
    padding: 0 calc(100% / 8);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .blog__inner-wrapper {
    padding: 0 24px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .blog__inner-wrapper {
    padding: 0 48px;
  }
}
@media (min-width: 1920px) {
  .blog__inner-wrapper {
    padding: 0 48px;
  }
}
.blog__inner-wrapper h2,
.blog__inner-wrapper h3 {
  font-family: 'Spectral', 'Times New Roman', serif;
  font-weight: bold;
  color: #000000;
  font-size: calc(30px + (64 - 30) * (100vw - 240px) / (1920 - 240));
  line-height: 1.2;
}
.blog__inner-wrapper .blog__video-wrapper h2,
.blog__inner-wrapper .blog__video-wrapper h3 {
  text-align: left;
  color: #ffffff;
}
.blog__inner-wrapper p.content-img-wrap {
  background: #ffffff;
  position: relative;
  object-fit: contain;
  top: 0;
  overflow: hidden;
  width: calc(100vw - 24px - 76px);
  left: 50%;
  right: 50%;
  margin: 0;
  margin-left: calc(-50vw + 50px);
  margin-right: -50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 64px;
  /* * remove line-height: 0, because this element may contain text that is not wrapped with other p */
  /* * it fixes additional line that uppears with img */
  /* line-height: 0; */
}
/* TODO: check if it works correctly */
.blog__inner-wrapper p.content-img-wrap a {
  width: 100%;
}

@media (max-width: 767px) {
  .blog__inner-wrapper p.content-img-wrap {
    min-height: 200px;
    width: 100%;
    margin-left: calc(-50vw + 40px);
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .blog__inner-wrapper p.content-img-wrap {
    width: 100%;
    margin-left: calc(-50vw + 42px);
  }
}
.blog__inner-wrapper p.content-img-wrap:last-child {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog__inner-wrapper p.content-img-wrap img {
    min-height: 364px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .blog__inner-wrapper p.content-img-wrap img {
    min-height: 500px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .blog__inner-wrapper p.content-img-wrap img {
    min-height: 640px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .blog__inner-wrapper p.content-img-wrap img {
    min-height: 730px;
  }
}
@media (min-width: 1920px) {
  .blog__inner-wrapper p.content-img-wrap img {
    min-height: 730px;
  }
}
.blog__inner-wrapper p.content-img-wrap a:not(:last-child) img {
  margin-bottom: 64px;
}
.blog__inner-wrapper p.content-img-wrap a:last-child img,
.blog__inner-wrapper p.content-img-wrap img:last-child {
  margin-bottom: 0;
}
.blog__inner-wrapper img.full-width {
  max-height: calc(100vh - 48px);
  object-fit: cover;
  /*height:auto;
  background: #ffffff;
  position: relative;
  object-fit: cover;
  top: 0;
  overflow: hidden;
  width: calc(100vw - 24px - 76px);
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw + 50px);
  margin-right: -50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0;
  margin-bottom:0px;
  padding-bottom:64px;*/
}

.blog__text-wrapper {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .blog__text-wrapper {
    padding: 48px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog__text-wrapper {
    padding: 64px 0;
  }
}

.blog__video-inner-wrapper {
  max-width: 1590px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .blog__video-inner-wrapper {
    margin: 0;
  }
}

.blog__video-wrapper__container {
  display: flex;
  justify-content: center;
  padding: 88px 0;
}

@media (max-width: 767px) {
  .blog__video-wrapper__container {
    padding: 32px 0 0 0;
  }
}

.blog__video-wrapper {
  display: flex;
  background: #959595;
  position: relative;
  top: 0;
  overflow: hidden;
  width: calc(100vw - 24px - 76px);
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw + 50px);
  margin-right: -50vw;
  /* margin-bottom: 0 !important; */
}
.blog__video-wrapper div {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .blog__video-wrapper {
    min-height: 200px;
    width: calc(100vw - 8px * 2);
    margin-left: calc(-50vw + 8px);
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .blog__video-wrapper {
    min-height: 200px;
    width: calc(100vw - 8px * 2);
    margin-left: calc(-50vw + 8px);
  }
}

.blog__video-wrapper__inner-wrapper {
  min-height: 280px;
  padding: 0 24px;
}

@media (max-width: 767px) {
  .blog__video-wrapper__inner-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

.blog__related-posts {
  padding-top: 104px;
}
@media (max-width: 767px) {
  .blog__related-posts {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog__related-posts {
    padding-top: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .blog__related-posts {
    padding-top: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .blog__related-posts {
    padding-top: 44px;
  }
}

.blog__tags-wrapper {
  border-top: 1px solid #000000;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .blog__tags-wrapper {
    padding-top: 24px;
  }
}
.blog__tags-wrapper > a {
  font-family: 'Palanquin Dark', sans-serif;
  color: #000000;
  font-size: calc(16px + (24 - 16) * (100vw - 240px) / (1920 - 240));
  line-height: 1.65;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color ease-in-out 0.2s;
  display: inline-block;
  margin-right: 16px;
}
.blog__tags-wrapper > a:before {
  content: '#';
}
.blog__tags-wrapper > a:hover {
  color: #fc593d;
  text-decoration: none;
}
.blog__tags-wrapper > a:visited {
  color: #000000;
  text-decoration: none;
}

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

.plyr__control:hover:not([data-plyr='play']) {
  background: transparent;
}
.plyr__control[data-plyr='play'] {
  opacity: 0.8;
  background: #959595;
}
.plyr__control:hover[data-plyr='play'] {
  opacity: 1;
  background: #959595;
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.plyr__control--overlaid {
  background-image: url('../images/play.b2d5c6c4.svg') !important;
  background-color: #959595;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 88px;
  width: 88px !important;
  opacity: 0.8;
}
.plyr__control--overlaid:hover {
  opacity: 1;
}
.plyr__control--overlaid svg {
  display: none;
}
@media (max-width: 767px) {
  .plyr__control--overlaid {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .plyr__control--overlaid {
    display: none !important;
  }
}

.plyr__controls__item:first-child {
  border: 2px solid transparent;
  box-sizing: border-box;
  background: #959595;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plyr__controls__item:first-child svg {
  height: 12px;
  width: 12px;
}

.plyr__progress__buffer {
  background: #ffffff;
  opacity: 0.32;
}

.plyr--full-ui input[type='range'] {
  color: #ffffff;
}
.plyr--full-ui input[type='range']:active::-moz-range-thumb {
  box-shadow: none !important;
}
.plyr--full-ui input[type='range']:active::-webkit-slider-thumb {
  box-shadow: none !important;
}
.plyr--full-ui input[type='range']:focus::-webkit-slider-thumb {
  box-shadow: none;
}
.plyr--full-ui input[type='range']::-moz-range-thumb {
  box-shadow: none;
  background: transparent;
}
.plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
  box-shadow: none;
}
.plyr--full-ui input[type='range']::-webkit-slider-thumb {
  box-shadow: none;
  background: transparent;
}
.plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: none;
}
.plyr--full-ui
  input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: none;
}

.plyr--full-ui .plyr__video-wrapper {
  position: relative;
}
.plyr--full-ui .plyr__video-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s opacity;
}

.plyr__video-wrapper_overlay_controls::after {
  background: transparent;
  transition: 0.5s opacity;
}

.plyr__video-wrapper_overlay_main::after {
  z-index: 1;
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.34) 0%,
    rgba(0, 0, 0, 0.62) 100%
  );
  transition: 0.5s opacity;
}

.plyr__video-wrapper_overlay_opacity_0::after {
  opacity: 0;
}

@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .video-overlay__button-close {
    top: auto;
    bottom: 0;
  }
}

.video-overlay__block-title {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.video-overlay__block-title__inner-wrapper {
  min-width: 100%;
}

.video-overlay__container {
  display: flex;
  position: relative;
}

.video-overlay__video {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}

.video-overlay {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -100;
  background: rgba(149, 149, 149, 0.95);
  display: flex;
  justify-content: center;
  transition: clip-path ease-in-out 0.5s, background ease-in-out 0.5s,
    opacity ease-in-out 0.5s;
  opacity: 0;
}

.video-overlay_supports-clip-path {
  clip-path: circle(0px at 50% 50%);
  opacity: 1;
}

.video-overlay_is-open {
  z-index: 3;
}

.video-overlay_clip-path {
  clip-path: circle(100%);
}

.video-overlay_opacity {
  opacity: 1;
}

.video-overlay__inner-container {
  overflow: hidden;
  padding-top: 88px;
  padding-bottom: 88px;
  margin: auto;
  position: relative;
  max-width: 1590px;
}
@media (max-width: 767px) {
  .video-overlay__inner-container {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .video-overlay__inner-container {
    padding: 24px 120px;
  }
}

.video-overlay_heading-wrapper {
  height: 100%;
  width: 100%;
  margin: 88px 0;
  position: relative;
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .video-overlay_heading-wrapper {
    margin: 24px 0;
  }
}

.about__contact-link {
  font-family: 'Palanquin Dark', sans-serif;
  font-size: calc(20px + (40 - 20) * (100vw - 240px) / (1920 - 240));
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  line-height: 1;
  margin-top: 80px;
}
@media (max-width: 450px) {
  .about__contact-link {
    font-size: calc(12px + (18 - 12) * (100vw - 240px) / (450 - 240));
  }
}

.about__heading {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .about__img-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__img-wrapper {
    margin: 0 12.5% 0 12.5%;
    margin: 0 calc(100% / 8) 0 calc(100% / 8);
    width: 75%;
    width: calc(100% / 8 * 6);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .about__img-wrapper {
    width: 41.6%;
    width: calc(100% / 12 * 5);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .about__img-wrapper {
    width: 41.6%;
    width: calc(100% / 12 * 5);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .about__img-wrapper {
    width: 43.75%;
    width: calc(100% / 16 * 7);
  }
}
@media (min-width: 1920px) {
  .about__img-wrapper {
    width: 43.75%;
    width: calc(100% / 16 * 7);
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .about__img-wrapper {
    max-height: 100vh;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .about__img-wrapper {
    max-height: 240px;
  }
}

.about__img {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: contain;
  object-position: 50% 100%;
}
@media (max-width: 767px) {
  .about__img {
    position: static;
    max-height: 440px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__img {
    position: static;
    max-height: 520px;
    height: auto;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .about__img {
    height: 100%;
  }
}

.about__paragraph {
  font-size: calc(24px + (24 - 16) * (100vw - 240px) / (1920 - 240));
}

.about__text-wrapper {
  padding: 120px 24px;
}
@media (max-width: 767px) {
  .about__text-wrapper {
    padding: 48px 36px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__text-wrapper {
    padding: 48px 12.5%;
    padding: 48px calc(100% / 8);
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .about__text-wrapper {
    width: 50%;
    width: calc(100% / 12 * 6);
    padding: 88px 24px 48px 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .about__text-wrapper {
    width: 50%;
    width: calc(100% / 12 * 6);
    padding: 140px 24px 64px 24px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .about__text-wrapper {
    width: 46.875%;
    width: calc(100% / 16 * 7.5);
    padding: 140px 24px 64px 24px;
  }
}
@media (min-width: 1920px) {
  .about__text-wrapper {
    width: 34.375%;
    width: calc(100% / 16 * 5.5);
    padding: 140px 24px;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .about__text-wrapper {
    padding-top: 24px;
  }
}

.about__wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .about__wrapper {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__wrapper {
    flex-direction: column;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .category__article-preview-list {
    margin-left: 6.25%;
    margin-left: calc(100% / 16);
  }
}
@media (min-width: 1920px) {
  .category__article-preview-list {
    margin-left: 6.25%;
    margin-left: calc(100% / 16);
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .category__block-title__inner-wrapper {
    height: auto;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .category__block-title__inner-wrapper {
    height: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .category__block-title {
    justify-content: flex-start;
    margin-left: 24px;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .category__block-title {
    justify-content: flex-start;
    margin-left: 24px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .category__heading_on_md {
    writing-mode: horizontal-tb;
    margin: 48px 0 80px 0;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .category__heading_on_md {
    writing-mode: horizontal-tb;
    margin: 48px 0 80px 0;
  }
}

.category__wrapper {
  display: flex;
  padding-top: 24px;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .category__wrapper {
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .category__wrapper {
    padding-bottom: 120px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .category__wrapper {
    flex-direction: column-reverse;
    padding-bottom: 120px;
  }
}
@media (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .category__wrapper {
    padding-top: 8px;
    flex-direction: column-reverse;
    padding-bottom: 120px;
  }
}

.privacy-policy__heading {
  margin-bottom: 48px;
}

.privacy-policy p,
.privacy-policy li {
  font-family: 'Spectral', 'Times New Roman', serif;
  font-size: calc(24px + (24 - 20) * (100vw - 240px) / (1920 - 240));
  line-height: 1.7;
  color: #000000;
  margin: 0 0 64px 0;
}
.privacy-policy p:last-child,
.privacy-policy li:last-child {
  margin: 0;
}

.privacy-policy p,
.privacy-policy li {
  font-size: calc(24px + (24 - 16) * (100vw - 240px) / (1920 - 240));
}
.privacy-policy h2 {
  margin: 80px 0 40px 0;
  font-family: 'Palanquin Dark', sans-serif;
  color: #000000;
  line-height: 1.2;
  font-size: calc(32px + (48 - 32) * (100vw - 240px) / (1920 - 240));
}
.privacy-policy a {
  color: #fc593d;
  text-decoration: none;
}
.privacy-policy a:hover {
  color: #ff3917;
  text-decoration: underline;
}
.privacy-policy a:visited {
  color: #ff9d8c;
  text-decoration: underline;
}
.privacy-policy ul {
  list-style: none;
  margin: 0 0 64px 0;
  padding-left: 48px;
}
.privacy-policy li {
  margin-bottom: 32px;
}
.privacy-policy li:before {
  content: '→';
  position: absolute;
  margin-left: -48px;
}

.privacy-policy__wrapper {
  padding: 140px 0 72px 0;
}
@media (max-width: 767px) {
  .privacy-policy__wrapper {
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .privacy-policy__wrapper {
    padding-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .privacy-policy__text-wrapper {
    padding: 0 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .privacy-policy__text-wrapper {
    padding: 0 calc(100% / 8);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .privacy-policy__text-wrapper {
    padding: 0 calc(100% / 16);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .privacy-policy__text-wrapper {
    padding: 0 calc(100% / 12 * 2);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .privacy-policy__text-wrapper {
    padding: 0 calc(100% / 16 * 3);
  }
}
@media (min-width: 1920px) {
  .privacy-policy__text-wrapper {
    padding: 0 calc(100% / 16 * 4);
  }
}

/* FIXES */
a[rel*='lightbox'] {
  display: block;
}

.newsletter-form-results {
  width: calc(100% / 14 * 8);
}

.newsletter-form-results .success {
  color: green;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0;
}

.spinner {
  display: none;
  width: 100%;
}

.spinner span {
  display: block;
  color: #000;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

body.loading .spinner {
  display: block;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

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

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

div[id*='attachment'] {
  width: auto !important;
}
