:root {
  --f-main: "Lekton", sans-serif;
  --f-high: "DINPro", sans-serif;

  --s-nav-height: 80px;
  --s-text-width: 620px;

  --c-black: #121212;
  --c-white: #ffffff;
  --c-purple: #905dde;
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on November 7, 2017 2:35 PM */
@font-face {
    font-family: 'Lekton';
    src: url('./assets/fonts/Lekton-Regular.eot');
    src: url('./assets/fonts/Lekton-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Lekton-Regular.woff2') format('woff2'),
        url('./assets/fonts/Lekton-Regular.woff') format('woff'),
        url('./assets/fonts/Lekton-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lekton';
    src: url('./assets/fonts/Lekton-Bold.eot');
    src: url('./assets/fonts/Lekton-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Lekton-Bold.woff2') format('woff2'),
        url('./assets/fonts/Lekton-Bold.woff') format('woff'),
        url('./assets/fonts/Lekton-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'DINPro';
    src: url('./assets/fonts/DINPro-Bold.eot');
    src: url('./assets/fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/DINPro-Bold.woff2') format('woff2'),
        url('./assets/fonts/DINPro-Bold.woff') format('woff'),
        url('./assets/fonts/DINPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Lekton", sans-serif;
  font-family: var(--f-main);
  color: #121212;
  color: var(--c-black);

  font-size: 18px;
  line-height: 28px
}
@media (min-width: 768px) {
body {
    font-size: 16px;
    line-height: 24px
}
  }
@media (min-width: 768px) {
body {
    line-height: 20px
}
  }
h1, h2 {
  margin: 0;
  font-family: "DINPro", sans-serif;
  font-family: var(--f-high);
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;

  font-size: 60px
}
@media (min-width: 768px) {
h1, h2 {
    font-size: 80px
}
  }
@media (max-width: 390px) {
h2 {
    font-size: 50px
}
  }
h3 {
  margin: 0;
  font-weight: bold;

  font-size: 18px;
  line-height: 28px
}
@media (min-width: 768px) {
h3 {
    font-size: 24px;
    line-height: 32px
}
  }
h4 {
  margin: 0 0 0.5rem;
}
section {
  overflow: hidden;
}
a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #905dde;
  border-bottom: 2px solid var(--c-purple);
  cursor: pointer;
}
p {
  margin: 0 0 1em
}
p:last-child {
    margin-bottom: 0;
  }
img {
  display: block;
  border: 0;
}
blockquote {
  margin: 0;
  padding: 0 0 50px;

  font-size: 24px;
  line-height: 32px
}
@media (min-width: 768px) {
blockquote {
    font-size: 32px;
    line-height: 42px
}
  }
blockquote::before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: #905dde;
    background-color: var(--c-purple);
    margin-bottom: 50px;
  }
.hidden {
  display: none;
}
.nav-outer {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  background-color: var(--c-white);
  height: 80px;
  height: var(--s-nav-height);
  line-height: 80px;
  line-height: var(--s-nav-height);
}
.nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.nav__logo {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  border: 0;
  font-weight: normal
}
.nav__logo > img {
    display: inline;
    vertical-align: middle;
    border: 0;
  }
@media (max-width: 440px) {
.nav__logo {
    font-size: 0
}
  }
[dir="ltr"] .nav__donate {
  text-align: right;
}
[dir="rtl"] .nav__donate {
  text-align: left;
}
.nav__donate {
  position: absolute;
  top: 0;
  right: 10px;
  background-color: white
}
@media (min-width: 768px) {
[dir="ltr"] .nav__donate {
    right: 16px;
  }
[dir="rtl"] .nav__donate {
    left: 16px;
  }
  }
@media (min-width: 1024px) {
[dir="ltr"] .nav__donate {
    right: 42px;
  }
[dir="rtl"] .nav__donate {
    left: 42px;
  }
  }
.nav__donate {

  -ms-transform: translate(0, calc(-1 * 80px));

      transform: translate(0, calc(-1 * 80px));

  -ms-transform: translate(0, calc(-1 * var(--s-nav-height)));

      transform: translate(0, calc(-1 * var(--s-nav-height)));
  transition: transform 0.2s ease-out
}
.nav__donate.is-visible {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
[dir="ltr"] .nav__donate {

  left: 70px;
}
[dir="rtl"] .nav__donate {

  right: 70px;
}
.nav__donate { /* cover all except helmet logo */
}
@media (min-width: 550px) {
[dir="ltr"] .nav__donate {
    left: 270px;
  }
[dir="rtl"] .nav__donate {
    right: 270px;
  }
.nav__donate { /* cover all except logo and title */
}
  }
[dir="ltr"] .nav-lang {
  margin-left: 10px;
}
[dir="rtl"] .nav-lang {
  margin-right: 10px;
}
.nav-lang {
  display: block;
}
.nav-lang__toggle {
  display: none;
}
.nav-lang__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  overflow: hidden;
  line-height: 28px;
  border-bottom: 1px solid #d4d4d4
}
[dir="ltr"] .nav-lang__list::after {
    right: 0;
}
[dir="rtl"] .nav-lang__list::after {
    left: 0;
}
.nav-lang__list::after {
    content: "";
    position: absolute;
    top: 50%;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%229%22%20height%3D%226%22%20viewBox%3D%220%200%209%206%22%3E%3Cdefs%3E%3Cpath%20id%3D%22g0zka%22%20d%3D%22M310%2037l-4%204-4-4%22/%3E%3C/defs%3E%3Cg%3E%3Cg%20transform%3D%22translate%28-301%20-36%29%22%3E%3Cuse%20fill%3D%22%23fff%22%20fill-opacity%3D%220%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2250%22%20xlink%3Ahref%3D%22%23g0zka%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E) 100% 100%;
    width: 9px;
    height: 6px;
    margin-top: -3px;
    transition: transform 0.1s ease-out;
  }
[dir="ltr"] .nav-lang__list > li {
    padding-right: 15px;
}
[dir="rtl"] .nav-lang__list > li {
    padding-left: 15px;
}
.nav-lang__list > li {
    position: relative;
    background-color: #ffffff;
    background-color: var(--c-white)
  }
.nav-lang__list > li:last-child {
      border-bottom: 1px solid #d4d4d4;
    }
.nav-lang__list > li > a {
      border-bottom: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
.nav-lang__toggle:checked + .nav-lang__list {
  overflow: visible

}
.nav-lang__toggle:checked + .nav-lang__list::after {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
@media (max-width: 549px) {
.nav-lang-label {
    display: none
}
  }
html[lang=ru],
html[lang=fr] {
  .nav-donate-btn {
    font-size: 16px;
  }
}
.share {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  border: 0;
  border-radius: 3px;
  color: white
}
.share > svg {
    display: block;
    width: 40px;
    height: 40px;
  }
.share.share--tw {
    background-color: #1da1f2;
  }
.share.share--fb {
    background-color: #3b5998;
  }
.header {
  position: relative;
  padding-top: 80px;
  padding-top: var(--s-nav-height);
  background-color: #121212;
  background-color: var(--c-black);
  color: #ffffff;
  color: var(--c-white);
  box-sizing: border-box;
  overflow: hidden
}
@media (min-width: 768px) {
.header {
    padding-top: calc(80px + 20vh);
    padding-top: calc(var(--s-nav-height) + 20vh)
}
  }
.header > .content-text {
    z-index: 2;
  }
.header__video {
  position: absolute;
  top: 80px;
  top: var(--s-nav-height);
  left: 0;
  width: 100%;
  padding-bottom: 56.25%;
  background: url('./assets/header.jpg');
  background-size: cover
}
.header__video::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
  }
.header__video::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(transparent, #121212);
    background-image: linear-gradient(transparent, var(--c-black));
  }
.header__video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
.donate {
  margin: 70px 0;
  padding: 20px;
  background-color: #905dde;
  background-color: var(--c-purple);
  border-radius: 3px;
  text-align: center;
}
.donate-iframe {
  width: 1px;
  min-width: 100%;
  border: 0;
  margin: 0 auto;
  max-width: 450px;
}
[dir="ltr"] .donate-note {
  padding-left: 34px;
}
[dir="rtl"] .donate-note {
  padding-right: 34px;
}
[dir="ltr"] .donate-note {
  text-align: left;
}
[dir="rtl"] .donate-note {
  text-align: right;
}
.donate-note {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px
}
[dir="ltr"] .donate-note::before {
    left: 0;
}
[dir="rtl"] .donate-note::before {
    right: 0;
}
.donate-note::before {
    content: "";
    position: absolute;
    top: 0;
    margin-top: 3px;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-10 0v-4c0-2.206 1.794-4 4-4s4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
  }
.donate-thanks {
  height: 30vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.content-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background-color: #121212;
  background-color: var(--c-black);
  height: calc(100vh - 80px);
  height: calc(100vh - var(--s-nav-height));
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 70px;
  color: #ffffff;
  color: var(--c-white);
  overflow: hidden;
}
.content-header__img {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-position: center;
  background-size: cover;

  transition: filter 0.2s ease-out, opacity 0.2s ease-out
}
.content-header__img.is-blurred {
    filter: blur(5px);
    opacity: 0.5;
  }
.content-header__img[data-bg=covid19] {
    background-position: 14% top;
  }
.content-text {
  position: relative;
  margin: 70px auto;
  max-width: 620px;
  max-width: var(--s-text-width);
  padding: 0 10px;
  overflow: hidden;
  word-wrap: break-word
}
@media (min-width: 768px) {
.content-text {
    padding: 0 16px
}
  }
@media (min-width: 1024px) {
.content-text {
    padding: 0 42px
}
  }
.content-text > p {
    position: relative
  }
.content-text > p > span {
      font-family: "DINPro", sans-serif;
      font-family: var(--f-high);
      font-size: 56px;
      line-height: 1;
      float: left;
      margin-right: 5px
    }
@media (min-width: 768px) {
.content-text > p > span {
        float: none;
        position: absolute;
        margin-top: -5px;
        right: 100%
    }
      }
.content-img {
  max-width: 1024px;
  margin: 70px auto 40px;
  padding: 0 10px
}
@media (min-width: 768px) {
.content-img {
    padding: 0
}
  }
.content-imgs {
  list-style: none;
  padding: 0;
  margin: 0 -5px -10px
}
@media (min-width: 768px) {
.content-imgs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(50% + 620px / 2 + 10px);
    width: calc(50% + var(--s-text-width) / 2 + 10px)
}

    [dir="ltr"] .content-imgs.content-imgs--end {
      margin-left: auto;
  }

    [dir="rtl"] .content-imgs.content-imgs--end {
      margin-right: auto;
  }

    [dir="ltr"] .content-imgs.content-imgs--end {
      margin-right: -5px;
  }

    [dir="rtl"] .content-imgs.content-imgs--end {
      margin-left: -5px;
  }
  }
.content-imgs__img {
  padding: 0 5px 10px;
  box-sizing: border-box
}
.content-imgs__img img {
    width: 100%;
    height: 100%;
  }
.content-wide {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px
}
@media (min-width: 768px) {
.content-wide {
    padding: 0 16px
}
  }
@media (min-width: 1024px) {
.content-wide {
    padding: 0 42px
}
  }
.caption {
  font-size: 14px;
  line-height: 18px;
}
.stats {
  list-style: none;
  padding: 0;

  margin: 0 -5px
}
@media (min-width: 768px) {
.stats {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px
}
  }
@media (min-width: 1024px) {
.stats {
    margin: 0 -21px
}
  }
.stats__item {
  margin: 0 auto 50px;
  max-width: 350px;

  padding: 0 5px
}
@media (min-width: 768px) {
.stats__item {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    padding: 0 8px;
    margin-bottom: 0
}
  }
.stat {
  position: relative;
  padding-bottom: 100%;
}
.stat__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 1000px;
  border: 3px solid #ff4747
}
.stat__content.stat__content--killed {
    border-color: #ff4747
  }
