@font-face {
  font-family: 'Helvetica';
  src: url(../fonts/Helvetica-Regular.eot), url(../fonts/Helvetica-Regular.ttf), url(../fonts/Helvetica-Regular.woff); }

@font-face {
  font-family: 'Helvetica';
  src: url(../fonts/Helvetica-Heavy.eot), url(../fonts/Helvetica-Heavy.ttf), url(../fonts/Helvetica-Heavy.woff);
  font-weight: 900; }

@font-face {
  font-family: 'Oswald';
  src: url(../fonts/Oswald-Regular.eot), url(../fonts/Oswald-Regular.ttf), url(../fonts/Oswald-Regular.woff); }

@font-face {
  font-family: 'Oswald';
  src: url(../fonts/Oswald-Bold.eot), url(../fonts/Oswald-Bold.ttf), url(../fonts/Oswald-Bold.woff);
  font-weight: bold; }

@font-face {
  font-family: 'Oswald';
  src: url(../fonts/Oswald-Medium.eot), url(../fonts/Oswald-Medium.ttf), url(../fonts/Oswald-Medium.woff);
  font-weight: 500; }

@font-face {
  font-family: 'Oswald';
  src: url(../fonts/Oswald-Regular.eot), url(../fonts/Oswald-Regular.ttf), url(../fonts/Oswald-Regular.woff); }

@font-face {
  font-family: 'PlayFair';
  src: url(../fonts/PlayfairDisplay-BoldItalic.eot), url(../fonts/PlayfairDisplay-BoldItalic.ttf), url(../fonts/PlayfairDisplay-BoldItalic.svg), url(../fonts/PlayfairDisplay-BoldItalic.woff);
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'icons';
  src: url(../fonts/icons.eot), url(../fonts/icons.svg), url(../fonts/icons.ttf), url(../fonts/icons.woff); }

.f-icons:before {
  display: block;
  font-family: 'icons'; }

.f-icons__twitter:before {
  content: '\e900'; }

.f-icons__vkontakte:before {
  content: '\e901'; }

.f-icons__facebook:before {
  content: '\e902'; }

.f-icons__instagram:before {
  content: '\e903'; }

.f-icons__arrow-right-long:before {
  content: '\e904'; }

.f-icons__arrow-left-long:before {
  content: '\e905'; }

.f-icons__arrow-down:before {
  content: '\e906'; }

.f-icons__arrow-up:before {
  content: '\e907'; }

.f-icons__arrow-right:before {
  content: '\e908'; }

.f-icons__arrow-left:before {
  content: '\e909'; }

.f-icons__map:before {
  content: '\e90a'; }

.f-icons__pin:before {
  content: '\e90b'; }

* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  user-select: none; }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  color: white;
  font-family: 'Oswald', Arial, serif;
  overflow-x: hidden; }

h4 {
  font-size: 5.3vw;
  line-height: 8vw;
  font-weight: normal; }

.h4-small {
  font-size: 15px;
  line-height: 18px; }

.counters {
  position: absolute;
  overflow: hidden; }

.ofi {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit:cover;object-position:center;'; }

.fixer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000; }

.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .page_full {
    width: 100%;
    height: 100%; }

.logo {
  display: block;
  position: absolute;
  top: 7vw;
  z-index: 1500; }
  .logo__image {
    display: block;
    width: 100%; }
  .logo_buro {
    width: 15vw;
    left: 3.9vw; }
  .logo_ischgl {
    width: 17vw;
    top: 5vw;
    right: 3.9vw; }

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8d95bd;
  height: 10.16vw;
  background: white;
  padding: 2vw 10vw;
  border-radius: 3vw;
  font-size: 3vh;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  animation: btnBlink 2s infinite; }
  .btn-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10.16vw; }

@keyframes btnBlink {
  0% {
    box-shadow: 0px 0px 10px white; }
  25% {
    box-shadow: 0px 0px 50px white; }
  90% {
    box-shadow: 0px 0px 10px white; }
  100% {
    box-shadow: 0px 0px 10px white; } }

.back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .back__image {
    display: block;
    width: 100%;
    height: 100%; }
  .back_current {
    z-index: 30; }
  .back_next {
    z-index: 20; }
  .back:not(.back_current):not(.back_next) {
    opacity: 0; }
  .back_1 {
    background: #9293c1;
    background: -webkit-linear-gradient(#9293c1 0%, #b4c5d7 50%, #9293c1 100%);
    background: -o-linear-gradient(#9293c1 0%, #b4c5d7 50%, #9293c1 100%);
    background: linear-gradient(#9293c1 0%, #b4c5d7 50%, #9293c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9293c1', endColorstr='#9293c1',GradientType=0 ); }
  .back_2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#be99ab+0,d6bad3+50,be99ab+100 */
    background: #be99ab;
    /* Old browsers */
    background: -moz-linear-gradient(top, #be99ab 0%, #d6bad3 50%, #be99ab 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #be99ab 0%, #d6bad3 50%, #be99ab 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #be99ab 0%, #d6bad3 50%, #be99ab 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be99ab', endColorstr='#be99ab',GradientType=0 );
    /* IE6-9 */ }

.backs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/card-1-background.jpg) center/cover no-repeat; }
  @media (min-width: 768px) {
    .backs {
      background: url(../images/card-1-background-desktop.jpg) center/cover no-repeat; } }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse; }
  .pagination__dot {
    width: 3.73vw;
    height: 3.73vw;
    margin: 1.1vw; }
    .pagination__dot:before {
      content: '';
      display: block;
      width: 40%;
      height: 40%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border-radius: 100%;
      background: white;
      transition: all 0.3s ease; }
    .pagination__dot_active:before {
      width: 100%;
      height: 100%; }

.soc__list {
  display: flex;
  justify-content: space-around;
  align-items: center; }

.soc__item {
  display: block;
  width: 6vw;
  height: 4.89vw; }

.soc__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.soc__icon {
  display: block;
  max-height: 100%;
  max-width: 100%; }

.variant {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28vw;
  height: 28vw;
  border-radius: 100%;
  transition: all 0.3s ease; }
  .variant__fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%; }
    .variant__fill_back {
      background: rgba(255, 255, 255, 0.25); }
  .variant__title {
    font-size: 6.2vw;
    font-weight: bold;
    font-style: italic;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-family: 'PlayFair', Arial, serif; }
  .variant__arrow {
    display: block;
    height: 14%;
    margin-top: 5%;
    font-size: 3.5vw; }

.card {
  width: 80%;
  transition: all 0.3s ease; }
  .card__sizer {
    padding-top: 144%; }
  .card__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .card__body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 6.7vw;
    transition: all 0.9s ease, opacity 0.15s step-start; }
    .card__body.ui-draggable-dragging {
      transition: none; }
  .card__image {
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-shadow: 0px 5px 5vw rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease; }
  .card_dropped {
    pointer-events: none; }
    .card_dropped .card__body {
      top: 5vw; }
    .card_dropped_left .card__body {
      left: -120vw;
      transform: rotate(-20deg); }
    .card_dropped_right .card__body {
      left: 120vw;
      transform: rotate(20deg); }
  .card_to-draw:nth-child(6n) .card__body {
    transform: scale(1.3) rotate(-17deg) translate3d(75vw, 13vw, 0);
    opacity: 0; }
  .card_to-draw:nth-child(6n + 1) .card__body {
    transform: scale(1.5) rotate(-22deg) translate3d(-91vw, -7vw, 0);
    opacity: 0; }
  .card_to-draw:nth-child(6n + 2) .card__body {
    transform: scale(1.3) rotate(29deg) translate3d(89vw, -13vw, 0);
    opacity: 0; }
  .card_to-draw:nth-child(6n + 3) .card__body {
    transform: scale(1.3) rotate(-32deg) translate3d(-93vw, -4vw, 0);
    opacity: 0; }
  .card_to-draw:nth-child(6n + 4) .card__body {
    transform: scale(1.3) rotate(12deg) translate3d(94vw, 15vw, 0);
    opacity: 0; }
  .card_to-draw:nth-child(6n + 5) .card__body {
    transform: scale(1.3) rotate(-22deg) translate3d(-82vw, -11vw, 0);
    opacity: 0; }
  .card_drawn {
    transition: all 0.3s ease; }

.cards {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1125px;
  margin: 10vw auto 0;
  z-index: 50;
  text-align: center; }
  .cards .cards__game {
    display: flex; }
  .cards__deck {
    width: 50%;
    max-width: 1123px;
    transition: all 0.3s ease; }
    .cards__deck .card {
      width: 100%;
      max-width: none; }
      .cards__deck .card__image {
        width: 95%;
        height: 100%; }
      .cards__deck .card.card_dropped .card__body {
        transition-timing-function: ease-out;
        transition-duration: 0.9s; }
      .cards__deck .card.card_current:not(.card_drawn) .card__image {
        width: 110%;
        height: 110%; }
      .cards__deck .card:not(:first-child) {
        position: absolute;
        top: 0;
        left: 0; }
      .cards__deck .card.card_next:not(.card_drawn):not(.card_to-draw) .card__body {
        transition: none; }
      .cards__deck .card:nth-child(4n) .card__image {
        transform: rotate(3deg) translate3d(2vw, 3vw, 0); }
      .cards__deck .card:nth-child(4n + 1) .card__image {
        transform: rotate(-1deg) translate3d(0vw, 0vw, 0); }
      .cards__deck .card:nth-child(4n + 2) .card__image {
        transform: rotate(2deg) translate3d(-1vw, 1vw, 0); }
      .cards__deck .card:nth-child(4n + 3) .card__image {
        transform: rotate(-3deg) translate3d(3vw, 0vw, 0); }
  .cards__side {
    flex-grow: 1;
    width: 0%; }
  .cards__drop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all 0.6s ease; }
    .cards__drop_hidden {
      opacity: 0; }
    .cards__drop_left .cards__variant {
      left: 5vw; }
    .cards__drop_right {
      left: auto;
      right: 0; }
      .cards__drop_right .cards__variant {
        right: 5vw; }
    .cards__drop.ui-droppable-active {
      width: 40vw;
      z-index: 100; }
  .cards__variant {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 60;
    pointer-events: none; }
  .cards__info {
    transition: all 0.6s ease; }
    .cards__info_hidden {
      opacity: 0; }
  .cards__title {
    width: 70%;
    margin: 7.1vw auto 0; }
  .cards__pagination {
    margin-top: 4vw;
    transition: all 0.6s ease; }
    .cards__pagination_hidden {
      opacity: 0; }

