@charset "UTF-8";

:root {
  --color-bg-base: #ffffff;
  --color-bg-soft: #eeeeee;
  --color-bg-base-opaque: rgba(255, 255, 255, 0.8);
  --color-bg-base-image: linear-gradient(245deg, #c0c0c0 0%, #ffffff 15%);
  --color-bg-contrast: #121212;
  --color-bg-contrast-rich: #000000;
  --color-text-supersoft: #d0d0d0;
  --color-text-soft: #6b6b6b;
  --color-text-normal: #1e1e1e;
  --color-text-rich: #000;
  --color-contrast-text-soft: #333333;
  --color-contrast-text-normal: #a7a7a7;
  --color-contrast-text-rich: #fff;
  --color-controls: #8b8b8b;
  --color-white: #fff;
  --color-light-gray: #a0a0a0;
  --color-gray: #6b6b6b;
  --color-dark-gray: #4c4c4c;
  --color-black: #000;
  --color-accent: #cc2626
}

:root.dark-mode {
  --color-bg-base: #151515;
  --color-bg-base: rgba(16, 16, 16, 1);
  --color-bg-base: #0C0B0F;
  --color-bg-base: #000000;
  --color-bg-base-opaque: rgba(0, 0, 0, 0.8);
  --color-bg-soft: #0e0e0e;
  --color-bg-base-image: linear-gradient(245deg, #0e0e0e 0%, #000000 75%);
  --color-bg-contrast: #ffffff;
  --color-bg-contrast-rich: #ffffff;
  --color-text-supersoft: #131313;
  --color-text-soft: #707070;
  --color-text-normal: #b0b0b0;
  --color-text-rich: #fff;
  --color-contrast-text-soft: #9b9b9b;
  --color-contrast-text-normal: #1f1f1f;
  --color-contrast-text-rich: #000;
  --color-accent: #600000
}

:root {
  --vertical-padding: 150px;
  --horizontal-padding: 200px;
  --margin-xxl: 29rem;
  --margin-xl: 15rem;
  --margin-l: 10rem;
  --margin-m: 6rem;
  --margin-s: 3rem;
  --horizontal-control-margin: var(--margin-l);
  --bottom-control-margin: 40px;
  --nav-bar-height: 100px;
  --nav-footer-height: 100px;
  --maxwidth-textblock: 450px;
  --maxwidth-textblock-wide: 600px;
  --maxwidth-headerblock: 800px
}

@media (max-width:1024px) {
  :root {
    --vertical-padding: 150px;
    --horizontal-padding: 120px;
    --margin-xxl: 22rem;
    --margin-xl: 11rem;
    --margin-l: 8rem;
    --margin-m: 5rem;
    --margin-s: 3rem
  }
}

@media (max-width:900px) {
  :root {
    --vertical-padding: 100px;
    --horizontal-padding: 80px;
    --margin-xxl: 19rem;
    --margin-xl: 11rem;
    --margin-l: 5rem;
    --margin-m: 5rem;
    --margin-s: 3rem;
    --bottom-control-margin: 90px;
    --nav-bar-height: 80px;
    --nav-footer-height: 80px;
    --maxwidth-textblock: 400px;
    --maxwidth-headerblock: 600px
  }
}

@media (max-width:600px) {
  :root {
    --nav-horizontal-margin: 20px;
    --vertical-padding: 80px;
    --horizontal-padding: 30px;
    --margin-xxl: 10rem;
    --margin-xl: 5rem;
    --margin-l: 5rem;
    --margin-m: 3rem;
    --margin-s: 1.5rem;
    --maxwidth-textblock: 100%;
    --maxwidth-headerblock: 100%
  }
}

:root {
  --easing-gradient-to-top: linear-gradient(to top,
      hsl(260, 12%, 4.9%) 0%,
      hsla(260, 12%, 4.9%, 0.987) 8.1%,
      hsla(260, 12%, 4.9%, 0.951) 15.5%,
      hsla(260, 12%, 4.9%, 0.896) 22.5%,
      hsla(260, 12%, 4.9%, 0.825) 29%,
      hsla(260, 12%, 4.9%, 0.741) 35.3%,
      hsla(260, 12%, 4.9%, 0.648) 41.2%,
      hsla(260, 12%, 4.9%, 0.55) 47.1%,
      hsla(260, 12%, 4.9%, 0.45) 52.9%,
      hsla(260, 12%, 4.9%, 0.352) 58.8%,
      hsla(260, 12%, 4.9%, 0.259) 64.7%,
      hsla(260, 12%, 4.9%, 0.175) 71%,
      hsla(260, 12%, 4.9%, 0.104) 77.5%,
      hsla(260, 12%, 4.9%, 0.049) 84.5%,
      hsla(260, 12%, 4.9%, 0.013) 91.9%,
      hsla(260, 12%, 4.9%, 0) 100%)
}

:root {
  --easing-gradient-to-bottom: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.987) 8.1%, hsla(0, 0%, 0%, 0.951) 15.5%, hsla(0, 0%, 0%, 0.896) 22.5%, hsla(0, 0%, 0%, 0.825) 29%, hsla(0, 0%, 0%, 0.741) 35.3%, hsla(0, 0%, 0%, 0.648) 41.2%, hsla(0, 0%, 0%, 0.55) 47.1%, hsla(0, 0%, 0%, 0.45) 52.9%, hsla(0, 0%, 0%, 0.352) 58.8%, hsla(0, 0%, 0%, 0.259) 64.7%, hsla(0, 0%, 0%, 0.175) 71%, hsla(0, 0%, 0%, 0.104) 77.5%, hsla(0, 0%, 0%, 0.049) 84.5%, hsla(0, 0%, 0%, 0.013) 91.9%, hsla(0, 0%, 0%, 0) 100%);
  --easing-gradient-to-top: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.987) 8.1%, hsla(0, 0%, 0%, 0.951) 15.5%, hsla(0, 0%, 0%, 0.896) 22.5%, hsla(0, 0%, 0%, 0.825) 29%, hsla(0, 0%, 0%, 0.741) 35.3%, hsla(0, 0%, 0%, 0.648) 41.2%, hsla(0, 0%, 0%, 0.55) 47.1%, hsla(0, 0%, 0%, 0.45) 52.9%, hsla(0, 0%, 0%, 0.352) 58.8%, hsla(0, 0%, 0%, 0.259) 64.7%, hsla(0, 0%, 0%, 0.175) 71%, hsla(0, 0%, 0%, 0.104) 77.5%, hsla(0, 0%, 0%, 0.049) 84.5%, hsla(0, 0%, 0%, 0.013) 91.9%, hsla(0, 0%, 0%, 0) 100%);
  --easing-gradient-to-right: linear-gradient(to right, hsl(0, 0%, 0%) 0%, hsl(0, 0%, 0%) 5%, hsla(0, 0%, 0%, 0.987) 8.1%, hsla(0, 0%, 0%, 0.951) 15.5%, hsla(0, 0%, 0%, 0.896) 22.5%, hsla(0, 0%, 0%, 0.825) 29%, hsla(0, 0%, 0%, 0.741) 35.3%, hsla(0, 0%, 0%, 0.648) 41.2%, hsla(0, 0%, 0%, 0.55) 47.1%, hsla(0, 0%, 0%, 0.45) 52.9%, hsla(0, 0%, 0%, 0.352) 58.8%, hsla(0, 0%, 0%, 0.259) 64.7%, hsla(0, 0%, 0%, 0.175) 71%, hsla(0, 0%, 0%, 0.104) 77.5%, hsla(0, 0%, 0%, 0.049) 84.5%, hsla(0, 0%, 0%, 0.013) 91.9%, hsla(0, 0%, 0%, 0) 100%)
}