.stat__content.stat__content--killed h2 {
      color: #ff4747;
    }
.stat__content.stat__content--injured {
    border-color: #feb71a
  }
.stat__content.stat__content--injured h2 {
      color: #feb71a;
    }
.stat__content__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%)
}
.stat__content__text::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 55px;
    height: 31px;
    margin: 0 0 15px -27px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2255%22%20height%3D%2231%22%20viewBox%3D%220%200%2055%2031%22%3E%3Cdefs%3E%3Cpath%20id%3D%22c3isa%22%20d%3D%22M369.81%205307.68c-.25.37-.7.39-1.55.39-2.99%200-11.97-.71-15.79-1.3-1.95-.31-3.27-1.34-4.69-2.44-2.12-1.64-4.54-3.5-9.88-3.31-1.94.08-4.29%201.06-6.43%202.13-.65.59-1.28%201.25-1.9%201.91-.9.95-1.77%201.86-2.57%202.37a9.9%209.9%200%200%201-5.26%201.57c-.68%200-1.1-.1-1.15-.1l-.12-.02-.08-.1c-.52-.69-.7-1.3-.77-1.93-1.12-.1-2.37-.27-3.77-.52-.42-.07-.75-.36-.82-.73-.05-.25-.2-.83%201.35-1.96.1-.46.22-1%20.32-1.54%201.47-7.24%204.22-20.75%2018.96-23.59%201.74-.34%203.49-.51%205.19-.51%2010.37%200%2017.76%206.53%2020.92%2012.14%201.98%203.49%202.85%207.48%203.42%2010.13.28%201.17.55%202.52.78%202.78l.07.08c.27.36%201.12%201.07%201.87%201.69%201.75%201.46%202.47%202.08%201.9%202.86zm-2.17-1.18c-.25-.22-.5-.44-.73-.61a16.75%2016.75%200%200%201-2.07-1.88c-.47-.49-.7-1.44-1.14-3.5-.55-2.54-1.4-6.41-3.27-9.71-2.97-5.26-9.88-11.38-19.61-11.38-1.6%200-3.24.17-4.91.49-13.75%202.67-16.37%2015.54-17.76%2022.43-.13.67-.25%201.3-.38%201.84l-.05.27-.22.17-.48.37c1.8.29%203.3.44%204.57.44h.3c.92-.03%201.74-.12%202.44-.3.7-.17%201.97-.88%203.45-1.68l.27-.15c2.99-1.66%206.66-3.65%209.85-3.77.3-.02.58-.02.85-.02%205.31%200%207.91%202.03%2010%203.64%201.33%201.01%202.45%201.89%204.02%202.13%203.49.56%2011.45%201.18%2014.87%201.22z%22/%3E%3Cpath%20id%3D%22c3isb%22%20d%3D%22M341.01%205286.5h.19c8.08.1%2011.85%206%2013.1%208.53%201.58%203.2%202.25%207.3%202.27%207.35.08.37.36.62.72.62h.12a.74.74%200%200%200%20.58-.87c-.03-.18-.72-4.35-2.42-7.78-1.37-2.77-5.49-9.25-14.37-9.35h-.21c-6.95%200-11.85%203.78-14.94%2011.58-.14.37.03.82.39.97a.7.7%200%200%200%20.93-.4c2.88-7.15%207.34-10.65%2013.64-10.65z%22/%3E%3C/defs%3E%3Cg%3E%3Cg%20transform%3D%22translate%28-315%20-5278%29%22%3E%3Cuse%20xlink%3Ahref%3D%22%23c3isa%22/%3E%3C/g%3E%3Cg%20transform%3D%22translate%28-315%20-5278%29%22%3E%3Cuse%20fill%3D%22%23b2b1b2%22%20xlink%3Ahref%3D%22%23c3isb%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E) 100% 100%;
  }
