

/* Start:/about/css/animate.css?172140534477758*/
@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

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

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

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

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

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

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

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

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

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

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

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

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

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

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

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

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

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

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

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

@keyframes rollOut {
  from {
    opacity: 1;
  }

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

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/* End */


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

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

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a,
a:hover {
  text-decoration: none;
  color: var(--main-color)
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

button,
input[type=cancel],
input[type=reset],
input[type=submit]:hover {
  cursor: pointer;
}

input[type=file],
input[type=password],
input[type=submit],
input[type=text],
input[type=email],
input[type=search],
textarea,
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: auto;
}

select::ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

body {
  margin: 0;
}

/* Костыль для хедера из шаблона adaptive! */
.container--full {
  max-width: -webkit-fill-available !important;
}

.containers {
  margin: auto;
  max-width: 1140px; }
  .containers .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
  .containers .logo {
    position: relative;
    width: 172px;
    height: 62px; }
    .containers .logo img {
      position: absolute;
      width: 100%;
      height: auto; }
  .containers .header_links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap; }
    .containers .header_links .partner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: flex-end;
      margin-right: 60px;
      cursor: pointer; }
      .containers .header_links .partner:hover i {
        transition: 0.2s;
        text-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72); }
      .containers .header_links .partner:hover a {
        transition: 0.2s;
        text-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72); }
      .containers .header_links .partner i {
        color: #f24c4c; }
      .containers .header_links .partner a {
        align-self: center;
        padding-left: 10px;
        color: #f24c4c;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none; }
    .containers .header_links .come_in {
      margin-right: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: flex-end;
      cursor: pointer; }
      .containers .header_links .come_in i:hover {
        transition: 0.2s;
        color: #f24c4c;
         }
      .containers .header_links .come_in a:hover {
        transition: 0.2s;
        color: #494949;
         }
      .containers .header_links .come_in a {
        align-self: center;
        padding-left: 10px;
        color: #f24c4c;
        
        font-size: 14px;
        text-decoration: none; }

        #userName {
          color: #494949;
          font-weight: bold;
        }

        #userName:hover {
          color: #f24c4c;
        }


        #icon-user {
          font-size: 24px;
          margin-right: 10px;
        }
        .user__option{
          font-size: 14px;
          font-weight: 600;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -ms-align-items: center;
          align-items: center;
        }
        .user__option a{
          display: inline-block;
          vertical-align: middle;
          color: #494949;
        }
        .user-registr{
          position: relative;
        }
        
        .user-registr__dropdown{
          position: absolute;
          top: 0;
          left: -20px;
          width: 190px;
          background: #FFFFFF;
          box-shadow: 1px 1px 30px rgba(30, 30, 30, 0.22);
          border-radius: 25px;
          padding: 20px;
          visibility: hidden;
          opacity: 0;
          -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
          -o-transform: translateY(100%);
          transform: translateY(100%);
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s;
          z-index: 15;
        }
        .user-registr__dropdown.active{
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0);
          visibility: visible;
          opacity: 1;
        }
        .user-registr__name{
          font-size: 14px;
          text-transform: capitalize;
          font-weight: 600;
          margin-bottom: 20px;
          cursor: pointer;
        }

        .user-registr__dropdown__list{
          padding: 0; 
        }

        .user-registr__dropdown__list li{
          list-style: none;
        }
        .user-registr__dropdown__list li:not(:last-child){
          margin-bottom: 15px;         
        }
        .user-registr__dropdown__list li i{
          margin-right: 10px;
        }

        .user-registr__dropdown__list li a{
          font-size: 14px;
          font-weight: 600;
          color:  #f24c4c;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -ms-align-items: center;
          align-items: center;
        }
        
        .user-registr__dropdown__list li a:hover{
          color: #000;
        }
        .user-registr__dropdown__list li a:hover svg{
          fill: #000;
        }
        .user-registr__dropdown__list li a svg{
          width: 15px;
          height: 14px;
          margin-right: 10px;
          fill: #f24c4c;
        }
        
        .user__option .user{
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -ms-align-items: center;
          align-items: center;
          white-space: nowrap;
          font-size: 14px;
          text-transform: capitalize;
        }
        .user__option  .user:hover{
          color: #f24c4c;
        }
        .user__option  .user:hover svg path{
          fill: #f24c4c;
        }
        .user__option .user svg{
          flex: none;
          display: inline-block;
          margin-right: 10px;
          width: 15px !important;
        }
        .user__option .user svg path{
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s;
        }
        .user__option .cart{
          display: -webkit-inline-flex;
          display: -moz-inline-flex;
          display: -ms-inline-flex;
          display: -o-inline-flex;
          display: inline-flex;
          -ms-align-items: center;
          align-items: center;
          margin-left: 20px;
        }
        .user__option .cart svg{
          flex: none;
          fill: #494949;
          margin-right: 10px;
        }


        #overlay {
          position: fixed;
          background-color: rgba(0, 0, 0, 0.7);
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 50; }
        
        .order__popup {
          box-sizing: border-box;
          background-color: #fff;
          width: 90%;
          max-width: 600px;
          padding: 30px 40px;
          position: fixed;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          text-align: center;
          border-radius: 30px;
          z-index: 60; }
        
          .auth__popup{
            max-width: 670px;
            text-align: center;
            font-size: 14px;
          }
          .auth__popup form{
            display: block;
            max-width: 200px;
            margin: 0 auto;
          }
          .input-title{
            margin-bottom: 10px;
          }
          .popup-wrap-input{
            margin-bottom: 25px;
          }
          .popup-input-container{
            position: relative;
          }
          .popup-input-container .check{
            position: absolute;
            width: 14px;
            height: 14px;
            background:transparent url('/bitrix/templates/delivery/img/ico/check.svg') center no-repeat;
            -webkit-background-size: contain;
            background-size: contain;
            right: 25px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            opacity: 0;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
          }
          .popup-input-container .check.active{
            opacity: 1;
          }
          .input{
            display: block;
            width: 100%;
            height: 30px;
            background-color: #eee;
            border-radius: 21px;
            font-size: 14px;
            padding-left: 15px;
          }
          .input--center{
            text-align: center;
            padding-left: 0;
          }
          .popup-input-container--check .input{
            padding-right: 40px;
          }
          #phone_auth:focus{
            background: linear-gradient(78.08deg, #F24C4C 3.82%, #F25C5C 99.52%);
            box-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72);
            color: #fff;
          }
          .code-notice{
            font-size: 13px;
            line-height: 1.3;
            margin-bottom: 30px;
          }
        
          .auth-code-info{
            font-size: 14px;
            color: #A6A6A6;
          }
          .btn-send-code[disabled]{
            background-color: transparent;
            color: #A6A6A6;
            border: 1px solid #a6a6a6;
          }
          .btn-send-code:not([disabled]){
            background: linear-gradient(78.08deg, #F24C4C 3.82%, #F25C5C 99.52%);
            box-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72);
            color: #fff;
            border-color: transparent;
          }
          .btn-send-code:not([disabled]):hover{
            opacity: .8;
          }
          .popup-btns .btn--clear{
            padding-right: 0;
          }
          .popup-btns input.btn--grey{
            padding: 0;
            width: 120px;
            height: 32px;
          }
          .order__popup .close {
            position: absolute;
            width: 13px;
            height: 13px;
            top: 39px;
            right: 50px; }
            .order__popup .close:hover {
              opacity: .7; }
          .auth__popup .close{
            top: 35px;
          }
        .order__popup.account__popup{
          max-width: 620px;
        }
        .order__popup__title {
          font-size: 24px;
          text-align: center;
          margin-bottom: 1em;
          font-weight: 600; }
        .popup__title{
            font-size: 18px;
            color: #494949;
            font-weight: 600;
            text-align: center;
            margin-bottom: 25px;
          }
        .order__popup__text {
          font-size: 1.6rem;
          margin-bottom: 2em; }
        .order__popup__btn{
          justify-content: center;
        }
        .popup__btn {
          display: inline-block;
          font-size: 18px;
          font-weight: 600;
          padding: 10px 20px 12px;
          min-width: 140px;
          border-radius: 20px;
          border: none;
          background: linear-gradient(78.08deg, #F24C4C 3.82%, #F25C5C 99.52%);
          text-align: center;
          color: #fff;
          margin: 0 10px; }
          .popup__btn:hover {
            background-color: #ffb33e;
            color: #fff; }
          .popup__btn:active {
            -webkit-transform: scale(0.95);
                    transform: scale(0.95); }
          .popup__btn--inactive {
            border-color: rgba(0, 0, 0, 0.1);
            color: rgba(255, 255, 255, 0.5);
            cursor: default; }
            .popup__btn--inactive:hover {
              background-color: transparent;
              border-color: rgba(0, 0, 0, 0.1);
              color: rgba(255, 255, 255, 0.5);
              cursor: default; }
        .popup__btn.popup__btn_close{
          background: none;
          color: #ffb33e;
        }
        .popup__form {
          max-width: 500px;
          margin: 0 auto; }
          .popup__form--get-code .popup__input {
            padding-right: 45px; }
          .popup__form .choose__pay {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-align-items: center;
            align-items: center;
            margin-bottom: 20px; }
        .popup__form .choose__pay__item{
          margin-left: 30px;
        }
        .popup__form .choose__pay__item label{
          margin-left: 0;
          font-weight: 600;
        }
        .popup__form  .choose__pay__item label::before{
          border: none;
          order: 1;
        }
        .popup__form  .choose__pay__item input:checked + label::before{
          background-color: transparent;
        }
        .popup__form__line {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -ms-align-items: center;
          align-items: center;
          position: relative;
          margin-bottom: 15px; }
          .popup__form__line:last-child {
            margin-bottom: 0; }
        .popup__form__line span{
          font-size: 18px;
          font-weight: 600;
          margin-left: 30px;
        }
        .input__code {
          width: 153px;
          height: 40px;
          position: absolute;
          border-radius: 25px;
          top: 0;
          right: 0;
          background: linear-gradient(87.39deg, #F24C4C 3.82%, #F25C5C 99.52%);
          color: #fff;
          font-size: 16px;
          -webkit-transition: all .2s;
          transition: all .2s;
          cursor: pointer; }
          .input__code:hover {
            color: #fff;
            background-color: #ffb33e; }
          .input__code--inactive {
            background-color: rgba(0, 0, 0, 0.1);
            color: rgba(255, 255, 255, 0.5);
            cursor: default; }
            .input__code--inactive:hover {
              background-color: rgba(0, 0, 0, 0.1);
              color: rgba(255, 255, 255, 0.5);
              cursor: default; }
        .input__code  .input__code_text{
          margin-left: 0;
        }
        .popup__form__line .popup__btn{
          text-align: center;
          min-width: auto;
          max-width: none;
          margin: 0;
        }
        .popup__input {
          width: 100%;
          height: 40px;
          background-color: #eee;
          border-radius: 20px;
          font-size: 18px;
          padding-left: 20px;
          max-width: 350px; }

          
/* review-popup */
.review-popup{
  position: fixed;
  width: 90%;
  max-width: 500px;
  height: 90vh;
  max-height: 435px;
  left: 50%;
  top: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 30px rgba(30, 30, 30, 0.22);
  border-radius: 25px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 60;
}
.review-popup::after{
  content: '';
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgba(255,255,255, .9), rgba(255, 255, 255, .3));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.review-popup__content{
  height: 100%;
  padding: 20px 30px;
  overflow-y: auto;
}
.close{
  width: 13px;
  height: 13px;
  position: absolute;
  top: 20px;
  right: 30px;
}
.review-popup .close{
  top: 25px;
  right: 30px;
}
.review-popup__title{
  font-size: 18px;
  padding-right: 30px;
  margin-bottom: 25px;
}
.review-popup__item{
  margin-bottom: 30px;
}
.review-popup__item__data{
  margin-bottom: 15px;
}
.review-popup .rait{
  margin-left: 0;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.review-popup .rait .star{
  width: 13px;
  height: 13px;
}
.review-popup__user-name,
.review-popup__item__date{
  font-size: 14px;
  color:  var(--grey);
}
.review-popup__item__text{
  font-size: 14px;
  line-height: 1.3;
}
/* End review-popup */

/* feedback-popup */
.popup{
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 60;
}
.feedback-popup{
  background-color: #fff;
  box-shadow: 1px 1px 30px rgba(30, 30, 30, 0.22);
  border-radius: 25px;
  padding: 25px;
  width: 90%;
  max-width: 900px;

}
.feedback-popup__content{
  max-width: 670px;
  margin: 0 auto;
}
.feedback-popup__title{
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}
.feedback-popup__subtitle{
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
}
.feedback-popup__subtitle a{
  color: var(--orange);
  text-decoration: none;
}
.feedback-popup__subtitle a:hover{
  color: var(--black);
}
.input-row{
  justify-content: space-between;
}
.input-row .input-wrapper {
  width: 48%;
}
.input-wrapper{
  margin-bottom: 20px;
}
.input-wrapper .popup__input{
  width: 100%;
  max-width: 100%;
}

textarea.popup__input{
  resize: none;
  border: none;
  outline: none;
  padding-top: 10px;
  height: 130px;
}
.review-mark{
  text-align: center;
}
.review-mark p{
  font-size: 18px;
  margin-bottom: 20px;
}
.review-mark .krSelectMark{
  overflow: hidden;
  margin: 0 auto;
  float: none !important;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 0;
}
.form__bottom{
  justify-content: space-around;
  margin-top: 30px;
}
.popup__btn--border{
  width: 230px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid var(--grey);
  font-size: 18px;
  font-family: "OpenSans",sans-serif;
  color: var(--grey);
}
.popup__btn--border:hover{
  background: linear-gradient(78.08deg, #F24C4C 3.82%, #F25C5C 99.52%);
  color: #fff;
  border-color: transparent;
}
/* End feedback-popup */

/* work-time-popup */
.work-time-popup{
  background-color: #fff;
  box-shadow: 1px 1px 30px rgba(30, 30, 30, 0.22);
  border-radius: 25px;
  padding: 30px;
  width: 90%;
  max-width: 380px;
}
.work-time-popup .close{
  top: 34px;
  right: 25px;
}
.work-time__top{
  margin-bottom: 30px;
}
.work-time__title{
  font-size: 18px;
}
.work-time__list{
  max-width: 280px;
}
.work-time__list li{
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.work-time__list .work-time__list__top{
  margin-bottom: 30px;
  font-weight: 600;
}
/* End work-time-popup */







        
  .btn {
    display: inline-block;
    font-size: 14px;
    border-radius: 25px;
    padding: 9px 15px;
     }
  .btn--orange{
    background: linear-gradient(78.08deg, #F24C4C 3.82%, #F25C5C 99.52%);
    box-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72);
    color: #fff;
  }
  .btn--orange:hover{
    opacity: .8;
  }
  .btn--lg{
    font-size: 17px;
    padding: 15px 45px;
  }
  .btn--clear{
    color: #F24C4C;
  }
  .btn--clear:hover{
    color:#494949;
  }
  .btn--grey{
    background-color: transparent;
    color: #A6A6A6;
    border: 1px solid #a6a6a6;
  }
  .btn--grey[disabled]:hover{
    color: #A6A6A6;
    border: 1px solid #a6a6a6;
  }
  .btn--grey:hover{
    color: #F24C4C;
    border-color: #F24C4C;
  }


  .block-info__list {
    padding: 15px;
    background: none;
  }
  .block-info__list option {
    padding: 10px;
  }
  .block-four .cards_three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
  }
  @media (max-width: 1279px) {
    .block-four .cards_three {
      flex-direction: column;
    }
  }
  .block-four .cards_three .card {
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    color: #494949;
    width: 33%;
  }
  .containers .block-one {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 100%;
    margin: auto; }
    .containers .block-one_left {
      margin: 40px 0 0 95px;
      margin-right: 10px; }
      .containers .block-one_left .p1 {
        font-weight: bold;
        font-size: 24px; }
      .containers .block-one_left .p2 {
        font-size: 24px;
        margin-bottom: 60px; }
        .containers .block-one_left .p2 .ws {
          white-space: nowrap; }
      .containers .block-one_left .p2_mobile, .menu {
        display: none; }
      .containers .block-one_left .block-one_left_mobile_se {
        display: none; }
      .containers .block-one_left .block-one_left_mobile_8p {
        display: none; }
      .containers .block-one_left .app_store {
        margin-top: 50px;
        margin-bottom: 40px;
        text-decoration: none; }
      .containers .block-one_left .lh {
        margin-top: 35px;
        font-size: 14px; }
        .containers .block-one_left .lh:hover .p3 {
          transition: 0.2s;
          text-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72); }
        .containers .block-one_left .lh .p3 {
          color: #f24c4c;
          text-decoration: none;
          font-weight: bold;
          font-size: 14px; }
      .containers .block-one_left .lh_mobile {
        display: none; }
    .containers .block-one_right {
      position: relative;
      max-width: 650px; }
      .containers .block-one_right img {
        height: auto;
        width: 100%; }
  .containers .more a {
    text-decoration: none; }
    .containers .more a:hover .empty {
      animation: swing 0.8s ease;
      animation-iteration-count: 2; }
    .containers .more a p {
      position: relative;
      color: #a6a6a6;
      font-size: 18px;
      text-align: center; }
    .containers .more a .empty {
      padding: 1px; }
      .containers .more a .empty::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 153%;
        right: 49.5%;
        margin-top: -20px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #a6a6a6;
        border-right: 2px solid #a6a6a6;
        transform: rotate(45deg); }
  .containers .wrappers {
    display: block; }
  .containers .string1 {
    margin-top: 50px;
    margin-bottom: 60px;
    width: 100%;
    padding: 2px;
    background-image: linear-gradient(1deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100% 1px; }
  .containers .string2 {
    margin-top: 80px;
    margin-bottom: 60px;
    width: 100%;
    padding: 2px;
    background-image: linear-gradient(1deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100% 1px; }
  .containers .string3 {
    top: -120px;
    z-index: -1;
    margin-bottom: 40px;
    width: 100%;
    padding: 2px;
    background-image: linear-gradient(1deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100% 1px; }
  .containers .block-two {
    position: relative;
    margin: 60px; }
    .containers .block-two_3steps .head {
      margin-bottom: 0px;
      font-weight: bold;
      font-size: 36px;
      text-align: center; }
    .containers .block-two_3steps .mid {
      margin-top: 5px;
      margin-bottom: 30px;
      font-size: 24px;
      line-height: normal;
      text-align: center; }
    .containers .block-two_3steps .mid_mobile {
      display: none; }
      
    .containers .block-two .block .block_cards {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin: 0 35px; }
      .containers .block-two .block .block_cards .card_one {
        box-sizing: content-box;
        font-size: 24px;
        margin-right: 149px;
        padding: 20px;
        width: 177px;
        height: 241px;
        background: #FFFFFF;
        box-shadow: 2px 2px 40px rgba(30, 30, 30, 0.22);
        border-radius: 25px; }
        .containers .block-two .block .block_cards .card_one::after {
          content: "";
          display: inline-block;
          position: absolute;
          left: 320px;
          top: 280px;
          width: 10px;
          height: 10px;
          border-bottom: 3px solid #f24c4c;
          border-right: 3px solid #f24c4c;
          transform: rotate(-45deg); }
        .containers .block-two .block .block_cards .card_one .a_mobile_one {
          display: none; }
        .containers .block-two .block .block_cards .card_one .head {
          margin: 23px 0;
          font-weight: bold;
          font-size: 14px; }
        .containers .block-two .block .block_cards .card_one .body {
          font-size: 13px;
          color: #121212; }
      .containers .block-two .block .block_cards .card_two {
        font-size: 24px;
        box-sizing: content-box;
        margin-right: 149px;
        padding: 20px;
        width: 177px;
        height: 241px;
        background: #FFFFFF;
        box-shadow: 2px 2px 40px rgba(30, 30, 30, 0.22);
        border-radius: 25px; }
        .containers .block-two .block .block_cards .card_two::after {
          content: "";
          display: inline-block;
          position: absolute;
          left: 685px;
          top: 280px;
          width: 10px;
          height: 10px;
          border-bottom: 3px solid #f24c4c;
          border-right: 3px solid #f24c4c;
          transform: rotate(-45deg); }
        .containers .block-two .block .block_cards .card_two .a_mobile_two {
          display: none; }
        .containers .block-two .block .block_cards .card_two .head {
          margin: 23px 0;
          font-weight: bold;
          font-size: 14px; }
        .containers .block-two .block .block_cards .card_two .body {
          font-size: 13px;
          color: #121212; }
      .containers .block-two .block .block_cards .card_three {
        box-sizing: content-box;
        font-size: 24px;
        padding: 20px;
        width: 177px;
        height: 241px;
        background: #FFFFFF;
        box-shadow: 2px 2px 40px rgba(30, 30, 30, 0.22);
        border-radius: 25px; }
        .containers .block-two .block .block_cards .card_three .a_mobile_three {
          display: none; }
        .containers .block-two .block .block_cards .card_three .head {
          margin: 23px 0;
          font-weight: bold;
          font-size: 14px; }
        .containers .block-two .block .block_cards .card_three .body {
          font-size: 13px;
          color: #121212; }
  .containers .bowl {
    position: absolute;
    right: -13%;
    top: 62%;
    max-width: 330px;
    max-height: 330px; }
    .containers .bowl img {
      width: 100%;
      height: auto; }
  .containers .bowl_mobile_se {
    display: none; }
  .containers .bowl_mobile_8p {
    display: none; }
  .containers .spinach {
    position: absolute;
    left: -40px;
    top: 47px;
    z-index: -1;
    max-width: 135px;
    max-height: 121px; }
    .containers .spinach img {
      width: 100%;
      height: auto; }
  .containers .block-three .block-three_content_mobile {
    display: none; }
  .containers .block-three_why .head {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 36px;
    text-align: center; }
  .containers .block-three_why .mid {
    margin-top: 5px;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: normal;
    text-align: center; }
  .containers .block-three_content {
    position: relative;

    flex-wrap: nowrap;}
    .containers .block-three_content_left .bold {
      margin-left: 95px;
      font-weight: 600;
      font-size: 18px; }
    .containers .block-three_content_left .norm {
      margin-left: 95px;
      font-size: 18px; 
      line-height: 1.5;}
    .containers .block-three_content_left .img-wrap {
      margin-top: 70px;
      position: relative;
      max-width: 650px; }
      .containers .block-three_content_left .img-wrap img {
        height: auto;
        width: 100%; }
    .containers .block-three_content_right {
        width: 440px; }
      .containers .block-three_content_right .bold_quest {
        font-weight: 600;
        font-size: 18px; }
      .containers .block-three_content_right .wrap1 .norm1 {
        font-size: 18px;
        margin-bottom: 0px;
        cursor: pointer; }
      .containers .block-three_content_right .wrap1 .norm1_color {
        color: #f24c4c; }
      .containers .block-three_content_right .wrap1 .ital1 {
        display: none;
        font-size: 18px;
        font-style: italic; }
      .containers .block-three_content_right .wrap1 .ital1_active {
        display: block;
        font-size: 18px;
        font-style: italic;
        margin-bottom: 0; }
      .containers .block-three_content_right .wrap1 .faq_string1 {
        width: 85%;
        padding: 2px;
        border-bottom: 2px dashed #f24c4c; }
      .containers .block-three_content_right .wrap1 .faq_string1_none {
        display: none; }
      .containers .block-three_content_right .wrap1:hover .norm1 {
        transition: 0.2s;
        color: #f24c4c; }
      .containers .block-three_content_right .wrap2 .norm2 {
        font-size: 18px;
        margin-bottom: 0px;
        cursor: pointer; }
      .containers .block-three_content_right .wrap2 .ital2 {
        display: none;
        font-size: 18px;
        font-style: italic; }
      .containers .block-three_content_right .wrap2 .ital2_active {
        display: block;
        font-size: 18px;
        font-style: italic;
        margin-bottom: 0; }
      .containers .block-three_content_right .wrap2 .faq_string2 {
        width: 85%;
        padding: 2px;
        border-bottom: 2px dashed #f24c4c; }
      .containers .block-three_content_right .wrap2 .faq_string2_none {
        display: none; }
      .containers .block-three_content_right .wrap2:hover .norm2 {
        transition: 0.2s;
        color: #f24c4c; }
      .containers .block-three_content_right .wrap3 .norm3 {
        font-size: 18px;
        margin-bottom: 0px;
        cursor: pointer; }
      .containers .block-three_content_right .wrap3 .ital3 {
        display: none;
        font-size: 18px;
        font-style: italic; }
      .containers .block-three_content_right .wrap3 .ital3_active {
        display: block;
        font-size: 18px;
        font-style: italic;
        margin-bottom: 0; }
      .containers .block-three_content_right .wrap3 .faq_string3 {
        width: 85%;
        padding: 2px;
        border-bottom: 2px dashed #f24c4c; }
      .containers .block-three_content_right .wrap3 .faq_string3_none {
        display: none; }
      .containers .block-three_content_right .wrap3:hover .norm3 {
        transition: 0.2s;
        color: #f24c4c; }
      .containers .block-three_content_right .wrap4 .norm4 {
        font-size: 18px;
        margin-bottom: 0px;
        cursor: pointer; }
      .containers .block-three_content_right .wrap4 .ital4 {
        display: none;
        font-size: 18px;
        font-style: italic; }
        .containers .block-three_content_right .wrap4 .ital4 a {
          color: #f24c4c; }
      .containers .block-three_content_right .wrap4 .ital4_active {
        display: block;
        font-size: 18px;
        font-style: italic;
        margin-bottom: 0; }
      .containers .block-three_content_right .wrap4 .faq_string4 {
        width: 85%;
        padding: 2px;
        border-bottom: 2px dashed #f24c4c; }
      .containers .block-three_content_right .wrap4 .faq_string4_none {
        display: none; }
      .containers .block-three_content_right .wrap4:hover .norm4 {
        transition: 0.2s;
        color: #f24c4c; }
    .containers .block-three_content .button {
      position: relative;
      top: 100px;
      right: 0; }
      .containers .block-three_content .button .comp {
        display: block;
        color: #f24c4c;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
        text-align: center; }
        .containers .block-three_content .button .comp:hover {
          transition: 0.2s;
          text-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72); }
      .containers .block-three_content .button .btn {
        margin: 10px;
        margin-top: 30px;
        padding: 17.5px 63px;
        color: #FFFFFF;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-size: 20px;
        font-weight: 600;
        line-height: 22px; }
        .containers .block-three_content .button .btn-primary {
          box-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72);
          border-radius: 25px; }
          .containers .block-three_content .button .btn-primary:hover {
            transition: 0.8s;
            box-shadow: none; }
  .containers .footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    height: 2px;
    margin-bottom: 65px; }
    .containers .footer_left {
      position: relative;
      left: 470px;
      top: -110px; }
      .containers .footer_left .partner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: flex-end;
        cursor: pointer; }
        .containers .footer_left .partner:hover i {
          transition: 0.2s;
          text-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72); }
        .containers .footer_left .partner:hover a {
          transition: 0.2s;
          text-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72); }
        .containers .footer_left .partner i {
          color: #f24c4c; }
        .containers .footer_left .partner a {
          align-self: center;
          padding-left: 10px;
          color: #f24c4c;
          font-weight: bold;
          font-size: 14px;
          text-decoration: none; }
    .containers .footer_right {
      position: relative;
      top: -122px; }
      .containers .footer_right .logo_footer {
        text-align: end; }
        .containers .footer_right .logo_footer img {
          left: 0px;
          max-width: 172px; }
        .containers .footer_right .logo_footer a {
          margin-right: 10px;
          color: #494949;
          display: block;
          text-decoration: none;
          font-weight: 600;
          font-size: 14px;
          line-height: 33px;
          text-align: right; }
          .containers .footer_right .logo_footer a:hover {
            transition: 0.2s;
            color: #f24c4c; }
  .containers .footer_mobile {
    display: none; }





    #overlay {
      position: fixed;
      background-color: rgba(0, 0, 0, 0.7);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 50; }
    
    .order__popup {
      background-color: #fff;
      width: 90%;
      max-width: 600px;
      padding: 30px 40px;
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: center;
      border-radius: 30px;
      z-index: 60; }
    
      .auth__popup{
        max-width: 670px;
        text-align: center;
        font-size: 14px;
      }
      .auth__popup form{
        display: block;
        max-width: 200px;
        margin: 0 auto;
      }
    
    
    
    
    
      .support__popup * {
        box-sizing: border-box;
      }

      .support__popup .input_container {
        width: 100%;
      }

      .support__popup {
        max-width: 900px;
        box-sizing: border-box;
        color: #000;
      }

      .support__popup .flex {
        flex-wrap: wrap;
      }

      .support__popup .flex--around {
        justify-content: space-around;
      }

      .support__popup .div_check {
        position: relative;
        top: 25px;
      }
    
      .support__popup #result_form {
        margin: 20px;
        font-size: 18px;
      }
    
      .support__popup form {
        max-width: 600px;
        margin: auto;
      }
    
      .support__popup .input {
        text-align: center;
        box-sizing: border-box;
        margin-top: 10px;
      }
    
      .support__popup .popup__title {
        font-size: 24px;
        margin-bottom: 14px;
        margin-top: 25px;
      }
    
      .support__popup .popup__subtitle {
        font-size:18px;
        margin-bottom: 25px;
      }
    
      .support__popup .popup__subtitle a {
        color: #f24c4c;
      }
    
      .support__popup .popup__input {
        max-width: 600px;
        height: 150px;
        font-size: 14px;
      }

      .support__popup #btn_support {
        margin-top: 10px;
      }

      .support__popup .popup__input:hover{
        color: #FFFFFF;
        background: linear-gradient(76.11deg, #F24C4C 3.82%, #F25C5C 99.52%);
        box-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72);
        transition: 0.4s;        
      }

      .support__popup .input:hover{
        color: #FFFFFF;
        background: linear-gradient(76.11deg, #F24C4C 3.82%, #F25C5C 99.52%);
        box-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72);
        transition: 0.4s;
      }

      .support__popup .input:hover::-webkit-input-placeholder {color:#FFFFFF; opacity:1;}
      .support__popup .input:hover::-moz-placeholder          {color:#FFFFFF; opacity:1;}
      .support__popup .input:hover:-moz-placeholder           {color:#FFFFFF; opacity:1;}
      .support__popup .input:hover:-ms-input-placeholder      {color:#FFFFFF; opacity:1;}
      .support__popup .popup__input:hover::-webkit-input-placeholder {color:#FFFFFF; opacity:1;}
      .support__popup .popup__input:hover::-moz-placeholder          {color:#FFFFFF; opacity:1;}
      .support__popup .popup__input:hover:-moz-placeholder           {color:#FFFFFF; opacity:1;}
      .support__popup .popup__input:hover:-ms-input-placeholder      {color:#FFFFFF; opacity:1;}
    
    
    
    
    
    
      .input-title{
        margin-bottom: 10px;
      }
      .popup-wrap-input{
        margin-bottom: 25px;
      }
      .popup-input-container{
        position: relative;
      }
      .popup-input-container .check{
        position: absolute;
        width: 14px;
        height: 14px;
        background:transparent url('/bitrix/templates/delivery/img/ico/check.svg') center no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        right: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
      }
      .popup-input-container .check.active{
        opacity: 1;
      }
      .input{
        display: block;
        width: 100%;
        height: 30px;
        background-color: #eee;
        border-radius: 21px;
        font-size: 14px;
        padding-left: 15px;
      }
      .input--center{
        text-align: center;
        padding-left: 0;
      }
      .popup-input-container--check .input{
        padding-right: 40px;
      }
      #phone_auth:focus{
        background: linear-gradient(78.08deg, #F24C4C 3.82%, #F25C5C 99.52%);
        box-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72);
        color: #fff;
      }
      .code-notice{
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 30px;
      }
    
      .auth-code-info{
        font-size: 14px;
        color: #A6A6A6;
      }
      .btn-send-code[disabled]{
        background-color: transparent;
        color: #A6A6A6;
        border: 1px solid #a6a6a6;
      }
      .btn-send-code:not([disabled]){
        background: linear-gradient(78.08deg, #F24C4C 3.82%, #F25C5C 99.52%);
        box-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72);
        color: #fff;
        border-color: transparent;
      }
      .btn-send-code:not([disabled]):hover{
        opacity: .8;
      }
      .popup-btns .btn--clear{
        padding-right: 0;
      }
      .popup-btns input.btn--grey{
        padding: 0;
        width: 120px;
        height: 32px;
      }
      .order__popup .close {
        position: absolute;
        width: 13px;
        height: 13px;
        top: 39px;
        right: 50px; }
        .order__popup .close:hover {
          opacity: .7; }
      .auth__popup .close{
        top: 35px;
      }
    .order__popup.account__popup{
      max-width: 620px;
    }
    .order__popup__title {
      font-size: 24px;
      text-align: center;
      margin-bottom: 1em;
      font-weight: 600; }
    .popup__title{
        font-size: 18px;
        color: #494949;
        font-weight: 600;
        text-align: center;
        margin-bottom: 25px;
      }
    .order__popup__text {
      font-size: 1.6rem;
      margin-bottom: 2em; }
    .order__popup__btn{
      justify-content: center;
    }
    .popup__btn {
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
      padding: 10px 20px 12px;
      min-width: 140px;
      border-radius: 20px;
      border: none;
      background: linear-gradient(78.08deg, #F24C4C 3.82%, #F25C5C 99.52%);
      text-align: center;
      color: #fff;
      margin: 0 10px; }
      .popup__btn:hover {
        background-color: #ffb33e;
        color: #fff; }
      .popup__btn:active {
        -webkit-transform: scale(0.95);
                transform: scale(0.95); }
      .popup__btn--inactive {
        border-color: rgba(0, 0, 0, 0.1);
        color: rgba(255, 255, 255, 0.5);
        cursor: default; }
        .popup__btn--inactive:hover {
          background-color: transparent;
          border-color: rgba(0, 0, 0, 0.1);
          color: rgba(255, 255, 255, 0.5);
          cursor: default; }
    .popup__btn.popup__btn_close{
      background: none;
      color: #ffb33e;
    }
    .popup__form {
      max-width: 500px;
      margin: 0 auto; }
      .popup__form--get-code .popup__input {
        padding-right: 45px; }
      .popup__form .choose__pay {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-align-items: center;
        align-items: center;
        margin-bottom: 20px; }
    .popup__form .choose__pay__item{
      margin-left: 30px;
    }
    .popup__form .choose__pay__item label{
      margin-left: 0;
      font-weight: 600;
    }
    .popup__form  .choose__pay__item label::before{
      border: none;
      order: 1;
    }
    .popup__form  .choose__pay__item input:checked + label::before{
      background-color: transparent;
    }
    .popup__form__line {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      position: relative;
      margin-bottom: 15px; }
      .popup__form__line:last-child {
        margin-bottom: 0; }
    .popup__form__line span{
      font-size: 18px;
      font-weight: 600;
      margin-left: 30px;
    }
    .input__code {
      width: 153px;
      height: 40px;
      position: absolute;
      border-radius: 25px;
      top: 0;
      right: 0;
      background: linear-gradient(87.39deg, #F24C4C 3.82%, #F25C5C 99.52%);
      color: #fff;
      font-size: 16px;
      -webkit-transition: all .2s;
      transition: all .2s;
      cursor: pointer; }
      .input__code:hover {
        color: #fff;
        background-color: #ffb33e; }
      .input__code--inactive {
        background-color: rgba(0, 0, 0, 0.1);
        color: rgba(255, 255, 255, 0.5);
        cursor: default; }
        .input__code--inactive:hover {
          background-color: rgba(0, 0, 0, 0.1);
          color: rgba(255, 255, 255, 0.5);
          cursor: default; }
    .input__code  .input__code_text{
      margin-left: 0;
    }
    .popup__form__line .popup__btn{
      text-align: center;
      min-width: auto;
      max-width: none;
      margin: 0;
    }
    .popup__input {
      width: 100%;
      height: 40px;
      background-color: #eee;
      border-radius: 20px;
      font-size: 18px;
      padding-left: 20px;
      max-width: 350px; }
      
      textarea.popup__input {
        resize: none;
        border: none;
        outline: none;
        padding-top: 10px;
        height: 130px;
    }


    .checkbox{
      margin-bottom: 20px;
    }
    .checkbox input{
      display: none;
    }
    .checkbox label{
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flex;
      display: -o-inline-flex;
      display: inline-flex;
      -ms-align-items: center;
      align-items: center;
      font-size: 14px;
      font-weight: 600;
      position: relative;
      cursor: pointer;
    }
    .checkbox label::before{
      content: '';
      flex: none;
      width: 18px;
      height: 18px;
      background: url('/bitrix/templates/delivery/img/ico/check.svg') center no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      position: absolute;
      right: -4px;
      bottom: -1px;
      opacity: 0;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
    }
    .checkbox label::after{
      content: '';
      flex: none;
      width: 12px;
      height: 12px;
      background-color: #E0E0E0;
      border-radius: 2px;
      margin-left: 10px;
    }
    .checkbox input:checked + label::before{
      opacity: 1;
    }

    
.order__popup__row__links{
  font-size: 14px;
  margin-bottom: 15px;
}
.order__popup__row__links:last-child{
  margin-bottom: 0;
}

.order__popup__name-order{
  display: inline-block;
  padding-bottom: 3px;
  color: #494949;
  border-bottom: 2px dashed #ababab;
  margin-right: 7px;
  font-weight: 400;
  position: relative;
}
.order__popup__name-order::before{
  content: '';
  width: 3px;
  height: 20px;
  background-color: #f24c4c;
  position: absolute;
  top: 0;
  left: -11px;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
.order__popup__name-order:hover{
  color:#f24c4c;
  border-bottom-color: transparent;
}
.order__popup__name-order.active{
  color: #494949;
  text-decoration: none;
  border-bottom-color: transparent;
}
.order__popup__name-order.active::before{
  opacity: 1;
}
.cafe-name{
  font-size: 18px;
  font-weight: 600;
}
.order__popup__row__links b{
  font-weight: 700;
}
.order__popup__link{
  font-size: 14px;
  color:#f24c4c;
  padding: 0 7px;
}
.order__popup__link:hover{
  color: #494949;
}

.order__popup__menu{
  max-width: 445px;
  text-align: left;
  padding: 12px 60px 12px 30px;
  box-shadow: 1px 1px 30px rgba(30, 30, 30, 0.22);
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px;
  display: none;
}
.order__popup__menu ul{
  counter-reset: number;
}
.order__popup__menu ul li{
  padding-left: 12px;
  position: relative;
  line-height: 1.3;
}
.order__popup__menu ul li::before{
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  top: 0;
}
.order__popup__menu ul li:not(:last-child){
  margin-bottom: 15px;
}
.close-order__popup__menu{
  position: absolute;
  top: 15px;
  right: 30px;
  width: 18px;
  height: 8px;
  background: url('/bitrix/templates/delivery/img/ico/angle-top.svg') 0 0 no-repeat;
}
.order__popup.orders__popup{
  padding-left: 80px;
  padding-right: 80px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: overlay;
}

.order__popup.orders__popup::-webkit-scrollbar { width: 0; }

/* ie 10+ */
.order__popup.orders__popup { -ms-overflow-style: none; }
    
    .review-add-thanks, .submit-container {
      text-align: center;
      font-size: 14px;
    }
    








      .flex {
        display: flex;
      }

      .flex--center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      } 
      
      .flex--between {        
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
      }

      .close {
        background: transparent url(/bitrix/templates/delivery/css/../img/ico/close.svg) left top no-repeat;
        background-size: contain;}

        .popup-input-container .check {
          position: absolute;
          width: 14px;
          height: 14px;
          background: transparent url(/bitrix/templates/delivery/css/../img/ico/check.svg) center no-repeat;
          -webkit-background-size: contain;
          background-size: contain;
          right: 25px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          opacity: 0;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s;
      }
      .popup-input-container .check.active {
        opacity: 1;
    }








@media (max-width: 1270px) {
  body {
    min-width: 1140px; }

  .containers {
    max-width: 1140; }
    .containers .bowl {
      right: -50px;
      top: 62%;
      max-width: 330px;
      max-height: 330px; }
      .containers .bowl img {
        width: 100%;
        height: auto; } }
@media (max-width: 320px) {
  .support__popup .popup__input {
    height: 100px;
  }
  body {
    min-width: 320px;
    padding-top: 20px; }
    body .containers {
      margin: auto;
      max-width: 414px; }
      body .containers .header {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center; }
      body .containers .logo {
        position: relative;
        width: 82px;
        height: 30px; }
        body .containers .logo img {
          position: absolute;
          width: 100%;
          height: auto; }
      body .containers .header_links {
        display: none; }
      body .containers .block-one {
        margin: auto; }
        body .containers .block-one_left {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          margin: 25px 0 50px 0; }
          body .containers .block-one_left .p1 {
            margin-left: 30px;
            margin-top: 0;
            font-weight: 600;
            font-size: 14px; }
          body .containers .block-one_left .p2 {
            display: none; }
          body .containers .block-one_left .p2_mobile {
            margin-left: 30px;
            display: block;
            margin-top: 0;
            font-weight: 100;
            font-size: 14px;
            margin-bottom: 0; }
            body .containers .block-one_left .p2_mobile .ws {
              white-space: nowrap; }
          body .containers .block-one_left .block-one_left_mobile_se {
            margin-left: 30px;
            display: block;
            position: relative; }
            body .containers .block-one_left .block-one_left_mobile_se img {
              height: auto;
              width: 100%; }
          body .containers .block-one_left .app_store {
            margin-top: 25px;
            margin-bottom: 0;
            align-self: center;
            text-decoration: none; }
            body .containers .block-one_left .app_store img {
              width: 150px;
              height: 44px; }
          body .containers .block-one_left .lh {
            display: none; }
          body .containers .block-one_left .lh_mobile {
            margin-bottom: 0;
            text-align: center;
            display: block;
            align-self: center;
            margin-top: 8px;
            font-size: 12px;
            color: #494949;
            font-weight: 600;
            font-size: 12px; }
            body .containers .block-one_left .lh_mobile .p3 {
              color: #f24c4c;
              text-decoration: none; }
        body .containers .block-one_right {
          display: none; }
      body .containers .more {
        display: none; }
      body .containers .wrappers .string1 {
        display: none; }
      body .containers .wrappers .string2 {
        display: none; }
      body .containers .wrappers .string3 {
        display: none; }
      body .containers .wrappers .block-two {
        margin: 0px; }
        body .containers .wrappers .block-two_3steps .head {
          margin-top: 0;
          margin-bottom: 0px;
          font-weight: 600;
          font-size: 18px;
          text-align: center; }
        body .containers .wrappers .block-two_3steps .mid {
          display: none; }
        body .containers .wrappers .block-two_3steps .mid_mobile {
          display: block;
          margin-top: 5px;
          margin-bottom: 30px;
          font-weight: 200;
          font-size: 14px;
          line-height: normal;
          text-align: center; }
        body .containers .wrappers .block-two .block .block_cards {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          align-items: center;
          margin: 0px;
          margin-bottom: -910px;
          width: 100%; }
          body .containers .wrappers .block-two .block .block_cards .card_one {
            position: relative;
            top: -4px;
            left: 0px;
            z-index: 3;
            margin-right: 0px;
            padding: 20px;
            width: 177px;
            height: 241px;
            background: #FFFFFF;
            box-shadow: 2px 2px 20px rgba(30, 30, 30, 0.22);
            border-radius: 25px; }
            body .containers .wrappers .block-two .block .block_cards .card_one::after {
              content: "";
              display: none;
              position: absolute;
              left: 320px;
              top: 280px;
              width: 10px;
              height: 10px;
              border-bottom: 3px solid #f24c4c;
              border-right: 3px solid #f24c4c;
              transform: rotate(-45deg); }
            body .containers .wrappers .block-two .block .block_cards .card_one .a_mobile_one {
              display: inline-block;
              position: relative;
              left: 59px;
              top: -4px;
              font-weight: 600;
              font-size: 14px;
              color: #f24c4c;
              text-decoration: none; }
              body .containers .wrappers .block-two .block .block_cards .card_one .a_mobile_one::after {
                content: "";
                display: block;
                position: absolute;
                left: 71px;
                top: 3px;
                width: 10px;
                height: 10px;
                border-bottom: 3px solid #f24c4c;
                border-right: 3px solid #f24c4c;
                transform: rotate(-45deg); }
            body .containers .wrappers .block-two .block .block_cards .card_one .head {
              margin: 23px 0;
              font-weight: bold;
              font-size: 14px; }
            body .containers .wrappers .block-two .block .block_cards .card_one .body {
              font-size: 13px;
              color: #121212; }
          body .containers .wrappers .block-two .block .block_cards .card_two {
            position: relative;
            top: -285px;
            left: 10px;
            z-index: 2;
            margin-right: 0px;
            padding: 20px;
            width: 177px;
            height: 241px;
            background: #FFFFFF;
            box-shadow: 2px 2px 20px rgba(30, 30, 30, 0.22);
            border-radius: 25px; }
            body .containers .wrappers .block-two .block .block_cards .card_two::after {
              content: "";
              display: none;
              position: absolute;
              left: 685px;
              top: 280px;
              width: 10px;
              height: 10px;
              border-bottom: 3px solid #f24c4c;
              border-right: 3px solid #f24c4c;
              transform: rotate(-45deg); }
            body .containers .wrappers .block-two .block .block_cards .card_two .a_mobile_two {
              position: relative;
              left: 59px;
              top: -4px;
              font-weight: 600;
              font-size: 14px;
              color: #f24c4c;
              text-decoration: none;
              display: inline-block; }
              body .containers .wrappers .block-two .block .block_cards .card_two .a_mobile_two::after {
                content: "";
                display: block;
                position: absolute;
                left: 69px;
                top: 3px;
                width: 10px;
                height: 10px;
                border-bottom: 3px solid #f24c4c;
                border-right: 3px solid #f24c4c;
                transform: rotate(-45deg); }
            body .containers .wrappers .block-two .block .block_cards .card_two .a_mobile_two_active {
              position: relative;
              left: 59px;
              top: -4px;
              font-weight: 600;
              font-size: 14px;
              color: #f24c4c;
              text-decoration: none;
              display: inline-block; }
              body .containers .wrappers .block-two .block .block_cards .card_two .a_mobile_two_active::after {
                content: "";
                display: block;
                position: absolute;
                left: -17px;
                top: 3px;
                width: 10px;
                height: 10px;
                border-bottom: 3px solid #f24c4c;
                border-right: 3px solid #f24c4c;
                transform: rotate(135deg); }
            body .containers .wrappers .block-two .block .block_cards .card_two .head {
              margin: 23px 0;
              font-weight: bold;
              font-size: 14px; }
            body .containers .wrappers .block-two .block .block_cards .card_two .body {
              font-size: 13px;
              color: #121212; }
          body .containers .wrappers .block-two .block .block_cards .card_three {
            position: relative;
            top: -565px;
            left: 20px;
            z-index: 1;
            padding: 20px;
            width: 177px;
            height: 241px;
            background: #FFFFFF;
            box-shadow: 2px 2px 20px rgba(30, 30, 30, 0.22);
            border-radius: 25px; }
            body .containers .wrappers .block-two .block .block_cards .card_three .a_mobile_three {
              position: relative;
              left: 59px;
              top: -4px;
              font-weight: 600;
              font-size: 14px;
              color: #f24c4c;
              text-decoration: none;
              display: inline-block; }
              body .containers .wrappers .block-two .block .block_cards .card_three .a_mobile_three::after {
                content: "";
                display: block;
                position: absolute;
                left: -17px;
                top: 3px;
                width: 10px;
                height: 10px;
                border-bottom: 3px solid #f24c4c;
                border-right: 3px solid #f24c4c;
                transform: rotate(135deg); }
            body .containers .wrappers .block-two .block .block_cards .card_three .head {
              margin: 23px 0;
              font-weight: bold;
              font-size: 14px; }
            body .containers .wrappers .block-two .block .block_cards .card_three .body {
              font-size: 13px;
              color: #121212; }
          body .containers .wrappers .block-two .block .block_cards .card_one_active1 {
            z-index: 2; }
          body .containers .wrappers .block-two .block .block_cards .card_one_active2 {
            z-index: 1; }
          body .containers .wrappers .block-two .block .block_cards .card_one_active3 {
            z-index: 3; }
          body .containers .wrappers .block-two .block .block_cards .card_two_active1 {
            z-index: 3; }
          body .containers .wrappers .block-two .block .block_cards .card_two_active2 {
            z-index: 2; }
          body .containers .wrappers .block-two .block .block_cards .card_three_active1 {
            z-index: 3; }
          body .containers .wrappers .block-two .block .block_cards .card_three_active2 {
            z-index: 1; }
      body .containers .wrappers .bowl {
        display: none;
        position: absolute;
        right: -13%;
        top: 62%;
        max-width: 330px;
        max-height: 330px; }
        body .containers .wrappers .bowl img {
          width: 100%;
          height: auto; }
      body .containers .wrappers .bowl_mobile_se {
        display: block;
        position: absolute;
        z-index: 4;
        right: auto;
        top: 284px;
        max-width: 170px;
        max-height: 170px; }
        body .containers .wrappers .bowl_mobile_se img {
          width: 100%;
          height: auto; }
      body .containers .wrappers .spinach {
        display: none;
        position: absolute;
        left: -40px;
        top: 80px;
        z-index: -1;
        max-width: 135px;
        max-height: 121px; }
        body .containers .wrappers .spinach img {
          width: 100%;
          height: auto; }
      body .containers .wrappers .block-three {
        margin-top: 430px; }
        body .containers .wrappers .block-three_why .head {
          margin-top: 0;
          margin-bottom: 0px;
          font-weight: 600;
          font-size: 18px;
          text-align: center; }
        body .containers .wrappers .block-three_why .mid {
          margin-top: 5px;
          margin-bottom: 30px;
          font-weight: 200;
          font-size: 14px;
          line-height: normal;
          text-align: center; }
        body .containers .wrappers .block-three_content {
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: nowrap;
          justify-content: space-between; }
          body .containers .wrappers .block-three_content_left {
            display: none; }
          body .containers .wrappers .block-three_content_right {
            display: none; }
          body .containers .wrappers .block-three_content .block-three_content_mobile {
            display: block;
            margin-bottom: -113px; }
            body .containers .wrappers .block-three_content .block-three_content_mobile .bold {
              margin-left: 30px;
              margin-right: 35px;
              font-weight: 600;
              font-size: 12px; }
            body .containers .wrappers .block-three_content .block-three_content_mobile .norm {
              margin-left: 30px;
              margin-right: 35px;
              font-size: 12px; 
              line-height: 1.5;
            }
            body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile {
              display: block;
              text-align: center;
              position: relative;
              top: 0px;
              right: 0px;
              margin-left: 30px;
              margin-right: 35px; }
              body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile .comp {
                display: none;
                color: #f24c4c;
                font-weight: bold;
                font-size: 14px;
                text-decoration: none;
                text-align: center; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile .comp:hover {
                  text-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72); }
              body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile .btn {
                margin: 0px;
                margin-top: 40px;
                margin-bottom: 30px;
                padding: 11.5px 44px;
                color: #FFFFFF;
                display: inline-block;
                text-align: center;
                text-decoration: none;
                font-size: 12px;
                font-weight: 600; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile .btn-primary {
                  box-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72);
                  background: linear-gradient(76.1deg, #F24C4C 3.82%, #F25C5C 99.52%);
                  border-radius: 25px; }
                  body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile .btn-primary:hover {
                    box-shadow: none; }
          body .containers .wrappers .block-three_content .faq {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column; }
            body .containers .wrappers .block-three_content .faq .bold_quest {
              font-weight: 600;
              font-size: 12px; }
            body .containers .wrappers .block-three_content .faq .wrap1 .norm1 {
              font-size: 12px;
              margin-bottom: 0px;
              cursor: pointer; }
            body .containers .wrappers .block-three_content .faq .wrap1 .norm1_color {
              color: #f24c4c; }
            body .containers .wrappers .block-three_content .faq .wrap1 .ital1 {
              display: none;
              font-size: 12px;
              font-style: italic; }
            body .containers .wrappers .block-three_content .faq .wrap1 .ital1_active {
              display: block;
              font-size: 12px;
              font-style: italic;
              margin-bottom: 0; }
            body .containers .wrappers .block-three_content .faq .wrap1 .faq_string1 {
              width: 67%;
              padding: 2px;
              border-bottom: 2px dashed #f24c4c; }
            body .containers .wrappers .block-three_content .faq .wrap1 .faq_string1_none {
              display: none; }
            body .containers .wrappers .block-three_content .faq .wrap1:hover .norm1 {
              color: #f24c4c; }
            body .containers .wrappers .block-three_content .faq .wrap2 .norm2 {
              font-size: 12px;
              margin-bottom: 0px;
              cursor: pointer; }
            body .containers .wrappers .block-three_content .faq .wrap2 .ital2 {
              display: none;
              font-size: 12px;
              font-style: italic; }
            body .containers .wrappers .block-three_content .faq .wrap2 .ital2_active {
              display: block;
              font-size: 12px;
              font-style: italic;
              margin-bottom: 0; }
            body .containers .wrappers .block-three_content .faq .wrap2 .faq_string2 {
              width: 67%;
              padding: 2px;
              border-bottom: 2px dashed #f24c4c; }
            body .containers .wrappers .block-three_content .faq .wrap2 .faq_string2_none {
              display: none; }
            body .containers .wrappers .block-three_content .faq .wrap2:hover .norm2 {
              color: #f24c4c; }
            body .containers .wrappers .block-three_content .faq .wrap3 .norm3 {
              font-size: 12px;
              margin-bottom: 0px;
              cursor: pointer; }
            body .containers .wrappers .block-three_content .faq .wrap3 .ital3 {
              display: none;
              font-size: 12px;
              font-style: italic; }
            body .containers .wrappers .block-three_content .faq .wrap3 .ital3_active {
              display: block;
              font-size: 12px;
              font-style: italic;
              margin-bottom: 0; }
            body .containers .wrappers .block-three_content .faq .wrap3 .faq_string3 {
              width: 67%;
              padding: 2px;
              border-bottom: 2px dashed #f24c4c; }
            body .containers .wrappers .block-three_content .faq .wrap3 .faq_string3_none {
              display: none; }
            body .containers .wrappers .block-three_content .faq .wrap3:hover .norm3 {
              color: #f24c4c; }
            body .containers .wrappers .block-three_content .faq .wrap4 .norm4 {
              font-size: 12px;
              margin-bottom: 0px;
              cursor: pointer; }
            body .containers .wrappers .block-three_content .faq .wrap4 .ital4 {
              display: none;
              font-size: 12px;
              font-style: italic; }
              body .containers .wrappers .block-three_content .faq .wrap4 .ital4 a {
                color: #f24c4c; }
            body .containers .wrappers .block-three_content .faq .wrap4 .ital4_active {
              display: block;
              font-size: 12px;
              font-style: italic;
              margin-bottom: 0; }
            body .containers .wrappers .block-three_content .faq .wrap4 .faq_string4 {
              width: 62%;
              padding: 2px;
              border-bottom: 2px dashed #f24c4c; }
            body .containers .wrappers .block-three_content .faq .wrap4 .faq_string4_none {
              display: none; }
            body .containers .wrappers .block-three_content .faq .wrap4:hover .norm4 {
              color: #f24c4c; }
            body .containers .wrappers .block-three_content .faq .img-wrap_se {
              display: block;
              margin-top: 40px;
              position: relative;
              max-width: 650px; }
              body .containers .wrappers .block-three_content .faq .img-wrap_se img {
                height: auto;
                width: 100%; }
            body .containers .wrappers .block-three_content .faq .img-wrap_8p {
              display: none; }
            body .containers .wrappers .block-three_content .faq .string_mobile {
              position: relative;
              top: -97px;
              z-index: -1;
              margin-bottom: 40px;
              width: 99%;
              padding: 2px;
              background-image: linear-gradient(1deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
              background-repeat: no-repeat;
              background-position: 50% 100%;
              background-size: 100% 1px; }
          body .containers .wrappers .block-three_content .button {
            display: none; }
      body .containers .footer_mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px; }
        body .containers .footer_mobile .logo_footer {
          position: relative;
          width: 82px;
          height: 30px; }
          body .containers .footer_mobile .logo_footer img {
            position: absolute;
            width: 100%;
            height: auto; }
        body .containers .footer_mobile .button_footer_mobile {
          display: block;
          position: relative;
          top: 0px;
          right: 0px;
          margin-left: 0px;
          margin-right: 0px; }
          body .containers .footer_mobile .button_footer_mobile .comp {
            display: none;
            color: #f24c4c;
            font-weight: bold;
            font-size: 14px;
            text-decoration: none;
            text-align: center; }
            body .containers .footer_mobile .button_footer_mobile .comp:hover {
              text-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72); }
          body .containers .footer_mobile .button_footer_mobile .btn {
            margin: 0px;
            margin-top: 18px;
            margin-bottom: 28px;
            padding: 11.5px 44px;
            color: #FFFFFF;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            font-size: 12px;
            font-weight: 600; }
            body .containers .footer_mobile .button_footer_mobile .btn-primary {
              box-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72);
              background: linear-gradient(76.1deg, #F24C4C 3.82%, #F25C5C 99.52%);
              border-radius: 25px; }
              body .containers .footer_mobile .button_footer_mobile .btn-primary:hover {
                box-shadow: none; }
        body .containers .footer_mobile .links_footer_mobile a {
          margin-right: 0px;
          color: #494949;
          display: block;
          text-decoration: none;
          font-weight: 600;
          font-size: 12px;
          line-height: 33px;
          text-align: center; }
          body .containers .footer_mobile .links_footer_mobile a:hover {
            color: #f24c4c; }
      body .containers .footer {
        display: none; } }
@media (max-width: 414px) and (min-width: 320px) {
  body {
    min-width: 320px;
    padding-top: 20px; }
    body .containers {
      margin: auto;
      max-width: 414px; }
      body .containers .header {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center; }
      body .containers .logo {
        position: relative;
        width: 82px;
        height: 30px; }
        body .containers .logo img {
          position: absolute;
          width: 100%;
          height: auto; }
      body .containers .header_links {
        display: none; }
      body .containers .block-one {
        margin: auto; }
        body .containers .block-one_left {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          margin: 25px 0 50px 0; }
          body .containers .block-one_left .p1 {
            margin-left: 30px;
            margin-top: 0;
            font-weight: 600;
            font-size: 14px; }
          body .containers .block-one_left .p2 {
            display: none; }
          body .containers .block-one_left .p2_mobile {
            margin-left: 30px;
            display: block;
            margin-top: 0;
            font-weight: 100;
            font-size: 14px;
            margin-bottom: 0; }
            body .containers .block-one_left .p2_mobile .ws {
              white-space: nowrap; }
          body .containers .block-one_left .block-one_left_mobile_se {
            margin-left: 30px;
            display: block;
            position: relative; }
            body .containers .block-one_left .block-one_left_mobile_se img {
              height: auto;
              width: 100%; }
          body .containers .block-one_left .app_store {
            margin-top: 25px;
            margin-bottom: 0;
            align-self: center;
            text-decoration: none; }
            body .containers .block-one_left .app_store img {
              width: 150px;
              height: 44px; }
          body .containers .block-one_left .lh {
            display: none; }
          body .containers .block-one_left .lh_mobile {
            margin-bottom: 0;
            text-align: center;
            display: block;
            align-self: center;
            margin-top: 8px;
            font-size: 12px;
            color: #494949;
            font-weight: 600;
            font-size: 12px; }
            body .containers .block-one_left .lh_mobile .p3 {
              color: #f24c4c;
              text-decoration: none; }
        body .containers .block-one_right {
          display: none; }
      body .containers .more {
        display: none; }
      body .containers .wrappers .string1 {
        display: none; }
      body .containers .wrappers .string2 {
        display: none; }
      body .containers .wrappers .string3 {
        display: none; }
      body .containers .wrappers .block-two {
        margin: 0px; }
        body .containers .wrappers .block-two_3steps .head {
          margin-top: 0;
          margin-bottom: 0px;
          font-weight: 600;
          font-size: 18px;
          text-align: center; }
        body .containers .wrappers .block-two_3steps .mid {
          display: none; }
        body .containers .wrappers .block-two_3steps .mid_mobile {
          display: block;
          margin-top: 5px;
          margin-bottom: 30px;
          font-weight: 200;
          font-size: 14px;
          line-height: normal;
          text-align: center; }
        body .containers .wrappers .block-two .block .block_cards {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          align-items: center;
          margin: 0px;
          margin-bottom: -910px;
          width: 100%; }
          body .containers .wrappers .block-two .block .block_cards .card_one {
            position: relative;
            top: -4px;
            left: 0px;
            z-index: 3;
            margin-right: 0px;
            padding: 20px;
            width: 177px;
            height: 241px;
            background: #FFFFFF;
            box-shadow: 2px 2px 20px rgba(30, 30, 30, 0.22);
            border-radius: 25px; }
            body .containers .wrappers .block-two .block .block_cards .card_one::after {
              content: "";
              display: none;
              position: absolute;
              left: 320px;
              top: 280px;
              width: 10px;
              height: 10px;
              border-bottom: 3px solid #f24c4c;
              border-right: 3px solid #f24c4c;
              transform: rotate(-45deg); }
            body .containers .wrappers .block-two .block .block_cards .card_one .a_mobile_one {
              display: inline-block;
              position: relative;
              left: 59px;
              top: -4px;
              font-weight: 600;
              font-size: 14px;
              color: #f24c4c;
              text-decoration: none; }
              body .containers .wrappers .block-two .block .block_cards .card_one .a_mobile_one::after {
                content: "";
                display: block;
                position: absolute;
                left: 71px;
                top: 3px;
                width: 10px;
                height: 10px;
                border-bottom: 3px solid #f24c4c;
                border-right: 3px solid #f24c4c;
                transform: rotate(-45deg); }
            body .containers .wrappers .block-two .block .block_cards .card_one .head {
              margin: 23px 0;
              font-weight: bold;
              font-size: 14px; }
            body .containers .wrappers .block-two .block .block_cards .card_one .body {
              font-size: 13px;
              color: #121212; }
          body .containers .wrappers .block-two .block .block_cards .card_two {
            position: relative;
            top: -285px;
            left: 10px;
            z-index: 2;
            margin-right: 0px;
            padding: 20px;
            width: 177px;
            height: 241px;
            background: #FFFFFF;
            box-shadow: 2px 2px 20px rgba(30, 30, 30, 0.22);
            border-radius: 25px; }
            body .containers .wrappers .block-two .block .block_cards .card_two::after {
              content: "";
              display: none;
              position: absolute;
              left: 685px;
              top: 280px;
              width: 10px;
              height: 10px;
              border-bottom: 3px solid #f24c4c;
              border-right: 3px solid #f24c4c;
              transform: rotate(-45deg); }
            body .containers .wrappers .block-two .block .block_cards .card_two .a_mobile_two {
              position: relative;
              left: 59px;
              top: -4px;
              font-weight: 600;
              font-size: 14px;
              color: #f24c4c;
              text-decoration: none;
              display: inline-block; }
              body .containers .wrappers .block-two .block .block_cards .card_two .a_mobile_two::after {
                content: "";
                display: block;
                position: absolute;
                left: 69px;
                top: 3px;
                width: 10px;
                height: 10px;
                border-bottom: 3px solid #f24c4c;
                border-right: 3px solid #f24c4c;
                transform: rotate(-45deg); }
            body .containers .wrappers .block-two .block .block_cards .card_two .a_mobile_two_active {
              position: relative;
              left: 59px;
              top: -4px;
              font-weight: 600;
              font-size: 14px;
              color: #f24c4c;
              text-decoration: none;
              display: inline-block; }
              body .containers .wrappers .block-two .block .block_cards .card_two .a_mobile_two_active::after {
                content: "";
                display: block;
                position: absolute;
                left: -17px;
                top: 3px;
                width: 10px;
                height: 10px;
                border-bottom: 3px solid #f24c4c;
                border-right: 3px solid #f24c4c;
                transform: rotate(135deg); }
            body .containers .wrappers .block-two .block .block_cards .card_two .head {
              margin: 23px 0;
              font-weight: bold;
              font-size: 14px; }
            body .containers .wrappers .block-two .block .block_cards .card_two .body {
              font-size: 13px;
              color: #121212; }
          body .containers .wrappers .block-two .block .block_cards .card_three {
            position: relative;
            top: -565px;
            left: 20px;
            z-index: 1;
            padding: 20px;
            width: 177px;
            height: 241px;
            background: #FFFFFF;
            box-shadow: 2px 2px 20px rgba(30, 30, 30, 0.22);
            border-radius: 25px; }
            body .containers .wrappers .block-two .block .block_cards .card_three .a_mobile_three {
              position: relative;
              left: 59px;
              top: -4px;
              font-weight: 600;
              font-size: 14px;
              color: #f24c4c;
              text-decoration: none;
              display: inline-block; }
              body .containers .wrappers .block-two .block .block_cards .card_three .a_mobile_three::after {
                content: "";
                display: block;
                position: absolute;
                left: -17px;
                top: 3px;
                width: 10px;
                height: 10px;
                border-bottom: 3px solid #f24c4c;
                border-right: 3px solid #f24c4c;
                transform: rotate(135deg); }
            body .containers .wrappers .block-two .block .block_cards .card_three .head {
              margin: 23px 0;
              font-weight: bold;
              font-size: 14px; }
            body .containers .wrappers .block-two .block .block_cards .card_three .body {
              font-size: 13px;
              color: #121212; }
          body .containers .wrappers .block-two .block .block_cards .card_one_active1 {
            z-index: 2; }
          body .containers .wrappers .block-two .block .block_cards .card_one_active2 {
            z-index: 1; }
          body .containers .wrappers .block-two .block .block_cards .card_one_active3 {
            z-index: 3; }
          body .containers .wrappers .block-two .block .block_cards .card_two_active1 {
            z-index: 3; }
          body .containers .wrappers .block-two .block .block_cards .card_two_active2 {
            z-index: 2; }
          body .containers .wrappers .block-two .block .block_cards .card_three_active1 {
            z-index: 3; }
          body .containers .wrappers .block-two .block .block_cards .card_three_active2 {
            z-index: 1; }
      body .containers .wrappers .bowl {
        display: none;
        position: absolute;
        right: -13%;
        top: 62%;
        max-width: 330px;
        max-height: 330px; }
        body .containers .wrappers .bowl img {
          width: 100%;
          height: auto; }
      body .containers .wrappers .bowl_mobile_se {
        display: block;
        position: absolute;
        z-index: 4;
        right: auto;
        top: 278px;
        max-width: 170px;
        max-height: 170px; }
        body .containers .wrappers .bowl_mobile_se img {
          width: 100%;
          height: auto; }
      body .containers .wrappers .spinach {
        display: none;
        position: absolute;
        left: -40px;
        top: 80px;
        z-index: -1;
        max-width: 135px;
        max-height: 121px; }
        body .containers .wrappers .spinach img {
          width: 100%;
          height: auto; }
      body .containers .wrappers .block-three {
        margin-top: 430px; }
        body .containers .wrappers .block-three_why .head {
          margin-top: 0;
          margin-bottom: 0px;
          font-weight: 600;
          font-size: 18px;
          text-align: center; }
        body .containers .wrappers .block-three_why .mid {
          margin-top: 5px;
          margin-bottom: 30px;
          font-weight: 200;
          font-size: 14px;
          line-height: normal;
          text-align: center; }
        body .containers .wrappers .block-three_content {
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: nowrap;
          justify-content: space-between; }
          body .containers .wrappers .block-three_content_left {
            display: none; }
          body .containers .wrappers .block-three_content_right {
            display: none; }
          body .containers .wrappers .block-three_content .block-three_content_mobile {
            display: block;
            margin-bottom: -113px; }
            body .containers .wrappers .block-three_content .block-three_content_mobile .bold {
              margin-left: 30px;
              margin-right: 35px;
              font-weight: 600;
              font-size: 12px; }
            body .containers .wrappers .block-three_content .block-three_content_mobile .norm {
              margin-left: 30px;
              margin-right: 35px;
              font-size: 12px;
              line-height: 1.5; }
            body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile {
              display: block;
              text-align: center;
              position: relative;
              top: 0px;
              right: 0px; }
              body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile .comp {
                display: none;
                color: #f24c4c;
                font-weight: bold;
                font-size: 14px;
                text-decoration: none;
                text-align: center; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile .comp:hover {
                  text-shadow: 2px 6px 20px rgba(242, 76, 76, 0.72); }
              body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile .btn {
                margin: 0px;
                margin-top: 40px;
                margin-bottom: 30px;
                padding: 11.5px 44px;
                color: #FFFFFF;
                display: inline-block;
                text-align: center;
                text-decoration: none;
                font-size: 12px;
                font-weight: 600; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile .btn-primary {
                  box-shadow: 2px 6px 20px rgba(255, 107, 0, 0.72);
                  background: linear-gradient(76.1deg, #F24C4C 3.82%, #F25C5C 99.52%);
                  border-radius: 25px; }
                  body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile .btn-primary:hover {
                    box-shadow: none; }
          body .containers .wrappers .block-three_content .faq {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            align-items: center; }
            body .containers .wrappers .block-three_content .faq .bold_quest {
              font-weight: 600;
              font-size: 12px; }
            body .containers .wrappers .block-three_content .faq .wrap1 {
              width: 204px; }
              body .containers .wrappers .block-three_content .faq .wrap1 .norm1 {
                font-size: 12px;
                margin-bottom: 0px;
                cursor: pointer; }
              body .containers .wrappers .block-three_content .faq .wrap1 .norm1_color {
                color: #f24c4c; }
              body .containers .wrappers .block-three_content .faq .wrap1 .ital1 {
                display: none;
                font-size: 12px;
                font-style: italic; }
              body .containers .wrappers .block-three_content .faq .wrap1 .ital1_active {
                display: block;
                font-size: 12px;
                font-style: italic;
                margin-bottom: 0; }
              body .containers .wrappers .block-three_content .faq .wrap1 .faq_string1 {
                width: 98%;
                padding: 2px;
                border-bottom: 2px dashed #f24c4c; }
              body .containers .wrappers .block-three_content .faq .wrap1 .faq_string1_none {
                display: none; }
              body .containers .wrappers .block-three_content .faq .wrap1:hover .norm1 {
                color: #f24c4c; }
            body .containers .wrappers .block-three_content .faq .wrap2 {
              width: 204px; }
              body .containers .wrappers .block-three_content .faq .wrap2 .norm2 {
                font-size: 12px;
                margin-bottom: 0px;
                cursor: pointer; }
              body .containers .wrappers .block-three_content .faq .wrap2 .ital2 {
                display: none;
                font-size: 12px;
                font-style: italic; }
              body .containers .wrappers .block-three_content .faq .wrap2 .ital2_active {
                display: block;
                font-size: 12px;
                font-style: italic;
                margin-bottom: 0; }
              body .containers .wrappers .block-three_content .faq .wrap2 .faq_string2 {
                width: 98%;
                padding: 2px;
                border-bottom: 2px dashed #f24c4c; }
              body .containers .wrappers .block-three_content .faq .wrap2 .faq_string2_none {
                display: none; }
              body .containers .wrappers .block-three_content .faq .wrap2:hover .norm2 {
                color: #f24c4c; }
            body .containers .wrappers .block-three_content .faq .wrap3 {
              width: 204px; }
              body .containers .wrappers .block-three_content .faq .wrap3 .norm3 {
                font-size: 12px;
                margin-bottom: 0px;
                cursor: pointer; }
              body .containers .wrappers .block-three_content .faq .wrap3 .ital3 {
                display: none;
                font-size: 12px;
                font-style: italic; }
              body .containers .wrappers .block-three_content .faq .wrap3 .ital3_active {
                display: block;
                font-size: 12px;
                font-style: italic;
                margin-bottom: 0; }
              body .containers .wrappers .block-three_content .faq .wrap3 .faq_string3 {
                width: 98%;
                padding: 2px;
                border-bottom: 2px dashed #f24c4c; }
              body .containers .wrappers .block-three_content .faq .wrap3 .faq_string3_none {
                display: none; }
              body .containers .wrappers .block-three_content .faq .wrap3:hover .norm3 {
                color: #f24c4c; }
            body .containers .wrappers .block-three_content .faq .wrap4 {
              width: 204px; }
              body .containers .wrappers .block-three_content .faq .wrap4 .norm4 {
                font-size: 12px;
                margin-bottom: 0px;
                cursor: pointer; }
              body .containers .wrappers .block-three_content .faq .wrap4 .ital4 {
                display: none;
                font-size: 12px;
                font-style: italic; }
                body .containers .wrappers .block-three_content .faq .wrap4 .ital4 a {
                  color: #f24c4c; }
              body .containers .wrappers .block-three_content .faq .wrap4 .ital4_active {
                display: block;
                font-size: 12px;
                font-style: italic;
                margin-bottom: 0; }
              body .containers .wrappers .block-three_content .faq .wrap4 .faq_string4 {
                width: 98%;
                padding: 2px;
                border-bottom: 2px dashed #f24c4c; }
              body .containers .wrappers .block-three_content .faq .wrap4 .faq_string4_none {
                display: none; }
              body .containers .wrappers .block-three_content .faq .wrap4:hover .norm4 {
                color: #f24c4c; }
            body .containers .wrappers .block-three_content .faq .img-wrap_se {
              display: block;
              margin-top: 40px;
              position: relative;
              max-width: 650px; }
              body .containers .wrappers .block-three_content .faq .img-wrap_se img {
                height: auto;
                width: 100%; }
            body .containers .wrappers .block-three_content .faq .img-wrap_8p {
              display: none; }
            body .containers .wrappers .block-three_content .faq .string_mobile {
              position: relative;
              top: -97px;
              z-index: -1;
              margin-bottom: 40px;
              width: 99%;
              padding: 2px;
              background-image: linear-gradient(1deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
              background-repeat: no-repeat;
              background-position: 50% 100%;
              background-size: 100% 1px; }
          body .containers .wrappers .block-three_content .button {
            display: none; }
      body .containers .footer_mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px; }
        body .containers .footer_mobile .logo_footer {
          position: relative;
          width: 82px;
          height: 30px; }
          body .containers .footer_mobile .logo_footer img {
            position: absolute;
            width: 100%;
            height: auto; }
        body .containers .footer_mobile .button_footer_mobile {
          display: block;
          position: relative;
          top: 0px;
          right: 0px;
          margin-left: 0px;
          margin-right: 0px; }
          body .containers .footer_mobile .button_footer_mobile .comp {
            display: none;
            color: #f24c4c;
            font-weight: bold;
            font-size: 14px;
            text-decoration: none;
            text-align: center; }
            body .containers .footer_mobile .button_footer_mobile .comp:hover {
              text-shadow: 2px 6px 20px rgba(255, 107, 0, 0.72); }
          body .containers .footer_mobile .button_footer_mobile .btn {
            margin: 0px;
            margin-top: 18px;
            margin-bottom: 28px;
            padding: 11.5px 44px;
            color: #FFFFFF;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            font-size: 12px;
            font-weight: 600; }
            body .containers .footer_mobile .button_footer_mobile .btn-primary {
              box-shadow: 2px 6px 20px rgba(255, 107, 0, 0.72);
              background: linear-gradient(76.1deg, #F24C4C 3.82%, #F25C5C 99.52%);
              border-radius: 25px; }
              body .containers .footer_mobile .button_footer_mobile .btn-primary:hover {
                box-shadow: none; }
        body .containers .footer_mobile .links_footer_mobile a {
          margin-right: 0px;
          color: #494949;
          display: block;
          text-decoration: none;
          font-weight: 600;
          font-size: 12px;
          line-height: 33px;
          text-align: center; }
          body .containers .footer_mobile .links_footer_mobile a:hover {
            color: #f24c4c; }
      body .containers .footer {
        display: none; } 
      
      }
@media (max-width: 920px) and (min-width: 414px) {
  body {
    min-width: 414px;}
    body .containers {
      margin: auto;
      max-width: 920px; }
      body .containers .header {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center; }
      body .containers .logo {
        position: relative;
        width: 120px;
        height: 44px; }
        body .containers .logo img {
          position: absolute;
          width: 100%;
          height: auto; }
      body .containers .header_links {
        display: none; }
      body .containers .block-one {
        margin: auto; }
        body .containers .block-one_left {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          margin: 25px 0 50px 0; }
          body .containers .block-one_left .p1 {
            margin-left: 30px;
            margin-top: 0;
            font-weight: 600;
            font-size: 18px; }
          body .containers .block-one_left .p2 {
            display: none; }
          body .containers .block-one_left .p2_mobile {
            margin-left: 30px;
            display: block;
            margin-top: 0;
            font-weight: 100;
            font-size: 14px;
            margin-bottom: 0; }
            body .containers .block-one_left .p2_mobile .ws {
              white-space: nowrap; }
          body .containers .block-one_left .block-one_left_mobile_se {
            display: none; }
          body .containers .block-one_left .block-one_left_mobile_8p {
            margin-left: 100px;
            display: block;
            position: relative;
            top: -81px;
            margin-bottom: -81px; }
            body .containers .block-one_left .block-one_left_mobile_8p img {
              height: auto;
              width: 100%; }
          body .containers .block-one_left .app_store {
            margin-top: 25px;
            margin-bottom: 0;
            align-self: center;
            text-decoration: none; }
            body .containers .block-one_left .app_store img {
              width: 150px;
              height: 44px; }
          body .containers .block-one_left .lh {
            display: none; }
          body .containers .block-one_left .lh_mobile {
            margin-bottom: 0;
            text-align: center;
            display: block;
            align-self: center;
            margin-top: 8px;
            font-size: 12px;
            color: #494949;
            font-weight: 600;
            font-size: 12px; }
            body .containers .block-one_left .lh_mobile .p3 {
              color: #f24c4c;
              text-decoration: none; }
        body .containers .block-one_right {
          display: none; }
      body .containers .more {
        display: none; }
      body .containers .wrappers .string1 {
        display: none; }
      body .containers .wrappers .string2 {
        display: none; }
      body .containers .wrappers .string3 {
        display: none; }
      body .containers .wrappers .block-two {
        margin: 0px; }
        body .containers .wrappers .block-two_3steps .head {
          margin-top: 0;
          margin-bottom: 0px;
          font-weight: 600;
          font-size: 18px;
          text-align: center; }
        body .containers .wrappers .block-two_3steps .mid {
          display: none; }
        body .containers .wrappers .block-two_3steps .mid_mobile {
          display: block;
          margin-top: 5px;
          margin-bottom: 30px;
          font-weight: 200;
          font-size: 14px;
          line-height: normal;
          text-align: center; }
        body .containers .wrappers .block-two .block_cards {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          align-items: center;
          margin: 0px;
          margin-bottom: -910px;
          width: 100%; }
          body .containers .wrappers .block-two .block_cards .card_one {
            position: relative;
            top: -4px;
            left: 0px;
            z-index: 3;
            margin-right: 0px;
            padding: 20px;
            width: 177px;
            height: 241px;
            background: #FFFFFF;
            box-shadow: 2px 2px 10px rgba(30, 30, 30, 0.22);
            border-radius: 25px; }
            body .containers .wrappers .block-two .block_cards .card_one::after {
              content: "";
              display: none;
              position: absolute;
              left: 320px;
              top: 280px;
              width: 10px;
              height: 10px;
              border-bottom: 3px solid #f24c4c;
              border-right: 3px solid #f24c4c;
              transform: rotate(-45deg); }
            body .containers .wrappers .block-two .block_cards .card_one .a_mobile_one {
              display: inline-block;
              position: relative;
              left: 59px;
              top: -4px;
              font-weight: 600;
              font-size: 14px;
              color: #f24c4c;
              text-decoration: none; }
              body .containers .wrappers .block-two .block_cards .card_one .a_mobile_one::after {
                content: "";
                display: block;
                position: absolute;
                left: 71px;
                top: 3px;
                width: 10px;
                height: 10px;
                border-bottom: 3px solid #f24c4c;
                border-right: 3px solid #f24c4c;
                transform: rotate(-45deg); }
            body .containers .wrappers .block-two .block_cards .card_one .head {
              margin: 23px 0;
              font-weight: bold;
              font-size: 14px; }
            body .containers .wrappers .block-two .block_cards .card_one .body {
              font-size: 13px;
              color: #121212; }
          body .containers .wrappers .block-two .block_cards .card_two {
            position: relative;
            top: -285px;
            left: 10px;
            z-index: 2;
            margin-right: 0px;
            padding: 20px;
            width: 177px;
            height: 241px;
            background: #FFFFFF;
            box-shadow: 2px 2px 10px rgba(30, 30, 30, 0.22);
            border-radius: 25px; }
            body .containers .wrappers .block-two .block_cards .card_two::after {
              content: "";
              display: none;
              position: absolute;
              left: 685px;
              top: 280px;
              width: 10px;
              height: 10px;
              border-bottom: 3px solid #f24c4c;
              border-right: 3px solid #f24c4c;
              transform: rotate(-45deg); }
            body .containers .wrappers .block-two .block_cards .card_two .a_mobile_two {
              position: relative;
              left: 59px;
              top: -4px;
              font-weight: 600;
              font-size: 14px;
              color: #f24c4c;
              text-decoration: none;
              display: inline-block; }
              body .containers .wrappers .block-two .block_cards .card_two .a_mobile_two::after {
                content: "";
                display: block;
                position: absolute;
                left: 69px;
                top: 3px;
                width: 10px;
                height: 10px;
                border-bottom: 3px solid #f24c4c;
                border-right: 3px solid #f24c4c;
                transform: rotate(-45deg); }
            body .containers .wrappers .block-two .block_cards .card_two .a_mobile_two_active {
              position: relative;
              left: 59px;
              top: -4px;
              font-weight: 600;
              font-size: 14px;
              color: #f24c4c;
              text-decoration: none;
              display: inline-block; }
              body .containers .wrappers .block-two .block_cards .card_two .a_mobile_two_active::after {
                content: "";
                display: block;
                position: absolute;
                left: -17px;
                top: 3px;
                width: 10px;
                height: 10px;
                border-bottom: 3px solid #f24c4c;
                border-right: 3px solid #f24c4c;
                transform: rotate(135deg); }
            body .containers .wrappers .block-two .block_cards .card_two .head {
              margin: 23px 0;
              font-weight: bold;
              font-size: 14px; }
            body .containers .wrappers .block-two .block_cards .card_two .body {
              font-size: 13px;
              color: #121212; }
          body .containers .wrappers .block-two .block_cards .card_three {
            position: relative;
            top: -565px;
            left: 20px;
            z-index: 1;
            padding: 20px;
            width: 177px;
            height: 241px;
            background: #FFFFFF;
            box-shadow: 2px 2px 10px rgba(30, 30, 30, 0.22);
            border-radius: 25px; }
            body .containers .wrappers .block-two .block_cards .card_three .a_mobile_three {
              position: relative;
              left: 59px;
              top: -4px;
              font-weight: 600;
              font-size: 14px;
              color: #f24c4c;
              text-decoration: none;
              display: inline-block; }
              body .containers .wrappers .block-two .block_cards .card_three .a_mobile_three::after {
                content: "";
                display: block;
                position: absolute;
                left: -17px;
                top: 3px;
                width: 10px;
                height: 10px;
                border-bottom: 3px solid #f24c4c;
                border-right: 3px solid #f24c4c;
                transform: rotate(135deg); }
            body .containers .wrappers .block-two .block_cards .card_three .head {
              margin: 23px 0;
              font-weight: bold;
              font-size: 14px; }
            body .containers .wrappers .block-two .block_cards .card_three .body {
              font-size: 13px;
              color: #121212; }
          body .containers .wrappers .block-two .block_cards .card_one_active1 {
            z-index: 2;
            box-shadow: 2px 2px 10px rgba(30, 30, 30, 0.22); }
          body .containers .wrappers .block-two .block_cards .card_one_active2 {
            z-index: 1;
            box-shadow: 2px 2px 10px rgba(30, 30, 30, 0.22); }
          body .containers .wrappers .block-two .block_cards .card_one_active3 {
            z-index: 3;
            box-shadow: 2px 2px 10px rgba(30, 30, 30, 0.22); }
          body .containers .wrappers .block-two .block_cards .card_two_active1 {
            z-index: 3;
            box-shadow: 2px 2px 10px rgba(30, 30, 30, 0.22); }
          body .containers .wrappers .block-two .block_cards .card_two_active2 {
            z-index: 2;
            box-shadow: 2px 2px 10px rgba(30, 30, 30, 0.22); }
          body .containers .wrappers .block-two .block_cards .card_three_active1 {
            z-index: 3;
            box-shadow: 2px 2px 10px rgba(30, 30, 30, 0.22); }
          body .containers .wrappers .block-two .block_cards .card_three_active2 {
            z-index: 1;
            box-shadow: 2px 2px 10px rgba(30, 30, 30, 0.22); }
      body .containers .wrappers .bowl {
        display: none;
        position: absolute;
        right: -13%;
        top: 62%;
        max-width: 330px;
        max-height: 330px; }
        body .containers .wrappers .bowl img {
          width: 100%;
          height: auto; }
      body .containers .wrappers .bowl_mobile_se {
        display: none;
        position: absolute;
        z-index: 4;
        right: auto;
        top: 235px;
        max-width: 170px;
        max-height: 170px; }
        body .containers .wrappers .bowl_mobile_se img {
          width: 100%;
          height: auto; }
      body .containers .wrappers .bowl_mobile_8p {
        display: block;
        position: absolute;
        z-index: 4;
        right: auto;
        top: 199px;
        max-width: 208px;
        max-height: 208px; }
        body .containers .wrappers .bowl_mobile_8p img {
          width: 100%;
          height: auto; }
      body .containers .wrappers .spinach {
        display: none;
        position: absolute;
        left: -40px;
        top: 80px;
        z-index: -1;
        max-width: 135px;
        max-height: 121px; }
        body .containers .wrappers .spinach img {
          width: 100%;
          height: auto; }
      body .containers .wrappers .block-three {
        margin-top: 430px; }
        body .containers .wrappers .block-three_why .head {
          margin-top: 0;
          margin-bottom: 0px;
          font-weight: 600;
          font-size: 18px;
          text-align: center; }
        body .containers .wrappers .block-three_why .mid {
          margin-top: 5px;
          margin-bottom: 30px;
          font-weight: 200;
          font-size: 14px;
          line-height: normal;
          text-align: center; }
        body .containers .wrappers .block-three_content {
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: nowrap;
          justify-content: space-between; }
          body .containers .wrappers .block-three_content_left {
            display: none; }
          body .containers .wrappers .block-three_content_right {
            display: none; }
          body .containers .wrappers .block-three_content .block-three_content_mobile {
            display: block;
            margin-bottom: -132px; }
            body .containers .wrappers .block-three_content .block-three_content_mobile .bold {
              margin-left: 30px;
              margin-right: 35px;
              font-weight: 600;
              font-size: 14px; }
            body .containers .wrappers .block-three_content .block-three_content_mobile .norm {
              margin-left: 30px;
              margin-right: 35px;
              font-size: 14px; 
              line-height: 1.5;}
            body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile {
              display: block;
              position: relative;
              top: 0px;
              right: 0px;
              text-align: center; }
              body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile .comp {
                display: none;
                color: #f24c4c;
                font-weight: bold;
                font-size: 14px;
                text-decoration: none;
                text-align: center; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile .comp:hover {
                  text-shadow: 2px 6px 20px rgba(255, 107, 0, 0.72); }
              body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile .btn {
                margin: auto;
                margin-top: 40px;
                margin-bottom: 30px;
                padding: 11.5px 44px;
                color: #FFFFFF;
                display: inline-block;
                text-align: center;
                text-decoration: none;
                font-size: 12px;
                font-weight: 600; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile .btn-primary {
                  box-shadow: 2px 6px 20px rgba(255, 107, 0, 0.72);
                  background: linear-gradient(76.1deg, #F24C4C 3.82%, #F25C5C 99.52%);
                  border-radius: 25px; }
                  body .containers .wrappers .block-three_content .block-three_content_mobile .button_mobile .btn-primary:hover {
                    box-shadow: none; }
            body .containers .wrappers .block-three_content .block-three_content_mobile .faq {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              flex-direction: column;
              align-items: center; }
              body .containers .wrappers .block-three_content .block-three_content_mobile .faq .bold_quest {
                width: 204px;
                margin-left: 0px;
                font-weight: 600;
                font-size: 14px; }
              body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap1 {
                width: 204px;
                margin-left: 0px; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap1 .norm1 {
                  font-size: 12px;
                  margin-bottom: 0px;
                  cursor: pointer; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap1 .norm1_color {
                  color: #f24c4c; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap1 .ital1 {
                  display: none;
                  font-size: 12px;
                  font-style: italic; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap1 .ital1_active {
                  display: block;
                  font-size: 12px;
                  font-style: italic;
                  margin-bottom: 0; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap1 .faq_string1 {
                  width: 96%;
                  padding: 2px;
                  border-bottom: 2px dashed #f24c4c; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap1 .faq_string1_none {
                  display: none; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap1:hover .norm1 {
                  color: #f24c4c; }
              body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap2 {
                width: 204px;
                margin-left: 0px; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap2 .norm2 {
                  font-size: 12px;
                  margin-bottom: 0px;
                  cursor: pointer; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap2 .ital2 {
                  display: none;
                  font-size: 12px;
                  font-style: italic; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap2 .ital2_active {
                  display: block;
                  font-size: 12px;
                  font-style: italic;
                  margin-bottom: 0; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap2 .faq_string2 {
                  width: 96%;
                  padding: 2px;
                  border-bottom: 2px dashed #f24c4c; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap2 .faq_string2_none {
                  display: none; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap2:hover .norm2 {
                  color: #f24c4c; }
              body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap3 {
                width: 204px;
                margin-left: 0px; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap3 .norm3 {
                  font-size: 12px;
                  margin-bottom: 0px;
                  cursor: pointer; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap3 .ital3 {
                  display: none;
                  font-size: 12px;
                  font-style: italic; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap3 .ital3_active {
                  display: block;
                  font-size: 12px;
                  font-style: italic;
                  margin-bottom: 0; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap3 .faq_string3 {
                  width: 96%;
                  padding: 2px;
                  border-bottom: 2px dashed #f24c4c; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap3 .faq_string3_none {
                  display: none; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap3:hover .norm3 {
                  color: #f24c4c; }
              body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap4 {
                width: 204px; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap4 .norm4 {
                  margin-left: 0px;
                  font-size: 12px;
                  margin-bottom: 0px;
                  cursor: pointer; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap4 .ital4 {
                  display: none;
                  font-size: 12px;
                  font-style: italic; }
                  body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap4 .ital4 a {
                    color: #f24c4c; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap4 .ital4_active {
                  display: block;
                  font-size: 12px;
                  font-style: italic;
                  margin-bottom: 0; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap4 .faq_string4 {
                  width: 96%;
                  padding: 2px;
                  border-bottom: 2px dashed #f24c4c; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap4 .faq_string4_none {
                  display: none; }
                body .containers .wrappers .block-three_content .block-three_content_mobile .faq .wrap4:hover .norm4 {
                  color: #f24c4c; }
            body .containers .wrappers .block-three_content .block-three_content_mobile .img-wrap_se {
              display: none; }
            body .containers .wrappers .block-three_content .block-three_content_mobile .img-wrap_8p {
              display: block;
              margin-top: 40px;
              position: relative;
              max-width: 920px; }
              body .containers .wrappers .block-three_content .block-three_content_mobile .img-wrap_8p img {
                height: auto;
                width: 100%; }
            body .containers .wrappers .block-three_content .block-three_content_mobile .string_mobile {
              position: relative;
              top: -116px;
              z-index: -1;
              margin-bottom: 40px;
              width: 99%;
              padding: 2px;
              background-image: linear-gradient(1deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
              background-repeat: no-repeat;
              background-position: 50% 100%;
              background-size: 100% 1px; }
          body .containers .wrappers .block-three_content .button {
            display: none; }
      body .containers .footer_mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px; }
        body .containers .footer_mobile .logo_footer {
          position: relative;
          width: 82px;
          height: 30px; }
          body .containers .footer_mobile .logo_footer img {
            position: absolute;
            width: 100%;
            height: auto; }
        body .containers .footer_mobile .button_footer_mobile {
          display: block;
          position: relative;
          top: 0px;
          right: 0px;
          margin-left: 0px;
          margin-right: 0px; }
          body .containers .footer_mobile .button_footer_mobile .comp {
            display: none;
            color: #f24c4c;
            font-weight: bold;
            font-size: 14px;
            text-decoration: none;
            text-align: center; }
            body .containers .footer_mobile .button_footer_mobile .comp:hover {
              text-shadow: 2px 6px 20px rgba(255, 107, 0, 0.72); }
          body .containers .footer_mobile .button_footer_mobile .btn {
            margin: 0px;
            margin-top: 18px;
            margin-bottom: 28px;
            padding: 11.5px 44px;
            color: #FFFFFF;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            font-size: 12px;
            font-weight: 600; }
            body .containers .footer_mobile .button_footer_mobile .btn-primary {
              box-shadow: 2px 6px 20px rgba(255, 107, 0, 0.72);
              background: linear-gradient(76.1deg, #F24C4C 3.82%, #F25C5C 99.52%);
              border-radius: 25px; }
              body .containers .footer_mobile .button_footer_mobile .btn-primary:hover {
                box-shadow: none; }
        body .containers .footer_mobile .links_footer_mobile a {
          margin-right: 0px;
          color: #494949;
          display: block;
          text-decoration: none;
          font-weight: 600;
          font-size: 12px;
          line-height: 33px;
          text-align: center; }
          body .containers .footer_mobile .links_footer_mobile a:hover {
            color: #f24c4c; }
      body .containers .footer {
        display: none; } }
@media (max-width: 1140px) and (min-width: 414px) {
  .containers .logo {
    margin-left: 10px; }
  .containers .header_links {
    margin-right: 10px; } }

/*# sourceMappingURL=main.css.map */
/* End */
/* /about/css/animate.css?172140534477758 */
/* /about/css/main.css?1721405344126239 */