*,
::after,
::before {
  box-sizing: border-box;
  outline: 0
}

ol[class],
ul[class] {
  padding: 0
}

* {
  margin: 0
}

html {
  scroll-behavior: smooth;
  font-size: 10px
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

ol[class],
ul[class] {
  list-style: none
}

a:not([class]) {
  text-decoration-skip-ink: auto
}

canvas,
img,
picture,
svg,
video {
  max-width: 100%;
  display: block
}

button,
input,
select,
textarea {
  font: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word
}

@media (prefers-reduced-motion:reduce) {
  * {
    animation-duration: 10ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 10ms !important;
    scroll-behavior: auto !important
  }
}

@font-face {
  font-family: fam-text;
  src: url("../fonts/t-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: fam-header;
  src: url("../fonts/rg-medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: fam-display;
  src: url("../fonts/display-new.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

#scroll-container,
.viewport,
body,
html {
  background-color: var(--color-bg-base)
}

body,
html {
  scroll-behavior: unset !important;
  height: 100vh;
  overflow: hidden !important
}

#scroll-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

html.has-scroll-smooth:not(.has-scroll-init) {
  overflow: hidden
}

html.has-scroll-smooth .viewport {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0
}

body::-webkit-scrollbar {
  width: 0 !important
}

.c-scrollbar_thumb {
  background-color: var(--color-contrast-text-soft) !important
}

@media (max-width:600px) {
  .c-scrollbar {
    display: none !important
  }
}

html.has-scroll-smooth #scroll-container {
  overflow: hidden !important
}

.content-width {
  max-width: 1200px
}

.standard-section-container {
  padding: var(--margin-xxl) var(--margin-xl) var(--margin-xxl) var(--margin-xl)
}

.text-block {
  display: inline-block;
  max-width: var(--maxwidth-textblock)
}

.text-block-wide {
  display: inline-block;
  max-width: var(--maxwidth-textblock-wide)
}

.header-block {
  display: inline-block;
  max-width: var(--maxwidth-headerblock)
}

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}

h1 {
  font-family: fam-display, sans-serif;
  line-height: 1.3;
  font-size: 2.5rem;
  color: var(--color-text-rich)
}

h2,
h3 {
  font-family: fam-header, sans-serif;
  font-size: 1.8rem;
  color: var(--color-text-rich);
  margin-bottom: .5em;
  text-transform: uppercase
}

h2 {
  margin-bottom: 1.5rem
}

a,
p {
  margin: 0 0 .8rem 0
}

li,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

a,
body,
li,
p {
  font-family: fam-text, sans-serif;
  color: var(--color-text-normal);
  font-size: 18px
}

a {
  text-decoration: none
}

li {
  line-height: 2em;
  border-top: 1px solid var(--color-text-supersoft)
}

p>br {
  content: "";
  display: block;
  margin: .6em 0
}

td {
  line-height: 1.5em
}

.txt-content,
.txt-label {
  font-size: 14px
}

.txt-label {
  font-family: fam-header, sans-serif;
  letter-spacing: .08em;
  color: var(--color-text-rich);
  text-transform: uppercase;
  margin-bottom: .7em
}

.txt-content {
  font-family: fam-text, sans-serif;
  color: var(--color-text-normal)
}

@media (max-width:600px) {

  a,
  body,
  li,
  p {
    font-family: fam-text, sans-serif;
    color: var(--color-text-normal);
    font-size: 14px
  }

  h2,
  h3 {
    font-size: 14px
  }

  .txt-content,
  .txt-label {
    font-size: 14px
  }
}

.gui-controls {
  font-family: fam-header, sans-serif;
  font-size: 14px;
  line-height: 1em;
  color: var(--color-light-gray);
  letter-spacing: .1em;
  text-transform: uppercase
}

@media (max-width:900px) {
  .gui-controls {
    font-size: 10px
  }
}

.vertical-text {
  writing-mode: vertical-rl;
  transform-origin: center center;
  transform: rotate(180deg)
}

.text-soft {
  color: var(--color-text-soft)
}

.rotate-device {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--color-bg-base);
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999999999;
  display: none
}

.phone {
  height: 50px;
  width: 100px;
  border: 2px solid var(--color-text-rich);
  border-radius: 10px;
  animation: rotate 1.5s ease-in-out infinite alternate
}

.message {
  color: var(--color-text-rich);
  font-family: fam-text, sans-serif;
  font-size: .9rem;
  margin-top: 40px
}

@keyframes rotate {
  0% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(-90deg)
  }

  100% {
    transform: rotate(-90deg)
  }
}

@media screen and (min-height:0px) and (max-height:500px) and (orientation:landscape) {
  .rotate-device {
    display: flex
  }

  .rotate-device.disabled {
    display: none
  }
}

.transition-panel-svg {
  position: fixed;
  top: -2px;
  left: 0;
  height: calc(100vh + 2px);
  width: 100vw;
  z-index: 100;
  pointer-events: none
}

.transition-panel-path {
  stroke: var(--color-bg-contrast-rich);
  fill: var(--color-bg-contrast-rich)
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: fam-text, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2em;
  z-index: 130;
  animation: loaderappear .5s forwards;
  opacity: 0
}

@keyframes loaderappear {
  100% {
    opacity: 1
  }
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: appear .5s forwards;
  z-index: 2
}

@keyframes appear {
  100% {
    opacity: 0
  }
}

.loading-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: lowercase
}