.stat__content__text > span {
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    margin-top: 5px;
    white-space: nowrap;
  }
.video {
  position: relative;
  padding-bottom: 56.25%;
  cursor: pointer
}
.video::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(./assets/play.svg) center no-repeat, #905dde;
    background: url(./assets/play.svg) center no-repeat, var(--c-purple);

    width: 60px;
    height: 60px
  }
@media (min-width: 768px) {
.video::after {
      width: 72px;
      height: 72px
  }
    }
.video:hover::after {
    transition: background-color 0.2s ease-out;
    background-color: #6a2acd;
  }
.video.is-ready::after {
    display: none;
  }
.video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.video__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.last-section-img {
  padding-bottom: 88.76953125%;
  background-size: 100% 100%;

  margin-top: -15%
}
@media (min-width: 600px) {
.last-section-img {
    margin-top: -30%
}
  }
.last-section-img.is-visible {
    background-image: url(./assets/last-section-small.jpg)
  }
@media (min-width: 600px) {
.last-section-img.is-visible {
      background-image: url(./assets/last-section-large.jpg)
  }
    }
.equipment-section {
  background-color: #616161;
  color: #ffffff;
  color: var(--c-white);
  padding-top: 50px;
  padding-bottom: 20px;
}
.equipment-title {
  font-family: inherit;
  text-transform: none;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  max-width: 620px;
  margin: 20px 0 50px
}
@media (min-width: 768px) {
.equipment-title {
    font-size: 32px;
    line-height: 42px
}
  }