.read {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .read__text {
    font-size: 4vw;
    text-transform: lowercase; }
  .read__arrow {
    display: block;
    height: 7.1vw;
    margin: 2.22vw auto 4.62vw; }

.test {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.anim {
  position: absolute;
  z-index: 1; }
  .anim__static {
    display: block;
    width: 100%; }
  .anim__animated {
    display: block;
    position: absolute; }

.snow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.snowflake {
  display: block;
  position: absolute;
  animation: snowflake 6s infinite; }

@keyframes snowflake {
  0% {
    transform: translate3d(-2vw, 0, 0); }
  50% {
    transform: translate3d(2vw, 0, 0); }
  100% {
    transform: translate3d(-2vw, 0, 0); } }
  .snowflake_invert {
    animation-name: snowflake_invert; }

@keyframes snowflake_invert {
  0% {
    transform: translate3d(2vw, 0, 0); }
  50% {
    transform: translate3d(-2vw, 0, 0); }
  100% {
    transform: translate3d(2vw, 0, 0); } }
  .snowflake__image {
    display: block;
    width: 100%; }

.result {
  width: 100%;
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease; }
  .result__decor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .result__scroller {
    z-index: 1; }
  .result__intro {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 13.16vw 0 0; }
  .result__body {
    width: 100%; }
  .result__lead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 72.4%;
    margin: 9vw auto;
    padding: 6vw 8vw;
    border-radius: 5.87vw;
    flex-grow: 1;
    text-align: center;
    background: #7099bd;
    transition: all 0.3s ease; }
    .result__lead p {
      font-family: 'Helvetica', Arial, serif;
      font-size: 3.11vw;
      line-height: 4vw;
      width: 100%; }
    .result__lead .read {
      margin-top: 5vh; }
  .result__header {
    width: 100%;
    position: fixed;
    top: -20vh;
    transition: all 0.3s ease; }
    @media (max-width: 991px) {
      .result__header {
        background: #222181; } }
  .result__footer {
    width: 100%;
    position: fixed;
    bottom: -25vh;
    transition: all 0.3s ease; }
    @media (max-width: 991px) {
      .result__footer {
        background: #222181; } }
    .result__footer .soc {
      padding: 2.67vw 6vw; }
  .result_theme_red {
    background: #dc8aa8 url(../images/result-bg-red-mobile.jpg) center top/cover no-repeat; }
    .result_theme_red .result__lead {
      background: #dc8aa8; }
    @media (max-width: 991px) {
      .result_theme_red .result__header,
      .result_theme_red .result__footer {
        background: #b73d69; } }
  .result_theme_blue {
    background: #7099bd url(../images/result-bg-blue-mobile.jpg) center top/cover no-repeat; }
    .result_theme_blue .result__lead {
      background: #7099bd; }
    @media (max-width: 991px) {
      .result_theme_blue .result__header,
      .result_theme_blue .result__footer {
        background: #222181; } }
  .result_theme_green {
    background: #65a791 url(../images/result-bg-green-mobile.jpg) center top/cover no-repeat; }
    .result_theme_green .result__lead {
      background: #65a791; }
    @media (max-width: 991px) {
      .result_theme_green .result__header,
      .result_theme_green .result__footer {
        background: #5ad9af; } }
  .result_sticky .result__header {
    position: fixed;
    top: 0; }
    @media (max-width: 767px) {
      .result_sticky .result__header {
        z-index: 1000; } }
  .result_sticky .result__footer {
    bottom: -5px;
    z-index: 10; }
    .result_sticky .result__footer:before {
      content: '';
      display: block;
      width: 100%;
      height: 10px;
      position: absolute;
      bottom: -10px;
      left: 0; }
  .result .pin-carousel {
    transition: all 0.3s ease 0.15s; }
  .result .result__lead {
    transition: all 0.3s ease 0.3s; }
  .result .result__read {
    transition: all 0.3s ease 0.9s; }
  .result .owl-next,
  .result .owl-prev {
    transition: all 0.3s ease 0.6s; }
  .result.hidden .pin-carousel,
  .result.hidden .result__lead {
    opacity: 0;
    transform: translate3d(0, 3vw, 0); }
  .result.hidden .result__read {
    opacity: 0; }
  .result.hidden .owl-next {
    opacity: 0;
    transform: translate3d(-3vw, 0, 0); }
  .result.hidden .owl-prev {
    opacity: 0;
    transform: translate3d(3vw, 0, 0); }

.owl-stage {
  display: flex;
  justify-content: center; }
  .owl-stage-outer {
    overflow: hidden; }

.owl-item {
  display: flex;
  justify-content: center;
  align-items: center; }

.owl-dots {
  display: none; }

.owl-nav {
  position: static; }

.owl-next, .owl-prev {
  width: 5.29vw;
  height: 9.42vw;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  background: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.owl-next {
  background-image: url(../images/arrow-right.svg);
  left: 100%; }

.owl-prev {
  background-image: url(../images/arrow-left.svg);
  right: 100%; }

.owl-next:focus, .owl-prev:focus {
  outline: none; }

.pin {
  display: flex;
  justify-content: center;
  width: 10vw;
  height: 13.8vw;
  transition: all 0.3s ease; }
  .pin__image {
    display: block;
    width: 100%;
    height: 100%; }

.pin-carousel__list {
  width: 44.44%;
  margin: 0 auto 0; }

.pin-carousel__map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.6%;
  height: 9vw;
  margin: 2vw auto 0; }
  .pin-carousel__map-image {
    display: block;
    width: 100%; }
  .pin-carousel__map-title {
    white-space: nowrap;
    margin-top: -20px; }

.pin-carousel .pin {
  transform: scale(0.4); }

.pin-carousel .owl-item.active.center .pin {
  transform: scale(1); }

.routes-carousel {
  padding: 3vw 0; }
  .routes-carousel__item {
    font-family: 'PlayFair', Arial, serif;
    font-size: 5.3vw;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-transform: uppercase; }
    .routes-carousel__item svg {
      display: block;
      height: 9vw; }
      .routes-carousel__item svg.red path {
        fill: #ed8ab2; }
      .routes-carousel__item svg.blue path {
        fill: #7da7ff; }
      .routes-carousel__item svg.green path {
        fill: #000000; }
  .routes-carousel .owl-next,
  .routes-carousel .owl-prev {
    width: 15vw; }
  .routes-carousel .owl-next {
    background-image: url(../images/variant-arrow-right.svg);
    right: 3vw;
    left: auto; }
  .routes-carousel .owl-prev {
    background-image: url(../images/variant-arrow-left.svg);
    left: 3vw;
    right: auto; }

.tutorial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  overflow: hidden;
  transition: all 0.6s ease; }
  .tutorial__description {
    font-size: 3.5vw;
    margin: -5vw 5vw 6vw;
    font-family: 'Helvetica', Arial, serif; }
  .tutorial .cards__deck {
    width: 40%; }
  .tutorial .card__image {
    width: 100% !important;
    height: 100% !important;
    transform: none !important; }
  .tutorial .card__contour {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: url(../images/card-1.jpg) center/cover no-repeat;
    animation: tutorial_contour 6s infinite;
    transform-origin: 50% 50%; }

@keyframes tutorial_contour {
  0% {
    top: 0vw;
    left: 0vw;
    transform: rotate(3deg); }
  10% {
    top: 0vw;
    left: 0vw;
    transform: rotate(3deg); }
  20% {
    top: 5vw;
    left: 35vw;
    transform: rotate(15deg); }
  40% {
    top: 5vw;
    left: 35vw;
    transform: rotate(15deg); }
  50% {
    top: 0vw;
    left: 0vw;
    transform: rotate(3deg); }
  60% {
    top: 0vw;
    left: 0vw;
    transform: rotate(3deg); }
  70% {
    top: 5vw;
    left: -35vw;
    transform: rotate(-5deg); }
  90% {
    top: 5vw;
    left: -35vw;
    transform: rotate(-5deg); }
  100% {
    top: 0vw;
    left: 0vw;
    transform: rotate(3deg); } }
  .tutorial .variant {
    background: rgba(255, 255, 255, 0.25); }
  .tutorial .cards__drop_left .variant {
    animation: tutorial_variant_left 6s infinite; }

@keyframes tutorial_variant_left {
  0% { }
  70% {
    box-shadow: 0px 0px 0px white;
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1); }
  75% {
    box-shadow: 0px 0px 30px white;
    background-color: #8d95bd;
    transform: scale(1.05); }
  80% {
    box-shadow: 0px 0px 30px white;
    background-color: #8d95bd;
    transform: scale(1.05); }
  85% {
    box-shadow: 0px 0px 0px white;
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1); }
  100% { } }
    .tutorial .cards__drop_left .variant .variant__title {
      animation: tutorial_variant_title_left 6s infinite; }

@keyframes tutorial_variant_title_left {
  0% { }
  70% {
    color: black; }
  75% {
    color: white; }
  80% {
    color: white; }
  85% {
    color: black; }
  100% { } }
    .tutorial .cards__drop_left .variant .variant__arrow {
      animation: tutorial_variant_arrow_left 6s infinite; }

@keyframes tutorial_variant_arrow_left {
  0% { }
  70% {
    color: black; }
  75% {
    color: white; }
  80% {
    color: white; }
  85% {
    color: black; }
  100% { } }
  .tutorial .cards__drop_right .variant {
    animation: tutorial_variant_right 6s infinite; }

@keyframes tutorial_variant_right {
  0% { }
  20% {
    box-shadow: 0px 0px 0px white;
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1); }
  25% {
    box-shadow: 0px 0px 30px white;
    background-color: #8d95bd;
    transform: scale(1.05); }
  30% {
    box-shadow: 0px 0px 30px white;
    background-color: #8d95bd;
    transform: scale(1.05); }
  35% {
    box-shadow: 0px 0px 0px white;
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1); }
  100% { } }
    .tutorial .cards__drop_right .variant .variant__title {
      animation: tutorial_variant_text_right 6s infinite; }

@keyframes tutorial_variant_text_right {
  0% { }
  20% {
    color: black; }
  25% {
    color: white; }
  30% {
    color: white; }
  35% {
    color: black; }
  100% { } }
    .tutorial .cards__drop_right .variant .variant__arrow {
      animation: tutorial_variant_arrow_right 6s infinite; }

@keyframes tutorial_variant_arrow_right {
  0% { }
  20% {
    color: black; }
  25% {
    color: white; }
  30% {
    color: white; }
  35% {
    color: black; }
  100% { } }
  .tutorial.hidden {
    opacity: 0;
    transform: scale(0.7); }

.comment__icon {
  display: block;
  margin: 0 auto 0;
  border-radius: 100%;
  overflow: hidden; }

.comment__title {
  font-weight: bold; }
  .comment__title strong {
    font-weight: 900;
    font-size: 1.2em; }

.action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }

@media (max-width: 767px) {
  .comment__icon {
    width: 40%;
    max-width: 70px; }
  .comment__title {
    margin: 5px auto 5px;
    font-size: 13px; }
  .comment__text {
    font-size: 12px; }
  .action {
    z-index: auto;
    transition: all 0.8s ease; }
    .action__body {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .action__card {
      width: 90%;
      margin: 0 auto;
      border-radius: 4vw;
      padding: 0 5vw;
      overflow: hidden;
      transition: all 0.8s ease; }
    .action__inner {
      padding: 25px 0; }
    .action__path_additional, .action__path_fixed {
      display: none; }
    .action__scroller {
      display: flex;
      align-items: center;
      min-height: 70vh;
      width: 100%;
      padding: 15vh 0 5vh; }
    .action__sticker {
      width: 100%; }
    .action__title {
      font-size: 15px;
      margin-bottom: 5px; }
    .action__text {
      font-size: 12px; }
    .action__icon {
      display: block;
      margin: 0 auto 12px;
      height: 60px; }
    .action__ring {
      display: block !important;
      width: 100%;
      height: 14px;
      transition: all 0.8s ease; }
      .action__ring:before {
        content: '';
        display: block;
        width: 27px;
        height: 27px;
        border: 5px solid white;
        border-radius: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        margin: auto;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0);
        transition: all 0.8s ease; }
      .action__ring_top:before {
        top: 0; }
      .action__ring_bottom:before {
        top: auto;
        bottom: 0; }
      .action__ring .action__icon {
        display: block;
        max-height: 120%;
        max-width: 60px;
        position: absolute;
        top: -100%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
        opacity: 0;
        transition: all 0.8s ease; }
    .action__arrow {
      width: 30px;
      height: 30px;
      border-bottom: 5px solid white;
      border-right: 5px solid white;
      position: absolute;
      bottom: -30px;
      left: 0;
      right: 0;
      margin: auto;
      cursor: pointer;
      transform: rotate(45deg);
      transition: all 0.4s ease 1.5s;
      animation: actionArrow 2s infinite; }
  @keyframes actionArrow {
    0% {
      transform: rotate(45deg) scale(1); }
    50% {
      transform: rotate(45deg) scale(1.2); }
    100% {
      transform: rotate(45deg) scale(1); } }
      .action__arrow:hover {
        transform: rotate(45deg) scale(1.2);
        animation: none; }
      .action__arrow.hidden {
        opacity: 0;
        bottom: 0;
        transition-delay: 0s; }
    .action .comment {
      margin-top: 20px; }
    .action:first-child .action__path_back {
      height: 0 !important; }
    .action.hidden .action__ring {
      height: 40px;
      transition-delay: 0.8s; }
      .action.hidden .action__ring .action__icon {
        opacity: 1;
        cursor: pointer;
        transition-delay: 0.8s; }
      .action.hidden .action__ring:before {
        width: 80px;
        height: 80px;
        background: white;
        cursor: pointer;
        transition-delay: 0.8s; }
      .action.hidden .action__ring_bottom:before {
        animation: ringPulse 1.6s infinite; }
  @keyframes ringPulse {
    0% {
      box-shadow: 0px 0px 10px white;
      transform: scale(1); }
    50% {
      box-shadow: 0px 0px 30px white;
      transform: scale(1.1); }
    100% {
      box-shadow: 0px 0px 10px white;
      transform: scale(1); } }
    .action.hidden .action__card {
      padding-top: 0;
      padding-bottom: 0; }
    .action:not(.hidden) .action__arrow {
      z-index: 100; } }

@media (min-width: 768px), print {
  .comment__icon {
    height: 100px; }
  .comment__title {
    margin: 10px auto 10px; }
  .action {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 430px;
    min-height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
    .action__scroller {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 70vh; }
    .action__path {
      flex-shrink: 1;
      width: 1px;
      height: 100%; }
      .action__path_back {
        flex-shrink: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .action__path_front {
        flex-shrink: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .action__card {
      display: block;
      width: 380px;
      border-radius: 20px;
      overflow: hidden;
      box-sizing: content-box;
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.6);
      background: url(../images/result-lead-blue-desktop.png) center/cover no-repeat;
      transition: all 0.8s ease 0.8s; }
    .action__sticker {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 1px;
      z-index: 10; }
    .action__body {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-shrink: 0; }
      .action__body .action__path {
        flex-grow: 1;
        flex-shrink: 0;
        height: 0; }
    .action__inner {
      padding: 30px 25px 25px; }
    .action__icon {
      display: block;
      margin: 0 auto; }
    .action__title {
      margin: 15px auto 20px; }
    .action__ring {
      width: 100%;
      height: 14px;
      transition: all 0.8s ease; }
      .action__ring:before {
        content: '';
        display: block;
        width: 27px;
        height: 27px;
        border: 5px solid white;
        border-radius: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        margin: auto;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0);
        transition: all 0.8s ease; }
      .action__ring_top:before {
        top: 0; }
      .action__ring_bottom:before {
        top: auto;
        bottom: 0; }
      .action__ring .action__icon {
        display: block;
        max-height: 120%;
        max-width: 60px;
        position: absolute;
        top: -100%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
        opacity: 0;
        transition: all 0.8s ease; }
    .action__arrow {
      width: 30px;
      height: 30px;
      border-bottom: 5px solid white;
      border-right: 5px solid white;
      position: absolute;
      bottom: -30px;
      left: 0;
      right: 0;
      margin: auto;
      cursor: pointer;
      transform: rotate(45deg);
      transition: all 0.4s ease 1.5s;
      animation: actionArrow 2s infinite; }
  @keyframes actionArrow {
    0% {
      transform: rotate(45deg) scale(1); }
    50% {
      transform: rotate(45deg) scale(1.2); }
    100% {
      transform: rotate(45deg) scale(1); } }
      .action__arrow:hover {
        transform: rotate(45deg) scale(1.2);
        animation: none; }
      .action__arrow.hidden {
        opacity: 0;
        bottom: 0;
        transition-delay: 0s; }
    .action .comment {
      margin-top: 20px; }
    .action.hidden .action__card {
      transition-delay: 0s; }
    .action.hidden .action__ring {
      height: 40px;
      transition-delay: 0.8s; }
      .action.hidden .action__ring .action__icon {
        opacity: 1;
        cursor: pointer;
        transition-delay: 0.8s; }
      .action.hidden .action__ring:before {
        width: 80px;
        height: 80px;
        background: white;
        cursor: pointer;
        transition-delay: 0.8s; }
      .action.hidden .action__ring_bottom:before {
        animation: ringPulse 1.6s infinite; }
  @keyframes ringPulse {
    0% {
      box-shadow: 0px 0px 10px white;
      transform: scale(1); }
    50% {
      box-shadow: 0px 0px 30px white;
      transform: scale(1.1); }
    100% {
      box-shadow: 0px 0px 10px white;
      transform: scale(1); } }
    .action:not(.hidden) {
      z-index: 100; }
    .action_route-switch {
      bottom: 40vw;
      bottom: 70px;
      width: 640px; }
      .action_route-switch .action__scroller {
        height: 100%;
        justify-content: flex-start; }
      .action_route-switch .action__body {
        width: 100%;
        margin-bottom: 14px; }
      .action_route-switch .action__card {
        width: 100%; }
      .action_route-switch .action__title {
        margin-top: 0; } }

@media print {
  .action__icon, .action__text, .action__title {
    opacity: 1 !important; }
  .action__body, .action__card {
    height: auto !important; }
  .action__path:not(.action__path_margin) {
    height: 100% !important; } }

.preloading {
  width: 1px;
  height: 1px;
  position: fixed;
  top: 100%;
  left: 100%;
  overflow: hidden; }

.cssload-loader {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px; }

.cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid white; }

.cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid white; }

.cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid white; }

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.print-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.credits {
  padding: 150px 0 65px;
  text-align: center; }
  .credits__title {
    font-size: 15px;
    text-transform: uppercase; }
  .credits__list {
    margin-top: 15px; }
  .credits__item {
    font-size: 15px;
    line-height: 19px; }

.select-routes__list {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 20px; }

.select-routes__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  cursor: pointer; }

.select-routes__pin {
  width: 39px;
  height: 52px;
  margin-bottom: 5px; }
  .select-routes__pin img {
    display: block;
    width: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease; }

.select-routes__image {
  width: 106px;
  height: 106px;
  border-radius: 100%;
  overflow: hidden; }
  .select-routes__image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 3px solid black;
    opacity: 0;
    box-sizing: border-box;
    transition: 0.3s ease; }
  .select-routes__image img {
    display: block;
    width: 85%;
    height: 85%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
    overflow: hidden; }

.select-routes__item.red .select-routes__image:before {
  border-color: #b73d69; }

.select-routes__item.blue .select-routes__image:before {
  border-color: #304289; }

.select-routes__item.green .select-routes__image:before {
  border-color: black; }

.select-routes__item:hover .select-routes__pin img {
  width: 100%; }

.select-routes__item:hover .select-routes__image:before {
  opacity: 1; }

@media (max-width: 767px) {
  .select-routes__pin {
    margin-bottom: -5px;
    transform: none !important; } }

.gallery {
  margin-bottom: 30px; }
  .gallery__title {
    margin-bottom: 15px; }
  .gallery__body, .gallery__holder {
    width: 530px;
    max-width: 100%;
    height: 330px;
    margin: 0 auto; }
  .gallery__body {
    position: absolute;
    top: 41px;
    left: 0;
    right: 0; }
  .gallery__list {
    display: flex;
    width: 100%;
    height: 100%; }
  .gallery__overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer; }
  .gallery__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .gallery__image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    cursor: pointer;
    object-fit: contain;
    object-position: center; }
  .gallery .owl-prev,
  .gallery .owl-next {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none;
    cursor: pointer;
    transition: none; }
    .gallery .owl-prev span,
    .gallery .owl-next span {
      display: none; }
  .gallery .owl-next {
    border-top: 3px solid black;
    border-right: 3px solid black;
    transform: rotate(45deg); }
  .gallery .owl-prev {
    border-top: 3px solid black;
    border-left: 3px solid black;
    transform: rotate(-45deg); }
  .gallery .owl-stage,
  .gallery .owl-item {
    height: 100%; }
  .gallery.fixed .gallery__body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000; }
  .gallery.fixed .gallery__list {
    width: 80%;
    height: 80%;
    pointer-events: none; }
  .gallery.fixed .gallery__image {
    cursor: default; }
  .gallery.fixed .gallery__image,
  .gallery.fixed .owl-next,
  .gallery.fixed .owl-prev {
    pointer-events: auto; }
  .gallery.fixed .gallery__overlay {
    display: block; }
  .gallery.fixed .owl-prev,
  .gallery.fixed .owl-next {
    width: 40px;
    height: 40px; }
  .gallery.fixed .owl-next {
    border-top: 3px solid white;
    border-right: 3px solid white; }
  .gallery.fixed .owl-prev {
    border-top: 3px solid white;
    border-left: 3px solid white; }
  @media (max-width: 768px) {
    .gallery {
      margin-bottom: 5px; }
      .gallery__title {
        margin-bottom: 10px; } }

.play-video {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  margin-top: 30px;
  transition: all 0.4s ease; }
  .play-video .action__title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    cursor: pointer; }
    .play-video .action__title-icon {
      display: block;
      width: 42px;
      margin-left: 15px;
      transition: all 0.4s ease; }
  .play-video .action__title:hover .action__title-icon {
    transform: scale(1.2); }
  @media (max-width: 767px) {
    .play-video {
      margin-top: 0px; }
      .play-video .action__title-icon {
        width: 30px;
        margin-left: 10px; } }

.video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  transition: all 0.6s ease; }
  .video__close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    cursor: pointer; }
    .video__close:before, .video__close:after {
      content: '';
      display: block;
      width: 60%;
      height: 3px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: black; }
    .video__close:before {
      transform: rotate(45deg); }
    .video__close:after {
      transform: rotate(-45deg); }
  .video__player {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .video__down {
    color: white;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s ease; }
    .video__down-title {
      color: white; }
    .video__down-arrow {
      width: 20px;
      height: 20px;
      border-right: 2px solid white;
      border-bottom: 2px solid white;
      margin: 5px auto 0;
      transform: rotate(45deg);
      transition: all 0.6s ease; }
    .video__down:hover .video__down-arrow {
      transform: scale(1.2) rotate(45deg); }
    .video__down.invisible {
      opacity: 0;
      bottom: 0;
      pointer-events: none; }
  .video.hidden {
    opacity: 0;
    top: -100%; }

.to-video {
  display: flex;
  align-items: center;
  height: 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  z-index: 10000;
  cursor: pointer; }
  .to-video__icon {
    width: 20px;
    height: 20px;
    border-top: 3px solid black;
    border-left: 3px solid black;
    transform: rotate(-45deg);
    animation: pulseToVideo 2s infinite; }

@keyframes pulseToVideo {
  0% {
    transform: scale(1) rotate(-45deg); }
  50% {
    transform: scale(1.2) rotate(-45deg); }
  100% {
    transform: scale(1) rotate(-45deg); } }
  .to-video__title {
    margin-left: -30px;
    transition: all 0.3s ease;
    opacity: 0; }
  .to-video:hover .to-video__title {
    margin-left: 10px;
    opacity: 1; }

@media (max-width: 480px) {
  .result_theme_blue {
    background: #7099bd url(../images/result-bg-blue-mobile-360.jpg) center top/cover no-repeat; }
  .result_theme_red {
    background: #dc8aa8 url(../images/result-bg-red-mobile-360.jpg) center top/cover no-repeat; }
  .result_theme_green {
    background: #65a791 url(../images/result-bg-green-mobile-360.jpg) center top/cover no-repeat; } }

@media (max-width: 767px) {
  .v-desktop {
    display: none !important; }
  .action__ring {
    display: none; }
  .result {
    height: auto; }
    .result__intro {
      height: 130vw; }
    .result__body {
      padding-bottom: 10vw;
      height: calc(100% - 130vw); }
    .result__decor {
      display: none; }
    .result .action {
      position: absolute;
      left: 0;
      right: 0; }
    .result_theme_red .action__card,
    .result_theme_red .result__lead,
    .result_theme_red .credits {
      background: #dc8aa8 !important; }
    .result_theme_red .result__header,
    .result_theme_red .result__footer {
      background: #b73d69 !important; }
    .result_theme_red .credits:before {
      background: -moz-linear-gradient(top, rgba(220, 138, 168, 0) 0%, #dc8aa8 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(220, 138, 168, 0) 0%, #dc8aa8 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(220, 138, 168, 0) 0%, #dc8aa8 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7dbde', endColorstr='#f7dbde',GradientType=0 );
      /* IE6-9 */ }
    .result_theme_red .result__scroller {
      height: 1660vw; }
    .result_theme_red .action:nth-child(1) {
      top: 0.5%; }
    .result_theme_red .action:nth-child(2) {
      top: 11%; }
    .result_theme_red .action:nth-child(3) {
      top: 20%; }
    .result_theme_red .action:nth-child(4) {
      top: 31%; }
    .result_theme_red .action:nth-child(5) {
      top: 46%; }
    .result_theme_red .action:nth-child(6) {
      top: 57%; }
    .result_theme_red .action:nth-child(7) {
      top: 67%; }
    .result_theme_red .action:nth-child(8) {
      top: 74%; }
    .result_theme_red .action:nth-child(9) {
      top: 81%; }
    .result_theme_red .action:nth-child(10) {
      bottom: -25px; }
    .result_theme_blue .action__card,
    .result_theme_blue .result__lead,
    .result_theme_blue .credits {
      background: #7099bd !important; }
    .result_theme_blue .result__header,
    .result_theme_blue .result__footer {
      background: #222181 !important; }
    .result_theme_blue .credits:before {
      background: -moz-linear-gradient(top, rgba(112, 153, 189, 0) 0%, #7099bd 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(112, 153, 189, 0) 0%, #7099bd 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(112, 153, 189, 0) 0%, #7099bd 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dbe9fd', endColorstr='#dbe9fd',GradientType=0 );
      /* IE6-9 */ }
    .result_theme_blue .result__scroller {
      height: 2194vw; }
    .result_theme_blue .action:nth-child(1) {
      top: 0%; }
    .result_theme_blue .action:nth-child(2) {
      top: 7%; }
    .result_theme_blue .action:nth-child(3) {
      top: 17%; }
    .result_theme_blue .action:nth-child(4) {
      top: 25%; }
    .result_theme_blue .action:nth-child(5) {
      top: 33%; }
    .result_theme_blue .action:nth-child(6) {
      top: 41%; }
    .result_theme_blue .action:nth-child(7) {
      top: 49%; }
    .result_theme_blue .action:nth-child(8) {
      top: 56%; }
    .result_theme_blue .action:nth-child(9) {
      top: 62%; }
    .result_theme_blue .action:nth-child(10) {
      top: 68.8%; }
    .result_theme_blue .action:nth-child(11) {
      top: 75.5%; }
    .result_theme_blue .action:nth-child(12) {
      top: 81%; }
    .result_theme_blue .action:nth-child(13) {
      top: 87%; }
    .result_theme_blue .action:nth-child(14) {
      bottom: -25px; }
    .result_theme_green .action__card,
    .result_theme_green .result__lead,
    .result_theme_green .credits {
      background: #65a791 !important; }
    .result_theme_green .result__header,
    .result_theme_green .result__footer {
      background: #5ad9af !important; }
    .result_theme_green .credits:before {
      background: -moz-linear-gradient(top, rgba(101, 167, 145, 0) 0%, #65a791 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(101, 167, 145, 0) 0%, #65a791 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(101, 167, 145, 0) 0%, #65a791 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d7f9f8', endColorstr='#d7f9f8',GradientType=0 );
      /* IE6-9 */ }
    .result_theme_green .result__scroller {
      height: 1511vw; }
    .result_theme_green .action:nth-child(1) {
      top: 0%; }
    .result_theme_green .action:nth-child(2) {
      top: 7%; }
    .result_theme_green .action:nth-child(3) {
      top: 17%; }
    .result_theme_green .action:nth-child(4) {
      top: 28%; }
    .result_theme_green .action:nth-child(5) {
      top: 38.5%; }
    .result_theme_green .action:nth-child(6) {
      top: 47%; }
    .result_theme_green .action:nth-child(7) {
      top: 59%; }
    .result_theme_green .action:nth-child(8) {
      top: 68%; }
    .result_theme_green .action:nth-child(9) {
      top: 75%; }
    .result_theme_green .action:nth-child(10) {
      bottom: -25px; }
    .result_theme_red .action__card {
      background: #dc8aa8; }
    .result_theme_red .credits {
      background: -moz-linear-gradient(top, rgba(247, 219, 222, 0) 0%, #f7dbde 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(247, 219, 222, 0) 0%, #f7dbde 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(247, 219, 222, 0) 0%, #f7dbde 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7dbde', endColorstr='#f7dbde',GradientType=0 );
      /* IE6-9 */ }
    .result_theme_blue .action__card {
      background: #7099bd; }
    .result_theme_blue .credits {
      background: -moz-linear-gradient(top, rgba(219, 233, 253, 0) 0%, #dbe9fd 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(219, 233, 253, 0) 0%, #dbe9fd 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(219, 233, 253, 0) 0%, #dbe9fd 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dbe9fd', endColorstr='#dbe9fd',GradientType=0 );
      /* IE6-9 */ }
    .result_theme_green .action__card {
      background: #65a791; }
    .result_theme_green .credits {
      background: -moz-linear-gradient(top, rgba(215, 249, 248, 0) 0%, #d7f9f8 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(215, 249, 248, 0) 0%, #d7f9f8 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(215, 249, 248, 0) 0%, #d7f9f8 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d7f9f8', endColorstr='#d7f9f8',GradientType=0 );
      /* IE6-9 */ }
  .route-loader {
    display: none; }
  .variant__title {
    animation: none !important; }
  .variant__arrow {
    animation: none !important; }
  .gallery .owl-prev,
  .gallery .owl-next {
    width: 20px !important;
    height: 20px !important;
    border-color: white !important; }
  .gallery__body, .gallery__holder {
    width: 85%;
    height: 160px;
    margin: 0 auto 20px; }
  .cards__title {
    height: 24vw;
    font-size: 4.5vw; }
  .route {
    height: 100%; } }

@media (min-width: 768px), print {
  body {
    color: black; }
  h3 {
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase; }
  h4 {
    font-size: 19.3px;
    line-height: 23.65px; }
  p {
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    letter-spacing: 0.4px;
    font-family: 'Helvetica', Arial, serif; }
  .v-mobile {
    display: none !important; }
  .owl-prev, .owl-next {
    width: 12px;
    height: 20px;
    display: none; }
  .owl-prev {
    background-image: url(../images/arrow-left-black.svg); }
  .owl-next {
    background-image: url(../images/arrow-right-black.svg); }
  .owl-item.active:not(.center) .pin:hover {
    cursor: pointer;
    transform: scale(0.7); }
  .logo {
    position: fixed; }
    .logo_buro {
      width: 100px;
      top: 32px;
      left: auto;
      right: 60%;
      right: calc(50% + 50px); }
    .logo_ischgl {
      width: 125px;
      top: 15px;
      right: auto;
      left: 60%;
      left: calc(50% + 50px); }
    .logo_cross {
      display: flex;
      justify-content: space-between;
      width: 24px;
      top: 32px;
      left: 0;
      right: 0;
      margin: auto;
      pointer-events: none; }
      .logo_cross .arrow {
        width: 12px;
        height: 20px;
        pointer-events: auto;
        transition: all 0.6s ease; }
        .logo_cross .arrow:before, .logo_cross .arrow:after {
          content: '';
          display: block;
          width: 2px;
          height: 11px;
          position: absolute;
          top: 0;
          right: -1px;
          background: black;
          transform-origin: 50% 100%;
          transition: all 0.6s ease; }
        .logo_cross .arrow:before {
          transform: rotate(-25deg); }
        .logo_cross .arrow:after {
          transform: rotate(-155deg); }
        .logo_cross .arrow + .arrow:before, .logo_cross .arrow + .arrow:after {
          left: -1px;
          right: auto; }
        .logo_cross .arrow + .arrow:before {
          transform: rotate(25deg); }
        .logo_cross .arrow + .arrow:after {
          transform: rotate(155deg); }
  .btn {
    width: 180px;
    height: 50px;
    padding: 5px 45px;
    border-radius: 10px;
    font-size: 23px;
    color: black; }
  .variant {
    width: 95px;
    height: 95px; }
    .variant__title {
      color: black;
      font-size: 30px;
      transition: all 0.3s ease; }
    .variant__arrow {
      margin-top: 4px;
      font-size: 13px;
      color: black;
      transition: all 0.3s ease; }
    .variant_answering .variant__title,
    .variant_answering .variant__arrow {
      color: white; }
  .pagination__dot {
    width: 12px;
    height: 12px;
    margin: 3px; }
    .pagination__dot:before {
      width: 6px;
      height: 6px;
      background: black; }
    .pagination__dot_active:before {
      width: 100%;
      height: 100%; }
  .card__body {
    border-radius: 25px; }
  .card__image, .card__contour {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3); }
  @keyframes tutorial_contour {
    0% {
      top: 0vw;
      left: 0vw;
      transform: rotate(3deg); }
    10% {
      top: 0vw;
      left: 0vw;
      transform: rotate(3deg); }
    20% {
      top: 40px;
      left: 300px;
      transform: rotate(15deg); }
    40% {
      top: 40px;
      left: 300px;
      transform: rotate(15deg); }
    50% {
      top: 0vw;
      left: 0vw;
      transform: rotate(3deg); }
    60% {
      top: 0vw;
      left: 0vw;
      transform: rotate(3deg); }
    70% {
      top: 40px;
      left: -300px;
      transform: rotate(-15deg); }
    90% {
      top: 40px;
      left: -300px;
      transform: rotate(-15deg); }
    100% {
      top: 0vw;
      left: 0vw;
      transform: rotate(3deg); } }
  .cards {
    margin: 0vh auto 0;
    height: 100%;
    padding: 110px 0 0;
    justify-content: center; }
    .cards__title {
      width: 100%;
      height: auto;
      margin: 7vh auto 5vh; }
    .cards__deck {
      width: 30vh;
      max-width: 250px; }
      .cards__deck .card:nth-child(4n) .card__image {
        transform: rotate(-2deg) translate3d(-5px, 3px, 0); }
      .cards__deck .card:nth-child(4n + 1) .card__image {
        transform: rotate(2deg) translate3d(3px, -4px, 0); }
      .cards__deck .card:nth-child(4n + 2) .card__image {
        transform: rotate(-4deg) translate3d(-2px, 1px, 0); }
      .cards__deck .card:nth-child(4n + 3) .card__image {
        transform: rotate(4deg) translate3d(5px, 5px, 0); }
    .cards__pagination {
      margin-top: 0; }
    .cards__variant {
      left: 0 !important;
      right: 0 !important;
      pointer-events: auto;
      cursor: pointer; }
      .cards__variant:hover {
        background: rgba(255, 255, 255, 0.5); }
  .read {
    position: absolute;
    width: 40px;
    left: 0;
    right: 0;
    bottom: 15vh;
    margin: auto; }
    .read__text {
      display: none; }
    .read__arrow {
      height: 67px;
      margin: 0 auto;
      animation: pulse 3s infinite; }
  .soc__item, .soc__link, .soc__icon {
    width: 25px;
    height: 25px; }
  .tutorial__description {
    font-size: 17px;
    margin: 20px auto; }
  .tutorial .cards__deck {
    width: 25vh;
    max-width: 250px; }
  .pin {
    width: 23px;
    height: 31px; }
  .pin-carousel__list {
    width: 140px;
    margin: 30px auto 0; }
  .pin-carousel .pin {
    transform: scale(0.5); }
  .indicator {
    width: 70px;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000; }
  .route {
    position: static; }
  .result {
    color: black; }
    .result__body {
      position: static; }
    .result__lock {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 5000; }
    .result__intro {
      justify-content: center;
      height: 100vh;
      padding: 0 0 0; }
    .result__header {
      height: 150px;
      top: 0;
      z-index: 100; }
      .result__header .routes-carousel {
        display: none; }
    .result__footer {
      bottom: -5px;
      padding-top: 30px;
      background: transparent; }
      .result__footer .soc {
        padding: 0 0 20px;
        width: 220px;
        margin: auto; }
        .result__footer .soc__list {
          justify-content: space-between; }
    .result .logo {
      transition: all 0.6s ease; }
    .result__lead {
      flex-direction: column;
      flex-grow: 0;
      width: 430px;
      padding: 20px 35px 55px;
      border-radius: 20px;
      bottom: 8vh;
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.6); }
      .result__lead p {
        font-size: 15px;
        line-height: 25px; }
      .result__lead img {
        display: block;
        margin-bottom: 10px; }
    .result .pin-carousel {
      position: fixed;
      width: 300px;
      top: -3px;
      left: -1px;
      right: 0;
      z-index: 1000;
      margin: auto; }
      .result .pin-carousel__map {
        width: 70px;
        height: 29px;
        margin: 11px auto 0;
        opacity: 0;
        transform: translate3d(0, -15px, 0);
        transition: all 0.4s ease; }
        .result .pin-carousel__map-image, .result .pin-carousel__map-title {
          position: absolute;
          transition: all 0.3s ease 0.3s; }
        .result .pin-carousel__map-title {
          top: 20px;
          text-align: center;
          width: 360px;
          left: -180px;
          right: -180px;
          margin-left: auto;
          margin-right: auto; }
      .result .pin-carousel:hover .pin-carousel__map {
        opacity: 1;
        transform: translate3d(0, 0, 0); }
    .result:not(.hidden) .logo_buro {
      right: calc(100% - 100px - 30px); }
    .result:not(.hidden) .logo_ischgl {
      left: calc(100% - 130px - 30px); }
    .result:not(.hidden) .logo_cross {
      width: 166px; }
      .result:not(.hidden) .logo_cross .arrow {
        cursor: pointer; }
        .result:not(.hidden) .logo_cross .arrow:hover {
          transform: scale(1.3); }
        .result:not(.hidden) .logo_cross .arrow:before, .result:not(.hidden) .logo_cross .arrow:after {
          height: 13px;
          right: 9px; }
        .result:not(.hidden) .logo_cross .arrow:before {
          top: -2px;
          transform: rotate(49deg); }
        .result:not(.hidden) .logo_cross .arrow:after {
          top: -2px;
          transform: rotate(-230deg); }
        .result:not(.hidden) .logo_cross .arrow + .arrow:before, .result:not(.hidden) .logo_cross .arrow + .arrow:after {
          left: 9px;
          right: auto; }
        .result:not(.hidden) .logo_cross .arrow + .arrow:before {
          transform: rotate(-49deg); }
        .result:not(.hidden) .logo_cross .arrow + .arrow:after {
          transform: rotate(230deg); }
    .result_theme_red {
      background: #dc8aa8 url(../images/result-bg-red-desktop-low.jpg) center top/cover no-repeat; }
      .result_theme_red .result__footer {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7dbde+0,f7dbde+100&0+0,1+100 */
        background: -moz-linear-gradient(top, rgba(247, 219, 222, 0) 0%, #f7dbde 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(247, 219, 222, 0) 0%, #f7dbde 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(247, 219, 222, 0) 0%, #f7dbde 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7dbde', endColorstr='#f7dbde',GradientType=0 );
        /* IE6-9 */ }
        .result_theme_red .result__footer:before {
          background: #f7dbde; }
      .result_theme_red .result__header {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7dbde+0,f7dbde+100&1+5,0+100 */
        background: -moz-linear-gradient(top, #f7dbde 0%, #f7dbde 25%, rgba(247, 219, 222, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f7dbde 0%, #f7dbde 25%, rgba(247, 219, 222, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f7dbde 0%, #f7dbde 25%, rgba(247, 219, 222, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dbde', endColorstr='#00f7dbde',GradientType=0 );
        /* IE6-9 */ }
      .result_theme_red .result__scroller {
        height: 1153vw; }
        .result_theme_red .result__scroller .result__lead {
          background: url(../images/result-action-red-desktop.png) center top/cover no-repeat; }
        .result_theme_red .result__scroller .action:nth-child(1) {
          top: 123.5vw; }
        .result_theme_red .result__scroller .action:nth-child(2) {
          top: 233.5vw; }
        .result_theme_red .result__scroller .action:nth-child(3) {
          top: 323.5vw; }
        .result_theme_red .result__scroller .action:nth-child(4) {
          top: 464.5vw; }
        .result_theme_red .result__scroller .action:nth-child(5) {
          top: 583.5vw; }
        .result_theme_red .result__scroller .action:nth-child(6) {
          top: 745.5vw; }
        .result_theme_red .result__scroller .action:nth-child(7) {
          top: 851.5vw; }
        .result_theme_red .result__scroller .action:nth-child(8) {
          top: 962.5vw; }
        .result_theme_red .result__scroller .action:nth-child(9) {
          top: 1045.5vw; }
        .result_theme_red .result__scroller .action:nth-child(10) {
          top: 1098.5vw; }
          .result_theme_red .result__scroller .action:nth-child(10) .action__scroller {
            padding-top: 15vw; }
      .result_theme_red .anim.a1 {
        width: 60%;
        top: 40.4vw;
        left: 0%; }
        .result_theme_red .anim.a1 .anim__animated.an1 {
          width: 6%;
          top: 7vw;
          left: 84.5%;
          transform-origin: 55% 0%;
          animation: redAnim1_1 6s infinite linear; }
  @keyframes redAnim1_1 {
    0% {
      transform: rotate(5deg); }
    50% {
      transform: rotate(-5deg); }
    100% {
      transform: rotate(5deg); } }
        .result_theme_red .anim.a1 .anim__animated.an2 {
          width: 7%;
          top: 17.5vw;
          left: 73%;
          transform-origin: 55% 0%;
          animation: redAnim1_2 6s infinite linear 0.5s; }
  @keyframes redAnim1_2 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
        .result_theme_red .anim.a1 .anim__animated.an3 {
          width: 10%;
          top: 34.7vw;
          left: 43.4%;
          transform-origin: 55% 0%;
          animation: redAnim1_3 6s infinite linear 1s; }
  @keyframes redAnim1_3 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_red .anim.a2 {
        width: 60%;
        top: 84.9vw;
        left: 40%; }
        .result_theme_red .anim.a2 .anim__animated.an1 {
          width: 23%;
          top: 4vw;
          left: 0%;
          transform-origin: 55% 0%;
          animation: redAnim2_1 3s infinite; }
  @keyframes redAnim2_1 {
    0% {
      transform: translate3d(20vw, 5vw, 0) scale(1.2);
      opacity: 0; }
    10% { }
    20% { }
    30% { }
    40% { }
    50% { }
    60% {
      transform: translate3d(20vw, 5vw, 0) scale(1.2);
      opacity: 0; }
    70% {
      opacity: 1; }
    80% { }
    90% {
      transform: translate3d(0vw, 0vw, 0) scale(1);
      opacity: 1; }
    100% {
      transform: translate3d(0vw, 0vw, 0) scale(1);
      opacity: 0; } }
        .result_theme_red .anim.a2 .anim__animated.an2 {
          width: 21%;
          top: 0vw;
          left: 56%;
          animation: redAnim2_2 3s infinite; }
  @keyframes redAnim2_2 {
    0% {
      transform: translate3d(20vw, -5vw, 0);
      opacity: 0; }
    10% { }
    20% { }
    30% {
      transform: translate3d(20vw, -5vw, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    50% { }
    60% {
      transform: translate3d(0vw, 0vw, 0);
      opacity: 1; }
    70% { }
    80% { }
    90% {
      opacity: 1; }
    100% {
      transform: translate3d(0vw, 0vw, 0);
      opacity: 0; } }
      .result_theme_red .anim.a3 {
        width: 3.1%;
        top: 95.9vw;
        left: 18.2%; }
        .result_theme_red .anim.a3 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          transform-origin: 55% 80%;
          animation: redAnim3 5s infinite; }
  @keyframes redAnim3 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_red .anim.a4 {
        width: 3.9%;
        top: 199.9vw;
        left: 60.3%;
        animation: redAnim4_outer 7s infinite linear; }
  @keyframes redAnim4_outer {
    0% {
      transform: translate3d(-5vw, -13vw, 0); }
    50% {
      transform: translate3d(4vw, 11vw, 0); }
    100% {
      transform: translate3d(15vw, 33vw, 0); } }
        .result_theme_red .anim.a4 .anim__animated {
          width: 204.96%;
          top: 94%;
          left: -70%;
          transform-origin: 60% 0%;
          animation: redAnim4 5s infinite 1s; }
  @keyframes redAnim4 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_red .anim.a5 {
        width: 3.7%;
        top: 224.9vw;
        left: 60.5%;
        animation: redAnim5_outer 7s infinite linear 1.5s; }
  @keyframes redAnim5_outer {
    0% {
      transform: translate3d(-13vw, -33vw, 0); }
    50% {
      transform: translate3d(-5vw, -11vw, 0); }
    100% {
      transform: translate3d(7vw, 15vw, 0); } }
        .result_theme_red .anim.a5 .anim__animated {
          width: 275.83%;
          top: 87%;
          left: -114%;
          transform-origin: 65% 0%;
          animation: blueAnim5 6s infinite; }
  @keyframes blueAnim5 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_red .anim.a6 {
        width: 13.86%;
        top: 266.9vw;
        left: 23.4%;
        animation: redAnim6_outer 3s infinite linear;
        transform-origin: 50% 5vw; }
  @keyframes redAnim6_outer {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } }
        .result_theme_red .anim.a6 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: redAnim6 3s infinite linear; }
  @keyframes redAnim6 {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(-360deg); } }
      .result_theme_red .anim.a7 {
        width: 20.19%;
        top: 293.9vw;
        left: 58.2%;
        animation: redAnim7_outer 3s infinite linear;
        transform-origin: 50% 5vw; }
  @keyframes redAnim7_outer {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(-360deg); } }
        .result_theme_red .anim.a7 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: redAnim7 3s infinite linear; }
  @keyframes redAnim7 {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } }
      .result_theme_red .anim.a8 {
        width: 18.82%;
        top: 318.9vw;
        left: 26%;
        transform-origin: 50% 5vw;
        animation: redAnim8_outer 3s infinite linear; }
  @keyframes redAnim8_outer {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } }
        .result_theme_red .anim.a8 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: redAnim8 3s infinite linear; }
  @keyframes redAnim8 {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(-360deg); } }
      .result_theme_red .anim.a9 {
        width: 14.74%;
        top: 367.9vw;
        left: 19.4%; }
        .result_theme_red .anim.a9 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: redAnim9 3s infinite ease-in; }
  @keyframes redAnim9 {
    0% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0); }
    5% {
      opacity: 1; }
    95% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(13vw, 10vw, 0) rotate(20deg); } }
      .result_theme_red .anim.a10 {
        width: 14.74%;
        top: 367.4vw;
        left: 50.4%; }
        .result_theme_red .anim.a10 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: redAnim10 4s infinite ease-in; }
  @keyframes redAnim10 {
    0% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0); }
    5% {
      opacity: 1; }
    95% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(15vw, 10vw, 0) rotate(7deg); } }
      .result_theme_red .anim.a11 {
        width: 13.5%;
        top: 418.4vw;
        left: 56.7%; }
        .result_theme_red .anim.a11 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: redAnim11 4.5s infinite ease; }
  @keyframes redAnim11 {
    0% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0); }
    5% {
      opacity: 1; }
    80% {
      transform: translate3d(-45vw, 39vw, 0) rotate(43deg); }
    95% {
      opacity: 1;
      transform: translate3d(-45vw, 39vw, 0) rotate(43deg); }
    100% {
      opacity: 0;
      transform: translate3d(-45vw, 39vw, 0) rotate(43deg); } }
      .result_theme_red .anim.a12 {
        width: 7.7%;
        top: 516.4vw;
        left: 64.3%; }
        .result_theme_red .anim.a12 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: redAnim12 3.2s infinite 1s ease-in; }
  @keyframes redAnim12 {
    0% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0); }
    5% {
      opacity: 1; }
    95% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(-18vw, 18vw, 0); } }
      .result_theme_red .anim.a13 {
        width: 9.7%;
        top: 520.4vw;
        left: 42.3%; }
        .result_theme_red .anim.a13 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: redAnim13 3s infinite ease-in; }
  @keyframes redAnim13 {
    0% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0); }
    5% {
      opacity: 1; }
    95% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(-20vw, 20vw, 0); } }
      .result_theme_red .anim.a14 {
        width: 10.7%;
        top: 532.4vw;
        left: 63.3%; }
        .result_theme_red .anim.a14 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: redAnim14 2.5s infinite ease-in; }
  @keyframes redAnim14 {
    0% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0); }
    5% {
      opacity: 1; }
    95% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(-15vw, 15vw, 0); } }
      .result_theme_red .anim.a15 {
        width: 9.7%;
        top: 559.4vw;
        left: 53.3%; }
        .result_theme_red .anim.a15 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: redAnim15 3.5s infinite ease-in; }
  @keyframes redAnim15 {
    0% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0); }
    5% {
      opacity: 1; }
    95% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(-30vw, 30vw, 0); } }
      .result_theme_red .anim.a16 {
        width: 7.3%;
        top: 665.4vw;
        left: 82.3%; }
        .result_theme_red .anim.a16 .anim__animated {
          width: 249.73%;
          top: 74%;
          left: -166%;
          transform-origin: 88% 0%;
          animation: redAnim16 6s infinite; }
  @keyframes redAnim16 {
    0% {
      transform: rotate(-10deg); }
    50% {
      transform: rotate(10deg); }
    100% {
      transform: rotate(-10deg); } }
      .result_theme_red .anim.a17 {
        width: 12%;
        top: 735.4vw;
        left: 50%; }
        .result_theme_red .anim.a17 .anim__animated {
          width: 35.73%;
          top: -9.5%;
          left: 33%;
          transform-origin: 30% 100%;
          animation: redAnim17 6s infinite; }
  @keyframes redAnim17 {
    0% {
      transform: rotate(-10deg); }
    50% {
      transform: rotate(10deg); }
    100% {
      transform: rotate(-10deg); } }
      .result_theme_red .anim.a18 {
        width: 9.9%;
        top: 737.4vw;
        left: 64.4%; }
        .result_theme_red .anim.a18 .anim__animated.an1 {
          width: 44%;
          top: -18%;
          left: 12%;
          transform-origin: 80% 70%;
          animation: redAnim18_1 6s infinite; }
  @keyframes redAnim18_1 {
    0% {
      transform: rotate(5deg); }
    50% {
      transform: rotate(-5deg); }
    100% {
      transform: rotate(5deg); } }
        .result_theme_red .anim.a18 .anim__animated.an2 {
          width: 40%;
          top: 8%;
          left: -2%;
          transform-origin: 100% 0%;
          animation: redAnim18_2 6s infinite; }
  @keyframes redAnim18_2 {
    0% {
      transform: rotate(-5deg); }
    50% {
      transform: rotate(5deg); }
    100% {
      transform: rotate(-5deg); } }
      .result_theme_red .anim.a19 {
        width: 12.9%;
        top: 816.4vw;
        left: 66.6%; }
        .result_theme_red .anim.a19 .anim__animated {
          width: 103%;
          top: -108%;
          left: -11%;
          transform-origin: 70% 100%;
          animation: redAnim19 6s infinite; }
  @keyframes redAnim19 {
    0% {
      transform: rotate(5deg); }
    50% {
      transform: rotate(-5deg); }
    100% {
      transform: rotate(5deg); } }
      .result_theme_red .anim.a20 {
        width: 15.9%;
        top: 841.4vw;
        left: 24.8%; }
        .result_theme_red .anim.a20 .anim__animated {
          width: 46%;
          top: 24%;
          left: 3%;
          transform-origin: 10% 0%;
          animation: redAnim20 6s infinite; }
  @keyframes redAnim20 {
    0% {
      transform: rotate(5deg); }
    50% {
      transform: rotate(-5deg); }
    100% {
      transform: rotate(5deg); } }
      .result_theme_red .anim.a21 {
        width: 29.6%;
        top: 905.4vw;
        left: 17.5%; }
        .result_theme_red .anim.a21 .anim__animated.an1 {
          width: 13%;
          top: 28%;
          left: 69%;
          transform-origin: 70% 20%;
          animation: redAnim21_1 4s infinite; }
  @keyframes redAnim21_1 {
    0% {
      transform: rotate(0deg); }
    30% {
      transform: rotate(160deg); }
    30% {
      transform: rotate(160deg); }
    35% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(0deg); } }
        .result_theme_red .anim.a21 .anim__animated.an2 {
          width: 17%;
          top: -2%;
          left: 62%;
          animation: redAnim21_2 4s infinite linear; }
  @keyframes redAnim21_2 {
    0% {
      transform: translate3d(0%, 0%, 0);
      opacity: 0; }
    30% {
      transform: translate3d(0%, 0%, 0);
      opacity: 0; }
    35% {
      opacity: 1; }
    40% {
      transform: translate3d(-250%, 0%, 0);
      opacity: 1; }
    45% {
      transform: translate3d(-250%, 0%, 0) scale(1.3);
      opacity: 0; }
    100% {
      transform: translate3d(0%, 0%, 0) scale(1);
      opacity: 0; } }
        .result_theme_red .anim.a21 .anim__animated.an3 {
          width: 13%;
          top: -32%;
          left: 8%;
          animation: redAnim21_3 4s infinite ease-out; }
  @keyframes redAnim21_3 {
    0% {
      transform: translate3d(24%, 22%, 0) scale(0.8);
      opacity: 0; }
    40% {
      transform: translate3d(24%, 22%, 0) scale(0.8);
      opacity: 0; }
    45% {
      opacity: 1; }
    55% {
      transform: translate3d(0%, 0%, 0) scale(1);
      opacity: 1; }
    60% {
      transform: translate3d(0%, 0%, 0) scale(1);
      opacity: 0; }
    100% {
      transform: translate3d(24%, 22%, 0) scale(0.8);
      opacity: 0; } }
      .result_theme_red .anim.a22 {
        width: 10.9%;
        top: 955.4vw;
        left: 60.3%; }
        .result_theme_red .anim.a22 .anim__animated {
          width: 160%;
          top: 21%;
          left: 21%;
          transform-origin: 40% 0%;
          animation: redAnim22 6s infinite; }
  @keyframes redAnim22 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_red .anim.a23 {
        width: 10.9%;
        top: 1045.4vw;
        left: 40.3%; }
        .result_theme_red .anim.a23 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: redAnim23 5s infinite 2s; }
  @keyframes redAnim23 {
    0% {
      transform: translate3d(-70%, 5%, 0) scale(1.02); }
    50% {
      transform: translate3d(0%, 0%, 0) scale(1); }
    100% {
      transform: translate3d(-70%, 5%, 0) scale(1.02); } }
      .result_theme_red .anim.a24 {
        width: 7.9%;
        top: 1043.4vw;
        left: 60.3%; }
        .result_theme_red .anim.a24 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: redAnim24 6s infinite; }
  @keyframes redAnim24 {
    0% {
      transform: translate3d(-70%, 5%, 0) scale(1.02); }
    50% {
      transform: translate3d(0%, 0%, 0) scale(1); }
    100% {
      transform: translate3d(-70%, 5%, 0) scale(1.02); } }
    .result_theme_blue {
      background: #7099bd url(../images/result-bg-blue-desktop-low.jpg) center top/cover no-repeat; }
      .result_theme_blue .result__footer {
        background: -moz-linear-gradient(top, rgba(219, 233, 253, 0) 0%, #dbe9fd 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(219, 233, 253, 0) 0%, #dbe9fd 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(219, 233, 253, 0) 0%, #dbe9fd 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dbe9fd', endColorstr='#dbe9fd',GradientType=0 );
        /* IE6-9 */ }
        .result_theme_blue .result__footer:before {
          background: #dbe9fd; }
      .result_theme_blue .result__header {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5e5fc+0,d5e5fc+100&1+5,0+100 */
        background: -moz-linear-gradient(top, #d5e5fc 0%, #d5e5fc 25%, rgba(213, 229, 252, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #d5e5fc 0%, #d5e5fc 25%, rgba(213, 229, 252, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #d5e5fc 0%, #d5e5fc 25%, rgba(213, 229, 252, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e5fc', endColorstr='#00d5e5fc',GradientType=0 );
        /* IE6-9 */ }
      .result_theme_blue .result__scroller {
        height: 1225.313vw; }
        .result_theme_blue .result__scroller .result__lead {
          background: url(../images/result-action-blue-desktop.png) center top/cover no-repeat; }
        .result_theme_blue .result__scroller .action:nth-child(1) {
          top: 125.7vw; }
        .result_theme_blue .result__scroller .action:nth-child(2) {
          top: 220.7vw; }
        .result_theme_blue .result__scroller .action:nth-child(3) {
          top: 290.7vw; }
        .result_theme_blue .result__scroller .action:nth-child(4) {
          top: 375.7vw; }
        .result_theme_blue .result__scroller .action:nth-child(5) {
          top: 463.7vw; }
        .result_theme_blue .result__scroller .action:nth-child(6) {
          top: 552.7vw; }
        .result_theme_blue .result__scroller .action:nth-child(7) {
          top: 654.7vw; }
        .result_theme_blue .result__scroller .action:nth-child(8) {
          top: 725.7vw; }
        .result_theme_blue .result__scroller .action:nth-child(9) {
          top: 805.7vw; }
        .result_theme_blue .result__scroller .action:nth-child(10) {
          top: 900.7vw; }
        .result_theme_blue .result__scroller .action:nth-child(11) {
          top: 990.7vw; }
        .result_theme_blue .result__scroller .action:nth-child(12) {
          top: 1083.7vw; }
        .result_theme_blue .result__scroller .action:nth-child(13) {
          top: 1132.7vw; }
        .result_theme_blue .result__scroller .action:nth-child(14) {
          top: 1170.7vw; }
          .result_theme_blue .result__scroller .action:nth-child(14) .action__scroller {
            padding-top: 15vw; }
      .result_theme_blue .anim.a1 {
        width: 2.17%;
        top: 65.77vw;
        left: 57.7%; }
        .result_theme_blue .anim.a1 .anim__animated {
          width: 190%;
          top: 79%;
          left: -67%;
          transform-origin: 55% 0%;
          animation: blueAnim1 6s infinite linear; }
  @keyframes blueAnim1 {
    0% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0) rotate(10deg); }
    20% {
      opacity: 1;
      transform: translate3d(3vw, 7vw, 0) rotate(-10deg); }
    40% {
      transform: translate3d(-10vw, 15vw, 0) rotate(20deg); }
    60% {
      transform: translate3d(-8vw, 21vw, 0) rotate(-10deg); }
    80% {
      opacity: 1;
      transform: translate3d(-14vw, 25vw, 0) rotate(10deg); }
    100% {
      opacity: 0;
      transform: translate3d(-12vw, 31vw, 0) rotate(0deg); } }
      .result_theme_blue .anim.a2 {
        width: 6.51%;
        top: 108.4vw;
        left: 57.7%; }
        .result_theme_blue .anim.a2 .anim__animated {
          width: 190%;
          top: 79%;
          left: -67%;
          transform-origin: 55% 0%;
          animation: blueAnim2 6s infinite;
          animation-delay: 2s; }
  @keyframes blueAnim2 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_blue .anim.a3 {
        width: 3.8%;
        top: 90.4vw;
        left: 75.2%; }
        .result_theme_blue .anim.a3 .anim__animated {
          width: 268%;
          top: 77%;
          left: -128%;
          transform-origin: 55% 0%;
          animation: blueAnim3 6s infinite; }
  @keyframes blueAnim3 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_blue .anim.a4 {
        width: 4.9%;
        top: 266.4vw;
        left: 36.3%; }
        .result_theme_blue .anim.a4 .anim__animated {
          width: 115.96%;
          top: 15%;
          left: -48%;
          transform-origin: 100% 10%;
          animation: blueAnim4 6s infinite; }
  @keyframes blueAnim4 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_blue .anim.a5 {
        width: 8.49%;
        top: 275.4vw;
        left: 48.8%; }
        .result_theme_blue .anim.a5 .anim__animated {
          width: 55.83%;
          top: 7%;
          left: 49%;
          transform-origin: 0% 40%;
          animation: blueAnim5 5s infinite; }
  @keyframes blueAnim5 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_blue .anim.a6 {
        width: 6.86%;
        top: 425.4vw;
        left: 39.4%; }
        .result_theme_blue .anim.a6 .anim__animated {
          width: 57.58%;
          top: -19%;
          left: 28%;
          transform-origin: 50% 100%;
          animation: blueAnim6 7s infinite; }
  @keyframes blueAnim6 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_blue .anim.a7 {
        width: 7.19%;
        top: 443.4vw;
        left: 57.23%; }
        .result_theme_blue .anim.a7 .anim__animated {
          width: 92.03%;
          top: -91%;
          left: 11%;
          transform-origin: 50% 90%;
          animation: blueAnim7 7s infinite; }
  @keyframes blueAnim7 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_blue .anim.a8 {
        width: 6.82%;
        top: 451.4vw;
        left: 37%; }
        .result_theme_blue .anim.a8 .anim__animated.an1 {
          width: 82.44%;
          top: 22%;
          left: 51%;
          transform-origin: 0% 10%;
          animation: blueAnim8_1 5s infinite; }
  @keyframes blueAnim8_1 {
    0% {
      transform: rotate(2deg); }
    50% {
      transform: rotate(-30deg); }
    100% {
      transform: rotate(2deg); } }
        .result_theme_blue .anim.a8 .anim__animated.an2 {
          width: 74.81%;
          top: 24%;
          left: -50%;
          transform-origin: 100% 10%;
          animation: blueAnim8_2 5s infinite; }
  @keyframes blueAnim8_2 {
    0% {
      transform: rotate(-2deg); }
    50% {
      transform: rotate(20deg); }
    100% {
      transform: rotate(-2deg); } }
      .result_theme_blue .anim.a9 {
        width: 11.67%;
        top: 608.4vw;
        left: 29.9%; }
        .result_theme_blue .anim.a9 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: blueAnim9 3s infinite 0.5s ease-in; }
  @keyframes blueAnim9 {
    0% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0); }
    5% {
      opacity: 1; }
    95% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(25vw, 25vw, 0); } }
      .result_theme_blue .anim.a10 {
        width: 9.74%;
        top: 617.4vw;
        left: 53.4%; }
        .result_theme_blue .anim.a10 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: blueAnim10 2.5s infinite ease-in; }
  @keyframes blueAnim10 {
    0% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0); }
    5% {
      opacity: 1; }
    95% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(25vw, 25vw, 0); } }
      .result_theme_blue .anim.a11 {
        width: 10.05%;
        top: 631.4vw;
        left: 38.7%; }
        .result_theme_blue .anim.a11 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: blueAnim11 2.5s infinite 1s ease-in; }
  @keyframes blueAnim11 {
    0% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0); }
    5% {
      opacity: 1; }
    95% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(17vw, 20vw, 0); } }
      .result_theme_blue .anim.a12 {
        width: 8.65%;
        top: 706.2vw;
        left: 59.7%; }
        .result_theme_blue .anim.a12 .anim__animated {
          width: 121.08%;
          top: 30%;
          left: -9%;
          transform-origin: 60% 0%;
          animation: blueAnim12 5s infinite 2s; }
  @keyframes blueAnim12 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_blue .anim.a13 {
        width: 13.92%;
        top: 719.2vw;
        left: 30.7%; }
        .result_theme_blue .anim.a13 .anim__animated {
          width: 35.32%;
          top: 23%;
          left: 70%;
          transform-origin: 0% 10%;
          animation: blueAnim13 6s infinite; }
  @keyframes blueAnim13 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_blue .anim.a14 {
        width: 7.92%;
        top: 889.2vw;
        left: 29.9%; }
        .result_theme_blue .anim.a14 .anim__animated {
          top: -14%;
          left: 8%;
          width: 63.82%;
          transform-origin: 50% 70%;
          animation: blueAnim14 6s infinite 2s; }
  @keyframes blueAnim14 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_blue .anim.a15 {
        width: 8.7%;
        top: 890.2vw;
        left: 50.3%; }
        .result_theme_blue .anim.a15 .anim__animated {
          top: 16%;
          left: -59%;
          width: 77.84%;
          transform-origin: 90% 0%;
          animation: blueAnim15 5s infinite; }
  @keyframes blueAnim15 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_blue .anim.a16 {
        width: 30.89%;
        top: 981.2vw;
        left: 32.3%; }
        .result_theme_blue .anim.a16 .anim__animated.an1 {
          top: 21%;
          left: 90%;
          width: 7.73%;
          transform-origin: 0% 10%;
          animation: blueAnim16_1 6s infinite; }
  @keyframes blueAnim16_1 {
    0% {
      transform: rotate(-10deg); }
    50% {
      transform: rotate(10deg); }
    100% {
      transform: rotate(-10deg); } }
        .result_theme_blue .anim.a16 .anim__animated.an2 {
          top: 23%;
          left: 12%;
          width: 24.21%;
          transform-origin: 10% 25%;
          animation: blueAnim16_2 4s infinite; }
  @keyframes blueAnim16_2 {
    0% {
      transform: rotate(-10deg); }
    50% {
      transform: rotate(20deg); }
    100% {
      transform: rotate(-10deg); } }
      .result_theme_blue .anim.a17 {
        width: 17.55%;
        top: 1079.2vw;
        left: 51.3%; }
        .result_theme_blue .anim.a17 .anim__animated.an1 {
          top: -6%;
          left: 29%;
          width: 15.73%;
          transform-origin: 50% 100%;
          animation: blueAnim17_1 6s infinite; }
  @keyframes blueAnim17_1 {
    0% {
      transform: rotate(-10deg); }
    50% {
      transform: rotate(10deg); }
    100% {
      transform: rotate(-10deg); } }
        .result_theme_blue .anim.a17 .anim__animated.an2 {
          top: 45%;
          left: 90%;
          width: 17.21%;
          transform-origin: 10% 25%;
          animation: blueAnim17_2 4s infinite; }
  @keyframes blueAnim17_2 {
    0% {
      transform: rotate(-10deg); }
    50% {
      transform: rotate(10deg); }
    100% {
      transform: rotate(-10deg); } }
      .result_theme_blue .anim.a18 {
        width: 13.5%;
        top: 1123.2vw;
        left: 50.3%; }
        .result_theme_blue .anim.a18 .anim__animated {
          top: 0%;
          left: 0%;
          width: 100%;
          transform-origin: 100% 10%;
          animation: blueAnim18 6s infinite; }
  @keyframes blueAnim18 {
    0% {
      transform: translate3d(50%, -10%, 0) scale(0.9); }
    50% {
      transform: translate3d(0%, 0%, 0) scale(1); }
    100% {
      transform: translate3d(50%, -10%, 0) scale(0.9); } }
      .result_theme_blue .anim.a19 {
        width: 15.3%;
        top: 1126.2vw;
        left: 34.3%; }
        .result_theme_blue .anim.a19 .anim__animated {
          top: 0%;
          left: 0%;
          width: 100%;
          animation: blueAnim19 5s infinite 3s; }
  @keyframes blueAnim19 {
    0% {
      transform: translate3d(-70%, 5%, 0) scale(1.02); }
    50% {
      transform: translate3d(0%, 0%, 0) scale(1); }
    100% {
      transform: translate3d(-70%, 5%, 0) scale(1.02); } }
      .result_theme_blue .anim.a20 {
        width: 11.3%;
        top: 336.2vw;
        left: 43.3%; }
        .result_theme_blue .anim.a20 .anim__animated {
          top: 0%;
          left: 0%;
          width: 100%;
          animation: blueAnim20 4s infinite ease-out; }
  @keyframes blueAnim20 {
    0% {
      opacity: 0;
      transform: translate3d(12vw, -3vw, 0) scale(0.9); }
    10% {
      opacity: 1; }
    40% {
      transform: translate3d(0vw, 0vw, 0) scale(1); }
    90% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0) scale(1); } }
      .result_theme_blue .anim.a21 {
        width: 12.3%;
        top: 352.2vw;
        left: 27.3%; }
        .result_theme_blue .anim.a21 .anim__animated {
          top: 0%;
          left: 0%;
          width: 100%;
          animation: blueAnim21 4s infinite ease-out; }
  @keyframes blueAnim21 {
    0% {
      opacity: 0;
      transform: translate3d(-12vw, 3vw, 0) scale(0.9); }
    10% {
      opacity: 0;
      transform: translate3d(-12vw, 3vw, 0) scale(0.9); }
    20% {
      opacity: 1; }
    50% {
      transform: translate3d(0vw, 0vw, 0) scale(1); }
    90% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0) scale(1); } }
      .result_theme_blue .anim.a22 {
        width: 12.3%;
        top: 373.2vw;
        left: 47.3%; }
        .result_theme_blue .anim.a22 .anim__animated {
          top: 0%;
          left: 0%;
          width: 100%;
          animation: blueAnim22 4s infinite ease-out; }
  @keyframes blueAnim22 {
    0% {
      opacity: 0;
      transform: translate3d(-12vw, -3vw, 0) scale(0.9); }
    20% {
      opacity: 0;
      transform: translate3d(-12vw, -3vw, 0) scale(0.9); }
    30% {
      opacity: 1; }
    60% {
      transform: translate3d(0vw, 0vw, 0) scale(1); }
    90% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0) scale(1); } }
    .result_theme_green {
      background: #65a791 url(../images/result-bg-green-desktop-low.jpg) center top/cover no-repeat; }
      .result_theme_green .result__footer {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7f9f8+0,d7f9f8+100&0+0,1+100 */
        background: -moz-linear-gradient(top, rgba(215, 249, 248, 0) 0%, #d7f9f8 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(215, 249, 248, 0) 0%, #d7f9f8 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(215, 249, 248, 0) 0%, #d7f9f8 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d7f9f8', endColorstr='#d7f9f8',GradientType=0 );
        /* IE6-9 */ }
        .result_theme_green .result__footer:before {
          background: #d7f9f8; }
      .result_theme_green .result__header {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7faf7+0,d7faf7+100&1+5,0+100 */
        background: -moz-linear-gradient(top, #d7faf7 0%, #d7faf7 25%, rgba(215, 250, 247, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #d7faf7 0%, #d7faf7 25%, rgba(215, 250, 247, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #d7faf7 0%, #d7faf7 25%, rgba(215, 250, 247, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7faf7', endColorstr='#00d7faf7',GradientType=0 );
        /* IE6-9 */ }
      .result_theme_green .result__scroller {
        height: 1146vw; }
        .result_theme_green .result__scroller .result__lead {
          background: url(../images/result-action-green-desktop.png) center top/cover no-repeat; }
        .result_theme_green .result__scroller .action:nth-child(1) {
          top: 78vw; }
          .result_theme_green .result__scroller .action:nth-child(1) .action__path_margin {
            height: 28.54vw; }
        .result_theme_green .result__scroller .action:nth-child(2) {
          top: 187vw; }
          .result_theme_green .result__scroller .action:nth-child(2) .action__path_margin {
            height: 52.54vw; }
        .result_theme_green .result__scroller .action:nth-child(3) {
          top: 293vw; }
          .result_theme_green .result__scroller .action:nth-child(3) .action__path_margin {
            height: 74vw; }
        .result_theme_green .result__scroller .action:nth-child(4) {
          top: 432vw; }
          .result_theme_green .result__scroller .action:nth-child(4) .action__path_margin {
            height: 75.52vw; }
        .result_theme_green .result__scroller .action:nth-child(5) {
          top: 521vw; }
          .result_theme_green .result__scroller .action:nth-child(5) .action__path_margin {
            height: 72.07vw; }
        .result_theme_green .result__scroller .action:nth-child(6) {
          top: 602vw; }
          .result_theme_green .result__scroller .action:nth-child(6) .action__path_margin {
            height: 61.29vw; }
        .result_theme_green .result__scroller .action:nth-child(7) {
          top: 732vw; }
          .result_theme_green .result__scroller .action:nth-child(7) .action__path_margin {
            height: 82.41vw; }
        .result_theme_green .result__scroller .action:nth-child(8) {
          top: 837vw; }
          .result_theme_green .result__scroller .action:nth-child(8) .action__path_margin {
            height: 82.66vw; }
        .result_theme_green .result__scroller .action:nth-child(9) {
          top: 952vw; }
          .result_theme_green .result__scroller .action:nth-child(9) .action__path_margin {
            height: 70.06vw; }
        .result_theme_green .result__scroller .action:nth-child(10) {
          top: 1090vw; }
          .result_theme_green .result__scroller .action:nth-child(10) .action__scroller {
            padding-top: 15vw; }
          .result_theme_green .result__scroller .action:nth-child(10) .action__path_margin {
            height: 31.53vw; }
      .result_theme_green .anim.a1 {
        width: 4.17%;
        top: 34vw;
        left: 32.7%; }
        .result_theme_green .anim.a1 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          transform-origin: 50% 0%;
          animation: greenAnim1 7s infinite; }
  @keyframes greenAnim1 {
    0% {
      transform: translate3d(1vw, -1vw, 0) rotate(-10deg); }
    50% {
      transform: translate3d(-1vw, 1vw, 0) rotate(10deg); }
    100% {
      transform: translate3d(1vw, -1vw, 0) rotate(-10deg); } }
      .result_theme_green .anim.a2 {
        width: 4.51%;
        top: 37vw;
        left: 54.1%; }
        .result_theme_green .anim.a2 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          transform-origin: 50% 0%;
          animation: greenAnim2 6s infinite; }
  @keyframes greenAnim2 {
    0% {
      transform: translate3d(1vw, -1vw, 0) rotate(-10deg); }
    50% {
      transform: translate3d(-1vw, 1vw, 0) rotate(10deg); }
    100% {
      transform: translate3d(1vw, -1vw, 0) rotate(-10deg); } }
      .result_theme_green .anim.a3 {
        width: 5.8%;
        top: 46vw;
        left: 24.2%; }
        .result_theme_green .anim.a3 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          transform-origin: 50% 0%;
          animation: greenAnim3 6s infinite; }
  @keyframes greenAnim3 {
    0% {
      transform: translate3d(1vw, -1vw, 0) rotate(10deg); }
    50% {
      transform: translate3d(-1vw, 1vw, 0) rotate(-10deg); }
    100% {
      transform: translate3d(1vw, -1vw, 0) rotate(10deg); } }
      .result_theme_green .anim.a4 {
        width: 14.9%;
        top: 47vw;
        left: 36.3%; }
        .result_theme_green .anim.a4 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          transform-origin: 50% 20%;
          animation: greenAnim4 5s infinite; }
  @keyframes greenAnim4 {
    0% {
      transform: translate3d(1vw, -1vw, 0) rotate(10deg); }
    50% {
      transform: translate3d(-1vw, 3vw, 0) rotate(-5deg); }
    100% {
      transform: translate3d(1vw, -1vw, 0) rotate(10deg); } }
      .result_theme_green .anim.a5 {
        width: 18.49%;
        top: 53vw;
        left: 57.8%; }
        .result_theme_green .anim.a5 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          transform-origin: 50% 30%;
          animation: greenAnim5 7s infinite; }
  @keyframes greenAnim5 {
    0% {
      transform: translate3d(-2vw, 2vw, 0) rotate(10deg); }
    50% {
      transform: translate3d(2vw, -2vw, 0) rotate(-10deg); }
    100% {
      transform: translate3d(-2vw, 2vw, 0) rotate(10deg); } }
      .result_theme_green .anim.a6 {
        width: 45.7%;
        top: 143.8vw;
        left: 11%; }
        .result_theme_green .anim.a6 .anim__animated.an1 {
          width: 33.58%;
          top: 54%;
          left: 19.5%;
          transform-origin: 50% 0%;
          animation: greenAnim6 7s infinite; }
  @keyframes greenAnim6 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
        .result_theme_green .anim.a6 .anim__animated.an2 {
          width: 26.9%;
          top: 24.7%;
          left: 63.5%;
          transform-origin: 58% 0%;
          animation: greenAnim6 7s infinite; }
  @keyframes greenAnim6 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_green .anim.a7 {
        width: 21.19%;
        top: 234.8vw;
        left: 31.3%; }
        .result_theme_green .anim.a7 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: greenAnim7 3.5s infinite; }
  @keyframes greenAnim7 {
    0% {
      opacity: 0;
      transform: translate3d(10vw, -5vw, 0); }
    10% { }
    20% {
      opacity: 0;
      transform: translate3d(10vw, -5vw, 0); }
    30% {
      opacity: 1; }
    40% {
      transform: translate3d(-10vw, 10vw, 0); }
    50% { }
    60% { }
    70% { }
    80% {
      opacity: 1; }
    90% { }
    100% {
      opacity: 0;
      transform: translate3d(-10vw, 10vw, 0); } }
      .result_theme_green .anim.a8 {
        width: 17.9%;
        top: 257.8vw;
        left: 46.15%; }
        .result_theme_green .anim.a8 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: greenAnim8 3.5s infinite 0.4s; }
  @keyframes greenAnim8 {
    0% {
      opacity: 0;
      transform: translate3d(-10vw, -5vw, 0); }
    10% { }
    20% {
      opacity: 0;
      transform: translate3d(-10vw, -5vw, 0); }
    30% {
      opacity: 1; }
    40% {
      transform: translate3d(10vw, 5vw, 0); }
    50% { }
    60% { }
    70% { }
    80% {
      opacity: 1; }
    90% { }
    100% {
      opacity: 0;
      transform: translate3d(10vw, 5vw, 0); } }
      .result_theme_green .anim.a9 {
        width: 20.2%;
        top: 273.8vw;
        left: 26.9%; }
        .result_theme_green .anim.a9 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: greenAnim9 3.5s infinite 0.8s; }
  @keyframes greenAnim9 {
    0% {
      opacity: 0;
      transform: translate3d(15vw, -10vw, 0); }
    10% { }
    20% {
      opacity: 0;
      transform: translate3d(15vw, -10vw, 0); }
    30% {
      opacity: 1; }
    40% {
      transform: translate3d(-5vw, 5vw, 0); }
    50% { }
    60% { }
    70% { }
    80% {
      opacity: 1; }
    90% { }
    100% {
      opacity: 0;
      transform: translate3d(-5vw, 5vw, 0); } }
      .result_theme_green .anim.a10 {
        width: 3.5%;
        top: 368.8vw;
        left: 43.8%;
        animation: greenAnim10_outer 6s infinite linear; }
  @keyframes greenAnim10_outer {
    0% {
      transform: translate3d(6vw, -16vw, 0); }
    50% {
      transform: translate3d(-2.5vw, 6vw, 0); }
    100% {
      transform: translate3d(-13vw, 30vw, 0); } }
        .result_theme_green .anim.a10 .anim__animated {
          width: 231.34%;
          top: 91%;
          left: -43%;
          transform-origin: 30% 0%;
          animation: greenAnim10 6s infinite; }
  @keyframes greenAnim10 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_green .anim.a11 {
        width: 4.05%;
        top: 398.8vw;
        left: 43.1%;
        animation: greenAnim11_outer 7s infinite 1.5s linear; }
  @keyframes greenAnim11_outer {
    0% {
      transform: translate3d(15.5vw, -40vw, 0); }
    50% {
      transform: translate3d(6.5vw, -15vw, 0); }
    100% {
      transform: translate3d(-4.5vw, 10vw, 0); } }
        .result_theme_green .anim.a11 .anim__animated {
          width: 275.68%;
          top: 95%;
          left: -57%;
          transform-origin: 40% 0%;
          animation: greenAnim11 6s infinite; }
  @keyframes greenAnim11 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_green .anim.a12 {
        width: 5.9%;
        top: 496.8vw;
        left: 27.7%; }
        .result_theme_green .anim.a12 .anim__animated {
          width: 156.64%;
          top: 21%;
          left: -80%;
          transform-origin: 60% 0%;
          animation: greenAnim12 6s infinite; }
  @keyframes greenAnim12 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_green .anim.a13 {
        width: 6.22%;
        top: 595.8vw;
        left: 35.1%; }
        .result_theme_green .anim.a13 .anim__animated {
          width: 115.13%;
          top: 18%;
          left: 0%;
          transform-origin: 20% 0%;
          animation: greenAnim13 6s infinite; }
  @keyframes greenAnim13 {
    0% {
      transform: rotate(-5deg); }
    50% {
      transform: rotate(10deg); }
    100% {
      transform: rotate(-5deg); } }
      .result_theme_green .anim.a14 {
        width: 5.7%;
        top: 594.8vw;
        left: 44.4%; }
        .result_theme_green .anim.a14 .anim__animated {
          width: 123.85%;
          top: 23%;
          left: -27%;
          transform-origin: 75% 0%;
          animation: greenAnim14 6s infinite; }
  @keyframes greenAnim14 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_green .anim.a15 {
        width: 9.1%;
        top: 594.5vw;
        left: 57.3%; }
        .result_theme_green .anim.a15 .anim__animated {
          width: 53.18%;
          top: 23%;
          left: 46%;
          transform-origin: 0% 0%;
          animation: greenAnim15 5s infinite; }
  @keyframes greenAnim15 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_green .anim.a16 {
        width: 10.5%;
        top: 655.5vw;
        left: 50.3%; }
        .result_theme_green .anim.a16 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: greenAnim16 3.5s infinite ease-in; }
  @keyframes greenAnim16 {
    0% {
      opacity: 0;
      transform: translate3d(10vw, -10vw, 0); }
    5% {
      opacity: 1; }
    95% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(-10vw, 8vw, 0); } }
      .result_theme_green .anim.a17 {
        width: 10.2%;
        top: 674.5vw;
        left: 24.9%; }
        .result_theme_green .anim.a17 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: greenAnim17 4s infinite ease-in; }
  @keyframes greenAnim17 {
    0% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0); }
    5% {
      opacity: 1; }
    95% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(-20vw, 18vw, 0); } }
      .result_theme_green .anim.a18 {
        width: 10.2%;
        top: 678.5vw;
        left: 67.9%; }
        .result_theme_green .anim.a18 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: greenAnim18 3.5s infinite ease-in; }
  @keyframes greenAnim18 {
    0% {
      opacity: 0;
      transform: translate3d(10vw, -10vw, 0); }
    5% {
      opacity: 1; }
    95% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(-10vw, 8vw, 0); } }
      .result_theme_green .anim.a19 {
        width: 12.7%;
        top: 680.5vw;
        left: 41.3%; }
        .result_theme_green .anim.a19 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: greenAnim19 4s infinite ease-in; }
  @keyframes greenAnim19 {
    0% {
      opacity: 0;
      transform: translate3d(0vw, 0vw, 0); }
    5% {
      opacity: 1; }
    95% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(-20vw, 18vw, 0); } }
      .result_theme_green .anim.a20 {
        width: 33.9%;
        top: 830.5vw;
        left: 33.9%; }
        .result_theme_green .anim.a20 .anim__animated.an1 {
          width: 7.4%;
          top: 22%;
          left: 3%;
          transform-origin: 40% 0%;
          animation: greenAnim19_1 5s infinite 3s; }
  @keyframes greenAnim19_1 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
        .result_theme_green .anim.a20 .anim__animated.an2 {
          width: 25.35%;
          top: 21%;
          left: 63%;
          transform-origin: 100% 0%;
          animation: greenAnim19_2 5s infinite 3s; }
  @keyframes greenAnim19_2 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
        .result_theme_green .anim.a20 .anim__animated.an3 {
          width: 7.4%;
          top: 26%;
          left: 89.5%;
          transform-origin: 0% 0%;
          animation: greenAnim19_3 5s infinite 3s; }
  @keyframes greenAnim19_3 {
    0% {
      transform: rotate(10deg); }
    50% {
      transform: rotate(-10deg); }
    100% {
      transform: rotate(10deg); } }
      .result_theme_green .anim.a21 {
        width: 74.2%;
        top: 893.5vw;
        left: 13.1%; }
        .result_theme_green .anim.a21 .anim__animated {
          animation: greenAnim21sound 1.6s infinite; }
          .result_theme_green .anim.a21 .anim__animated.an1 {
            width: 14.5%;
            top: 8.5%;
            left: 6.4%; }
          .result_theme_green .anim.a21 .anim__animated.an2 {
            width: 14.5%;
            top: 9.5%;
            left: 78.4%; }
          .result_theme_green .anim.a21 .anim__animated.an3 {
            width: 12%;
            top: 68%;
            left: 4.6%; }
          .result_theme_green .anim.a21 .anim__animated.an4 {
            width: 12%;
            top: 68%;
            left: 83.2%; }
          .result_theme_green .anim.a21 .anim__animated.an5 {
            width: 14.5%;
            top: 79%;
            left: 3.5%; }
          .result_theme_green .anim.a21 .anim__animated.an6 {
            width: 14.5%;
            top: 79%;
            left: 82.1%; }
          .result_theme_green .anim.a21 .anim__animated.an7 {
            width: 14%;
            top: 12%;
            left: 23.8%;
            animation-name: greenAnim21flash; }
          .result_theme_green .anim.a21 .anim__animated.an8 {
            width: 14%;
            top: 12%;
            left: 60.1%;
            animation-name: greenAnim21flash; }
          .result_theme_green .anim.a21 .anim__animated.an9 {
            width: 8.7%;
            top: 20.4%;
            left: 26.5%;
            animation-name: greenAnim21flash; }
          .result_theme_green .anim.a21 .anim__animated.an10 {
            width: 8.7%;
            top: 20.4%;
            left: 62.8%;
            animation-name: greenAnim21flash; }
  @keyframes greenAnim21sound {
    0% {
      opacity: 0.6;
      transform: scale(0.9); }
    22% {
      opacity: 0.1;
      transform: scale(0.8); }
    25% {
      opacity: 0.6;
      transform: scale(0.9); }
    47% {
      opacity: 0.1;
      transform: scale(0.8); }
    50% {
      opacity: 1;
      transform: scale(1); }
    97% {
      opacity: 0.1;
      transform: scale(0.8); }
    100% {
      opacity: 0.6;
      transform: scale(0.9); } }
  @keyframes greenAnim21flash {
    0% {
      opacity: 0.6; }
    22% {
      opacity: 0.1; }
    25% {
      opacity: 0.6; }
    47% {
      opacity: 0.1; }
    50% {
      opacity: 1; }
    97% {
      opacity: 0.1; }
    100% {
      opacity: 0.6; } }
      .result_theme_green .anim.a22 {
        width: 100%;
        top: 951.5vw;
        left: 0%; }
        .result_theme_green .anim.a22 .anim__animated {
          width: 100%;
          top: 0%;
          left: 0%;
          animation: greenAnim22 1.6s infinite; }
  @keyframes greenAnim22 {
    0% {
      opacity: 0.6; }
    22% {
      opacity: 0.1; }
    25% {
      opacity: 0.6; }
    47% {
      opacity: 0.1; }
    50% {
      opacity: 1; }
    97% {
      opacity: 0.1; }
    100% {
      opacity: 0.6; } } }
  @media (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
    .result_theme_blue .action__card {
      background: url(../images/result-action-blue-desktop.png) center/cover no-repeat; } }