.loading-imotion {
  margin-right: .25em;
  color: var(--color-contrast-text-rich)
}

.loading-factory {
  color: #676767;
  margin-right: .4em
}

.loading-dot {
  width: 1.3rem;
  height: 1.3rem;
  background: red;
  border-radius: 50%;
  animation: blink 2s infinite
}

.loading-filmproduktion {
  font-size: 1.5rem;
  letter-spacing: .2em;
  padding-top: .2em;
  color: var(--color-contrast-text-normal)
}

.loading-counter {
  font-size: 1.3rem;
  margin-top: 4rem;
  color: var(--color-contrast-text-normal)
}

@media (max-width:900px) {
  .loading {
    font-size: 1.6rem
  }

  .loading-dot {
    width: .9rem;
    height: .9rem
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.js-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 90;
  pointer-events: none;
  mix-blend-mode: difference;
  transform: translate3d(0, 0, 0)
}

.js-cursor-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0)
}

html * {
  cursor: default
}

html.dark-mode .nav-top {
  position: fixed;
  top: 0;
  left: 0;
  height: 15vh;
  width: 100%;
  background-image: var(--easing-gradient-to-bottom);
  z-index: 30;
  pointer-events: none
}

html.dark-mode .footer-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15vh;
  background-image: var(--easing-gradient-to-top);
  z-index: 5;
  pointer-events: none
}

.menu-panel-svg {
  position: fixed;
  top: -2px;
  left: 0;
  height: calc(100vh + 2px);
  width: 100vw;
  z-index: 20;
  pointer-events: none
}

.menu-panel-path {
  stroke: var(--color-bg-contrast-rich);
  fill: var(--color-bg-contrast-rich)
}

.nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 calc(var(--horizontal-control-margin)/2);
  height: var(--nav-bar-height);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  mix-blend-mode: difference;
  z-index: 30;
  pointer-events: none
}

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

.imf-logo-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: fam-text, sans-serif;
  font-size: 1.9rem;
  line-height: 1em;
  text-transform: lowercase;
  pointer-events: all
}

.txt-imotion {
  margin-right: .25em;
  color: #fff
}

.txt-factory {
  color: #676767;
  margin-right: .4em
}

.imf-dot {
  width: 1.1rem;
  height: 1.1rem;
  background: red;
  border-radius: 50%;
  position: fixed;
  z-index: 35;
  top: 40px;
  left: 195px
}

@media (max-width:900px) {
  .imf-logo-text {
    margin-top: 4px;
    font-size: 1.2rem;
    font-family: fam-header, sans-serif
  }

  .imf-dot {
    width: .7rem;
    height: .7rem;
    top: 35px;
    left: 120px
  }
}

.nav-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: all
}

html.dark-mode .th-dark,
html:not(.dark-mode) .th-light {
  display: none
}

html.dark-mode .th-light,
html:not(.dark-mode) .th-dark {
  display: block
}

#theme-toggle-top span,
.lang-selector-top {
  margin-top: 0;
  margin-bottom: 0
}

#theme-toggle-top span {
  margin-right: 20px;
  margin-left: 20px
}

#theme-toggle-top {
  margin-top: 0;
  margin-bottom: 0
}

#theme-toggle-top,
.lang-selector-top {
  padding-top: 15px;
  padding-bottom: 15px
}

html.dark-mode .th-dark,
html:not(.dark-mode) .th-light {
  display: none
}

html.dark-mode .th-light,
html:not(.dark-mode) .th-dark {
  display: block
}

.nav-icon-wrapper.todo {
  display: none
}

.burger-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  mix-blend-mode: difference
}

.hamburger {
  position: relative;
  top: 0;
  left: 0;
  width: 30px;
  height: 7px
}

.burger-line {
  position: absolute;
  right: 0;
  height: 1px;
  width: 100%;
  background: var(--color-white)
}

.burger-line__top {
  top: 0;
  left: -5px
}

.burger-line__bottom {
  bottom: 0;
  right: -5px
}

.burger-text {
  padding-right: 20px;
  margin-top: 3px
}

@media (max-width:900px) {
  .burger-container {
    margin-left: 0
  }

  .burger-text {
    display: none
  }

  .hamburger {
    width: 24px
  }
}