.equipment {
  list-style: none;
  padding: 0;
  font-size: 0;

  margin: 0 -5px
}
@media (min-width: 768px) {
.equipment {
    margin: 0 -8px
}
  }
@media (min-width: 1024px) {
.equipment {
    margin: 0 -21px
}
  }
.equipment.equipment--more .equipment__item {
    vertical-align: top;
  }
.equipment__item {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  margin-bottom: 50px;
  box-sizing: border-box;
  padding: 0 5px;

  font-size: 18px
}
@media (min-width: 768px) {
.equipment__item {
    font-size: 16px;
    width: 25%;
    padding: 0 8px
}
  }
@media (min-width: 1024px) {
.equipment__item {
    padding: 0 21px
}
  }
.equipment__item img {
    margin: 0 auto 30px;
    max-width: calc(100% - 20px)
  }
@media (min-width: 768px) {
[dir="ltr"] .equipment__item img {
      margin-left: 0;
  }
[dir="rtl"] .equipment__item img {
      margin-right: 0;
  }
    }
.equipment-link {
  display: block;
  border-bottom: 0;
  font-weight: inherit;
}
@media (max-width: 767px) {
  .more-item {
    width: auto
  }
    .more-item > .equipment-link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
    }

  .more-item__img {
    margin: 0 10px 0 0
  }
    .more-item__img,
    .more-item__img > img {
      width: 100px;
    }

  .more-item__desc {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
  }
}
.carousel {
    position: relative;
}
.carousel__btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    margin-top: -32px;

    transition: opacity 0.1s ease-out
}
.carousel__btn[disabled] {
        opacity: 0.2;
        cursor: auto;
    }