@media (min-width: 768px), print {
    .result_theme_blue .credits {
      background: -moz-linear-gradient(top, rgba(219, 233, 253, 0) 0%, #dbe9fd 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(219, 233, 253, 0) 0%, #dbe9fd 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(219, 233, 253, 0) 0%, #dbe9fd 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dbe9fd', endColorstr='#dbe9fd',GradientType=0 );
      /* IE6-9 */ } }
  @media (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
    .result_theme_red .action__card {
      background: url(../images/result-action-red-desktop.png) center/cover no-repeat; } }

@media (min-width: 768px), print {
    .result_theme_red .credits {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7dbde+0,f7dbde+100&0+0,1+100 */
      background: -moz-linear-gradient(top, rgba(247, 219, 222, 0) 0%, #f7dbde 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(247, 219, 222, 0) 0%, #f7dbde 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(247, 219, 222, 0) 0%, #f7dbde 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7dbde', endColorstr='#f7dbde',GradientType=0 );
      /* IE6-9 */ } }
  @media (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
    .result_theme_green .action__card {
      background: url(../images/result-action-green-desktop.png) center/cover no-repeat; } }

@media (min-width: 768px), print {
    .result_theme_green .credits {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7f9f8+0,d7f9f8+100&0+0,1+100 */
      background: -moz-linear-gradient(top, rgba(215, 249, 248, 0) 0%, #d7f9f8 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(215, 249, 248, 0) 0%, #d7f9f8 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(215, 249, 248, 0) 0%, #d7f9f8 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d7f9f8', endColorstr='#d7f9f8',GradientType=0 );
      /* IE6-9 */ }
  .download {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    bottom: 25px;
    left: 35px;
    color: black;
    text-decoration: none;
    animation: pulse 3s infinite; }
    .download__title {
      font-family: 'PlayFair', Arial, serif;
      font-weight: normal;
      text-transform: uppercase; }
    .download__arrow {
      font-size: 50px; }
  @keyframes pulse {
    0% {
      transform: scale(1); }
    50% {
      transform: scale(1.3); }
    100% {
      transform: scale(1); } }
  .coords {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.8s ease; }
    .coords__wrapper {
      width: 95%;
      height: 80%;
      position: absolute;
      top: 5%;
      bottom: 5%;
      left: 0;
      right: 0;
      margin: auto; }
    .coords__line {
      opacity: 0.6;
      background: white; }
    .coords__lines {
      display: flex;
      justify-content: space-around;
      align-items: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0%;
      left: 0%;
      transition: all 0.4s ease 0.8s; }
      .coords__lines_hor {
        flex-direction: column; }
        .coords__lines_hor .coords__line {
          height: 1px;
          width: 100%; }
      .coords__lines_ver .coords__line {
        width: 1px;
        height: 100%; }
      .coords__lines_basic .coords__line {
        opacity: 1; }
      .coords__lines_basic.coords__lines_hor {
        transition-delay: 0s; }
        .coords__lines_basic.coords__lines_hor .coords__line {
          height: 2px; }
      .coords__lines_basic.coords__lines_ver {
        transition-delay: 0.4s; }
        .coords__lines_basic.coords__lines_ver .coords__line {
          width: 2px; }
    .coords.hidden {
      background: rgba(0, 0, 0, 0); }
      .coords.hidden .coords__lines_hor, .coords.hidden .coords__lines_ver {
        opacity: 0;
        transition-delay: 0s; }
      .coords.hidden .coords__lines_basic.coords__lines_hor {
        width: 0%;
        transition-delay: 0s; }
      .coords.hidden .coords__lines_basic.coords__lines_ver {
        height: 0%;
        transition-delay: 0s; }
  .route-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    transition: all 0.4s ease;
    background: url(../images/card-1-background-desktop.jpg) center top/cover no-repeat; }
    .route-loader.red {
      background: url(../images/card-2-background-desktop.jpg) center top/cover no-repeat; }
    .route-loader.blue {
      background: url(../images/card-1-background-desktop.jpg) center top/cover no-repeat; }
    .route-loader.green {
      background: url(../images/card-3-background-desktop.jpg) center top/cover no-repeat; }
    .route-loader.hidden {
      opacity: 0; }
  .slogan {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center; } }

.credits {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0; }
  @media (max-width: 991px) {
    .credits {
      bottom: -200px;
      padding-top: 20px;
      padding-bottom: 50px; } }
  .credits:before {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 100%;
    left: 0; }

@media print {
  .pin-carousel,
  .logo {
    display: none; }
  .result_theme_red {
    background: url(../images/result-bg-red-desktop.jpg) center top/cover no-repeat; } }

.scroll-locker {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  overflow: auto;
  opacity: 0; }
  .scroll-locker__viewport {
    width: 100%;
    height: 10000%; }
  .scroll-locker.hidden {
    visibility: hidden; }