.side-nav-controls-container {
  position: fixed;
  left: calc(var(--horizontal-control-margin)/ 2 - 8px);
  bottom: calc(var(--margin-m) - 3px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  mix-blend-mode: difference;
  z-index: 40
}

.side-nav-lang {
  margin-left: 0;
  margin-right: 2px;
  margin-bottom: 30px;
  writing-mode: vertical-lr;
  transform: rotate(180deg)
}

.side-nav-theme {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border-width: 1px;
  border-color: var(--color-controls);
  border-style: solid;
  background-color: rgba(255, 255, 255, 0)
}

.side-nav-theme::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(.75);
  border-radius: 50%;
  background-color: var(--color-controls);
  transition: transform .5s
}

.side-nav-theme:hover::after {
  transform: scale(1)
}

@media (max-width:900px) {
  .side-nav-controls-container {
    display: none
  }

  .burger-container {
    margin-left: 0
  }
}

@media (min-width:900px) {

  #theme-toggle-top,
  .lang-selector-top {
    display: none
  }
}

.nav-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  position: fixed;
  top: var(--nav-bar-height);
  left: 0;
  height: calc(100vh - var(--nav-bar-height));
  height: calc(var(--vh, 1vh) * 100 - var(--nav-bar-height));
  width: 100%;
  z-index: 30;
  padding-left: var(--margin-xl);
  padding-right: var(--margin-xl);
  padding-bottom: var(--margin-s);
  pointer-events: none
}

.nav-primary-item {
  width: 70%
}

.nav-contact-item {
  width: 30%
}

.nav-copyright-item {
  width: 100%
}

.nav-menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column
}

a.menu-item {
  text-decoration: none;
  text-transform: lowercase;
  font-family: fam-display, sans-serif;
  font-size: 5vw;
  letter-spacing: .01em;
  text-transform: uppercase;
  line-height: 1.4em;
  color: var(--color-contrast-text-soft);
  transition: color .5s
}

.nav-primary-item a:hover,
a.menu-item.is-active {
  color: var(--color-contrast-text-rich)
}

@media (orientation:portrait) {
  a.menu-item {
    font-size: 5vw;
    text-align: center;
    line-height: 1.1em
  }

  a.menu-item:not(:first-child) {
    margin-top: .5em
  }
}

.contact-time-container * {
  font-size: 16px !important
}

.time-berlin {
  margin-bottom: calc(var(--margin-s)/2)
}

.contact-container {
  margin-bottom: var(--margin-s)
}

.contact-container * {
  display: block;
  width: 300px
}

.contact-container a {
  color: var(--color-contrast-text-normal) !important
}

.contact-header {
  color: var(--color-contrast-text-rich);
  margin-bottom: .5em !important
}

.time-location {
  font-size: 16px !important
}

.time-city {
  display: block;
  color: var(--color-contrast-text-rich);
  margin-bottom: .5em
}

.time {
  color: var(--color-contrast-text-normal) !important
}

.time-colon {
  color: var(--color-contrast-text-rich);
  animation: blinker 2s linear infinite
}

@keyframes blinker {
  0% {
    opacity: 1
  }

  49% {
    opacity: 1
  }

  60% {
    opacity: 0
  }

  99% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.legal-container {
  margin-top: var(--margin-s)
}

.legal-item {
  display: block;
  color: var(--color-contrast-text-normal);
  font-size: 16px;
  font-family: fam-text, sans-serif
}

.legal-item.is-active {
  color: var(--color-contrast-text-rich);
  font-family: fam-header, sans-serif
}

.copyright-text {
  font-family: fam-text, sans-serif;
  font-size: .8em;
  text-align: right;
  color: var(--color-contrast-text-normal);
  margin-top: var(--margin-l)
}

@media (max-width:900px) {
  .nav-menu {
    align-items: center;
    justify-content: center
  }

  .nav-primary-item {
    width: 100%
  }

  a.menu-item {
    font-size: 8vw
  }

  .contact-container * {
    text-align: center;
    margin: 0 auto
  }

  .legal-container {
    margin-bottom: var(--margin-s)
  }

  .legal-container a {
    text-align: center
  }

  .nav-contact-item {
    width: 100%
  }

  .copyright-text,
  .time-location {
    display: none
  }
}

@media (max-width:600px) {
  .legal-item {
    font-size: 14px
  }

  .contact-time-container * {
    font-size: 14px !important
  }

  .nav-container {
    padding-left: var(--margin-s);
    padding-right: var(--margin-s)
  }
}

.footer-container {
  padding: var(--margin-l) var(--margin-s) 0 var(--margin-s);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background: var(--color-bg-contrast-rich)
}

.footer-highlight {
  font-family: fam-display, sans-serif;
  font-size: 5vw;
  line-height: 1.1em;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-contrast-text-rich);
  margin: 0 0 var(--margin-l) 0
}

.contact-text-footer {
  color: var(--color-contrast-text-rich)
}

.copyright-text-footer {
  font-size: .8em;
  color: var(--color-contrast-text-normal);
  margin-top: var(--margin-l);
  padding-bottom: var(--margin-m)
}

.imf-btn-jobs {
  margin-top: var(--margin-l);
  --btn-color: var(--color-contrast-text-rich) !important
}

.progress-svg {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 40px;
  height: 50px;
  transform: rotate(-90deg);
  width: 50px;
  z-index: 10;
  pointer-events: none
}

.progress-bar__background {
  fill: none;
  stroke: #2e2e2e;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 0;
  stroke-width: 1.3px;
  stroke-linecap: round;
  stroke: var(--color-text-soft);
  opacity: .4;
  pointer-events: none
}

.progress-bar__progress {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke: var(--color-text-normal)
}

.nav-progress-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-text-soft);
  transform-origin: left center;
  z-index: 10;
  transform: scaleX(0);
  display: none
}

@media (max-width:900px) {
  .nav-progress-bar {
    display: block
  }

  .progress-svg {
    display: none
  }
}