[dir="ltr"] .carousel__btn:first-child {
        left: 0;
}
[dir="rtl"] .carousel__btn:first-child {
        right: 0;
}
[dir="ltr"] .carousel__btn:first-child {
        margin-left: 10px;
}
[dir="rtl"] .carousel__btn:first-child {
        margin-right: 10px;
}
@media (min-width: 768px) {
[dir="ltr"] .carousel__btn:first-child {
            margin-left: -70px;
  }
[dir="rtl"] .carousel__btn:first-child {
            margin-right: -70px;
  }
        }
[dir="ltr"] .carousel__btn:last-child {
        right: 0;
}
[dir="rtl"] .carousel__btn:last-child {
        left: 0;
}
[dir="ltr"] .carousel__btn:last-child {
        margin-right: 10px;
}
[dir="rtl"] .carousel__btn:last-child {
        margin-left: 10px;
}
@media (min-width: 768px) {
[dir="ltr"] .carousel__btn:last-child {
            margin-right: -70px;
  }
[dir="rtl"] .carousel__btn:last-child {
            margin-left: -70px;
  }
        }
[dir="ltr"] .carousel__btn:first-child {
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    }
[dir="rtl"] .carousel__btn:last-child {
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    }
.carousel__list {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    white-space: nowrap;
    font-size: 0;
    transition: transform 0.2s ease-out;
}
.carousel__list__item {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.9rem;
    white-space: normal;

    transition: opacity 0.2s ease-out;
    opacity: 0.3
}
.carousel__list__item.is-current {
        opacity: 1;
    }
