.header-buffer {
  height: 67px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .header-buffer {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .header-buffer {
    height: 96px;
  }
}
@media (min-width: 1501px) {
  .header-buffer {
    height: 106px;
  }
}
.header {
  width: 100%;
}
.header .container-full {
  height: 100%;
}
.header__main {
  position: fixed;
  top: 0;
  width: 100%;
  height: 67px;
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease,
    -webkit-transform 0.5s ease 0.5s;
  transition: background-color 0.5s ease, -webkit-transform 0.5s ease 0.5s;
  -o-transition: transform 0.5s ease 0.5s, background-color 0.5s ease;
  transition: transform 0.5s ease 0.5s, background-color 0.5s ease;
  transition: transform 0.5s ease 0.5s, background-color 0.5s ease,
    -webkit-transform 0.5s ease 0.5s;
  z-index: 7;
}
@media (min-width: 768px) {
  .header__main {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .header__main {
    height: 96px;
  }
}
@media (min-width: 1501px) {
  .header__main {
    height: 106px;
  }
}
.header .container {
  height: 100%;
}
.header__logo {
  display: block;
  height: 100%;
  width: 67px;
  position: relative;
}
@media (min-width: 768px) {
  .header__logo {
    width: 70px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    width: 96px;
  }
}
@media (min-width: 1501px) {
  .header__logo {
    width: 106px;
  }
}
.header .logo {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.header .logo_for-top {
  opacity: 1;
  visibility: visible;
}
.header .logo_for-sticky,
.header .logo_light {
  opacity: 0;
  visibility: hidden;
}
.header .is-hide {
  -webkit-transition: background-color 0.5s ease 0.5s,
    -webkit-transform 0.5s ease 0s;
  transition: background-color 0.5s ease 0.5s, -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s, background-color 0.5s ease 0.5s;
  transition: transform 0.5s ease 0s, background-color 0.5s ease 0.5s;
  transition: transform 0.5s ease 0s, background-color 0.5s ease 0.5s,
    -webkit-transform 0.5s ease 0s;
  -webkit-transform: translate3d(0, -100%, 1px);
  transform: translate3d(0, -100%, 1px);
  background-color: #fff;
}
.header .is-hide .logo {
  -webkit-transition: opacity 0s 0.5s, visibility 0s 0.5s;
  -o-transition: opacity 0s 0.5s, visibility 0s 0.5s;
  transition: opacity 0s 0.5s, visibility 0s 0.5s;
}
.header .is-hide .header__logo {
  -webkit-transition: width 0s 0.5s;
  -o-transition: width 0s 0.5s;
  transition: width 0s 0.5s;
}
.header .is-show {
  -webkit-transition: background-color 0.5s ease 0s,
    -webkit-transform 0.5s ease 0s;
  transition: background-color 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s, background-color 0.5s ease 0s;
  transition: transform 0.5s ease 0s, background-color 0.5s ease 0s;
  transition: transform 0.5s ease 0s, background-color 0.5s ease 0s,
    -webkit-transform 0.5s ease 0s;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
.header .is-show.header__main {
  background-color: #fff;
}
@media (min-width: 768px) {
  .header .is-show.header__main {
    height: 67px;
  }
}
@media (min-width: 1200px) {
  .header .is-show.header__main {
    height: 96px;
  }
}
.header .is-show .header__logo {
  -webkit-transition: width 0s 0s;
  -o-transition: width 0s 0s;
  transition: width 0s 0s;
  width: 87px;
}
@media (min-width: 1200px) {
  .header .is-show .header__logo {
    width: 131px;
  }
}
.header .is-show .logo {
  -webkit-transition: opacity 0s 0s, visibility 0s 0s;
  -o-transition: opacity 0s 0s, visibility 0s 0s;
  transition: opacity 0s 0s, visibility 0s 0s;
}
.header .is-show .logo__square {
  fill: #000;
}
.header .is-show .logo__letters {
  fill: #fff;
}
.header .is-show .logo_for-sticky {
  opacity: 1;
  visibility: visible;
}
.header .is-show .logo_for-top {
  opacity: 0;
  visibility: hidden;
}
.container-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 1920px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container-full {
    padding: 0 34px;
  }
}
@media (min-width: 1200px) {
  .container-full {
    padding: 0 130px;
  }
}
@media (min-width: 1501px) {
  .container-full {
    padding: 0 145px;
  }
}
.header-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 6;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
  opacity: 0;
}
.header-menu .menu-item {
  overflow: hidden;
}
@media (min-width: 993px) {
  .header-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
.header-menu__main {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: auto;
}
.header-menu__inner,
.header-menu__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-menu__inner {
  width: 100%;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .header-menu__inner {
    padding: 70px 0 100px;
  }
}
@media (min-width: 993px) {
  .header-menu__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 80px 0 180px;
  }
}
.header-menu__info {
  display: none;
  width: 100%;
  padding: 0 calc((100% - 216px) / 2);
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
@media (min-width: 993px) {
  .header-menu__info {
    width: 50%;
    padding: 0 144px 20px 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    font-size: 20px;
    line-height: 34px;
  }
}
.header-menu__info p {
  color: #fff;
  margin: 0;
}
.header-menu__info a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .header-menu__info {
    display: block;
  }
}
.header-menu__nav {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .header-menu__nav {
    margin-bottom: 100px;
  }
}
@media (min-width: 993px) {
  .header-menu__nav {
    margin-bottom: 0;
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.header-menu__list {
  list-style: none;
  margin: 0;
  padding: 0 calc((100% - 216px) / 2);
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
}
@media (min-width: 768px) {
  .header-menu__list {
    padding: 0 calc((100% - 256px) / 2);
  }
}
@media (min-width: 993px) {
  .header-menu__list {
    font-size: 56px;
    line-height: 72px;
    padding: 0;
    margin-left: 144px;
    display: inline-block;
  }
}
.header-menu__list a {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 20px;
  display: block;
  text-decoration: none;
}
.header-menu__list:hover li:not(:hover) a {
  color: #606060;
}
li.say-hello-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
li.say-hello-icon a:after {
  content: "";
  background-image: url(/web/20230131050651im_/https://www.mabbly.com/wp-content/themes/mabbly2020/build/images/hi-icon.png);
  width: 34px;
  height: 34px;
  display: block;
  background-position: 50%;
  background-size: contain;
  margin-left: 16px;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media (min-width: 993px) {
  li.say-hello-icon a:after {
    width: 43px;
    height: 43px;
    margin-left: 22px;
  }
}
.hamburger {
  font-size: 0;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition-property: opacity 0.3s linear;
  -o-transition-property: opacity 0.3s linear;
  transition-property: opacity 0.3s linear;
  border: 0;
  background-color: transparent;
  z-index: 10;
  pointer-events: all;
  outline: none !important;
}
.hamburger__box {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 25px;
}
.hamburger__line:nth-child(2) {
  top: 50%;
  -webkit-transition: opacity 0.1s ease 0.25s;
  -o-transition: opacity 0.1s ease 0.25s;
  transition: opacity 0.1s ease 0.25s;
}
.hamburger__line:first-child {
  top: calc(50% - 11px);
  -webkit-transition: top 0.25s ease 0.24s, background-color 0.25s ease,
    -webkit-transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.25s ease 0.24s, background-color 0.25s ease,
    -webkit-transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.25s ease 0.24s,
    transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0.25s ease;
  transition: top 0.25s ease 0.24s,
    transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0.25s ease;
  transition: top 0.25s ease 0.24s,
    transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0.25s ease,
    -webkit-transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger__line:nth-child(3) {
  top: calc(50% + 11px);
  -webkit-transition: top 0.25s ease 0.24s, background-color 0.5s ease,
    -webkit-transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.25s ease 0.24s, background-color 0.5s ease,
    -webkit-transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.25s ease 0.24s,
    transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0.5s ease;
  transition: top 0.25s ease 0.24s,
    transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0.5s ease;
  transition: top 0.25s ease 0.24s,
    transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0.5s ease,
    -webkit-transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger__line:first-child,
.hamburger__line:nth-child(2),
.hamburger__line:nth-child(3) {
  display: block;
  position: absolute;
  width: 29px;
  height: 3px;
  background-color: #000;
}
.nav-is-open .header-menu {
  pointer-events: auto;
  opacity: 1;
}
@media (min-width: 993px) {
  .nav-is-open .header-menu:before {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease 0.5s;
    -o-transition: opacity 0.5s ease 0.5s;
    transition: opacity 0.5s ease 0.5s;
  }
}
.nav-is-open .header__main,
.nav-is-open .header__main.is-show {
  width: 100%;
  background-color: transparent;
}
.nav-is-open .header__main.is-show .logo_light,
.nav-is-open .header__main .logo_light {
  visibility: visible;
  opacity: 1;
}
.nav-is-open .header__main.is-show .logo_dark,
.nav-is-open .header__main.is-show .logo_for-sticky,
.nav-is-open .header__main .logo_dark,
.nav-is-open .header__main .logo_for-sticky {
  visibility: hidden;
  opacity: 0;
}
.nav-is-open .hamburger .hamburger__line:nth-child(2) {
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  opacity: 0;
}
.nav-is-open .hamburger .hamburger__line:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-is-open .hamburger .hamburger__line:first-child,
.nav-is-open .hamburger .hamburger__line:nth-child(3) {
  top: 50%;
  -webkit-transition: top 0.25s ease,
    -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.24s;
  transition: top 0.25s ease,
    -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.24s;
  -o-transition: top 0.25s ease,
    transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.24s;
  transition: top 0.25s ease,
    transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.24s;
  transition: top 0.25s ease,
    transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.24s,
    -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.24s;
  background-color: #fff;
}
.nav-is-open .hamburger .hamburger__line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-is-open.hero-dark .hamburger__line:first-child,
.nav-is-open.hero-dark .hamburger__line:nth-child(3) {
  background-color: #fff !important;
}
@media (min-width: 993px) {
  .IE .header-menu__inner {
    padding: 0;
  }
}
.hero {
  width: 100%;
  overflow: hidden;
}
.hero__content {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 993px) {
  .hero__content {
    max-width: 1170px;
  }
}
@media (min-width: 1501px) {
  .hero__content {
    max-width: none;
  }
}
.hero__content-holder {
  padding: 40px 0 25px;
}
@media (min-width: 768px) {
  .hero__content-holder {
    padding: 140px 60px 25px;
  }
}
@media (min-width: 993px) {
  .hero__content-holder {
    padding: 160px 100px 25px 200px;
  }
}
@media (min-width: 1501px) {
  .hero__content-holder {
    padding: 200px 100px 25px 280px;
  }
}
.hero .hero__subheading {
  padding-left: 50px;
  position: relative;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .hero .hero__subheading {
    margin: 0 0 10px -60px;
    padding-left: 60px;
  }
}
@media (min-width: 993px) {
  .hero .hero__subheading {
    margin: 0 0 20px -100px;
    padding-left: 100px;
  }
}
@media (min-width: 1501px) {
  .hero .hero__subheading {
    margin: 0 0 30px -140px;
    padding-left: 140px;
  }
}
.hero .hero__subheading:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #1c1c1c;
}
@media (min-width: 993px) {
  .hero .hero__subheading:before {
    top: 13px;
    width: 50px;
  }
}
@media (min-width: 1501px) {
  .hero .hero__subheading:before {
    width: 70px;
  }
}
@media (min-width: 1501px) {
  .hero__title {
    margin-bottom: 25px;
  }
}
.hero__title_desktop {
  display: none;
}
@media (min-width: 768px) {
  .hero__title_desktop {
    display: block;
  }
}
.hero__title_mobile {
  display: block;
}
@media (min-width: 768px) {
  .hero__title_mobile {
    display: none;
  }
}
.hero__description {
  margin-bottom: 20px;
  max-width: 500px;
}
.hero__description br {
  display: none;
}
@media (min-width: 768px) {
  .hero__description br {
    display: block;
  }
}
@media (min-width: 1501px) {
  .hero__description {
    max-width: 620px;
  }
}
.hero__poster {
  position: relative;
}
.hero__media-over {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: auto;
  position: relative;
}
@media (min-width: 768px) {
  .hero__media-over {
    margin: 0;
    width: calc(100% + (50vw - 50%));
    margin-right: calc(50% - 50vw);
    padding-left: 60px;
  }
}
@media (min-width: 993px) {
  .hero__media-over {
    padding-left: 100px;
  }
}
@media (min-width: 1501px) {
  .hero__media-over {
    padding-left: 140px;
  }
}
.hero__media-over:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50vw;
  width: 200vw;
  height: 38%;
  z-index: 1;
  background-color: #1c1c1c;
}
@media (min-width: 993px) {
  .hero__media-over:after {
    height: 56%;
  }
}
@media (min-width: 1501px) {
  .hero__media-over:after {
    height: 58%;
  }
}
.hero__media-over img {
  display: block;
  position: relative;
  z-index: 2;
}
.hero__video-wrapper {
  position: relative;
}
.hero__video-wrapper video {
  display: block;
  z-index: 2;
  width: 100%;
  height: auto;
}
.hero__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: none;
  background-color: transparent;
  font-size: 0;
  letter-spacing: 0;
}
.hero__video-play.active {
  visibility: visible;
  opacity: 1;
}
.hero__video-play svg {
  width: 44px;
  height: 52px;
}
@media (min-width: 1200px) {
  .hero__video-play svg {
    width: 66px;
    height: 78px;
  }
}
.hero__side img {
  display: block;
}
.hero__bottom-images {
  white-space: nowrap;
  height: 230px;
  width: 1920px;
}
@media (min-width: 768px) {
  .hero__bottom-images {
    padding-top: 35px;
    height: 345px;
  }
}
@media (min-width: 993px) {
  .hero__bottom-images {
    padding-top: 90px;
    height: 480px;
  }
}
@media (min-width: 1501px) {
  .hero__bottom-images {
    padding-top: 135px;
    height: 560px;
  }
}
.hero__bottom-images img {
  height: 100%;
  width: auto;
  display: inline;
}
.hero__bottom-images img:nth-child(3) {
  display: none;
}
@media screen and (min-width: 500px) {
  .hero__bottom-images img:nth-child(3) {
    display: inline;
  }
}
.hero__bottom-images img:nth-child(n + 4) {
  display: none;
}
@media screen and (min-width: 1300px) {
  .hero__bottom-images img:nth-child(n + 4) {
    display: inline;
  }
}
.hero__bottom-images img:nth-child(5) {
  display: none;
}
@media screen and (min-width: 1820px) {
  .hero__bottom-images img:nth-child(5) {
    display: inline;
  }
}
.image-over .hero__content {
  min-height: 413px;
}
@media (min-width: 768px) {
  .image-over .hero__content {
    min-height: 460px;
  }
}
@media (min-width: 993px) {
  .image-over .hero__content {
    min-height: 554px;
  }
}
@media (min-width: 1501px) {
  .image-over .hero__content {
    min-height: 684px;
  }
}
.image-bottom .hero__inner {
  min-height: 533px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .image-bottom .hero__inner {
    min-height: 613px;
  }
}
@media (min-width: 993px) {
  .image-bottom .hero__inner {
    min-height: 804px;
  }
}
@media (min-width: 993px) {
  .image-bottom .hero__poster {
    padding-left: 55px;
  }
}
@media (min-width: 1200px) {
  .image-bottom .hero__poster .hero__bottom-images_1 {
    padding-left: 95px;
  }
}
@media (min-width: 1501px) {
  .image-bottom .hero__poster .hero__bottom-images_1 {
    padding-left: 170px;
  }
}
@media (min-width: 768px) {
  .image-side .hero__inner {
    min-height: 468px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 993px) {
  .image-side .hero__inner {
    min-height: 560px;
  }
}
@media (min-width: 1501px) {
  .image-side .hero__inner {
    min-height: 684px;
  }
}
@media (min-width: 768px) {
  .image-side .hero__content {
    -webkit-box-flex: 59%;
    -ms-flex: 59% 0 0px;
    flex: 59% 0 0;
  }
}
@media (min-width: 1501px) {
  .image-side .hero__content {
    -webkit-box-flex: 59.5%;
    -ms-flex: 59.5% 0 0px;
    flex: 59.5% 0 0;
  }
}
@media (min-width: 768px) {
  .image-side .hero__content-holder {
    padding: 100px 80px 25px 60px;
  }
}
@media (min-width: 993px) {
  .image-side .hero__content-holder {
    padding: 160px 30px 25px 200px;
  }
}
@media (min-width: 1501px) {
  .image-side .hero__content-holder {
    padding: 200px 60px 25px 280px;
  }
}
.image-side .hero__description {
  display: none;
  max-width: 520px;
}
@media (min-width: 768px) {
  .image-side .hero__description {
    display: block;
  }
}
@media (min-width: 768px) {
  .image-side .hero__poster {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 41%;
    -ms-flex: 41% 0 0px;
    flex: 41% 0 0;
  }
}
@media (min-width: 1501px) {
  .image-side .hero__poster {
    -webkit-box-flex: 40.5%;
    -ms-flex: 40.5% 0 0px;
    flex: 40.5% 0 0;
  }
}
.image-side .hero__side {
  height: 372px;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .image-side .hero__side {
    height: 410px;
    padding-top: 0;
  }
}
@media (min-width: 993px) {
  .image-side .hero__side {
    height: 505px;
  }
}
@media (min-width: 1501px) {
  .image-side .hero__side {
    height: 684px;
  }
}
.image-side .hero__side img {
  width: auto;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .image-side .hero__side img {
    margin: 0;
  }
}
.single-case .hero {
  min-height: 200px;
}
@media (min-width: 768px) {
  .single-case .hero {
    min-height: 360px;
  }
}
@media (min-width: 1200px) {
  .single-case .hero {
    min-height: 516px;
  }
}
@media (min-width: 1501px) {
  .single-case .hero {
    min-height: 522px;
  }
}
.hero-dark .header .hamburger__line,
.hero-dark .header .hamburger__line:after,
.hero-dark .header .hamburger__line:before {
  background-color: #fff;
}
.hero-dark .header-buffer {
  background-color: #1c1c1c;
}
.hero-dark .header-menu .header-buffer {
  background-color: #000;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.hero-dark .is-show .hamburger__line,
.hero-dark .is-show .hamburger__line:after,
.hero-dark .is-show .hamburger__line:before {
  background-color: #000;
}
.hero-dark .logo_dark {
  opacity: 0;
  visibility: hidden;
}
.hero-dark .logo_light {
  opacity: 1;
  visibility: visible;
}
.hero-dark .hero {
  background-color: #1c1c1c;
}
.hero-dark .hero__subheading {
  color: #fff;
}
.hero-dark .hero__subheading:before {
  background-color: #fff;
}
.hero-dark .hero__description,
.hero-dark .hero__title {
  color: #fff;
}
.hero-dark .hero__media-over:after {
  background-color: #fff;
}
.IE .plyr {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
}
.IE .plyr__control {
  border-radius: 3px;
  padding: 7px;
}
.IE .plyr__control--overlaid {
  border-radius: 100%;
  padding: 18px 20px;
}
.IE .plyr__control--overlaid svg {
  height: 24px;
  width: 20px;
}
.IE .plyr__control svg {
  height: 18px;
  width: 18px;
  fill: #fff;
}
.IE .plyr__controls {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.75))
  );
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  padding: 35px 10px 10px;
}
.IE .plyr__controls__item {
  margin-left: 2.5px;
}
.IE .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.IE .plyr input[type="range"] {
  border-radius: 4.5px;
  height: 9px;
  background-color: hsla(0, 0%, 100%, 0.25);
}
.IE .plyr__progress {
  left: 4.5px;
  margin-right: 9px;
}
.IE .plyr__progress__buffer,
.IE .plyr__progress input[type="range"] {
  margin-left: -4.5px;
  margin-right: -4.5px;
  width: calc(100% + 9px);
}
.IE .plyr__progress__buffer {
  color: transparent;
  background-color: transparent;
  height: 5px;
  margin-top: -2.5px;
}
.IE .plyr__tooltip {
  font-size: 13px;
  font-weight: 400;
  background: hsla(0, 0%, 100%, 0.9);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  color: #4a5464;
  padding: 5px 7.5px;
}
.IE .plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, 0.9);
  bottom: -4px;
}
.IE .plyr__time {
  padding: 0 5px;
  font-size: 13px;
  margin-left: 2.5px;
}
.IE .plyr__volume input[type="range"] {
  margin-left: 5px;
  margin-right: 5px;
}
.js-barba-pt {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.is-mobile .js-barba-pt,
.is-mobile .js-barba-pt_dark,
.is-mobile .js-barba-pt_light {
  display: none;
}
.js-barba-pt_light {
  background: #fff;
  z-index: 101;
}
.js-barba-pt_dark,
.js-barba-pt_light {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.js-barba-pt_dark {
  background: #1c1c1c;
  opacity: 0;
  z-index: 102;
}
.poster {
  width: 100%;
  height: 50vh;
  background-color: orange;
}

/*
     FILE ARCHIVED ON 05:06:51 Jan 31, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:30:19 Oct 10, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 177.766
  exclusion.robots: 0.14
  exclusion.robots.policy: 0.132
  cdx.remote: 0.064
  esindex: 0.008
  LoadShardBlock: 138.463 (3)
  PetaboxLoader3.datanode: 161.588 (5)
  load_resource: 79.901
  PetaboxLoader3.resolve: 37.684
  loaddict: 29.922
*/