.imf-btn {
  --btn-color: var(--color-text-rich);
  position: relative;
  display: block;
  font-family: fam-text, sans-serif;
  max-width: min-content;
  margin-right: auto;
  margin-left: 0
}

.imf-btn.btn-align-center {
  margin-left: auto;
  margin-right: auto
}

.imf-btn.btn-align-right {
  margin-left: auto;
  margin-right: 0
}

.imf-btn-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.6rem;
  text-align: left;
  color: var(--btn-color);
  text-transform: uppercase;
  white-space: nowrap
}

.imf-btn-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--btn-color);
  transform-origin: right center;
  transform: scaleX(1);
  transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

.imf-btn:hover .imf-btn-inner::after {
  display: block;
  transform: scaleX(0)
}

.imf-btn-arrow {
  display: block;
  width: 1em;
  height: 1em
}

.icon--arrow-down {
  height: 60%;
  fill: var(--btn-color);
  margin-left: .2em;
  margin-top: .3rem;
  transform: rotate(0);
  transition: transform .3s
}

.imf-btn:hover .icon--arrow-down {
  transform: rotate(45deg)
}

@media (max-width:900px) {
  .imf-btn-inner {
    font-size: 1.2rem
  }

  .imf-btn-inner::after {
    height: 1px
  }
}

.imf-btn-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background: var(--color-text-normal);
  border-radius: 50%
}

.imf-btn-bubble .imf-btn {
  --btn-color: var(--color-contrast-text-rich)
}

html.dark-mode .imf-btn-bubble {
  background: var(--color-text-rich)
}

.imf-btn-bubble:hover .imf-btn-inner::after {
  transform: scaleX(0)
}

.imf-btn-bubble:hover .icon--arrow-down {
  transform: rotate(-45deg)
}

@media (max-width:900px) {
  .imf-btn-bubble {
    width: 120px;
    height: 120px
  }
}

.button {
  display: flex;
  align-items: center;
  margin: 4.333vw 0 0;
  height: 7vw;
  font-family: fam-header, sans-serif;
  font-size: 1.4rem;
  letter-spacing: .02em;
  line-height: 1em;
  text-transform: uppercase
}

.button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 0 1.342vw;
  width: 7vw;
  height: 7vw;
  overflow: hidden;
  pointer-events: none
}

.button__circle {
  position: absolute;
  width: 7vw;
  height: 7vw;
  overflow: visible;
  background-color: var(--color-text-rich);
  border-radius: 50%
}

.button__svg {
  display: block;
  position: absolute;
  width: 2.278vw;
  height: 1.092vw;
  fill: none;
  stroke: var(--color-contrast-text-rich);
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 1px
}

.button__title--secondary {
  display: none
}

@media (min-width:900px) {
  .button {
    height: 2.778vw;
    font-size: 1.6rem
  }

  .button__icon {
    margin: 0 0 0 1.042vw;
    width: 2.778vw;
    height: 2.778vw
  }

  .button__circle {
    width: 2.778vw;
    height: 2.778vw
  }

  .button__svg {
    width: 1.069vw;
    height: .273vw
  }

  .button__svg--clone {
    transform-origin: left center;
    transform: translateX(-2.778vw)
  }

  .button__title-mask {
    position: relative;
    padding: .347vw 0;
    overflow: hidden
  }

  .button__title {
    display: block;
    transform: rotate(0);
    transform-origin: right center
  }

  .button__title--secondary {
    display: block;
    position: absolute;
    left: 0;
    bottom: -2.778vw;
    transform: rotate(15deg);
    transform-origin: left center
  }
}

@media (hover:hover) {
  .button__icon>.button__svg--clone {
    transition: transform .3s cubic-bezier(.34, 0, .18, 1)
  }

  .button__icon,
  .button__icon>.button__svg,
  .button__title-mask>.button__title-wrap,
  .button__title-mask>.button__title-wrap>.button__title,
  .button__title-mask>.button__title-wrap>.button__title--secondary {
    will-change: transform;
    transition: transform .62s cubic-bezier(.34, 0, .18, 1)
  }

  .button:hover>.button__title-mask>.button__title-wrap {
    transform: translateY(-2.778vw)
  }

  .button:hover>.button__title-mask>.button__title-wrap>.button__title {
    transform: rotate(15deg)
  }

  .button:hover>.button__title-mask>.button__title-wrap>.button__title--secondary {
    transform: rotate(0)
  }

  .button:hover>.button__icon>.button__svg {
    opacity: 0;
    transform: translateX(2.778vw);
    transition: .3s cubic-bezier(.34, 0, .18, 1);
    transition-property: opacity, transform
  }

  .button:hover>.button__icon>.button__svg--clone {
    opacity: 1;
    transform: translateX(0);
    transition: transform .62s cubic-bezier(.34, 0, .18, 1)
  }

  .button:hover>.button__icon {
    transform: scale(1.2)
  }
}

.button.is-white {
  color: var(--color-contrast-text-rich)
}

.cookies-container {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 450px;
  padding: var(--margin-s);
  z-index: 80;
  background: var(--color-bg-contrast);
  box-shadow: rgba(0, 0, 0, .3) 0 4px 12px;
  margin: var(--margin-s);
  line-height: 1.1em
}

.cookies-container.hide {
  display: none
}

.cookies-container p {
  display: inline;
  font-size: 13px;
  font-family: fam-text, sans-serif;
  margin: 0 5px 0 0;
  color: var(--color-contrast-text-rich);
  opacity: .8;
  line-height: 1.5em
}

.cookies-container a {
  font-family: fam-header, sans-serif;
  color: var(--color-contrast-text-rich);
  font-size: 13px
}

.imf-btn-cookies-ok {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: -1rem;
  --btn-color: var(--color-contrast-text-rich)
}

