/* desktop */
.u-StateIndicator {
  position: absolute;
  top: -999em;
  left: -999em;
  z-index: 1;
}
/* laptop */
@media screen and (max-width: 1279px) {
  .u-StateIndicator {
    z-index: 2;
  }
}
/* tablet */
@media screen and (max-width: 1023px) {
  .u-StateIndicator {
    z-index: 3;
  }
}
/* mobile */
@media screen and (max-width: 767px) {
  .u-StateIndicator {
    z-index: 4;
  }
}
.ArticlesList-btn {
  width: 294px;
  margin: 45px auto 0;
}
.ArticlesList-btn .Button {
  width: 100%;
}
.ArticlesList--article {
  margin-bottom: 60px;
}
.ArticlesList--article .ArticlesList-btn {
  margin-top: 45px;
}
.Grid--isHidden {
  display: none;
}
.Grid-item {
  margin-bottom: 17px;
}
.Grid-item--padded {
  padding: 0 12px;
}
.Grid-item--noMargin {
  margin-bottom: -1px;
}
.Grid-item--noMargin:last-child {
  margin-bottom: 17px;
}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(i/4a37f8008959c75f619bf0a3a4e2d7a2.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.CommentCount {
  display: block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease-out;
  cursor: pointer;
}
.CommentCount--big {
  font-size: 15px;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -76px -295px;
  width: 35px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .CommentCount--big {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.CommentCount--light {
  font-size: 10px;
  color: #fff;
  line-height: 20px;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -125px;
  width: 24px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .CommentCount--light {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.CommentCount--dark {
  font-size: 10px;
  color: #000000;
  line-height: 20px;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -149px;
  width: 24px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .CommentCount--dark {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.CommentCount:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.CommentCount:hover,
.CommentCount:focus {
  color: #000;
}
.CommentCount:hover:after,
.CommentCount:focus:after {
  opacity: 1;
}
.Category--primary-1 {
  color: #3abee1;
}
.Category--primary-1:after {
  border-color: #3abee1;
}
.Category--primary-2 {
  color: #fd2181;
}
.Category--primary-2:after {
  border-color: #fd2181;
}
.ViewCount {
  position: relative;
}
.ViewCount-icon {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  top: 2px;
  background-image: url(/static/sprites/sprite.png?a76e1a02dd17788e5c52f393e5c5e0b1);
  background-position: -326px -290px;
  width: 22px;
  height: 13px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ViewCount-icon {
    background-image: url(/static/sprites/sprite_2x.png?97aaa841505c164fe1dd573e0c6b97be);
    background-size: 422px 373px;
  }
}
.ViewCount--light {
  color: #fff;
}
.ViewCount--light .ViewCount-icon {
  position: relative;
  top: 2px;
  background-image: url(/static/sprites/sprite.png?a76e1a02dd17788e5c52f393e5c5e0b1);
  background-position: -302px -290px;
  width: 22px;
  height: 13px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ViewCount--light .ViewCount-icon {
    background-image: url(/static/sprites/sprite_2x.png?97aaa841505c164fe1dd573e0c6b97be);
    background-size: 422px 373px;
  }
}
.ViewCount--small {
  font-size: 10px;
}
.ViewCount--col {
  display: block;
  text-align: center;
}
.ViewCount--col .ViewCount-icon {
  display: block;
  margin: 0 auto;
  top: 0;
}
.Favorites {
  display: block !important;
  position: relative;
  width: 100%;
  border: 1px solid #000;
}
.Favorites .owl-dots {
  position: absolute;
  right: 306px;
  bottom: 12px;
}
.Favorites .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 !important;
}
.Favorites .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.Favorites .owl-dots .owl-dot:hover span {
  background: #dd6f99;
}
.Favorites .owl-dots .owl-dot.owl-dot.active span {
  background: #dd6f99;
}
.Favorites .owl-dots .owl-dot span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: linear-gradient(#3abee1, #12a0e1);
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.FavoritesItem {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.FavoritesItem:not(:first-child) {
  display: none;
}
.FavoritesItem-img {
  position: relative;
  display: block;
  padding-bottom: 62.24489796%;
}
.FavoritesItem-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
}
.FavoritesItem-img:hover ~ .FavoritesItem-info .FavoritesItem-title,
.FavoritesItem-img:focus ~ .FavoritesItem-info .FavoritesItem-title {
  color: #000000;
}
.FavoritesItem-info {
  position: relative;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 8px;
  padding-bottom: 10px;
}
.FavoritesItem-header {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #000000;
}
.FavoritesItem-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-decoration: none;
}
.FavoritesItem-category {
  position: relative;
  text-decoration: none;
}
.FavoritesItem-category:after {
  content: ' ';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.FavoritesItem-category:hover:after {
  opacity: 1;
}
.FavoritesItem-counts {
  position: absolute;
  top: 11px;
  right: 10px;
}
.FavoritesItem-counts .CommentCount {
  display: inline-block;
  margin-left: 15px;
}
.FavoritesItem-textLink {
  margin-top: 4px;
  text-decoration: none;
  color: #000;
}
.FavoritesItem-title {
  display: block;
  font-size: 19px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 23px;
  letter-spacing: 0.35px;
  text-decoration: none;
  color: #000000;
  transition: color 0.2s ease-out;
}
.FavoritesItem-title:hover,
.FavoritesItem-title:focus {
  color: #000000;
}
.FavoritesItem p {
  padding-left: 1px;
  font-size: 18px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #000000;
}
.ArticleItem {
  position: relative;
}
.ArticleItem--2x2 {
  width: 100%;
  padding-bottom: 100%;
}
.ArticleItem--2x2 .ArticleItem-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 15px;
  padding-left: 8px;
  padding-right: 25px;
  width: 100%;
  height: 100%;
}
.ArticleItem--2x2 .ArticleItem-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.ArticleItem--2x2 .ArticleItem-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
}
.ArticleItem--2x2:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 3;
}
.ArticleItem--2x2 .ArticleItem-counts {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 4;
}
.ArticleItem--2x2 .ArticleItem-counts .CommentCount {
  display: inline-block;
  margin-left: 15px;
}
.ArticleItem--2x2 .ArticleItem-meta {
  position: relative;
  margin-bottom: 2px;
  padding-left: 2px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #b4b4b4;
  z-index: 4;
}
.ArticleItem--2x2 .ArticleItem-category {
  position: relative;
  text-decoration: none;
}
.ArticleItem--2x2 .ArticleItem-category:after {
  content: ' ';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.ArticleItem--2x2 .ArticleItem-category:hover:after {
  opacity: 1;
}
.ArticleItem--2x2 .ArticleItem-link {
  display: block;
  text-decoration: none;
}
.ArticleItem--2x2 .ArticleItem-link:hover .ArticleItem-title,
.ArticleItem--2x2 .ArticleItem-link:focus .ArticleItem-title {
  color: #fd2181;
}
.ArticleItem--2x2 .ArticleItem-content {
  position: relative;
  z-index: 4;
}
.ArticleItem--2x2 .ArticleItem-title {
  padding-left: 2px;
  max-height: 115px;
  font-size: 19px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 23px;
  letter-spacing: 0.35px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  transition: color 0.2s ease-out;
}
.ArticleItem--2x2 .ArticleItem-title:last-child {
  margin-bottom: 4px;
}
.ArticleItem--2x2 .ArticleItem-lead {
  display: block;
  padding-left: 1px;
  margin-top: 6px;
  max-height: 45px;
  overflow: hidden;
  font-size: 13px;
  color: #a4a4a4;
  line-height: 15px;
}
.ArticleItem--3x1 .ArticleItem-info {
  padding-top: 9px;
  padding-left: 11px;
  padding-right: 35px;
  padding-bottom: 15px;
  border: 1px solid #000;
  border-left: none;
  border-right: none;
}
.ArticleItem--3x1 .ArticleItem-counts {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 5;
}
.ArticleItem--3x1 .ArticleItem-counts .ViewCount {
  margin-top: 10px;
}
.ArticleItem--3x1 .ArticleItem-meta {
  position: relative;
  padding-left: 2px;
  margin-bottom: 4px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #000000;
  z-index: 4;
}
.ArticleItem--3x1 .ArticleItem-category {
  position: relative;
  text-decoration: none;
}
.ArticleItem--3x1 .ArticleItem-category:after {
  content: ' ';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.ArticleItem--3x1 .ArticleItem-category:hover:after {
  opacity: 1;
}
.ArticleItem--3x1 .ArticleItem-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ArticleItem--3x1 .ArticleItem-title {
  padding-left: 2px;
  font-size: 19px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.3px;
  line-height: 22px;
  transition: color 0.2s ease-out;
}
.ArticleItem--3x1 .ArticleItem-title:last-child {
  margin-bottom: 4px;
}
.ArticleItem--3x1 .ArticleItem-title:hover,
.ArticleItem--3x1 .ArticleItem-title:focus {
  color: #8f8d8e;
}
.ArticleItem--3x1 .ArticleItem-lead {
  display: block;
  padding-left: 1px;
  margin-top: 6px;
  font-size: 13px;
  color: #000000;
  line-height: 15px;
}
.ArticleItem--4x1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 175px;
  width: 790px;
}
.ArticleItem--4x1 .ArticleItem-img {
  position: relative;
  width: 190px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ArticleItem--4x1 .ArticleItem-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
}
.ArticleItem--4x1 .ArticleItem-img:hover ~ .ArticleItem-info .ArticleItem-content .ArticleItem-title,
.ArticleItem--4x1 .ArticleItem-img:focus ~ .ArticleItem-info .ArticleItem-content .ArticleItem-title {
  color: #8f8d8e;
}
.ArticleItem--4x1 .ArticleItem-img:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: .15;
  pointer-events: none;
}
.ArticleItem--4x1 .ArticleItem-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 9px;
  padding-left: 11px;
  padding-right: 30px;
  border: 1px solid #000;
  border-left: none;
}
.ArticleItem--4x1 .ArticleItem-counts {
  position: absolute;
  top: 15px;
  right: 11px;
  z-index: 5;
}
.ArticleItem--4x1 .ArticleItem-meta {
  position: relative;
  margin-bottom: 4px;
  padding-left: 2px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  z-index: 4;
}
.ArticleItem--4x1 .ArticleItem-category {
  position: relative;
  text-decoration: none;
}
.ArticleItem--4x1 .ArticleItem-category:after {
  content: ' ';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.ArticleItem--4x1 .ArticleItem-category:hover:after {
  opacity: 1;
}
.ArticleItem--4x1 .ArticleItem-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ArticleItem--4x1 .ArticleItem-title {
  padding-left: 2px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #000;
  letter-spacing: 0.6px;
  line-height: 29px;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
.ArticleItem--4x1 .ArticleItem-title:last-child {
  margin-bottom: 4px;
}
.ArticleItem--4x1 .ArticleItem-title:hover,
.ArticleItem--4x1 .ArticleItem-title:focus {
  color: #8f8d8e;
}
.ArticleItem.BroadcastItem--2x2 {
  width: 100%;
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-broadcastType {
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: 13px;
  color: #fff;
  padding: 3px 8px 5px;
  border: 1px solid #fff;
  border-radius: 3px;
  z-index: 4;
}
.BroadcastItem--broadcast.ArticleItem.BroadcastItem--2x2 .ArticleItem-broadcastType {
  background: #DF0F0F;
}
.BroadcastItem--announcement.ArticleItem.BroadcastItem--2x2 .ArticleItem-broadcastType {
  background: #fd2181;
}
.BroadcastItem--episode.ArticleItem.BroadcastItem--2x2 .ArticleItem-broadcastType {
  background: linear-gradient(#3abee1, #12a0e1);
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-counts {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 4;
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-counts .CommentCount {
  display: inline-block;
  margin-left: 15px;
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  z-index: 2;
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-img:hover ~ .ArticleItem-info .ArticleItem-content .ArticleItem-title,
.ArticleItem.BroadcastItem--2x2 .ArticleItem-img:focus ~ .ArticleItem-info .ArticleItem-content .ArticleItem-title {
  color: #8f8d8e;
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-img:hover img,
.ArticleItem.BroadcastItem--2x2 .ArticleItem-img:focus img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-img:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: .15;
  pointer-events: none;
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 1px solid #000;
  border-top: none;
  padding: 7px 10px 8px 10px;
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-meta {
  position: relative;
  margin-bottom: 4px;
  padding-left: 2px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  z-index: 4;
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-project {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-content {
  position: relative;
  z-index: 4;
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-title {
  padding-left: 2px;
  max-height: 115px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: #000;
  letter-spacing: 0.6px;
  line-height: 23px;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.2s ease-out;
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-title:last-child {
  margin-bottom: 4px;
}
.ArticleItem.BroadcastItem--2x2 .ArticleItem-broadcastDate {
  margin-top: 3px;
  padding-left: 3px;
  max-height: 52px;
  font-size: 13px;
  color: #000;
  line-height: 18px;
  overflow: hidden;
}
.ArticleItem.BroadcastItem--3x1 .ArticleItem-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 9px;
  padding-left: 11px;
  padding-right: 35px;
  padding-bottom: 15px;
  border: 1px solid #000;
  border-left: none;
  border-right: none;
}
.ArticleItem.BroadcastItem--3x1 .ArticleItem-counts {
  position: absolute;
  top: 44px;
  right: 12px;
  z-index: 5;
}
.ArticleItem.BroadcastItem--3x1 .ArticleItem-counts .ViewCount {
  margin-top: 10px;
}
.ArticleItem.BroadcastItem--3x1 .ArticleItem-meta {
  position: relative;
  margin-bottom: 4px;
  padding-left: 2px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
  z-index: 4;
}
.ArticleItem.BroadcastItem--3x1 .ArticleItem-project {
  position: relative;
  display: inline-block;
  text-decoration: none;
  max-width: calc(100% - 175px);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ArticleItem.BroadcastItem--3x1 .ArticleItem-project:after {
  content: ' ';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.ArticleItem.BroadcastItem--3x1 .ArticleItem-project:hover:after {
  opacity: 1;
}
.ArticleItem.BroadcastItem--3x1 .ArticleItem-broadcastType {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 3px 8px 5px;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-left: 3px;
  line-height: 15px;
}
.BroadcastItem--broadcast.ArticleItem.BroadcastItem--3x1 .ArticleItem-broadcastType {
  background: #DF0F0F;
}
.BroadcastItem--announcement.ArticleItem.BroadcastItem--3x1 .ArticleItem-broadcastType {
  background: #fd2181;
}
.BroadcastItem--episode.ArticleItem.BroadcastItem--3x1 .ArticleItem-broadcastType {
  background: linear-gradient(#3abee1, #12a0e1);
}
.ArticleItem.BroadcastItem--3x1 .ArticleItem-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ArticleItem.BroadcastItem--3x1 .ArticleItem-title {
  padding-left: 2px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: #000;
  letter-spacing: 0.6px;
  line-height: 22px;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.2s ease-out;
}
.ArticleItem.BroadcastItem--3x1 .ArticleItem-title:last-child {
  margin-bottom: 4px;
}
.ArticleItem.BroadcastItem--3x1 .ArticleItem-broadcastDate {
  display: block;
  margin-top: 6px;
  padding-left: 2px;
  max-height: 54px;
  overflow: hidden;
  font-size: 13px;
  color: #000000;
  line-height: 18px;
}
.ArticleItem-competition {
  position: absolute;
  top: 15px;
  left: 0;
  width: 130px;
  height: 40px;
  z-index: 5;
  background: linear-gradient(270deg, #1fbde4 0%, #fd2588 93%);
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}
.ArticleItem-hot {
  display: inline-block;
  margin-right: 7px;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -173px;
  width: 18px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ArticleItem-hot {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.ArticleItem.BroadcastItem--broadcast .ArticleItem-project {
  color: #DF0F0F;
}
.ArticleItem.BroadcastItem--announcement .ArticleItem-project {
  color: #fd2181;
}
.ArticleItem.BroadcastItem--episode .ArticleItem-project {
  color: #3abee1;
}
.MagItem {
  position: relative;
  display: block;
  width: 100%;
  height: 273px;
  padding-top: 13px;
  padding-left: 18px;
  padding-right: 17px;
  padding-bottom: 5px;
  border: 1px solid #000000;
}
.MagItem:before {
  content: ' ';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid #000000;
  z-index: 1;
}
.MagItem-inner {
  position: relative;
  z-index: 2;
}
.MagItem-header {
  margin-left: -1px;
  letter-spacing: -0.1px;
  font-size: 19px;
  font-weight: 800;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
.MagItem-content {
  margin-top: 11px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.MagItem-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 115px;
  height: 148px;
}
.MagItem-img img {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
}
.MagItem-info {
  padding-left: 14px;
  margin-top: -3px;
}
.MagItem-date {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.7px;
}
.MagItem-text {
  max-height: 129px;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.7px;
  color: #000000;
  overflow: hidden;
}
.MagItem-link {
  width: 100%;
  margin-top: 10px;
}
.Banner {
  display: block;
  height: 60px;
}
.Banner img {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
}
.Banner--service {
  height: auto;
}
.Featured {
  position: relative;
  padding-bottom: 95.3125%;
}
.Featured-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.Featured-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 22px;
  padding-bottom: 22px;
  width: 100%;
  height: 100%;
}
.Featured-text {
  display: block;
  font-style: italic;
  font-size: 19px;
  font-weight: 800;
  line-height: 23px;
  letter-spacing: 0.35px;
  text-decoration: none;
  color: #000;
  max-height: 60%;
  overflow: hidden;
  transition: color 0.2s ease-out;
}
.Featured-text:before {
  content: '\201C';
}
.Featured-text:after {
  content: "\201D";
}
.Featured-text:hover,
.Featured-text:focus {
  color: #000000;
}
.Featured-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.Featured-caption {
  margin-left: 14px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  line-height: 15px;
  letter-spacing: 0.6px;
}
.Featured-img {
  position: relative;
}
.Featured-img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #000;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
  z-index: 2;
}
.Featured-img:hover + .Featured-content .Featured-text,
.Featured-img:focus + .Featured-content .Featured-text {
  color: #000000;
}
.Featured-imgInner {
  position: relative;
  height: 110px;
  width: 110px;
}
.PhotoRecentItem {
  position: relative;
}
.PhotoRecentItem--default {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.PhotoRecentItem--default:nth-child(n + 5) {
  display: none;
}
.PhotoRecentItem--default .PhotoRecentItem-img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 61.27946128%;
  z-index: 1;
}
.PhotoRecentItem--default .PhotoRecentItem-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
}
.PhotoRecentItem--default .PhotoRecentItem-img:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: .2;
}
.PhotoRecentItem--default .PhotoRecentItem-img:hover ~ .PhotoRecentItem-content .PhotoRecentItem-title,
.PhotoRecentItem--default .PhotoRecentItem-img:focus ~ .PhotoRecentItem-content .PhotoRecentItem-title {
  color: #8f8d8e;
}
.PhotoRecentItem--default .PhotoRecentItem-content {
  position: relative;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 7px;
  padding-left: 11px;
  padding-right: 13px;
  border: 1px solid #000;
  background: #ffffff;
  height: 112px;
}
.PhotoRecentItem--default .PhotoRecentItem-header {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #000000;
}
.PhotoRecentItem--default .PhotoRecentItem-category {
  position: relative;
  text-decoration: none;
}
.PhotoRecentItem--default .PhotoRecentItem-category:after {
  content: ' ';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.PhotoRecentItem--default .PhotoRecentItem-category:hover:after {
  opacity: 1;
}
.PhotoRecentItem--default .PhotoRecentItem-comments {
  position: absolute;
  top: 12px;
  right: 11px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
.PhotoRecentItem--default .PhotoRecentItem-count {
  color: #b4b4b4;
}
.PhotoRecentItem--default .PhotoRecentItem-title {
  display: block;
  margin-top: 1px;
  font-size: 19px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.3px;
  line-height: 22px;
  transition: color 0.2s ease-out;
}
.PhotoRecentItem--default .PhotoRecentItem-title:hover,
.PhotoRecentItem--default .PhotoRecentItem-title:focus {
  color: #8f8d8e;
}
.PhotoRecentItem--category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 337px;
  width: 337px;
}
.PhotoRecentItem--category .PhotoRecentItem:nth-child(n + 3) {
  display: none;
}
.PhotoRecentItem--category .PhotoRecentItem-comments {
  position: absolute;
  top: 12px;
  right: 15px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
.PhotoRecentItem--category .PhotoRecentItem-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.PhotoRecentItem--category .PhotoRecentItem-img img {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
}
.PhotoRecentItem--category .PhotoRecentItem-img:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  pointer-events: none;
  z-index: 3;
}
.PhotoRecentItem--category .PhotoRecentItem-img:hover ~ .PhotoRecentItem-content .PhotoRecentItem-title,
.PhotoRecentItem--category .PhotoRecentItem-img:focus ~ .PhotoRecentItem-content .PhotoRecentItem-title {
  color: #fd2181;
}
.PhotoRecentItem--category .PhotoRecentItem-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 18px;
  padding-right: 25px;
  padding-bottom: 19px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
.PhotoRecentItem--category .PhotoRecentItem-header {
  font-size: 18px;
  font-weight: 600;
  color: #b4b4b4;
}
.PhotoRecentItem--category .PhotoRecentItem-category {
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.PhotoRecentItem--category .PhotoRecentItem-category:after {
  content: ' ';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.PhotoRecentItem--category .PhotoRecentItem-category:hover:after {
  opacity: 1;
}
.PhotoRecentItem--category .PhotoRecentItem-count {
  color: #b4b4b4;
}
.PhotoRecentItem--category .PhotoRecentItem-title {
  display: block;
  margin-top: 5px;
  font-size: 24px;
  font-weight: 800;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.6px;
  transition: color 0.2s ease-out;
}
.PhotoRecentItem--category .PhotoRecentItem-title:hover,
.PhotoRecentItem--category .PhotoRecentItem-title:focus {
  color: #fd2181;
}
.PhotoRecent {
  background: #edf4f9;
  padding: 18px 12px 21px 12px;
  width: 100vw;
}
.PhotoRecent-header {
  margin-bottom: 10px;
  font-size: 25px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.6px;
}
.PhotoRecent .owl-nav {
  position: absolute;
  width: 63px;
  height: 31px;
  top: -40px;
  right: -3px;
}
.PhotoRecent .owl-nav > * {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 0;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -67px;
  width: 18px;
  height: 31px;
  opacity: .5;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .PhotoRecent .owl-nav > * {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.PhotoRecent .owl-nav > *:hover,
.PhotoRecent .owl-nav > *:focus {
  opacity: 1;
}
.PhotoRecent .owl-prev {
  left: 0;
  -webkit-transform: scale(0.58) rotateZ(180deg) translateY(1px);
          transform: scale(0.58) rotateZ(180deg) translateY(1px);
  transition: opacity 0.2s ease-out;
}
.PhotoRecent .owl-next {
  right: 0;
  -webkit-transform: scale(0.58);
          transform: scale(0.58);
}
.VideoRecentItem {
  position: relative;
}
.VideoRecentItem--default {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.VideoRecentItem--default .VideoRecentItem:nth-child(n + 5) {
  display: none;
}
.VideoRecentItem--default .VideoRecentItem-videoContainer {
  position: relative;
  display: block;
  padding-top: 62.16216216%;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.VideoRecentItem--default .VideoRecentItem-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translateZ(0);
}
.VideoRecentItem--default .VideoRecentItem-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.VideoRecentItem--default .VideoRecentItem-img:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: .43;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
.VideoRecentItem--default .VideoRecentItem-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -270px 0px;
  width: 82px;
  height: 82px;
  z-index: 3;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .VideoRecentItem--default .VideoRecentItem-btn {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.VideoRecentItem--default .VideoRecentItem-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
}
.VideoRecentItem--default .VideoRecentItem-video iframe {
  width: 100%;
  height: 100%;
}
.VideoRecentItem--default .VideoRecentItem-content {
  position: relative;
  padding-top: 7px;
  padding-left: 11px;
  padding-right: 13px;
  height: 126px;
  border: 1px solid #000;
  background: #ffffff;
}
.VideoRecentItem--default .VideoRecentItem-header {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #000000;
}
.VideoRecentItem--default .VideoRecentItem-date {
  display: block;
}
.VideoRecentItem--default .VideoRecentItem-category {
  position: relative;
  text-decoration: none;
}
.VideoRecentItem--default .VideoRecentItem-category:after {
  content: ' ';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.VideoRecentItem--default .VideoRecentItem-category:hover:after {
  opacity: 1;
}
.VideoRecentItem--default .VideoRecentItem-count {
  color: #b4b4b4;
}
.VideoRecentItem--default .VideoRecentItem-title {
  display: block;
  margin-top: 1px;
  font-size: 19px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.3px;
  line-height: 22px;
  transition: color 0.2s ease-out;
}
.VideoRecentItem--default .VideoRecentItem-title:hover,
.VideoRecentItem--default .VideoRecentItem-title:focus {
  color: #8f8d8e;
}
.VideoRecentItem--default .VideoRecentItem-comments {
  position: absolute;
  top: 12px;
  right: 11px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
.VideoRecentItem--category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 558px;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.VideoRecentItem--category .VideoRecentItem:nth-child(n + 5) {
  display: none;
}
.VideoRecentItem--category .VideoRecentItem-comments {
  position: absolute;
  top: 423px;
  right: 19px;
  z-index: 2;
}
.VideoRecentItem--category .VideoRecentItem-videoContainer {
  position: relative;
  display: block;
  height: 400px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.VideoRecentItem--category .VideoRecentItem-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translateZ(0);
}
.VideoRecentItem--category .VideoRecentItem-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.VideoRecentItem--category .VideoRecentItem-img:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: .43;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
.VideoRecentItem--category .VideoRecentItem-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -270px 0px;
  width: 82px;
  height: 82px;
  z-index: 3;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .VideoRecentItem--category .VideoRecentItem-btn {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.VideoRecentItem--category .VideoRecentItem-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
}
.VideoRecentItem--category .VideoRecentItem-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 17px;
  padding-left: 22px;
  padding-right: 30px;
  border: 1px solid #000;
  background: #ffffff;
  -webkit-transform: translateZ(0);
}
.VideoRecentItem--category .VideoRecentItem-header {
  font-size: 18px;
  font-weight: 600;
}
.VideoRecentItem--category .VideoRecentItem-category {
  position: relative;
  text-decoration: none;
}
.VideoRecentItem--category .VideoRecentItem-category:after {
  content: ' ';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.VideoRecentItem--category .VideoRecentItem-category:hover:after {
  opacity: 1;
}
.VideoRecentItem--category .VideoRecentItem-count {
  color: #b4b4b4;
}
.VideoRecentItem--category .VideoRecentItem-title {
  display: block;
  margin-top: 9px;
  font-size: 36px;
  font-weight: 800;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #000;
  letter-spacing: 1px;
  line-height: 43px;
  transition: color 0.2s ease-out;
}
.VideoRecentItem--category .VideoRecentItem-title:hover,
.VideoRecentItem--category .VideoRecentItem-title:focus {
  color: #8f8d8e;
}
.VideoRecent {
  background: #edf4f9;
  padding: 18px 12px 21px 12px;
  width: 100vw;
}
.VideoRecent--category {
  height: 376px;
}
.VideoRecent-header {
  margin-bottom: 10px;
  font-size: 25px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.6px;
}
.VideoRecent .owl-nav {
  position: absolute;
  width: 63px;
  height: 31px;
  top: -40px;
  right: -3px;
}
.VideoRecent .owl-nav > * {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 0;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -67px;
  width: 18px;
  height: 31px;
  opacity: .5;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .VideoRecent .owl-nav > * {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.VideoRecent .owl-nav > *:hover,
.VideoRecent .owl-nav > *:focus {
  opacity: 1;
}
.VideoRecent .owl-nav > *.disabled {
  opacity: 0;
  visibility: hidden;
}
.VideoRecent .owl-prev {
  left: 0;
  -webkit-transform: scale(0.58) rotateZ(180deg) translateY(1px);
          transform: scale(0.58) rotateZ(180deg) translateY(1px);
  transition: opacity 0.2s ease-out;
}
.VideoRecent .owl-next {
  right: 0;
  -webkit-transform: scale(0.58);
          transform: scale(0.58);
}
.Button {
  display: block;
  height: 35px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 33px;
  letter-spacing: 0.4px;
  background: linear-gradient(#3abee1, #12a0e1);
  border-radius: 4px;
  transition: background 0.2s ease-out;
}
.Button:hover,
.Button:focus {
  background: #80bcef;
}
.TagList-header {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.TagList-list {
  margin-top: 7px;
}
.BroadcastsFavoriteItem {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.BroadcastsFavoriteItem--broadcast .BroadcastsFavoriteItem-project {
  color: #DF0F0F;
}
.BroadcastsFavoriteItem--broadcast .BroadcastsFavoriteItem-broadcastType {
  background: #DF0F0F;
}
.BroadcastsFavoriteItem--announcement .BroadcastsFavoriteItem-project {
  color: #fd2181;
}
.BroadcastsFavoriteItem--announcement .BroadcastsFavoriteItem-broadcastType {
  background: #fd2181;
}
.BroadcastsFavoriteItem--episode .BroadcastsFavoriteItem-project {
  color: #3abee1;
}
.BroadcastsFavoriteItem--episode .BroadcastsFavoriteItem-broadcastType {
  background: linear-gradient(#3abee1, #12a0e1);
}
.BroadcastsFavoriteItem-broadcastType {
  position: absolute;
  top: 11px;
  left: 11px;
  font-size: 13px;
  color: #fff;
  padding: 3px 8px 5px;
  border: 1px solid #fff;
  border-radius: 3px;
  z-index: 4;
}
.BroadcastsFavoriteItem-comments {
  position: absolute;
  top: 12px;
  right: 11px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
.BroadcastsFavoriteItem-img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  z-index: 1;
}
.BroadcastsFavoriteItem-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
  transition: opacity 400ms ease, -webkit-transform 0.2s ease-out !important;
  transition: transform 0.2s ease-out, opacity 400ms ease !important;
  transition: transform 0.2s ease-out, opacity 400ms ease, -webkit-transform 0.2s ease-out !important;
}
.BroadcastsFavoriteItem-img:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: .2;
}
.BroadcastsFavoriteItem-img:hover ~ .BroadcastsFavoriteItem-content .BroadcastsFavoriteItem-title,
.BroadcastsFavoriteItem-img:focus ~ .BroadcastsFavoriteItem-content .BroadcastsFavoriteItem-title {
  color: #8f8d8e;
}
.BroadcastsFavoriteItem-img:hover img,
.BroadcastsFavoriteItem-img:focus img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.BroadcastsFavoriteItem-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 7px;
  padding-left: 11px;
  padding-right: 13px;
  height: 112px;
  border: 1px solid #000;
  background: #ffffff;
}
.BroadcastsFavoriteItem-header {
  font-size: 18px;
  font-weight: 600;
}
.BroadcastsFavoriteItem-project {
  position: relative;
  text-decoration: none;
}
.BroadcastsFavoriteItem-project:after {
  content: ' ';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.BroadcastsFavoriteItem-project:hover:after {
  opacity: 1;
}
.BroadcastsFavoriteItem-count {
  color: #b4b4b4;
}
.BroadcastsFavoriteItem-title {
  display: block;
  margin-top: 5px;
  font-size: 19px;
  font-weight: 800;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  line-height: 22px;
  text-decoration: none;
  color: #000;
  letter-spacing: .3px;
  transition: color 0.2s ease-out;
}
.BroadcastsFavoriteItem-broadcastDate {
  margin-top: 7px;
  padding-left: 3px;
  max-height: 52px;
  font-size: 13px;
  color: #000;
  line-height: 18px;
  overflow: hidden;
}
.BroadcastsFavorite {
  padding: 18px 12px 21px 12px;
  width: 100vw;
  background: #edf4f9;
}
.BroadcastsFavorite-header {
  margin-bottom: 10px;
  font-size: 25px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: .6px;
}
.BroadcastsFavorite .owl-nav {
  position: absolute;
  width: 63px;
  height: 31px;
  top: -40px;
  right: -3px;
}
.BroadcastsFavorite .owl-nav > * {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 0;
  background-image: url(/static/sprites/sprite.png?a76e1a02dd17788e5c52f393e5c5e0b1);
  background-position: -391px -161px;
  width: 18px;
  height: 31px;
  opacity: .5;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .BroadcastsFavorite .owl-nav > * {
    background-image: url(/static/sprites/sprite_2x.png?97aaa841505c164fe1dd573e0c6b97be);
    background-size: 422px 373px;
  }
}
.BroadcastsFavorite .owl-nav > *:hover,
.BroadcastsFavorite .owl-nav > *:focus {
  opacity: 1;
}
.BroadcastsFavorite .owl-prev {
  left: 0;
  -webkit-transform: scale(0.58) rotateZ(180deg) translateY(1px);
          transform: scale(0.58) rotateZ(180deg) translateY(1px);
  transition: opacity 0.2s ease-out;
}
.BroadcastsFavorite .owl-next {
  right: 0;
  -webkit-transform: scale(0.58);
          transform: scale(0.58);
}
.Index {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 60px;
}
.ArticleSide {
  position: relative;
  padding: 24px 12px 0 12px;
}
.ArticleSide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  border-top: 2px solid #000000;
}
.ArticleSide-header {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 24px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  color: #3abee1;
}
.ArticleSide-item {
  margin-top: 11px;
  padding-top: 12px;
  margin-left: 1px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border-top: 1px solid #aeaeae;
}
.ArticleSide-item--first {
  border: none;
  margin: 0;
  padding: 0;
  padding-bottom: 4px;
}
.ArticleSide-item--first .ArticleSide-itemTitle {
  margin-top: -3px;
}
.ArticleSide-item:hover .ArticleSide-itemTitle,
.ArticleSide-item:focus .ArticleSide-itemTitle {
  color: #fd2181;
}
.ArticleSide-itemImg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 22px 10px 0;
  padding-bottom: 58.33333333%;
}
.ArticleSide-itemImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit:cover;object-position:center", 'object-fit: cover; object-position: center';
}
.ArticleSide-itemTitle {
  line-height: 18px;
  letter-spacing: 0.4px;
  transition: color 0.2s ease-out;
}
.ArticleSide-banner {
  position: relative;
  width: 380px;
  height: 365px;
  margin-top: 43px;
}
.ArticleSide-banner img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit:cover;object-position:center", 'object-fit: cover; object-position: center';
}
.BlockText {
  margin-top: 14px;
  padding: 0 12px;
  width: 100vw;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.2px;
  color: #000000;
  overflow: hidden;
}
.BlockText a {
  color: #3abee1;
}
.BlockText a:hover,
.BlockText a:focus {
  text-decoration: none;
}
.BlockText p + p {
  margin-top: 10px;
}
.BlockText p.AlignCenter {
  margin-top: 16px;
  padding-left: 11px;
  padding-right: 20px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  letter-spacing: 1px;
  color: #000000;
}
.BlockText p.AlignCenter a {
  color: #3abee1;
}
.BlockText p.AlignCenter a:hover,
.BlockText p.AlignCenter a:focus {
  text-decoration: none;
}
.BlockText p.AlignCenter + p {
  margin-top: 12px;
}
.BlockImage {
  margin-top: 25px;
}
.BlockImage-img {
  width: 100%;
}
.BlockImage-img img {
  display: block;
  width: 100%;
}
.BlockImage-caption {
  margin-top: 7px;
  padding: 0 12px;
  font-size: 10px;
  color: #000000;
  line-height: 13px;
  letter-spacing: 0.51px;
}
.BlockVideo {
  margin-top: 18px;
}
.BlockVideo-video {
  position: relative;
  width: 100%;
  height: 0;
}
.BlockVideo-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.BlockVideo-caption {
  margin-top: 7px;
  padding: 0 12px;
  font-size: 10px;
  color: #000000;
  line-height: 13px;
  letter-spacing: 0.51px;
}
.BlockGallery {
  position: relative;
  margin-top: 35px;
  width: 100vw;
}
.BlockGallery + .BlockText {
  margin-top: 29px;
}
.BlockGallery-slider {
  position: relative;
}
.BlockGallery .owl-item {
  background: #ebeaea;
}
.BlockGallery-item {
  width: 100%;
  height: 217px;
  font-family: "object-fit:contain;object-position:center";
  object-fit: contain;
  object-position: center;
}
.BlockGallery-item--cover {
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
}
.BlockGallery-next,
.BlockGallery-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
.BlockGallery-next {
  right: 14px;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -32px;
  width: 18px;
  height: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .BlockGallery-next {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.BlockGallery-prev {
  left: 14px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -32px;
  width: 18px;
  height: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .BlockGallery-prev {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.BlockGallery-enlarge {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #000;
  z-index: 1;
}
.BlockGallery-enlargeIcon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -100px;
  width: 23px;
  height: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .BlockGallery-enlargeIcon {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Gallery {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1f1f1f;
  display: none;
  overflow: auto;
}
.Gallery-close {
  z-index: 999;
  position: absolute;
  right: 43px;
  top: 46px;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
  opacity: .7;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -229px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Gallery-close {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Gallery-close:hover {
  opacity: 1;
}
.Gallery-slider {
  position: absolute;
  top: 93px;
  bottom: 78px;
  right: 0;
  left: 0;
  padding-left: 100px;
  padding-right: 100px;
}
.Gallery-slider .owl-item,
.Gallery-slider .owl-stage-outer,
.Gallery-slider .owl-stage {
  height: 100%;
}
.Gallery-prev,
.Gallery-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  cursor: pointer;
}
.Gallery-next {
  right: 46px;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -32px;
  width: 18px;
  height: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Gallery-next {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Gallery-prev {
  left: 46px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -32px;
  width: 18px;
  height: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Gallery-prev {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Gallery-sliderItem {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:contain;object-position:center";
  object-fit: contain;
  object-position: center;
}
.BlockEmbed {
  margin-top: 28px;
  width: 100vw;
}
.BlockEmbed + .BlockText {
  margin-top: 31px;
}
.BlockEmbed .PDS_Poll {
  padding-left: 12px;
}
.BlockEmbed iframe {
  max-width: 100%;
}
.Tag {
  display: inline-block;
  height: 23px;
  margin-right: 12px;
  margin-bottom: 10px;
  padding-left: 9px;
  padding-right: 7px;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  line-height: 20px;
  letter-spacing: 0.6px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #9d9d9d;
  transition: background 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
}
.Tag:hover,
.Tag:focus {
  background: #3abee1;
  border-color: #3abee1;
  color: #000;
}
.Header {
  font-size: 25px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: .6px;
  line-height: 35px;
}
.RelatedArticles {
  position: relative;
  margin-top: 30px;
  width: 100vw;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.RelatedArticles-header {
  padding: 0 12px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #3abee1;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.RelatedArticles-item {
  display: block;
  height: 127px;
  text-decoration: none;
}
.RelatedArticles-itemText {
  margin-top: 9px;
  margin-left: 12px;
  margin-right: 12px;
  max-height: 69px;
  line-height: 23px;
  font-size: 19px;
  font-weight: 800;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  letter-spacing: 0.3px;
  color: #000;
}
.RelatedArticles-next,
.RelatedArticles-prev {
  position: absolute;
  top: 136px;
  z-index: 1;
  -webkit-transform: scale(0.82);
          transform: scale(0.82);
}
.RelatedArticles-next {
  right: 3px;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -32px;
  width: 18px;
  height: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .RelatedArticles-next {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.RelatedArticles-prev {
  left: 3px;
  -webkit-transform: scale(0.82) rotateZ(180deg);
          transform: scale(0.82) rotateZ(180deg);
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -32px;
  width: 18px;
  height: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .RelatedArticles-prev {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.RelatedArticles .owl-dots {
  position: absolute;
  bottom: 16px;
  left: 9px;
}
.RelatedArticles .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 !important;
}
.RelatedArticles .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.RelatedArticles .owl-dots .owl-dot:hover span {
  background: #dd6f99;
}
.RelatedArticles .owl-dots .owl-dot.owl-dot.active span {
  background: #dd6f99;
}
.RelatedArticles .owl-dots .owl-dot span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: #3abee1;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.Article-article {
  padding-top: 34px;
  padding-bottom: 35px;
}
.Article-article .mtt-Inread {
  height: auto !important;
  margin-top: 14px;
}
.Article-meta {
  color: #000000;
}
.Article-params {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.Article-date {
  margin-right: 4px;
}
.Article-category {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}
.Article-category:after {
  content: ' ';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.Article-viewCountIcon {
  display: inline-block;
  margin-right: 6px;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -214px;
  width: 22px;
  height: 13px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Article-viewCountIcon {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Article-viewCount {
  margin-left: 6px;
}
.Article-authors {
  margin-top: 3px;
  padding: 0 12px;
  font-size: 13px;
  letter-spacing: 0.4px;
}
.Article-authors a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
}
.Article-title {
  margin-top: 6px;
  padding: 0 12px;
}
.Article-title .Header {
  line-height: 30px;
}
.Article-bigLead {
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  padding: 0 12px;
  margin-top: 14px;
  letter-spacing: .2px;
}
.Article-blocks {
  margin-top: 22px;
  font-weight: normal;
}
.Article-share {
  margin-top: 42px;
  padding: 0 12px;
  height: 100px;
}
.Article-share > * {
  margin-right: 14px;
  margin-bottom: 10px;
  float: left;
}
.Article-social--fb {
  margin-top: -2px;
}
.Article-social--telegram .Article-socialInner {
  position: relative;
  display: inline-block;
  height: 20px;
  padding: 1px 8px 1px 6px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  background-color: #0088cc;
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 12px;
  width: 100px;
}
.Article-social--telegram .Article-socialInner i {
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 0;
  /* This image is included below :) */
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -404px -229px;
  width: 12px;
  height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Article-social--telegram .Article-socialInner i {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Article-social--telegram .Article-socialInner span {
  float: right;
}
.Article-social--telegram .Article-socialInner:hover {
  background-color: #007dbb;
}
.Article-social--telegram .Article-socialInner:active {
  background-color: #026698;
}
.Article-tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
  padding: 0 12px;
}
.Article-more {
  margin-top: 12px;
}
.Article-header {
  margin-left: -2px;
  padding: 0 12px;
  font-size: 25px;
  font-weight: 800;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  letter-spacing: 0.8px;
}
.Article-list {
  margin-top: 17px;
}
.Article-comments {
  position: relative;
  padding-top: 26px;
  padding-bottom: 20px;
}
.Article-comments:before {
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  border-top: 2px solid #000000;
}
.Article-commentsInner {
  margin-top: 33px;
  padding-left: 12px;
  padding-right: 12px;
}
.SectionSide-header {
  margin-bottom: 17px;
  font-weight: 600;
  font-size: 24px;
}
.SectionSide-banner {
  position: relative;
  width: 380px;
  height: 365px;
  margin-top: 21px;
}
.SectionSide-banner img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit:cover;object-position:center", 'object-fit: cover; object-position: center';
}
.SectionSide-tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.SectionSide-tags .Tag {
  margin-bottom: 25px;
}
.Search-main {
  padding-top: 23px;
  padding-bottom: 60px;
}
.Search-side {
  padding-top: 100px;
}
.Search-header {
  margin-left: 11px;
}
.Search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding: 0 12px;
}
.Search-input {
  width: 206px;
  padding-left: 10px;
  height: 40px;
  font-size: 19px;
  font-weight: bold;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  letter-spacing: 0.4px;
  line-height: 40px;
  background: #eae9e9;
  border: none;
}
.Search-button {
  height: 40px;
  width: 90px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #f562a5;
}
.Search-info {
  margin-top: 14px;
  padding: 0 12px;
  color: #000000;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.Search-list {
  margin-top: 42px;
}
.Search .Grid-item--noMargin:last-child {
  margin-bottom: -1px;
}
.Category-main {
  padding-top: 19px;
  padding-bottom: 60px;
}
.Category-hero {
  position: relative;
  margin: 0 12px;
  height: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Category-hero:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fd2181;
  opacity: .2;
  z-index: 2;
}
.Category-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.Category-header {
  position: relative;
  color: #fff;
  z-index: 3;
}
.Category-list {
  margin-top: 13px;
}
.Category .Grid + .Grid {
  margin-top: -18px;
}
.Category-button {
  width: 294px;
  margin: 20px auto 0;
  display: block;
  height: 35px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 33px;
  letter-spacing: 0.4px;
  background: linear-gradient(#3abee1, #12a0e1);
  border-radius: 4px;
  transition: background 0.2s ease-out;
}
.Category-button:hover {
  opacity: .6;
}
.TagPage-main {
  padding-top: 25px;
  padding-bottom: 60px;
}
.TagPage-hero {
  padding: 0 12px;
  letter-spacing: 0.7px;
  width: 100vw;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.TagPage-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.TagPage-header {
  position: relative;
  color: #fff;
  z-index: 3;
}
.TagPage-list {
  margin-top: 20px;
}
.TagPage-additional {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.2px;
  color: #000000;
  padding: 0 11px;
  margin-top: 10px;
}
.TagPage .Grid + .Grid {
  margin-top: -18px;
}
.Author-main {
  padding-top: 25px;
  padding-bottom: 60px;
}
.Author-hero {
  padding: 0 12px;
  letter-spacing: 0.7px;
  width: 100vw;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.Author-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.Author-header {
  position: relative;
  color: #fff;
  z-index: 3;
}
.Author-list {
  margin-top: 20px;
}
.Author .Grid + .Grid {
  margin-top: -18px;
}
.Editor {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Editor + .Editor {
  margin-top: 17px;
}
.Editor-info {
  padding-top: 7px;
}
.Editor-name {
  font-weight: bold;
  font-size: 19px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  letter-spacing: 0.3px;
}
.Editor-role {
  margin-top: 3px;
  font-style: italic;
  font-size: 12px;
  color: #000000;
  line-height: 15px;
}
.Editor-email {
  margin-top: 3px;
  display: block;
  color: #3abee1;
  font-size: 13px;
}
.Editor-email:hover {
  text-decoration: none;
}
.About-main {
  padding: 23px 12px 58px;
}
.About-text {
  margin-top: 18px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-size: 14px;
  color: #000000;
}
.About-text strong {
  font-weight: bold;
}
.About-text a {
  color: #3abee1;
}
.About-text a:hover {
  text-decoration: none;
}
.About-text p + p {
  margin-top: 20px;
}
.About-editors {
  margin-top: 50px;
}
.About-editorList {
  margin-top: 20px;
}
.About-footerText {
  margin-top: 26px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-size: 14px;
  color: #000000;
}
.About-footerText strong {
  font-weight: bold;
}
.About-footerText a {
  color: #3abee1;
}
.About-footerText a:hover {
  text-decoration: none;
}
.About-footerText p + p {
  margin-top: 20px;
}
.Mag-buttons {
  margin: 22.5px 0;
  font-size: 0;
  padding: 0 12px;
}
.Mag-button {
  display: inline-block;
  height: 27px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  margin-left: 10px;
  border-radius: 3px;
  line-height: 25px;
  padding: 0 10px;
}
.Mag-button:first-child {
  margin-left: 0;
}
.Mag-button--electronic {
  color: #28badf;
  border: 2px solid #b1dfef;
}
.Mag-button--printed {
  color: #fd1c86;
  border: 2px solid #fbafc9;
  margin-left: 15px;
}
.Mag-button--mail {
  color: #28badf;
  border: 2px solid #b1dfef;
}
.Mag-button--shops {
  color: #fd1c86;
  border: 2px solid #fbafc9;
}
.Mag-button--appstore {
  width: 90px;
  background: url('/static/img/data_mobile/app_store.jpg');
  background-size: 90px;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
  .Mag-button--appstore {
    background-image: url('/static/img/data_mobile/app_store@2x.jpg');
  }
}
.Mag-button--googleplay {
  width: 90px;
  background: url('/static/img/data_mobile/google_play.jpg');
  background-size: 90px;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
  .Mag-button--googleplay {
    background-image: url('/static/img/data_mobile/google_play@2x.jpg');
  }
}
.Mag-button--joomag {
  width: 90px;
  background: url('/static/img/data_mobile/joomag.jpg');
  background-size: 90px;
}
.Mag-scrollLink {
  margin-top: -28px;
}
.Mag-issues {
  margin: 0 auto 30px auto;
  width: calc(100vw - 24px);
  overflow: hidden;
}
.Mag-issues iframe {
  display: block;
  margin: 0 auto;
  height: 690px !important;
}
/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}
.DateTimePicker {
  display: block;
  min-width: 90px;
}
.DateTimePicker-inner {
  display: block;
}
.DateTimePicker--inline {
  display: inline-block;
}
.DateTimePicker--filter {
  width: 160px;
  vertical-align: middle;
}
label.DateTimePicker-label {
  display: block;
  position: relative;
  border: 1px solid #000;
  padding: 0;
  height: 40px;
  cursor: pointer;
}
.DateTimePicker-value {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  font-family: inherit;
  font-size: 18px;
  text-align: center;
  background: none;
  outline: none;
  border: none;
  visibility: hidden;
}
.DateTimePicker-valueVisible {
  position: relative;
  height: 100%;
  width: 100%;
  font-family: inherit;
  font-size: 18px;
  line-height: 38px;
  padding: 0 15px;
}
.xdsoft_select {
  font-size: 12px;
}
.xdsoft_scrollbar {
  width: 4px;
}
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	box-sizing: border-box;
	display: none;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}
.ArchiveFilters {
  font-size: 0;
  padding: 0 12px;
}
.ArchiveFilters .ArchiveFilters-header {
  font-size: 25px;
  font-weight: 800;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
.ArchiveFilters-project {
  margin-top: 10px;
}
.ArchiveFilters .selectize-control.single .selectize-input {
  height: 40px;
  border-color: #000;
  border-radius: 0;
  padding: 9px 30px 9px 15px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
.ArchiveFilters .selectize-control.single .selectize-input.input-active {
  cursor: pointer;
}
.ArchiveFilters .selectize-control.single .selectize-input.input-active:after {
  margin-top: -3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ArchiveFilters .selectize-control.single .selectize-input .item {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ArchiveFilters .selectize-control.single .selectize-input input {
  display: none !important;
}
.ArchiveFilters .selectize-control.single .selectize-input:after {
  border: none;
  background-image: url(/static/sprites/sprite.png?a76e1a02dd17788e5c52f393e5c5e0b1);
  background-position: -391px -105px;
  width: 14px;
  height: 8px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ArchiveFilters .selectize-control.single .selectize-input:after {
    background-image: url(/static/sprites/sprite_2x.png?97aaa841505c164fe1dd573e0c6b97be);
    background-size: 422px 373px;
  }
}
.ArchiveFilters .selectize-dropdown .option {
  padding: 8px 15px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
.ArchiveFilters .selectize-dropdown .option.selected {
  font-weight: 700;
}
.ArchiveFilters .DateTimePicker {
  margin-top: 10px;
}
.ArchiveFilters .ArchiveFilters-separator {
  display: none;
}
.ArchiveFilters-filter {
  display: block;
  width: 100%;
  height: 40px;
  background: #26BBE4;
  border-radius: 3px;
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
}
.Broadcasts {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 60px;
}
.Broadcasts-header {
  margin-bottom: 25px;
  padding: 0 12px;
}
.Broadcasts-archive {
  margin-top: 20px;
}
.Casting-frame {
  height: calc(100vh - 100px);
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.Project {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 60px;
}
.Project-header {
  margin-bottom: 25px;
  padding: 0 12px;
}
.Project-archive {
  margin-top: 20px;
}
.Archive {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 60px;
}
.Archive-archive {
  margin-bottom: 25px;
}
.BroadcastSide {
  position: relative;
  padding: 24px 12px 0 12px;
}
.BroadcastSide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  border-top: 2px solid #000000;
}
.BroadcastSide-header {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 24px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  color: #3abee1;
}
.BroadcastSide-item {
  margin-top: 11px;
  padding-top: 12px;
  margin-left: 1px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border-top: 1px solid #aeaeae;
}
.BroadcastSide-item--first {
  border: none;
  margin: 0;
  padding: 0;
  padding-bottom: 4px;
}
.BroadcastSide-item--first .BroadcastSide-itemTitle {
  margin-top: -3px;
}
.BroadcastSide-item:hover .BroadcastSide-itemTitle,
.BroadcastSide-item:focus .BroadcastSide-itemTitle {
  color: #fd2181;
}
.BroadcastSide-itemImg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 22px 10px 0;
  padding-bottom: 58.33333333%;
}
.BroadcastSide-itemImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit:cover;object-position:center", 'object-fit: cover; object-position: center';
}
.BroadcastSide-itemTitle {
  line-height: 18px;
  letter-spacing: 0.4px;
  transition: color 0.2s ease-out;
}
.BroadcastSide-banner {
  position: relative;
  width: 380px;
  height: 365px;
  margin-top: 43px;
}
.BroadcastSide-banner img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit:cover;object-position:center", 'object-fit: cover; object-position: center';
}
.BroadcastSide-tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.BroadcastSide-tags .Tag {
  margin-bottom: 25px;
}
.Broadcast--broadcast .Broadcast-type {
  background: #DF0F0F;
}
.Broadcast--broadcast .Broadcast-project {
  color: #DF0F0F;
}
.Broadcast--announcement .Broadcast-type {
  background: #fd2181;
}
.Broadcast--announcement .Broadcast-project {
  color: #fd2181;
}
.Broadcast--episode .Broadcast-type {
  background: linear-gradient(#3abee1, #12a0e1);
}
.Broadcast--episode .Broadcast-project {
  color: #3abee1;
}
.Broadcast-article {
  padding-top: 34px;
  padding-bottom: 35px;
}
.Broadcast-meta {
  color: #000000;
  padding: 0 12px;
}
.Broadcast-params {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.Broadcast-date {
  margin-right: 4px;
}
.Broadcast-project {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}
.Broadcast-project:after {
  content: ' ';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.Broadcast-viewCountIcon {
  display: inline-block;
  margin-right: 6px;
  background-image: url(/static/sprites/sprite.png?a76e1a02dd17788e5c52f393e5c5e0b1);
  background-position: -326px -290px;
  width: 22px;
  height: 13px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Broadcast-viewCountIcon {
    background-image: url(/static/sprites/sprite_2x.png?97aaa841505c164fe1dd573e0c6b97be);
    background-size: 422px 373px;
  }
}
.Broadcast-viewCount {
  margin-left: 6px;
}
.Broadcast-type {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 0 8px;
  border: 1px solid #fff;
  border-radius: 3px;
  z-index: 4;
  margin-left: 12px;
  height: 24px;
  line-height: 20px;
}
.Broadcast-title {
  margin-top: 6px;
  padding: 0 12px;
}
.Broadcast-title .Header {
  line-height: 30px;
}
.Broadcast-broadcastDate {
  font-size: 20px;
  margin: 10px 0 20px 0;
  padding: 0 12px;
}
.Broadcast-broadcastDate a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
}
.Broadcast-hero {
  position: relative;
  width: 100%;
}
.Broadcast-hero iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.Broadcast-hero img {
  width: 100%;
}
.Broadcast-blocks {
  margin-top: 22px;
}
.Broadcast-share {
  margin-top: 42px;
  padding: 0 12px;
  height: 100px;
}
.Broadcast-share > * {
  margin-right: 14px;
  margin-bottom: 10px;
  float: left;
}
.Broadcast-social--fb {
  margin-top: -2px;
}
.Broadcast-social--telegram .Broadcast-socialInner {
  position: relative;
  display: inline-block;
  height: 20px;
  padding: 1px 8px 1px 6px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  background-color: #0088cc;
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 12px;
  width: 100px;
}
.Broadcast-social--telegram .Broadcast-socialInner i {
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 0;
  /* This image is included below :) */
  background-image: url(/static/sprites/sprite.png?a76e1a02dd17788e5c52f393e5c5e0b1);
  background-position: -408px -256px;
  width: 12px;
  height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Broadcast-social--telegram .Broadcast-socialInner i {
    background-image: url(/static/sprites/sprite_2x.png?97aaa841505c164fe1dd573e0c6b97be);
    background-size: 422px 373px;
  }
}
.Broadcast-social--telegram .Broadcast-socialInner span {
  float: right;
}
.Broadcast-social--telegram .Broadcast-socialInner:hover {
  background-color: #007dbb;
}
.Broadcast-social--telegram .Broadcast-socialInner:active {
  background-color: #026698;
}
.Broadcast-tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
  padding: 0 12px;
}
.Broadcast-more {
  margin-top: 12px;
}
.Broadcast-header {
  margin-left: -2px;
  padding: 0 12px;
  font-size: 25px;
  font-weight: 800;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  letter-spacing: 0.8px;
}
.Broadcast-list {
  margin-top: 17px;
}
.Broadcast-comments {
  position: relative;
  padding-top: 26px;
  padding-bottom: 20px;
}
.Broadcast-comments:before {
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  border-top: 2px solid #000000;
}
.Broadcast-commentsInner {
  margin-top: 33px;
  padding-left: 12px;
  padding-right: 12px;
}
.Custom404-main {
  padding-top: 23px;
  padding-bottom: 60px;
}
.Custom404-side {
  padding-top: 100px;
}
.Custom404-header {
  margin-left: 11px;
}
.Custom404-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding: 0 12px;
}
.Custom404-input {
  width: 206px;
  padding-left: 10px;
  height: 40px;
  font-size: 19px;
  font-weight: bold;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  letter-spacing: 0.4px;
  line-height: 40px;
  background: #eae9e9;
  border: none;
}
.Custom404-button {
  height: 40px;
  width: 90px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #f562a5;
}
.Custom404-info {
  margin-top: 14px;
  padding: 0 12px;
  color: #000000;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.Custom404 .Grid-item--noMargin:last-child {
  margin-bottom: -1px;
}
.Content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Content-topAd {
  width: 100%;
  padding: 12px;
  height: 60px;
  margin: 0 auto;
}
.Content-topAd img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
}
.Content #adfox_155812038559456589 {
  margin: 0 auto;
}
.Content-topNav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.Content-casting {
  padding: 17px 12px 0 12px;
  margin-bottom: -13px;
  z-index: 5;
}
.Content-body {
  position: relative;
  margin: 0 auto;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  background: #fff;
  z-index: 2;
}
.Content-footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.GlobalBanner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.GlobalBanner + .Content {
  margin-top: 260px;
}
.GlobalBanner img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  object-position: center;
}
.CastingButton {
  display: block;
  width: 100%;
  height: 40px;
  background: #fd2181;
  border: 3px solid #12a0e1;
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.CastingButton img {
  position: relative;
  display: inline-block;
  bottom: -0.5px;
  width: 60px;
}
.Nav {
  position: relative;
  width: 100%;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
.Nav-nav {
  height: 40px;
  background: #232323;
}
.Nav-inner {
  position: relative;
  height: 100%;
  padding-left: 13px;
  padding-right: 38px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.Nav-logo {
  position: relative;
  display: block;
  transition: opacity 0.2s ease-out;
  z-index: 2;
  background-image: url('/static/img/newLogo.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 70px;
  height: 22px;
}
a.Nav-logo:hover {
  opacity: .7;
}
.Nav-links {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 190px;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
}
.Nav-a {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  letter-spacing: 0.35px;
  white-space: nowrap;
  font-family: inherit;
  line-height: 40px;
  text-align: center;
  font-weight: 800;
  transition: color 0.2s ease-out;
  outline: none;
  cursor: pointer;
}
.Nav-a:first-child {
  padding-left: 0;
  color: #fd2181;
}
.Nav-a:hover,
.Nav-a:focus {
  color: #fd2181;
}
.Nav-socialList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3px;
}
.Nav-social {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  outline: none;
}
.Nav-social:last-child {
  margin-right: 0;
}
.Nav-social:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.Nav-social:hover:after,
.Nav-social:focus:after {
  opacity: 1;
}
.Nav-search {
  position: absolute;
  top: -3px;
  right: 39px;
  bottom: 0;
  margin: auto 0;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -113px -295px;
  width: 33px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Nav-search {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Nav-search:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -148px -295px;
  width: 33px;
  height: 32px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Nav-search:after {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Nav-search:hover:after {
  opacity: 1;
}
.Nav-tags {
  display: none;
  height: 26px;
  width: 100%;
  font-variant-numeric: lining-nums;
  font-feature-settings: 'lnum';
  border-top: 1px solid #63abe9;
  border-bottom: 1px solid #63abe9;
  background: linear-gradient(#3abee1, #12a0e1);
  overflow-x: auto;
}
.PageBroadcasts .Nav-tags,
.PageBroadcast .Nav-tags,
.PageProject .Nav-tags,
.PageArchive .Nav-tags {
  display: none;
}
.Nav-tags .Nav-inner {
  height: 100%;
  padding-left: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (orientation: landscape) {
  .Nav-tags .Nav-inner {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.Nav-tag {
  margin-right: 25px;
  letter-spacing: 0.55px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  white-space: nowrap;
}
.Nav-tag:last-child {
  margin-right: 0;
  padding-right: 13px;
}
.Nav-projects {
  height: 40px;
  border-top: 1px solid #63abe9;
  border-bottom: 1px solid #63abe9;
  background: linear-gradient(#3abee1, #12a0e1);
  font-variant-numeric: lining-nums;
  font-feature-settings: 'lnum';
  overflow-x: auto;
}
.PageBroadcasts .Nav-projects,
.PageBroadcast .Nav-projects,
.PageProject .Nav-projects,
.PageArchive .Nav-projects {
  display: block;
}
.Nav-projects .Nav-inner {
  height: 100%;
  padding-left: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (orientation: landscape) {
  .Nav-projects .Nav-inner {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.Nav-project {
  margin-right: 25px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}
.Nav-project:last-child {
  margin-right: 0;
  padding-right: 13px;
}
.Nav-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto 0;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px 0px;
  width: 30px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Nav-menu {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.SideNav-mainBlock {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 150;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.SideNav-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 2;
  overflow: auto;
}
.SideNav-inner {
  position: relative;
  height: calc(100% - 26px);
  min-height: 500px;
}
.SideNav-logo {
  display: block;
  margin-left: 8px;
  margin-top: 10px;
  -webkit-transform: scale(0.9358);
          transform: scale(0.9358);
  background-image: url('/static/img/newLogo.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 180px;
  height: 52px;
}
.SideNav-nav {
  margin-top: 47px;
  margin-left: 22px;
}
.SideNav-a {
  display: block;
  width: 121px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  line-height: 38px;
  letter-spacing: 0.5px;
  text-align: left;
  transition: color 0.2s ease-out;
}
.SideNav-a:first-child {
  color: #fd2181;
}
.SideNav-a:hover,
.SideNav-a:focus {
  color: #fd2181;
}
.SideNav-a--casting {
  line-height: 28px;
}
.SideNav-animatedItem {
  opacity: 0;
  transition: opacity .2s;
}
.SideNav-animatedItem--active {
  opacity: 1;
}
.SideNav-menuCloseButton {
  position: absolute;
  top: 0;
  right: 10px;
  width: 37px;
  height: 37px;
}
.SideNav-menuCloseIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -229px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .SideNav-menuCloseIcon {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.SideNav-socialContainer {
  margin-top: 45px;
  margin-left: 22px;
  color: #fff;
}
.SideNav-socialHeader {
  margin-bottom: 9px;
  font-size: 19px;
  font-weight: 800;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  letter-spacing: 0.4px;
}
.SideNav-socialList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  margin-left: -1px;
  width: 299px;
}
.SideNav-social {
  position: relative;
  width: 41px;
  height: 41px;
  margin-right: 1px;
  -webkit-transform: scale(0.8536);
          transform: scale(0.8536);
  outline: none;
}
.SideNav-social:last-child {
  margin-right: 0;
}
.SideNav-social:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.SideNav-social:hover:after,
.SideNav-social:focus:after {
  opacity: 1;
}
.SideNav-social--vk {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -86px -252px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .SideNav-social--vk {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.SideNav-social--vk:after {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -43px -252px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .SideNav-social--vk:after {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.SideNav-social--ig {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -129px -209px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .SideNav-social--ig {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.SideNav-social--ig:after {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -172px -209px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .SideNav-social--ig:after {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.SideNav-social--yt {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: 0px -209px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .SideNav-social--yt {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.SideNav-social--yt:after {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -193px -139px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .SideNav-social--yt:after {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.SideNav-social--fb {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -43px -209px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .SideNav-social--fb {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.SideNav-social--fb:after {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -86px -209px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .SideNav-social--fb:after {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.SideNav-social--ok {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -129px -252px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .SideNav-social--ok {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.SideNav-social--ok:after {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -172px -252px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .SideNav-social--ok:after {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.SideNav-visible .SideNav-mainBlock {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.CategoryNav-mainBlock {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 150;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.CategoryNav-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  z-index: 2;
  overflow: auto;
}
.CategoryNav-inner {
  position: relative;
  height: calc(100% - 26px);
  min-height: 290px;
}
.CategoryNav-header {
  display: block;
  margin-top: 21px;
  margin-left: -9px;
  letter-spacing: 0.6px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: 800;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
.CategoryNav-menuCloseButton {
  position: absolute;
  top: 0;
  right: 10px;
  width: 37px;
  height: 37px;
}
.CategoryNav-menuCloseIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -388px -229px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .CategoryNav-menuCloseIcon {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.CategoryNav-list {
  width: 100%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  margin-top: 8px;
  padding: 0 21px;
}
.CategoryNav-link {
  display: block;
  font-size: 19px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 10px;
}
.CategoryNav-link--primary-1 {
  color: #3abee1;
}
.CategoryNav-link--primary-2 {
  color: #fd2181;
}
.CategoryNav-animatedItem {
  opacity: 0;
  transition: opacity .2s;
}
.CategoryNav-animatedItem--active {
  opacity: 1;
}
.CategoryNav-visible .CategoryNav-mainBlock {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.Footer {
  position: relative;
  background: #232323;
  z-index: 2;
}
.Footer-inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 48px;
  padding-left: 13px;
  padding-top: 33px;
}
.Footer-logo {
  position: relative;
  margin-top: 11px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  transition: opacity 0.2s ease-out;
  background-image: url('/static/img/newLogo.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 148px;
  height: 40px;
}
a.Footer-logo:hover {
  opacity: .7;
}
.Footer-tagline {
  font-size: 21.3px;
  font-weight: 600;
  color: #54bae0;
  margin-top: 10px;
}
.Footer-liveCounter {
  position: absolute;
  top: 75px;
  right: 13px;
}
.Footer-nav {
  margin-top: 31px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 275px;
}
.Footer-a {
  display: block;
  width: 121px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: left;
  transition: color 0.2s ease-out;
}
.Footer-a:hover,
.Footer-a:focus {
  color: #fd2181;
}
.Footer-a--casting {
  line-height: 23px;
}
.Footer-sections {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 16px;
  height: 150px;
  line-height: 19px;
}
.Footer-section {
  width: 121px;
}
.Footer-sectionLink {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.4px;
  transition: color 0.2s ease-out;
}
.Footer-sectionLink:hover,
.Footer-sectionLink:focus {
  color: #fd2181;
}
.Footer-socialContainer {
  margin-top: 22px;
  color: #fff;
}
.Footer-socialHeader {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 800;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
.Footer-socialList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  margin-left: -3px;
  width: 310px;
}
.Footer-social {
  position: relative;
  width: 41px;
  height: 41px;
  margin-right: 3px;
  -webkit-transform: scale(0.855);
          transform: scale(0.855);
  outline: none;
}
.Footer-social:last-child {
  margin-right: 0;
}
.Footer-social:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.Footer-social:hover:after,
.Footer-social:focus:after {
  opacity: 1;
}
.Footer-social--vk {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -86px -252px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Footer-social--vk {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Footer-social--vk:after {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -43px -252px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Footer-social--vk:after {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Footer-social--ig {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -129px -209px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Footer-social--ig {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Footer-social--ig:after {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -172px -209px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Footer-social--ig:after {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Footer-social--yt {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: 0px -209px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Footer-social--yt {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Footer-social--yt:after {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -193px -139px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Footer-social--yt:after {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Footer-social--fb {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -43px -209px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Footer-social--fb {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Footer-social--fb:after {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -86px -209px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Footer-social--fb:after {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Footer-social--ok {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -129px -252px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Footer-social--ok {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Footer-social--ok:after {
  background-image: url(/static/sprites/sprite_mobile.png?5ed8ddd7c7cbc6c90fe5b5514bad531f);
  background-position: -172px -252px;
  width: 41px;
  height: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Footer-social--ok:after {
    background-image: url(/static/sprites/sprite_mobile_2x.png?e2ac4e9700d686bb68fd87c0cd10119c);
    background-size: 418px 367px;
  }
}
.Footer-copyright {
  width: 250px;
  font-size: 11px;
  color: #9fa0a2;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 0.05px;
}
.Footer-copyright a {
  color: #fff;
}
.Footer-copyright a:hover,
.Footer-copyright a:focus {
  text-decoration: none;
}
.Footer-copyright p + p {
  margin-top: 10px;
}
.Footer-privacy {
  display: block;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 0.05px;
  margin-top: 10px;
}
.Footer-privacy:hover,
.Footer-privacy:focus {
  text-decoration: none;
}
.Footer-age {
  position: absolute;
  font-size: 20px;
  line-height: 13px;
  font-weight: 600;
  color: #fff;
  top: 44px;
  right: 13px;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
input, textarea{
    margin: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/********** Great clearfix **************/
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix {display: block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}@font-face {
  font-family: 'Raleway';
  src: url('/static/fonts/Raleway-Bold.woff2') format('woff2'), url('/static/fonts/Raleway-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('/static/fonts/Raleway-ExtraBold.woff2') format('woff2'), url('/static/fonts/Raleway-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('/static/fonts/Raleway-Black.woff2') format('woff2'), url('/static/fonts/Raleway-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/OpenSans-SemiBold.woff2') format('woff2'), url('/static/fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/OpenSans-Regular.woff2') format('woff2'), url('/static/fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/OpenSans-Bold.woff2') format('woff2'), url('/static/fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'), url('/static/fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/OpenSans-Italic.woff2') format('woff2'), url('/static/fonts/OpenSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
.u-FontPreload {
  visibility: hidden;
  position: absolute;
}
.u-RalewayExtraBold {
  font-family: 'Raleway';
  font-weight: 800;
}
.u-OpenSansRegular {
  font-family: 'Open Sans';
  font-weight: normal;
}
.u-Clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.u-Btn {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  color: inherit;
  outline: none;
  cursor: pointer;
}
.u-Btn--disabled {
  pointer-events: none;
  cursor: default;
}
.u-Link {
  text-decoration: none;
  color: inherit;
}
.u-Link--underline {
  text-decoration: underline;
}
.u-Link--underline:hover {
  text-decoration: none;
}
.u-Grid:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.u-Col {
  float: left;
  height: 100%;
  height: inherit;
  min-height: 1px;
}
.u-InCol {
  display: inline-block;
  vertical-align: top;
}
.u-Table {
  display: table;
  height: 100%;
  width: 100%;
}
.u-Cell {
  display: table-cell;
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.u-CenteredBlock:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.u-VerticallyCentered {
  display: inline-block;
  vertical-align: middle;
}
.u-ScreenCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.u-ScreenCenterX {
  position: absolute;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.u-FocusPlaceholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.u-FocusPlaceholder:focus::-moz-placeholder {
  color: transparent;
}
.u-FocusPlaceholder:focus:-ms-input-placeholder {
  color: transparent;
}
.u-FocusPlaceholder:focus::placeholder {
  color: transparent;
}
.u-AbsoluteSvg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-Absolute100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-NoScroll {
  overflow: hidden;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
body {
  position: relative;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-font-feature-settings: "kern" 1;
  font-feature-settings: "kern";
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

/*# sourceMappingURL=main.c7b9c94d.css.map*/