.carousel__list__item > img {
      width: 100%;
    }
.footer-section {
  background-color: #121212;
  background-color: var(--c-black);
  color: #ffffff;
  color: var(--c-white);
  padding: 20px 0;
}
.footer {
  margin: 0 -5px
}
@media (min-width: 768px) {
.footer {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px
}
  }
@media (min-width: 1024px) {
.footer {
    margin: 0 -21px
}
  }
.footer__col {
  margin: 50px 0;

  padding: 0 5px
}
@media (min-width: 768px) {
.footer__col {
    padding: 0 8px
}
  }
@media (min-width: 1024px) {
.footer__col {
    padding: 0 21px
}
  }
@media (min-width: 768px) {
.footer__col {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%
}
  }
#cookie-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: rgba(79,77,80,.8);
  color: #fff;
  margin: 0;
  padding: 1.2rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}
#cookie-box button.btn {
  min-width: 3em;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  } 40% {
    transform: scale(1.0);
  }
}
.form {
  position: relative;
  overflow: hidden;

  display: none
}
.form.is-visible {
    display: block;
  }
.form__controls {
  transition: opacity 0.2s ease-out;
}
.form__thanks,
.form__failed,
.form__spinner {
    display: none;
}
.form.is-submitting .form__controls {
    opacity: 0.2;
  }
.form.is-submitting .form__spinner {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    text-align: center;
  }
.form.is-submitting .form__spinner > div {
    width: 18px;
    height: 18px;
    background-color: #905dde;
    background-color: var(--c-purple);

    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
.form.is-submitting .form__spinner .bounce1 {
    animation-delay: -0.32s;
  }
.form.is-submitting .form__spinner .bounce2 {
    animation-delay: -0.16s;
  }
.form.is-thanks .form__controls {
    display: none;
  }
.form.is-thanks .form__thanks {
    display: block;
  }
.form.is-failed .form__controls {
    display: none;
  }
.form.is-failed .form__failed {
    display: block;
  }
.control,
.btn {
  outline: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 3px;
}
.control {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #905dde;
  border: 1px solid var(--c-purple);
  background-color: #ffffff;
  background-color: var(--c-white);
  margin-bottom: 10px;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  background-color: #905dde;
  background-color: var(--c-purple);
  color: #ffffff;
  color: var(--c-white);
  border: 0;
  cursor: pointer;
}
button.btn {
  min-width: 100px;
}
.privacy-opt-in {
  display: none;
  margin: 1rem 0;
}
.privacy-opt-no-text {
  display: none;
  border: 1px solid #ff4747;
  padding: 1rem;
}
.share-btn {
  display: inline-block;
  width: calc(50% - 0.5rem);
  color: white;
  box-sizing: border-box;
  text-align: center
}
[dir="ltr"] .share-btn:first-child {
    margin-right: 1rem;
}
[dir="rtl"] .share-btn:first-child {
    margin-left: 1rem;
}
.share-btn.share-btn--fb {
    background-color: #475d9e;
  }
.share-btn.share-btn--twitter {
    background-color: #11a8e9;
  }