.imf-btn-cookies-ok .imf-btn-text {
  font-size: 1.2rem
}

.imf-btn-cookies-ok .imf-btn-arrow,
.imf-btn-cookies-ok .imf-btn-inner::after {
  display: none
}

@media (max-width:600px) {
  .cookies-container {
    width: 100%;
    margin: 0
  }

  .imf-btn-cookies-ok {
    margin-bottom: 1rem
  }

  .imf-btn-cookies-ok .icon--arrow-down {
    height: 1rem;
    width: 1rem
  }
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.has-scroll-smooth body {
  overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform .3s, opacity .3s;
  opacity: 0
}

.c-scrollbar:hover {
  transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1)
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3)
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: .5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes plyr-fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
  z-index: 0
}

.plyr audio,
.plyr iframe,
.plyr video {
  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: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px
}

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

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%
}

.plyr__captions span:empty {
  display: none
}

@media (min-width:480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px)*2)
  }
}

@media (min-width:768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px)
  }
}

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

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}

.plyr__caption {
  background: rgba(0, 0, 0, .8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, .8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap
}

.plyr__caption div {
  display: inline
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
  position: relative;
  transition: all .3s ease
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
  outline: 0
}

.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px
}

a.plyr__control {
  text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  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;
  margin-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.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;
  padding-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px)/2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0
}

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

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

.plyr__menu {
  display: flex;
  position: relative
}

.plyr__menu .plyr__control svg {
  transition: transform .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 .2s ease;
  background: rgba(255, 255, 255, .9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, .9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3
}

.plyr__menu__container>div {
  overflow: hidden;
  transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top: var(--plyr-menu-arrow-size, 4px) solid rgba(255, 255, 255, .9);
  border-width: var(--plyr-menu-arrow-size, 4px);
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px)/ 2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/ 2);
  top: 100%;
  width: 0
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7)
}

.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: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
  -webkit-user-select: none;
  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;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4)
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.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: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2)
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
  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;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, .1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .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 .3s ease, opacity .3s ease;
  width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #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(35, 40, 47, .1)
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc(-7px - -2);
  margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
  pointer-events: none
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc(var(--plyr-range-thumb-height, 13px)/ 2*-1 - var(--plyr-range-track-height, 5px)/ 2*-1);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px)
}

.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 {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px
}

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

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

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time+.plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width:767px) {
  .plyr__time+.plyr__time {
    display: none
  }
}

.plyr__tooltip {
  background: rgba(255, 255, 255, .9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s, opacity .2s ease .1s;
  white-space: nowrap;
  z-index: 2
}

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, .9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) 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: translateY(10px) scale(.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;
  left: calc(var(--plyr-control-icon-size, 18px)/ 2 + var(--plyr-control-spacing, 10px)*.7)
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(.8);
  transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px)/ 2 + var(--plyr-control-spacing, 10px)*.7);
  transform: translateX(50%)
}

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

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2
}

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
  padding: 0;
  position: absolute;
  top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease
}

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

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, .25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, .6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.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-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)/2);
  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;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px)
}

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

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, .6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, .6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, .6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, .6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden
}

.plyr--video.plyr--menu-open {
  overflow: visible
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9
}

@supports not (aspect-ratio:16/9) {

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

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

.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(transparent, rgba(0, 0, 0, .75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, .75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px)*2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  z-index: 3
}

@media (min-width:480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*3.5)
  }
}

.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;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px)*1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1
}

.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, .25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, .25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, .25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25)))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5))
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, .25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25))
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:fullscreen video {
  height: 100%
}

.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:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px)
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}

.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__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;
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}

.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__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;
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}

.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__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;
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000
}

.plyr--fullscreen-fallback video {
  height: 100%
}

.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;
    font-size: var(--plyr-font-size-xlarge, 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: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3
}

.plyr__ads:empty:after {
  display: none
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, .9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s, opacity .2s ease .1s;
  z-index: 2
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, .9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  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, .55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .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;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%
}

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

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

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

:root {
  --plyr-color-main: var(--color-dark-gray)
}

.lb-panel-svg {
  position: fixed;
  top: -2px;
  left: 0;
  height: calc(100vh + 2px);
  width: 100vw;
  z-index: 60;
  pointer-events: none
}

.video-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(0, 0, 0, 0);
  z-index: 70;
  opacity: 0;
  pointer-events: none
}

.vl-close {
  position: absolute;
  right: var(--margin-m);
  top: var(--margin-m);
  width: 32px;
  height: 32px;
  opacity: 0
}

.vl-close:after,
.vl-close:before {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: var(--color-white)
}

.vl-close:before {
  transform: rotate(45deg)
}

.vl-close:after {
  transform: rotate(-45deg)
}

.player-container {
  width: 80vw;
  max-width: 1400px;
  opacity: 0
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spinner 1s linear infinite;
  border: solid 4px transparent;
  border-top: solid 4px var(--color-white);
  border-radius: 100%;
  width: 3em;
  height: 3em;
  opacity: 0
}

@keyframes spinner {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@media (max-width:900px) {
  .player-container {
    width: 90vw
  }
}

@media (max-width:900px) and (orientation:landscape) {
  .player-container {
    width: 70vw
  }
}

.hero-container {
  position: relative;
  top: 0;
  width: 100%;
  min-height: 650px;
  padding: var(--margin-xxl) var(--margin-xl) 0 var(--margin-xl)
}

@media (orientation:portrait) {
  .hero-container {
    display: flex;
    justify-content: center;
    flex-direction: column
  }
}

.hero-text-wrapper {
  width: 95%;
  margin: 0 auto var(--margin-m) auto
}

.hero-claim {
  font-family: fam-display, sans-serif;
  font-size: 8vw;
  line-height: 1em;
  color: var(--color-text-rich);
  text-transform: uppercase
}

.hero-claim.hero-claim-centered {
  text-align: center
}

.header-text {
  font-family: fam-text, sans-serif;
  text-align: left;
  text-indent: 4em;
  color: var(--color-text-normal);
  text-transform: uppercase;
  max-width: 26vw;
  margin: 0
}

.header-text {
  font-size: 10px
}

@media screen and (min-width:900px) {
  .header-text {
    font-size: calc(10px + 16 * ((100vw - 900px) / 1500))
  }
}

@media screen and (min-width:2400px) {
  .header-text {
    font-size: 26px
  }
}

.hero-combined {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.hero-bottom-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: var(--margin-l) 0 var(--margin-m) 0
}

.hero-header {
  display: block;
  font-family: fam-text, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  text-transform: uppercase;
  color: var(--color-text-normal)
}

.imf-btn-anfragen {
  margin-left: 20px
}

@media (max-width:900px) {
  .hero-text-wrapper {
    margin-top: var(--margin-m)
  }

  .hero-combined {
    display: block
  }

  .header-text {
    display: none
  }

  .hero-claim {
    text-align: center
  }

  .hero-bottom-wrapper {
    margin-top: var(--margin-xl)
  }
}

@media (max-width:600px) {
  .hero-container {
    padding-left: var(--margin-s);
    padding-right: var(--margin-s)
  }

  .hero-bottom-wrapper {
    align-items: center;
    flex-direction: column;
    margin-bottom: var(--margin-xl)
  }

  .hero-header {
    font-size: 14px;
    text-align: center;
    margin: 0 auto
  }

  .imf-btn-anfragen {
    display: none
  }
}

.video-wrapper {
  position: relative
}

.video-wrapper::after {
  background-image: var(--easing-gradient-to-top);
  content: '';
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -10px;
  left: 0
}

.video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.equalizer-wrapper {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 5;
  pointer-events: none
}

.equalizer {
  position: relative;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 20px;
  width: 34px
}

.equalizer .eq {
  height: 2px;
  width: 2px;
  background: var(--color-white)
}

.imf-btn-play-reel {
  margin-right: 1em;
  --btn-color: var(--color-white);
  margin-bottom: 8px
}

@media (max-width:600px) {
  .equalizer-wrapper {
    bottom: 5px
  }

  .equalizer {
    width: 16px;
    height: 16px
  }

  .equalizer .eq {
    width: 1px
  }

  .imf-btn-play-reel {
    margin-bottom: 6px
  }
}

.agency-container {
  display: grid;
  grid-template-columns: 1fr 12vw 1fr;
  grid-gap: 40px 80px;
  grid-template-areas: "ga-agency-about ga-agency-highlight ga-agency-services"
}

.agency-about-col {
  grid-area: ga-agency-about;
  align-self: center;
  justify-self: center
}

.agency-highlight-col {
  grid-area: ga-agency-highlight;
  align-self: center;
  white-space: nowrap
}

.agency-services-col {
  grid-area: ga-agency-services;
  display: flex;
  flex-wrap: wrap;
  align-self: center
}

.agency-highlight-text {
  font-family: fam-display, sans-serif;
  font-size: 5vw;
  line-height: 1.1em;
  text-indent: 3em;
  text-transform: uppercase;
  color: var(--color-text-rich);
  writing-mode: tb-rl;
  direction: rtl
}

.services-list {
  margin: 0 var(--margin-s) var(--margin-s) 0
}

.imf-btn-projects-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: 0
}

.imf-btn-work {
  --btn-color: var(--color-white)
}

.services-list ul {
  width: max-content
}

.agency-title {
  display: none
}

@media (max-width:900px) {
  .agency-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: var(--margin-xl) 60px;
    grid-template-areas: "ga-agency-highlight" "ga-agency-about" "ga-agency-services"
  }

  .agency-highlight-text {
    writing-mode: horizontal-tb;
    direction: ltr;
    text-indent: 0;
    text-align: center;
    font-size: 8vw
  }

  .services-list li {
    font-size: 15px
  }

  .imf-btn-projects-wrapper {
    justify-content: flex-start
  }
}

@media (max-width:600px) {

  .agency-container h3,
  .services-list li {
    font-size: 12px
  }

  .services-list {
    margin: 0 0 var(--margin-m) 0
  }

  .agency-services-col {
    justify-content: space-between
  }
}

.slider-highlight {
  font-family: fam-display, sans-serif;
  font-size: 5vw;
  line-height: 1.1em;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-white);
  margin: 0 var(--margin-xl) var(--margin-xxl) var(--margin-xl)
}

@media (max-width:600px) {
  .slider-highlight {
    font-size: 6vw
  }
}

.slider-counter {
  position: fixed;
  top: var(--margin-xl);
  left: 0;
  font-family: fam-text, sans-serif;
  font-size: 10vw;
  text-align: center;
  line-height: .3;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-text-soft);
  transform-origin: right center;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  opacity: 0;
  z-index: 2;
  pointer-events: none
}

.slider-caption {
  position: fixed;
  bottom: var(--margin-xl);
  right: 0;
  font-family: fam-text, sans-serif;
  font-size: 10vw;
  text-align: center;
  line-height: .3;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-text-soft);
  transform-origin: left center;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  opacity: 0;
  z-index: 2;
  pointer-events: none
}

.curtains-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  white-space: nowrap
}

section.bottom,
section.top {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-family: sans-serif
}

section.bottom {
  padding: 20vw 0;
  display: block;
  height: auto
}

.slides-container {
  overflow: hidden;
  padding: 10vw 0 20vw 0
}

html:not(.dark-mode) .slides-container {
  background: var(--color-bg-contrast)
}

.slide {
  position: relative;
  width: 100%;
  max-width: 75vw;
  height: 30vw;
  margin: 0 auto;
  margin-bottom: 25vw;
  overflow: hidden
}

.lightbox-link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 75vw;
  height: 30vw;
  margin: 0;
  margin-bottom: 25vw;
  overflow: hidden
}

@media (orientation:portrait) {
  .slide {
    max-width: 140vw;
    width: 140vw;
    height: 56vw;
    margin-left: -15vw;
    margin-bottom: 47vw
  }

  .slider-counter {
    top: var(--margin-xxl)
  }
}

.slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none
}

.slide-text-wrapper {
  position: absolute;
  top: calc(50% - 15vw);
  left: 50%;
  transform: translate(-50%, calc(-50% + 15vw));
  text-align: center;
  pointer-events: none
}

.slide-text-wrapper .video-caption-type {
  font-family: fam-display, sans-serif;
  font-size: 7vw;
  line-height: .9em;
  opacity: 0;
  color: var(--color-white);
  text-shadow: 2px 3px 5px rgba(0, 0, 0, .5);
  text-transform: uppercase;
  margin-bottom: var(--margin-s)
}

.slide-text-wrapper .video-caption-title {
  font-family: fam-text, sans-serif;
  font-size: 1.3vw;
  opacity: 0;
  color: var(--color-white);
  text-shadow: 2px 3px 5px rgba(0, 0, 0, .5);
  text-transform: uppercase;
  letter-spacing: 1em
}

@media (orientation:portrait) {
  .slide-text-wrapper .video-caption-title {
    font-size: 2vw
  }
}

@media (max-width:600px) {
  .slide-text-wrapper .video-caption-type {
    line-height: 0
  }
}

.links {
  padding-left: 10vw
}

.imf-btn-slider {
  --btn-color: var(--color-white);
  padding: 1rem;
  font-size: 1.2rem;
  letter-spacing: .2em;
  margin: 0
}

.imf-btn-slider .imf-btn-arrow {
  display: none
}

.imf-btn-slider .imf-btn-inner::after {
  display: none
}

.slide-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none
}

.imf-btn-work {
  justify-content: center
}

.imf-btn-work .button__circle {
  background-color: var(--color-white)
}

.imf-btn-work .button__svg {
  stroke: var(--color-black)
}

.imf-btn-work .button__title-wrap {
  color: var(--color-white)
}

.client-section-container {
  padding-top: var(--margin-xl)
}

.client-highlight {
  font-family: fam-display, sans-serif;
  font-size: 5vw;
  line-height: 1.1em;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-text-rich);
  margin: 0 0 var(--margin-xl) 0
}

.client-container {
  max-width: 1200px;
  display: grid;
  margin: 0 auto;
  grid-gap: 80px 100px;
  grid-template-columns: repeat(auto-fill, 80px);
  justify-content: center;
  transform: translateZ(0);
  will-change: transform
}

.client-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px
}

.client-img-wrapper img {
  object-fit: contain;
  width: 100%;
  height: auto;
  filter: brightness(.8);
  transform: translateZ(0);
  will-change: transform;
  transition: all .5s
}

.client-img-wrapper:hover img {
  filter: brightness(1.2)
}

html:not(.dark-mode) .client-img-wrapper img {
  opacity: .8;
  filter: brightness(.2)
}

html:not(.dark-mode) .client-img-wrapper:hover img {
  opacity: 1;
  filter: brightness(.001)
}

@media (max-width:900px) {
  .client-section-container {
    margin-left: calc(var(--margin-s)*1.5);
    margin-right: calc(var(--margin-s)*1.5);
    padding-left: 0;
    padding-right: 0
  }

  .client-container {
    grid-gap: 30px 50px;
    grid-template-columns: repeat(auto-fill, 50px)
  }

  .client-img-wrapper {
    width: 50px;
    height: 50px
  }
}

.awards-section {
  display: grid;
  grid-template-columns: 24vw 1fr;
  grid-gap: 40px var(--margin-l);
  grid-template-areas: "ga-awards-highlight ga-awards" "ga-awards-btn-wrapper ga-awards-btn-wrapper";
  padding: var(--margin-xl) var(--margin-l) var(--margin-xxl) var(--margin-l);
  width: 100%
}

.awards-highlight-col {
  grid-area: ga-awards-highlight;
  align-self: center;
  white-space: nowrap;
  margin: var(--margin-s)
}

.awards-container {
  grid-area: ga-awards;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly
}

.awards-highlight {
  font-family: fam-display, sans-serif;
  font-size: 10vw;
  line-height: 1.1em;
  text-transform: uppercase;
  color: var(--color-text-rich);
  writing-mode: tb-rl;
  transform: rotate(180deg);
  text-align: center
}

.award-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  margin: var(--margin-s) var(--margin-s)
}

.award-count {
  font-family: fam-header, sans-serif;
  font-size: 10vw;
  line-height: 1em;
  color: var(--color-text-supersoft);
  transform-origin: right center
}

h3.award-prefix {
  text-align: center
}

@supports (-webkit-text-stroke:1px var(--color-text-soft)) {
  .award-count {
    color: transparent;
    -webkit-text-stroke: 1px var(--color-text-soft)
  }
}

.awards-btn-wrapper {
  grid-area: ga-awards-btn-wrapper;
  justify-self: end
}

@media (max-width:1200px) {
  .awards-btn-wrapper {
    justify-self: center
  }
}

@media (max-width:600px) {
  .award-count {
    font-size: 4rem
  }

  .awards-section {
    grid-template-columns: 1fr;
    grid-template-areas: "ga-awards-highlight" "ga-awards" "ga-awards-btn-wrapper"
  }

  .awards-highlight {
    writing-mode: horizontal-tb;
    direction: ltr;
    transform: rotate(0);
    font-size: 10vw
  }

  .awards-container {
    justify-content: center
  }
}

.split-h2-lines {
  overflow: hidden
}