/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/animate.css/animate.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3); }

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4); }

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5); }

.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8); }

.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2); }

.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3); }

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }
  .animate__animated[class*='Out'] {
    opacity: 0; } }

/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@keyframes bounce {
  from,
  20%,
  53%,
  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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-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; } }

.animate__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); } }

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

@-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); } }

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

@-webkit-keyframes shakeX {
  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 shakeX {
  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); } }

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

@-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); } }

.animate__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); } }

.animate__swing {
  -webkit-transform-origin: top center;
  -ms-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); } }

.animate__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); } }

.animate__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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-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); } }

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

/* Bouncing entrances  */
@-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); } }

.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

/* Bouncing exits  */
@-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); } }

.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

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

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

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

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

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

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

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

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

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

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

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

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

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

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

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

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

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

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

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

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

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

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

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

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

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

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

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

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

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

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

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

/* Flippers */
@-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; } }

.animate__animated.animate__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); } }

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

.animate__flipInX {
  -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); } }

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

.animate__flipInY {
  -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; } }

.animate__flipOutX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX; }

@-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; } }

.animate__flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  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 lightSpeedInRight {
  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); } }

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

@-webkit-keyframes lightSpeedInLeft {
  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 lightSpeedInLeft {
  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); } }

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

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

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

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

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

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

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

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center; }

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

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

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom; }

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

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

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom; }

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

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

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom; }

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

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

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom; }

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom; }

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -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-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-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-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-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-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; } }

.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left; }

@-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); } }

.animate__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); } }

.animate__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); } }

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

/* Zooming entrances */
@-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; } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

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

/* Zooming exits */
@-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; } }

.animate__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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@-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); } }

@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); } }

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center; }

@-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); } }

@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); } }

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
      transform-origin: right center; }

@-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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

/* Sliding entrances */
@-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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

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

/* Sliding exits */
@-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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

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

/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/swiper/swiper-bundle.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, ease);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, ease);
  -webkit-transition-timing-function: initial;
          transition-timing-function: initial;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (44px / 2));
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  text-transform: none !important; }
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  -webkit-font-feature-settings: ;
          font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Fraction */
.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit); }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */ }

.swiper-scrollbar {
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: 4px;
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: auto;
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: 4px;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * 1%);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: auto;
  left: var(--swiper-scrollbar-left, auto);
  right: 4px;
  right: var(--swiper-scrollbar-right, 4px);
  top: 1%;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: 4px;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * 1%);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none; }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./src/css/main.css ***!
  \*****************************************************************************************************************************************************************************************************************************************/

/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./src/sass/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
:root {
  --color-default: #ffffff;
  --color-accent: #ED1C23;
  --color-font-main: #000000;
  --color-font-second: #384DA1;
  --color-font-third: #C02C74;
  --font-main: 'Montserrat';
  --font-second: 'RotondaC';
  --font-third: 'FiraSans';
  --font-fourth: 'Nunito';
  --font-size-main: 16px;
  --weight-font-main: 400; }

/* @mixin placeholder() {
	input {
		&::-webkit-input-placeholder,
		&:-moz-placeholder,
		&::-moz-placeholder,
		&:-ms-input-placeholder {
			@content;
		}	
	}
	
	textarea {
		&::-webkit-input-placeholder,
		&:-moz-placeholder,
		&::-moz-placeholder,
		&:-ms-input-placeholder {
			@content;
		}	
	}
}*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(/themes/antsitetheme/assets/fonts/Montserrat-Regular.woff2) format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(/themes/antsitetheme/assets/fonts/Montserrat-SemiBold.woff2) format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  src: url(/themes/antsitetheme/assets/fonts/Montserrat-Bold.woff2) format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url(/themes/antsitetheme/assets/fonts/Montserrat-ExtraBold.woff2) format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url(/themes/antsitetheme/assets/fonts/Montserrat-Black.woff2) format("woff2"); }

@font-face {
  font-family: "RotondaC";
  font-style: normal;
  font-weight: 400;
  src: url(/themes/antsitetheme/assets/fonts/RotondaC.woff2) format("woff2"); }

@font-face {
  font-family: "RotondaC";
  font-style: normal;
  font-weight: bold;
  src: url(/themes/antsitetheme/assets/fonts/RotondaC-Bold.woff2) format("woff2"); }

@font-face {
  font-family: "FiraSans";
  font-style: normal;
  font-weight: 400;
  src: url(/themes/antsitetheme/assets/fonts/FiraSans-Regular.woff2) format("woff2"); }

@font-face {
  font-family: "FiraSans";
  font-style: normal;
  font-weight: 500;
  src: url(/themes/antsitetheme/assets/fonts/FiraSans-Medium.woff2) format("woff2"); }

@font-face {
  font-family: "FiraSans";
  font-style: normal;
  font-weight: bold;
  src: url(/themes/antsitetheme/assets/fonts/FiraSans-Bold.woff2) format("woff2"); }

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  src: url(/themes/antsitetheme/assets/fonts/Nunito-Black.woff2) format("woff2"); }

@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 900;
  src: url(/themes/antsitetheme/assets/fonts/Avenir-Black.woff2) format("woff2"); }

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  height: 100%; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

body {
  font-family: 'Montserrat';
  font-family: var(--font-main);
  font-size: 16px;
  font-size: var(--font-size-main);
  font-weight: 400;
  font-weight: var(--weight-font-main);
  color: #000000;
  color: var(--color-font-main);
  min-width: 360px;
  max-width: 1920px;
  margin: 0 auto; }

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

textarea {
  resize: none; }

button {
  font-family: inherit; }

.page--static {
  background-color: #FBE9FF;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr -webkit-max-content;
  grid-template-rows: 1fr max-content;
  padding-top: 100px;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.page__main {
  padding-top: 105px; }

@media (max-width: 768px) {
  .page__main {
    padding-top: 60px; } }

.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (max-width: 768px) {
  .container {
    padding: 0 10px; } }

.title {
  font-size: 27px;
  color: #C02C74;
  font-weight: 900;
  line-height: 36px;
  /*&--star {
		position: relative;
		margin-bottom: 107px;

		&:after {
			content: '';
			width: 130px;
			height: 30px;
			background-image: url('../img/icons/star-right.svg');
			background-size: contain;
			background-position: center;
			background-repeat: no-repeat;
			display: block;
			position: absolute;
			top: calc(100% + 30px);
			left: 30px;
		}
	}*/ }
  .title--light {
    color: #384DA1;
    color: var(--color-font-second); }
  .title--center {
    text-align: center;
    margin-bottom: 150px; }
    .title--center:after {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: calc(100% + 63px); }
  .title--small {
    font-size: 16px;
    font-size: var(--font-size-main);
    line-height: 22px;
    margin-bottom: 22px; }
  .title--with-margin {
    margin-bottom: 22px; }

@media (max-width: 768px) {
  .title {
    font-size: 22px;
    line-height: 28px; }
  .title--center {
    margin-bottom: 70px; }
    .title--center:after {
      top: calc(100% + 20px); } }

@media (max-width: 576px) {
  .title {
    font-size: 20px;
    line-height: 26px; }
    .title--star {
      margin-bottom: 84px; }
      .title--star:after {
        width: 60px;
        height: 15px;
        left: 3px; } }

.button {
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: none;
  font-family: inherit;
  background-color: #ED1C23;
  background-color: var(--color-accent);
  border-radius: 30px;
  padding: 20px 40px;
  font-family: 'FiraSans';
  font-family: var(--font-third);
  font-weight: 500;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.wysiwyg h1 {
  font-size: 27px;
  color: #C02C74;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 25px; }

.wysiwyg h2 {
  font-size: 22px;
  color: #C02C74;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 25px; }

.wysiwyg p {
  margin-bottom: 15px;
  line-height: 130%;
  color: #000000;
  color: var(--color-font-main); }

.wysiwyg img {
  max-width: 100%; }

.wysiwyg strong {
  font-weight: bold; }

.wysiwyg ul, .wysiwyg ol {
  max-width: 1000px; }

.wysiwyg li {
  margin-bottom: 15px;
  line-height: 140%; }
  .wysiwyg li img {
    max-width: calc(100% - 20px); }

.wysiwyg ul li {
  position: relative;
  padding-left: 20px; }
  .wysiwyg ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #C02C74;
    position: absolute;
    top: 5px;
    left: 0;
    display: block; }

.wysiwyg ol {
  padding-left: 15px; }
  .wysiwyg ol li {
    list-style: decimal; }

.wysiwyg img {
  margin-bottom: 25px;
  display: block;
  border-radius: 15px; }

.wysiwyg blockquote {
  font-style: italic;
  border: 1px dashed #ED1C23;
  border: 1px dashed var(--color-accent);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  padding: 15px 20px;
  margin-bottom: 25px; }
  .wysiwyg blockquote p {
    font-family: inherit;
    font-style: inherit; }

.top-line {
  background-color: #EBEBEB;
  width: 100%;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  z-index: 10; }

.top-line__container {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  grid-gap: 50px;
  gap: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.top-line__link {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  color: #132563;
  font-family: 'Montserrat';
  font-family: var(--font-main);
  font-weight: 500; }
  .top-line__link img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }

.top-line__city {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Montserrat';
  font-family: var(--font-main);
  font-weight: 500;
  color: #eb212d; }

.top-line__phone {
  font-size: 17px;
  font-weight: 500;
  color: #eb212d; }

@media (max-width: 768px) {
  .top-line {
    display: none; } }

.header {
  background-color: #fff;
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 10; }

.header__container {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  grid-gap: 0 50px;
  gap: 0 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.header__logo {
  height: 45px;
  -webkit-text-decoration: none;
  text-decoration: none; }

.header__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 0;
     object-position: 0 0; }

.header__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap; }

.header__support-text {
  font-family: 'Montserrat';
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 500;
  color: #f3751e;
  margin-right: 10px; }

.header__button {
  height: 45px; }

.header__nav-button,
.header__lk-button {
  display: none; }

@media (max-width: 1300px) {
  .header__container {
    grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
    grid-template-columns: max-content 1fr max-content;
    padding: 5px 15px; }
  .header__support {
    display: none; }
  .header__nav-button {
    display: block;
    width: 30px;
    height: 50px;
    background-color: transparent;
    position: relative;
    display: block;
    border: none; }
    .header__nav-button span {
      width: 100%;
      height: 2px;
      background-color: #374DA0;
      position: absolute;
      left: 0;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .header__nav-button span:nth-child(1) {
        top: 15px; }
      .header__nav-button span:nth-child(2) {
        top: calc(50% - 1px); }
      .header__nav-button span:nth-child(3) {
        bottom: 15px; }
  .header__logo {
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo-img {
    width: auto; } }

@media (max-width: 768px) {
  .header {
    top: 0; }
  .header__button {
    display: none; }
  .header__lk-button {
    display: block;
    width: 30px;
    height: 25px;
    -webkit-text-decoration: none;
    text-decoration: none; }
    .header__lk-button img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; } }

@media (max-width: 576px) {
  .header__container {
    gap: 15px; } }

.nav {
  height: calc(100% + 20px); }

.nav__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%; }

.nav__dropdown {
  display: none; }

.nav__item {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  white-space: nowrap;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav__item:after {
    content: '';
    width: 1px;
    height: 100%;
    max-height: 20px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .nav__item:last-child {
    margin-right: 0;
    padding-right: 0; }
    .nav__item:last-child:after {
      display: none; }
  .nav__item--dropdown {
    padding-right: 30px; }
    .nav__item--dropdown:hover > .nav__dropdown {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .nav__item--dropdown:before {
      content: '';
      width: 10px;
      height: 10px;
      display: block;
      position: absolute;
      -webkit-transform: rotate(90deg) translateY(-50%);
          -ms-transform: rotate(90deg) translateY(-50%);
              transform: rotate(90deg) translateY(-50%);
      top: 45%;
      right: 20px;
      background-image: url(/themes/antsitetheme/assets/img/arrow.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }

.nav__link {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 15px;
  color: #24293a;
  font-weight: 500;
  font-family: 'Montserrat';
  font-family: var(--font-main);
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative; }
  .nav__link:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #24293a;
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .nav__link:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }

@media (max-width: 1300px) {
  .nav {
    display: none; } }

.nav-mobile {
  background-color: rgba(17,35,101,0.83529);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px; }

.nav-mobile__header {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-gap: 0 20px;
  gap: 0 20px;
  background-color: #112365;
  padding: 15px;
  position: relative;
  z-index: 101;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }

.nav-mobile__close {
  color: #fff;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  font-size: 40px;
  font-weight: bold;
  background-image: url(/themes/antsitetheme/assets/img/close.png);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat; }

.nav-mobile__phone {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: right; }

.nav-mobile__list-item {
  margin-bottom: 30px; }

.nav-mobile__link {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border: none;
  background-color: transparent;
  width: 100%; }
  .nav-mobile__link--small {
    font-size: 16px; }

.nav-mobile__footer {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 15px;
  gap: 15px;
  margin-top: auto;
  padding-bottom: 20px; }

@media (max-width: 1300px) {
  .nav-mobile.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.sub-nav {
  position: fixed;
  top: 105px;
  right: 50%;
  width: 100%;
  max-width: 1300px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 9; }

.sub-nav__nav {
  display: grid;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  grid-gap: 0 27px;
  gap: 0 27px;
  background-color: #384DA1;
  border-radius: 0 0 40px 40px;
  padding: 16px 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sub-nav__link {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: var(--font-size-very-small);
  font-weight: bold;
  position: relative; }
  .sub-nav__link:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .sub-nav__link:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }

@media (max-width: 1300px) {
  .sub-nav {
    top: 100px; } }

@media (max-width: 768px) {
  .sub-nav {
    display: none; } }

.footer {
  background-color: #05075D;
  background: -webkit-gradient(linear, left bottom, left top, from(#05075d), to(#171fa5));
  background: linear-gradient(0deg, #05075d 0%, #171fa5 100%);
  padding: 50px 0; }

.footer__container {
  display: grid;
  grid-template-columns: 2fr repeat(2, 1fr);
  grid-gap: 80px;
  gap: 80px; }

.footer__text {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 22px; }
  .footer__text--copyright {
    margin-bottom: 5px; }

.footer__link {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: 15px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer__link:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline; }

.footer__copyright {
  color: #fff;
  opacity: 0.5;
  font-size: 15px;
  margin-bottom: 36px;
  line-height: 18px; }

@media (max-width: 1100px) {
  .footer__container {
    grid-template-columns: 2fr 1fr; }
  .footer__col--3 {
    display: none; } }

@media (max-width: 768px) {
  .footer__container {
    grid-template-columns: 100%; }
  .footer__col--2 {
    display: none; }
  .footer__text {
    text-align: center; }
  .footer__copyright {
    text-align: center;
    margin-bottom: 0; }
  .footer__link {
    display: none; } }

@media (max-width: 576px) {
  .footer__text {
    font-size: 12px; }
  .footer__copyright {
    font-size: 12px; } }

.pagination {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.pagination__prev-page,
.pagination__next-page {
  background-image: url(/themes/antsitetheme/assets/img/arrow-gallery.svg);
  background-size: contain;
  background-position: center;
  width: 80px;
  height: 80px;
  opacity: 0.4;
  pointer-events: none; }
  .pagination__prev-page.active,
  .pagination__next-page.active {
    opacity: 1;
    pointer-events: auto; }

.pagination__prev-page {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.pagination__current {
  font-size: 20px;
  color: #354A9B; }

.pagination__btn {
  width: 13px;
  height: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .pagination__btn--prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 15px; }
  .pagination__btn--next {
    margin-left: 5px; }

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.pagination__item {
  margin-right: 10px; }

.pagination__link {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #ED1C23;
  color: var(--color-accent);
  font-size: 20px; }
  .pagination__link--current {
    -webkit-text-decoration: underline;
    text-decoration: underline; }

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20000;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  overflow: auto;
  visibility: hidden;
  --color-close: #000; }
  .popup.active {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }

.popup__container {
  width: calc(100% - 30px);
  max-width: 560px;
  padding: 50px;
  background-color: #ffffff;
  background-color: var(--color-default);
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: translateY(-120vh);
      -ms-transform: translateY(-120vh);
          transform: translateY(-120vh);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 20px; }
  .popup__container--full-width {
    max-width: 96%; }

.popup.active .popup__container {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.popup__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
  border-radius: 100%;
  z-index: 10; }
  .popup__close:after, .popup__close:before {
    content: '';
    width: 100%;
    max-width: 30px;
    height: 1px;
    background-color: var(--color-close);
    display: block;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 20px;
    left: 10px; }
  .popup__close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .popup__close:hover {
    background-color: var(--color-bg); }

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%; }

@media (max-width: 576px) {
  .popup__container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 50px 20px 20px 20px; }
  .popup__content {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial; } }

.widget {
  height: 94vh;
  width: 100%;
  background-image: url(/themes/antsitetheme/assets/img/preloader.svg);
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat; }

#iframe-widget .popup__container {
  max-width: calc(100% - 40px); }

#iframe-widget .popup-widget {
  padding: 0;
  overflow: hidden; }

#iframe-widget .popup__close {
  -webkit-filter: invert(1);
          filter: invert(1);
  background-color: #ebdb00;
  border-radius: 50%;
  border: 2px solid #000;
  top: 15px;
  right: 15px; }
  #iframe-widget .popup__close:after {
    top: 22px;
    height: 2px; }
  #iframe-widget .popup__close:before {
    top: 22px;
    height: 2px; }

.iframe-video {
  width: 100%;
  max-width: 100%;
  max-width: 900px; }

.iframe-video__container {
  height: 0;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
  border-radius: 20px; }
  .iframe-video__container iframe {
    position: absolute;
    top: 0;
    left: 0; }

.iframe-show {
  height: 94vh;
  width: 100%;
  background-image: url(/themes/antsitetheme/assets/img/preloader.svg);
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  overflow: hidden; }

#iframe-show .popup__container {
  max-width: calc(100% - 40px); }

.stat {
  grid-column: 1/-1;
  width: 100%;
  display: grid;
  justify-items: stretch;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 100px;
  --font-size-small: 16px;
  --color-font-main: #384DA1; }

.stat__stat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.stat__stat-title {
  font-size: 40px;
  font-weight: 900;
  color: #000000;
  color: var(--color-font-main); }

.stat__stat-ico {
  width: 140px;
  height: 76px; }

.stat__stat-text {
  font-weight: 900;
  line-height: 22px;
  color: #000000;
  color: var(--color-font-main);
  font-size: 22px; }

@media (max-width: 992px) {
  .stat__stat-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .stat__stat-title {
    font-size: 30px; }
  .stat__stat-ico {
    width: 90px;
    height: 52px; }
  .stat__stat-text {
    text-align: center;
    font-size: var(--font-size-small); } }

@media (max-width: 768px) {
  .stat {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: flex-start; }
  .stat__stat-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    grid-gap: 10px;
    gap: 10px;
    position: relative; }
    .stat__stat-item:nth-child(2) {
      margin-left: 10%; }
    .stat__stat-item:nth-child(3) {
      margin-left: 20%; }
    .stat__stat-item:nth-child(4) {
      margin-left: 30%; }
  .stat__stat-text {
    text-align: left;
    line-height: 15px; }
  .stat__stat-ico {
    display: none; } }

@media (max-width: 450px) {
  .stat__stat-item:nth-child(2) {
    margin-left: 0%; }
  .stat__stat-item:nth-child(3) {
    margin-left: 0%; }
  .stat__stat-item:nth-child(4) {
    margin-left: 0%; } }

.video {
  height: 500px;
  position: relative;
  overflow: hidden; }

.video__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.video__button {
  position: absolute;
  border: none;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: transparent;
  cursor: pointer; }

.video__button-ico {
  display: block;
  background-color: var(--color-accent-3);
  width: 90px;
  height: 90px;
  -webkit-box-shadow: 0 7px 41.2px 7.8px #e6d012;
          box-shadow: 0 7px 41.2px 7.8px #e6d012;
  border-radius: 50%;
  background: url(/themes/antsitetheme/assets/img/play-dark.svg) no-repeat center/auto #ffee5c;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

.video__button-text {
  font-weight: bold;
  font-size: var(--font-size-small);
  color: #384DA1;
  color: var(--color-font-second);
  text-shadow: 0 0 10px #000; }

.video__caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/themes/antsitetheme/assets/img/caption-bg.svg);
  background-size: 600px auto;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 2;
  width: 600px;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-align: center; }

.breadcrumbs {
  width: 100%;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  padding: 30px 0 40px 0;
  --color-accent: #22a2cc;
  --color-font-main: #384DA1; }

.breadcrumbs__item {
  margin-right: 10px;
  position: relative;
  padding-right: 15px;
  margin-bottom: 5px;
  list-style: none;
  font-family: 'Montserrat';
  font-family: var(--font-main);
  letter-spacing: 5%; }

.breadcrumbs__item:after {
  content: '-';
  width: 6px;
  height: 100%;
  top: 0;
  position: absolute;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.breadcrumbs__item:last-child:after {
  content: '-';
  display: none; }

.breadcrumbs__link {
  color: #000000;
  color: var(--color-font-main);
  font-size: 18px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration: none;
  text-decoration: none; }
  .breadcrumbs__link:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline; }

.breadcrumbs__text {
  color: #ED1C23;
  color: var(--color-accent);
  font-size: 18px;
  font-weight: 500; }

@media (max-width: 1200px) {
  .breadcrumbs {
    width: calc(100% - 400px); } }

@media (max-width: 992px) {
  .breadcrumbs {
    width: 100%; } }

.contacts__title {
  font-weight: 900;
  color: #C02C74;
  color: var(--color-font-third);
  font-size: 16px;
  font-size: var(--font-size-main);
  margin-bottom: 15px;
  font-size: 18px;
  margin-top: 30px; }

.contacts__item {
  margin-bottom: 15px;
  color: #384DA1;
  color: var(--color-font-second); }

.contacts__name {
  font-weight: bold;
  color: #384DA1;
  color: var(--color-font-second); }

.contacts__link {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #384DA1;
  color: var(--color-font-second); }

.contacts__map {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden; }

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.social-media__item {
  margin-right: 12px; }
  .social-media__item:last-child {
    margin-right: 0; }

.social-media__link {
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #ffffff;
  color: var(--color-default);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .social-media__link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    -webkit-filter: brightness(2) grayscale(0.5);
            filter: brightness(2) grayscale(0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .social-media__link:hover {
    /*background-color: var(--color-default);

        img {
            width: 60%;
            height: 60%;
            object-fit: contain;
            object-position: center;
            filter: brightness(1) grayscale(0);
        }*/ }

.section-header {
  height: 600px;
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
  --color-font-second: #fff;
  --font-size-title: 27px;
  --font-size-title--xxl: 35px; }
  .section-header::after {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-image: url(/themes/antsitetheme/assets/img/light-wave.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 3; }
  .section-header--narrow {
    height: 300px; }

.section-header__img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

.section-header__img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover; }

.section-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  position: relative;
  z-index: 2; }

.section-header__title {
  text-align: center;
  font-weight: bold;
  color: #384DA1;
  color: var(--color-font-second);
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: var(--font-size-title--xxl);
  width: 100%; }

.section-header__subtitle {
  text-align: center;
  font-weight: bold;
  width: 100%;
  color: #384DA1;
  color: var(--color-font-second);
  font-size: var(--font-size-title); }

.tickets-left {
  width: 250px; }

.tickets-left__days {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center; }

.tickets-left__day {
  font-weight: bold; }

.tickets-left__left-wrapper {
  border-radius: 100px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  height: 10px;
  width: 100%;
  margin-bottom: 8px;
  background-color: #fff;
  position: relative; }

.tickets-left__left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(178.18deg, #FD7474 -13.56%, #C81A6D 158.3%);
  -webkit-box-shadow: inset 1px 2px 2px rgba(255, 255, 255, 0.25);
          box-shadow: inset 1px 2px 2px rgba(255, 255, 255, 0.25);
  border-radius: 100px; }

.tickets-left__count {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 500; }

.tickets-left--session {
  /*.tickets-left__left-wrapper {
		background: #fff;
		
		&:after {
			content: '';
			background: linear-gradient(#F97794, #281AC8);
			border-radius: 100px;
			width: calc(100% + 2px);
			height: calc(100% + 2px);
			position: absolute;
			top: -1px;
			left: -1px;
			z-index: -1;
		}
	}

	.tickets-left__count {
		margin-bottom: 10px;
		color: var(--color-font-five);
	}
	.tickets-left__left {
		background: linear-gradient(178.18deg, rgba(253, 116, 155, 0.33) -13.56%, #281AC8 158.3%);
	}*/ }
  .tickets-left--session .tickets-left__count {
    font-size: 14px;
    color: #0f1d6b; }
  .tickets-left--session .tickets-left__left-wrapper {
    border-radius: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #0f1d6b;
    height: 10px;
    width: 100%;
    margin-bottom: 8px;
    background-color: transparent;
    position: relative; }
  .tickets-left--session .tickets-left__left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #86E95D;
    background: linear-gradient(178.18deg, #86E95D -13.56%, #ffe600 158.3%);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 100px; }

.tickets-left__sale {
  grid-row: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: var(--font-size-main);
  color: #C02C74;
  color: var(--color-font-third);
  font-weight: bold;
  height: 100%; }

.simple-gallery {
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 20px; }

.simple-gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.simple-gallery__caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/themes/antsitetheme/assets/img/caption-bg.svg);
  background-size: 600px auto;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 2;
  width: 600px;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-align: center; }

.simple-gallery__navigation {
  position: absolute;
  width: 100%;
  height: 90px;
  pointer-events: none;
  top: calc(50% - 45px);
  left: 0;
  z-index: 3; }

.simple-gallery__next,
.simple-gallery__prev {
  position: absolute;
  pointer-events: auto;
  display: block;
  top: 0;
  right: 0;
  width: 90px;
  height: 100%;
  border: none;
  background-color: transparent;
  background-image: url(/themes/antsitetheme/assets/img/arrow-gallery.svg);
  background-size: contain;
  background-position: center;
  cursor: pointer; }

.simple-gallery__prev {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.sales-soon {
  height: auto;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
  background-color: #FEB914; }

.sales-soon__img-wrapper {
  width: 100%;
  height: 100%; }
  .sales-soon__img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    max-height: 100vh; }

.sales-soon__info {
  width: 51.1%;
  height: 88.4%;
  position: absolute;
  top: 5%;
  right: 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.sales-soon__sup-title {
  color: #fff;
  text-align: center;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  margin-bottom: 5px;
  font-size: 4vw;
  font-weight: bold; }

.sales-soon__title {
  color: #f8d832;
  text-align: center;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  margin-bottom: 50px;
  font-size: 6.5vw;
  font-weight: bold; }

.sales-soon__sub-title {
  color: #fff;
  text-align: center;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-size: 3vw;
  font-weight: bold; }
  .sales-soon__sub-title strong {
    color: #f8d832;
    font-weight: bold;
    font-size: 5vw; }

#sales-soon .popup__container {
  width: auto;
  max-width: calc(100% - 40px);
  max-height: 98vh; }

@media (max-width: 768px) {
  #sales-soon .popup__container {
    max-width: 500px;
    border-radius: 20px; }
  .sales-soon__info {
    width: 90.9%;
    height: 49.7%;
    right: 4%;
    top: 27.5%; }
  .sales-soon__sup-title {
    font-size: 4vh; }
  .sales-soon__title {
    font-size: 6vh;
    margin-bottom: 25px; }
  .sales-soon__sub-title {
    font-size: 3vh; }
    .sales-soon__sub-title strong {
      font-size: 5vh; } }

@media (max-width: 576px) {
  .sales-soon__sup-title {
    font-size: 8vw; }
  .sales-soon__title {
    font-size: 12vw;
    margin-bottom: 25px;
    margin-bottom: 15px; }
  .sales-soon__sub-title {
    font-size: 6vw; }
    .sales-soon__sub-title strong {
      font-size: 9vw; } }

.form {
  margin-bottom: 30px; }

.form__title {
  font-size: 18px;
  margin-bottom: 15px; }
  .form__title--center {
    text-align: center; }

.form__content.hide {
  display: none; }

.form__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 30px; }

.form__label {
  width: 100%; }
  .form__label--full {
    grid-column: 1/-1; }

.form__input,
.form__select,
.form__text,
.form__textarea {
  height: 60px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.3;
  font-family: 'Montserrat';
  font-family: var(--font-main);
  color: #000000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px; }

.form__textarea {
  height: 150px;
  padding-top: 10px; }

.form__text {
  height: 150px;
  padding-top: 10px; }

.form__button {
  display: block;
  width: 300px;
  margin: 0 auto; }

.form__agreement {
  width: 100%;
  max-width: 600px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-family: 'Montserrat';
  font-family: var(--font-main);
  line-height: 1.3;
  margin: 0 auto 20px auto;
  font-weight: 500; }
  .form__agreement--left {
    text-align: left;
    max-width: 100%;
    font-weight: bold;
    font-size: 16px; }

.form__bottom-text {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000000;
  font-weight: bold; }

.form__link {
  color: inherit;
  font-size: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  cursor: pointer; }
  .form__link:hover {
    color: #3838f5; }

.form__status {
  background-color: #62C584;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  margin-top: 20px;
  display: none;
  line-height: 120%;
  border-radius: 20px;
  font-weight: bold; }
  .form__status.active {
    display: block; }

.form-performer .form__cols,
.performer-form .form__cols {
  grid-template-columns: 100%; }

.form__reviews-title {
  margin-bottom: 20px; }

.form__star-buttons-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 20px);
  grid-gap: 10px;
  gap: 10px; }

.form__star-button {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  background-image: url(/themes/antsitetheme/assets/img/star-review.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .form__star-button.active {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.form__label-text {
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
  padding-left: 5px; }

@media (max-width: 768px) {
  .form__cols {
    grid-template-columns: 100%; } }

@media (max-width: 576px) {
  .form__title {
    margin-bottom: 15px;
    font-size: 22px; }
  .form__cols {
    gap: 15px; }
  .form__input, .form__select {
    height: 45px; } }

.sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.sponsors__item {
  width: 250px;
  height: 130px;
  margin: 0 40px 20px 0; }
  .sponsors__item--last-child {
    margin-right: 0; }

.sponsors__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

.for-partners__title {
  font-weight: 900;
  color: #C02C74;
  color: var(--color-font-third);
  font-size: 18px;
  margin-bottom: 20px; }

.for-partners__text {
  margin-bottom: 20px;
  color: #384DA1;
  color: var(--color-font-second);
  font-size: 18px; }

.for-partners__item {
  margin-bottom: 20px; }

.for-partners__name {
  font-weight: bold;
  color: #384DA1;
  color: var(--color-font-second);
  font-size: 18px; }

.for-partners__link {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #384DA1;
  color: var(--color-font-second);
  font-size: 18px; }

.for-partners__buttons {
  display: grid;
  grid-template-columns: 700px;
  grid-gap: 20px;
  gap: 20px;
  margin-top: 30px; }

.close-widget-quiz {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,45,94,0.39608);
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  pointer-events: none; }
  .close-widget-quiz.active {
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.close-widget-quiz__content {
  position: relative;
  border-radius: 20px;
  background: linear-gradient(123.49deg, #0673E6 5.97%, #7138CD 95.29%);
  overflow: hidden;
  padding: 30px 30px 50px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 520px; }

.close-widget-quiz__title {
  font-size: 18px;
  font-weight: bold;
  font-family: 'FiraSans';
  font-family: var(--font-third);
  color: #FFD600;
  text-align: center;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 20px; }

.close-widget-quiz__options {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 10px;
  gap: 10px; }

.close-widget-quiz__button {
  font-family: 'FiraSans';
  font-family: var(--font-third);
  font-size: 18px;
  border-radius: 20px;
  background-color: #EFF7FF;
  text-align: center;
  color: #002D5E;
  padding: 10px 20px;
  display: block;
  width: 100%;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .close-widget-quiz__button:hover {
    background-color: #FFD600; }

.close-widget-quiz__close-button {
  border: none;
  background-color: transparent;
  position: absolute;
  bottom: 15px;
  right: 30px;
  cursor: pointer; }

.history__item {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr 330px;
  grid-template-columns: max-content 1fr 330px;
  grid-gap: 30px;
  gap: 30px;
  --color-accent: #C02C74;
  --font-size-title: 27px; }

.history__title {
  font-weight: 900;
  color: #ED1C23;
  color: var(--color-accent);
  font-size: var(--font-size-title); }

.history__desc {
  line-height: 30px; }

.history__img-wrapper {
  position: relative;
  top: -20px; }

.history__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 400px; }

.history__img-desc {
  text-align: center; }

@media (max-width: 768px) {
  .history__item {
    grid-template-columns: 100%; }
  .history__title {
    text-align: center; }
  .history__desc {
    text-align: center; }
  .history__img-wrapper {
    text-align: center; } }

.reviews-visitors__item {
  margin-bottom: 50px;
  border-bottom: 1px solid var(--color-bg);
  padding-bottom: 50px; }

.reviews-visitors__header {
  margin-bottom: 25px; }

.reviews-visitors__number {
  font-weight: bold;
  font-size: 16px;
  font-size: var(--font-size-main); }

.reviews-visitors__name {
  font-weight: bold;
  font-size: 16px;
  font-size: var(--font-size-main); }

.reviews-visitors__date {
  font-weight: 300;
  opacity: 0.7;
  padding-left: 10px; }

.reviews-visitors__rates-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  gap: 40px;
  margin-bottom: 25px; }

.reviews-visitors__rate {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-gap: 0 15px;
  gap: 0 15px; }

.reviews-visitors__rates-star {
  display: inline-grid;
  grid-template-columns: repeat(5, 17px);
  gap: 5px; }
  .reviews-visitors__rates-star span {
    display: inline-block;
    width: 17px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-image: url(/themes/antsitetheme/assets/img/star-review.svg);
    background-repeat: no-repeat; }

.reviews-visitors__text {
  line-height: 25px;
  margin-bottom: 0; }

.reviews-visitors__vk {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 550px;
  margin: 0 auto 30px auto; }

.reviews-visitors__img-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .reviews-visitors__img-wrapper img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }

.reviews-visitors__instagram {
  background: #FFF;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  margin: 1px;
  max-width: 540px;
  min-width: 326px;
  padding: 0;
  width: 99.375%;
  width: calc(100% - 2px); }

@media (max-width: 992px) {
  .reviews-visitors__rates-wrapper {
    grid-template-columns: 100%;
    gap: 15px; } }

.ticket-agents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 50px;
  gap: 20px 50px;
  padding: 20px 0; }

.ticket-agents__item {
  height: 40px; }

.ticket-agents__link {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
  height: 100%; }

.ticket-agents__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

@media (max-width: 992px) {
  .ticket-agents {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) {
  .ticket-agents {
    grid-template-columns: 100%; }
  .ticket-agents__img {
    -o-object-position: left center;
       object-position: left center; } }

.our-partners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 40px;
  gap: 20px 40px;
  padding: 20px 0; }

.our-partners__item {
  height: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.our-partners__link {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
  height: 100%; }

.our-partners__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 200px; }

@media (max-width: 992px) {
  .our-partners {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 768px) {
  .our-partners {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr); }
  .our-partners__item {
    height: 150px; } }

.faq {
  padding: 60px 20px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD0FD), to(#f0d972));
  background: linear-gradient(#FFD0FD 0%, #f0d972 100%);
  border-radius: 20px; }
  .faq:before, .faq:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    left: 0;
    opacity: 0.5; }
  .faq:before {
    top: 0; }
  .faq:after {
    bottom: 0; }

.faq__title {
  margin-bottom: 25px;
  font-weight: bold; }

.faq__text {
  font-size: var(--color-font-small);
  line-height: 20px;
  margin-bottom: 30px;
  font-weight: 500; }

.faq__answer-wrapper {
  margin-bottom: 15px; }

.faq__answer {
  font-size: var(--color-font-small);
  line-height: 26px;
  position: relative;
  padding-left: 25px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .faq__answer:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--color-bg);
    border: 2px solid #ED1C23;
    border: 2px solid var(--color-accent);
    display: block;
    top: 5px;
    left: 0;
    position: absolute;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }

.faq__question {
  font-size: var(--color-font-small);
  line-height: 26px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .faq__question:hover {
    color: #ED1C23;
    color: var(--color-accent); }
  .faq__question:after {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 100%;
    border: 2px solid #ED1C23;
    border: 2px solid var(--color-accent);
    display: block;
    top: 6px;
    left: 0;
    position: absolute;
    background-color: #F8EBCA; }
  .faq__question:before {
    content: '';
    display: block;
    width: 0px;
    height: 0%;
    border-left: 2px dotted #ED1C23;
    border-left: 2px dotted var(--color-accent);
    top: 10px;
    left: 6px;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.2; }
  .faq__question.active:before {
    height: 100%; }
  .faq__question.active + .faq__answer:after {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important; }
  .faq__question.active + .faq__answer:after {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    background-color: #F8EBCA; }

.faq-wrapper {
  padding: 0;
  max-width: 800px; }

.best-shows-list {
  margin-top: 100px; }
  .best-shows-list h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'RotondaC';
    font-family: var(--font-second);
    color: #C02C74; }

.best-shows-list__name {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 20px;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  color: #384DA1;
  color: var(--color-font-second);
  position: relative;
  padding: 25px 50px 25px 0px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .best-shows-list__name:after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(/themes/antsitetheme/assets/img/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .best-shows-list__name:focus {
    outline: none; }
  .best-shows-list__name.active:after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.best-shows-list__iframe {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px; }

.best-shows-list__body {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out; }

.best-shows-list__content {
  padding-bottom: 25px; }

.best-shows__music {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px 20px;
  gap: 15px 20px; }

.player__composition {
  background-color: #fff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-gap: 15px;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .player__composition.active .player__play {
    display: none; }
  .player__composition.active .player__pause {
    display: block; }

.player__title {
  font-size: 16px;
  color: #384DA1;
  color: var(--color-font-second); }

.player__play {
  display: block;
  width: 150px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  background-image: url(/themes/antsitetheme/assets/img/audio-play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #C02C74;
  padding-left: 40px;
  -webkit-transition: -webkit-filter .2s;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer; }

.player__pause {
  display: none;
  width: 150px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  background-image: url(/themes/antsitetheme/assets/img/audio-pause.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #C02C74;
  padding-left: 40px;
  -webkit-transition: -webkit-filter .2s;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer; }

@media (max-width: 1300px) {
  .best-shows__music {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 992px) {
  .best-shows__music {
    grid-template-columns: 1fr; } }

@media (max-width: 768px) {
  .best-shows-list__name {
    font-size: 20px; }
    .best-shows-list__name:after {
      width: 20px;
      height: 20px;
      top: 20px; }
  .best-shows-list__iframe {
    width: 100% !important; }
  .best-shows__music {
    gap: 10px; }
  .player__composition {
    padding: 10px; } }

.archive-shows-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  gap: 50px;
  margin-bottom: 100px; }

.archive-shows-list__list-item {
  display: block; }

.archive-shows-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.archive-shows-list__img-wrapper {
  width: 100%;
  height: 90px;
  margin-bottom: 15px; }

.archive-shows-list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

.archive-shows-list__title {
  text-align: center;
  color: #000000;
  color: var(--color-font-main);
  font-size: var(--font-size-small);
  line-height: 120%; }

@media (max-width: 768px) {
  .archive-shows-list {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 400px) {
  .archive-shows-list {
    grid-template-columns: 1fr; } }

.about {
  background-color: #FDE8FE; }

.about__header {
  position: relative;
  width: 100%;
  margin-bottom: 100px; }
  .about__header::after {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/themes/antsitetheme/assets/img/light-wave.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }

.about__img {
  width: 100%;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.about__title {
  margin-bottom: 50px; }

.about__text-wrapper {
  margin-bottom: 100px; }

.about__video {
  margin-bottom: 100px; }

.contacts-section {
  background-color: #FBE9FF;
  padding-top: 50px;
  padding-bottom: 10px; }

.partners {
  background-color: #FBE9FF;
  padding-top: 50px;
  padding-bottom: 10px; }

.partners__block {
  margin-bottom: 100px; }

.partners__text {
  max-width: 700px;
  margin-bottom: 20px;
  color: #384DA1;
  color: var(--color-font-second);
  font-size: 18px;
  line-height: 120%; }
  .partners__text strong {
    font-weight: bold; }

.we-help {
  background-color: #FBE9FF;
  padding-top: 50px;
  padding-bottom: 10px; }

.we-help__text {
  color: #384DA1;
  color: var(--color-font-second);
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 20px; }

.reviews-section {
  background-color: #FBE9FF; }

.shows {
  background-color: #FDE8FE;
  margin-top: -100px;
  padding-top: 50px;
  padding-bottom: 100px; }

.shows__header {
  position: relative;
  width: 100%;
  margin-bottom: 100px; }
  .shows__header::after {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/themes/antsitetheme/assets/img/light-wave.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }

.shows__img {
  width: 100%;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.shows__title {
  margin-bottom: 50px; }

.shows__text-wrapper {
  margin-bottom: 100px; }

.shows__video {
  height: 0;
  padding-top: 56%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px; }

.shows__video-iframe {
  position: absolute;
  top: 0;
  left: 0; }

.shows__show-button {
  margin: 0 auto;
  display: block;
  width: 300px; }

.best-shows {
  background-color: #FBE9FF;
  padding-top: 50px;
  padding-bottom: 10px; }

.best-shows__block {
  margin-bottom: 100px; }

.best-shows__text {
  max-width: 700px;
  margin-bottom: 20px;
  color: #384DA1;
  color: var(--color-font-second);
  font-size: 18px;
  line-height: 120%; }
  .best-shows__text strong {
    font-weight: bold; }

.best-shows__name {
  max-width: 700px;
  margin-bottom: 20px;
  color: #384DA1;
  color: var(--color-font-second);
  font-size: 18px;
  line-height: 120%;
  font-weight: bold;
  width: 100%; }

.best-shows__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.best-shows__list-item {
  margin-bottom: 30px; }

.best-shows__link {
  max-width: 700px;
  margin-bottom: 5px;
  color: #384DA1;
  color: var(--color-font-second);
  font-size: 18px;
  line-height: 120%;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
  display: inline-block;
  margin-right: 20px; }
  .best-shows__link:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-underline-offset: 4px; }
  .best-shows__link:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    color: #384DA1;
    color: var(--color-font-second);
    background-color: #384DA1;
    background-color: var(--color-font-second);
    display: block;
    position: absolute;
    top: 5px;
    left: 0; }

.main-block {
  width: 100%;
  height: 965px;
  background-image: url(/themes/antsitetheme/assets/img/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-color: #F69500; }

.main-block__container {
  position: relative;
  padding: 15px 15px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  z-index: 5; }

.main-block__start-sale {
  position: absolute;
  top: 15px;
  left: -30px;
  width: 219px;
  height: 178px; }
  .main-block__start-sale img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }

.main-block__title {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #006bb1;
  margin-bottom: 10px;
  font-family: 'RotondaC';
  font-family: var(--font-second); }
  .main-block__title br {
    display: none; }

.main-block__25-year {
  color: #e20d3f;
  background-image: url(/themes/antsitetheme/assets/img/25-success.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6px 14px;
  white-space: nowrap; }

.main-block__sub-title {
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-family: 'FiraSans';
  font-family: var(--font-third);
  font-weight: 500;
  margin-bottom: 10px; }
  .main-block__sub-title br {
    display: none; }

.main-block__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }

.main-block__date {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #006bb1;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  margin-bottom: 40px; }

.main-block__button {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px; }

.main-block__characters-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: 2;
  overflow: hidden; }

.main-block__characters {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.main-block__character {
  position: absolute; }
  .main-block__character--alyonka {
    left: -9%;
    top: 22%;
    width: 23.3%;
    height: 57.4%; }
  .main-block__character--girl {
    right: 12%;
    top: 12%;
    width: 17.5%;
    height: 69.3%; }
  .main-block__character--noname {
    left: 6.8%;
    top: 9.5%;
    width: 30.8%;
    height: 120.2%; }
  .main-block__character--varya {
    right: -5.1%;
    top: 28.6%;
    width: 25.4%;
    height: 79.8%; }
  .main-block__character--tig {
    right: 4.9%;
    top: 50.4%;
    width: 26.9%;
    height: 54.7%; }
  .main-block__character--snezhka {
    left: -5.4%;
    top: 48.2%;
    width: 23.5%;
    height: 73.7%; }
  .main-block__character--vicky {
    right: 26.8%;
    top: 61.8%;
    width: 11.8%;
    height: 33.9%; }
  .main-block__character--kesha {
    left: 22.5%;
    top: 64.9%;
    width: 14.5%;
    height: 30.1%; }

.main-block__stars {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.main-block__star {
  position: absolute;
  z-index: 4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  -webkit-animation-name: star;
          animation-name: star;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }
  .main-block__star--1 {
    top: 39%;
    left: 6%;
    width: 51px;
    height: 52px;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .main-block__star--2 {
    top: 37%;
    right: 8%;
    width: 51px;
    height: 52px;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .main-block__star--3 {
    top: 64%;
    left: 6%;
    width: 51px;
    height: 52px;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
  .main-block__star--4 {
    top: 55%;
    right: 10%;
    width: 51px;
    height: 52px;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
  .main-block__star--5 {
    top: 49%;
    left: 2%;
    width: 98px;
    height: 93px;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s; }
  .main-block__star--6 {
    top: 45%;
    right: 5%;
    width: 95px;
    height: 97px;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s; }
  .main-block__star--7 {
    top: 5%;
    left: 1%;
    width: 175px;
    height: 175px;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
    -webkit-animation-duration: 5s;
            animation-duration: 5s; }
  .main-block__star--8 {
    top: 3%;
    right: 16%;
    width: 168px;
    height: 212px;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation-duration: 5s;
            animation-duration: 5s; }

.main-block__character-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

.main-block__snow {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 232px; }
  .main-block__snow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom; }

.main-block__support-logo {
  display: none; }

@-webkit-keyframes star {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

@keyframes star {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

@media (max-width: 1300px) {
  .main-block__start-sale {
    left: 10px;
    top: 50px;
    width: 175px;
    height: 142px; } }

@media (max-width: 1100px) {
  .main-block__character--noname {
    left: 4%; } }

@media (max-width: 992px) {
  .main-block {
    height: auto;
    height: initial; }
  .main-block__title {
    color: #FFF;
    text-align: right;
    font-size: 30px; }
    .main-block__title br {
      display: block; }
  .main-block__25-year {
    display: inline-block;
    margin-top: 7px; }
  .main-block__sub-title {
    text-align: right;
    font-size: 22px; }
    .main-block__sub-title br {
      display: block; }
  .main-block__logo {
    margin-top: 250px;
    margin-bottom: 5px; }
  .main-block__start-sale {
    top: 10px; }
  .main-block__container {
    height: auto;
    height: initial; }
  .main-block__snow {
    z-index: 2; }
  .main-block__support-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .main-block__support-logo img {
      width: 100%;
      max-width: 165px;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
  .main-block__support-text {
    font-family: 'Montserrat';
    font-family: var(--font-main);
    font-size: 15px;
    font-weight: 500;
    color: #f3751e;
    margin-bottom: 10px; }
  .main-block__characters-wrapper {
    height: 100%; }
  .main-block__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }
  .main-block__character--alyonka {
    left: 15%;
    top: 136px;
    width: 20.3%;
    height: 255px; }
  .main-block__character--girl {
    right: -39px;
    top: 759px;
    width: 17.5%;
    height: 41.3%;
    -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  .main-block__character--noname {
    left: 31.8%;
    top: 126px;
    width: 30.8%;
    height: 592px; }
  .main-block__character--varya {
    right: 15.9%;
    top: 204px;
    width: 25.4%;
    height: 430px;
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg); }
  .main-block__character--tig {
    right: 24.9%;
    top: 280px;
    width: 26.9%;
    height: 311px; }
  .main-block__character--snezhka {
    left: 12.6%;
    top: 240px;
    width: 23.5%;
    height: 388px; }
  .main-block__character--vicky {
    left: 2%;
    top: 917px;
    width: 11.8%;
    height: 176px; }
  .main-block__character--kesha {
    left: 14.5%;
    top: 799px;
    width: 11.5%;
    height: 167px; } }

@media (max-width: 768px) {
  .main-block__title {
    max-width: 70%;
    margin-left: auto;
    font-size: 25px; }
  .main-block__sub-title {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.596); }
  .main-block__start-sale {
    left: 1px; }
  .main-block__logo {
    margin-top: 200px; }
  .main-block__date {
    margin-bottom: 20px; }
  .main-block__support-logo {
    margin-top: 30px; }
  .main-block__character--alyonka {
    height: 193px; }
  .main-block__character--girl {
    height: 270px;
    right: -26px; }
  .main-block__character--noname {
    height: 445px; }
  .main-block__character--varya {
    height: 300px; }
  .main-block__character--tig {
    height: 168px; }
  .main-block__character--snezhka {
    height: 268px; }
  .main-block__character--vicky {
    left: 5%;
    top: 825px;
    width: 19.8%;
    height: 172px; }
  .main-block__character--kesha {
    left: 5.5%;
    top: 680px;
    width: 15.5%;
    height: 128px; } }

@media (max-width: 576px) {
  .main-block__title {
    font-size: 20px; }
  .main-block__start-sale {
    width: 133px;
    height: 111px; }
  .main-block__sub-title {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.26);
    font-size: 18px; }
  .main-block__logo {
    margin-top: 125px; }
  .main-block__snow {
    height: 85px; }
  .main-block__character--alyonka {
    left: 16%;
    top: 127px;
    height: 129px; }
  .main-block__character--girl {
    top: 519px; }
  .main-block__character--noname {
    height: 300px; }
  .main-block__character--varya {
    right: 12.9%;
    top: 166px;
    height: 202px; }
  .main-block__character--tig {
    top: 195px;
    height: 168px; }
  .main-block__character--snezhka {
    top: 188px;
    height: 184px; }
  .main-block__character--vicky {
    top: 638px; }
  .main-block__character--kesha {
    top: 473px; } }

.official-site {
  width: 100%;
  height: 1034px;
  margin-top: -50px;
  position: relative;
  z-index: 1; }

.official-site__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .official-site__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0; }

.official-site__container {
  position: relative;
  padding-top: 50px;
  z-index: 2; }

.official-site__content {
  width: 100%;
  max-width: 670px; }

.official-site__title {
  font-size: 35px;
  color: #0f1d6b;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  margin-bottom: 25px;
  font-weight: bold;
  text-transform: uppercase; }
  .official-site__title strong {
    font-size: 83px;
    color: #fe1249;
    display: block;
    margin-top: 10px;
    font-weight: bold; }

.official-site__text {
  font-size: 24px;
  color: #0f1d6b;
  font-weight: 500;
  font-family: 'Montserrat';
  font-family: var(--font-main);
  margin-bottom: 25px;
  line-height: 140%; }
  .official-site__text strong {
    font-weight: bold; }

.official-site__stat-wrapper {
  display: grid;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  grid-gap: 0;
  gap: 0; }

.official-site__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 35px 25px; }
  .official-site__stat:nth-child(1) {
    background-image: url(/themes/antsitetheme/assets/img/stroke-1.png); }
  .official-site__stat:nth-child(2) {
    background-image: url(/themes/antsitetheme/assets/img/stroke-3.png); }
  .official-site__stat:nth-child(3) {
    background-image: url(/themes/antsitetheme/assets/img/stroke-2.png); }

.official-site__stat-num {
  font-size: 65px;
  color: #fe1249;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

.official-site__stat-text {
  font-size: 23px;
  color: #0f1d6b;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  text-transform: uppercase;
  font-weight: bold;
  text-align: center; }

.official-site__frost-father {
  display: none; }

@media (max-width: 1300px) {
  .official-site__bg img {
    -o-object-position: 69% 0;
       object-position: 69% 0; }
  .official-site__content {
    max-width: 650px; }
  .official-site__text {
    max-width: 430px;
    font-size: 22px;
    margin-bottom: 20px; }
  .official-site__stat-num {
    font-size: 45px; }
  .official-site__stat-text {
    font-size: 18px; }
  .official-site__container {
    padding-top: 15px; }
  .official-site__stat:last-child {
    grid-column: 1/-1; } }

@media (max-width: 992px) {
  .official-site__title {
    font-size: 30px; }
    .official-site__title strong {
      font-size: 71px; }
  .official-site__bg img {
    -o-object-position: center 0;
       object-position: center 0; }
  .official-site__content {
    max-width: none;
    max-width: initial; } }

@media (max-width: 768px) {
  .official-site {
    height: auto;
    height: initial;
    padding-bottom: 300px; }
  .official-site__title {
    text-align: center; }
  .official-site__text {
    text-align: center;
    max-width: none;
    max-width: initial; }
  .official-site__bg {
    top: -200px;
    height: calc(100% + 200px); }
  .official-site__frost-father {
    width: 100%;
    overflow: hidden;
    display: block;
    width: calc(100% + 20px);
    position: relative;
    left: -10px; }
    .official-site__frost-father img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .official-site__stat-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 576px) {
  .official-site {
    padding-top: 70px; }
  .official-site__title {
    font-size: 26px; }
    .official-site__title strong {
      font-size: 60px; }
  .official-site__text {
    font-size: 18px; } }

.concert-video {
  margin-top: -350px;
  padding-top: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 1192px;
  height: 100vh;
  z-index: 2; }

.concert-video__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .concert-video__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0; }

.concert-video__container {
  position: relative;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.concert-video__video-title {
  font-size: 50px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  text-align: center;
  margin-bottom: 50px;
  line-height: 120%; }

.concert-video__video-play {
  border: none;
  background-color: transparent;
  background-image: url(/themes/antsitetheme/assets/img/play.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto; }

@media (max-width: 1300px) {
  .concert-video {
    margin-top: -250px; } }

@media (max-width: 992px) {
  .concert-video {
    margin-top: -250px; } }

@media (max-width: 576px) {
  .concert-video {
    height: 100vh;
    padding-top: 0; }
  .concert-video__video-title {
    font-size: 27px; } }

.all-cartoon-brands {
  height: 1617px;
  background-image: url(/themes/antsitetheme/assets/img/bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  margin-top: -150px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  overflow-x: hidden; }

.all-cartoon-brands__container {
  position: relative; }

.all-cartoon-brands__favorite-heroes-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 319px;
  height: 200px;
  right: -10px;
  top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.all-cartoon-brands__favorite-heroes {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

.all-cartoon-brands__sub-title {
  text-align: center;
  color: #ed07a5;
  font-size: 65px;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff; }

.all-cartoon-brands__title {
  text-align: center;
  font-size: 32px;
  color: #8e0061;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 20px #fff;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff; }
  .all-cartoon-brands__title strong {
    font-size: 43px; }

.all-cartoon-brands__logow-wrapper {
  width: 530px;
  margin: 0 auto; }

.all-cartoon-brands__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

.all-cartoon-brands__heroes-wrapper {
  width: 100%;
  max-width: 1300px;
  height: 719px;
  margin-bottom: 50px;
  position: relative; }

.all-cartoon-brands__hero {
  position: absolute;
  display: block; }
  .all-cartoon-brands__hero--frost_father {
    width: 16.9%;
    height: 54.3%;
    top: 4%;
    left: 11.7%; }
  .all-cartoon-brands__hero--masha_magic {
    width: 19%;
    height: 55.9%;
    right: 8.9%;
    top: 19.4%; }
  .all-cartoon-brands__hero--alyonka {
    width: 20.8%;
    height: 58.6%;
    top: 0%;
    left: 25.3%; }
  .all-cartoon-brands__hero--snezhka {
    width: 17%;
    height: 56.9%;
    top: 2%;
    left: 57.8%; }
  .all-cartoon-brands__hero--varya {
    width: 14.6%;
    height: 60.3%;
    bottom: 2%;
    left: 25.3%; }
  .all-cartoon-brands__hero--koshchey {
    width: 29.3%;
    height: 89.6 .all-cartoon-brands__hero--koshchey;
    top: 1%;
    left: 39.5%; }
  .all-cartoon-brands__hero--beauty {
    width: 12%;
    height: 31.7%;
    bottom: 14.3%;
    left: 0%; }
  .all-cartoon-brands__hero--leo {
    width: 20.1%;
    height: 41.2%;
    bottom: 8.4%;
    right: -1%; }
  .all-cartoon-brands__hero--tig {
    width: 22.6%;
    height: 33.7%;
    bottom: 7%;
    right: 15.3%; }
  .all-cartoon-brands__hero--tuchka {
    width: 16.3%;
    height: 37.9%;
    bottom: 11.7%;
    left: 10.2%; }
  .all-cartoon-brands__hero--frost-title {
    width: 154px;
    height: 45px;
    top: 5%;
    left: 1%; }
  .all-cartoon-brands__hero--koshchey-title {
    width: 227px;
    height: 103px;
    top: 2%;
    right: 6%; }
  .all-cartoon-brands__hero--leo_tig-title {
    width: 195px;
    height: 155px;
    bottom: -4%;
    right: 0%; }
  .all-cartoon-brands__hero--dogs-title {
    width: 256px;
    height: 161px;
    top: 76%;
    left: -5%; }
  .all-cartoon-brands__hero--bears-title {
    width: 195px;
    height: 97px;
    top: 39%;
    left: 0%; }

.all-cartoon-brands__characters {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

.all-cartoon-brands__text {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 35px; }

.all-cartoon-brands__button {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px; }

.all-cartoon-brands__slider {
  display: none; }

.all-cartoon-brands__tickets-left {
  margin: 20px auto 0; }

@media (max-width: 1300px) {
  .all-cartoon-brands__favorite-heroes-wrapper {
    width: 191px;
    height: 120px;
    right: 6px;
    top: 111px; }
  .all-cartoon-brands__heroes-wrapper {
    width: 94%;
    margin-left: auto;
    margin-right: auto; }
  .all-cartoon-brands__hero--koshchey-title {
    right: 0;
    width: 166px;
    height: 78px;
    top: 5%; }
  .all-cartoon-brands__hero--bears-title {
    left: 0;
    width: 158px; }
  .all-cartoon-brands__hero--koshchey-title img, .all-cartoon-brands__hero--bears-title img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; } }

@media (max-width: 992px) {
  .all-cartoon-brands {
    height: auto;
    height: initial;
    padding-bottom: 250px; }
  .all-cartoon-brands__favorite-heroes-wrapper {
    right: auto;
    right: initial;
    left: 10px;
    top: -84px; }
  .all-cartoon-brands__heroes-wrapper {
    height: 420px; }
  .all-cartoon-brands__hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }
  .all-cartoon-brands__hero--frost-title {
    width: 99px;
    height: 32px;
    top: 4%;
    left: 1%; }
  .all-cartoon-brands__hero--koshchey-title {
    width: 132px;
    height: 71px;
    top: 2%;
    right: 6%; }
  .all-cartoon-brands__hero--leo_tig-title {
    width: 129px;
    height: 101px;
    bottom: -4%;
    right: 0%; }
  .all-cartoon-brands__hero--dogs-title {
    width: 157px;
    height: 98px;
    top: 76%;
    left: -4%; }
  .all-cartoon-brands__hero--bears-title {
    width: 116px;
    height: 55px;
    top: 39%;
    left: 0%; } }

@media (max-width: 768px) {
  .all-cartoon-brands__heroes-wrapper {
    display: none; }
  .all-cartoon-brands__favorite-heroes-wrapper {
    display: none; }
  .all-cartoon-brands__title {
    font-size: 25px; }
    .all-cartoon-brands__title strong {
      font-size: 35px; }
  .all-cartoon-brands__text {
    font-size: 28px;
    line-height: 140%; }
  .all-cartoon-brands__slider {
    display: block;
    position: relative;
    max-width: 500px;
    overflow: hidden;
    margin: 0 auto 40px auto; }
  .all-cartoon-brands__slide {
    height: 400px; }
    .all-cartoon-brands__slide img {
      width: 100%;
      height: calc(100% - 72px);
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
  .all-cartoon-brands__navigation {
    height: 39px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5; }
  .all-cartoon-brands__prev-slide,
  .all-cartoon-brands__next-slide {
    width: 39px;
    height: 39px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url(/themes/antsitetheme/assets/img/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: auto; }
  .all-cartoon-brands__prev-slide {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .all-cartoon-brands__slide-title {
    font-size: 22px;
    font-weight: bold;
    font-family: 'RotondaC';
    font-family: var(--font-second);
    color: #d0008e;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 100px);
    margin: 15px auto 0; }
    .all-cartoon-brands__slide-title span {
      color: #410a48;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media (max-width: 576px) {
  .all-cartoon-brands__logow-wrapper {
    width: 100%; }
  .all-cartoon-brands__sub-title {
    font-size: 55px; }
  .all-cartoon-brands__title {
    font-size: 20px; }
    .all-cartoon-brands__title strong {
      font-size: 28px; }
  .all-cartoon-brands__text {
    font-size: 23px;
    text-shadow: 0 0 10px #FC8804; } }

.first-time {
  margin-top: -200px;
  padding-top: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 250px; }

.first-time__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .first-time__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0; }

.first-time__bear {
  width: 295px;
  height: 449px;
  position: absolute;
  top: 0px;
  right: 0; }
  .first-time__bear img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }

.first-time__decor {
  display: none; }

.first-time__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 100px; }

.first-time__content {
  width: 580px; }

.first-time__title {
  color: #6d0bb2;
  font-size: 53px;
  text-transform: uppercase;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold;
  margin-bottom: 30px; }
  .first-time__title span {
    font-size: 73px;
    color: #c60cc9;
    display: block; }

.first-time__text {
  font-size: 22px;
  line-height: 120%;
  color: #470a72;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: 'Montserrat';
  font-family: var(--font-main); }

.first-time__invite {
  font-size: 22px;
  line-height: 120%;
  color: #470a72;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: 'Montserrat';
  font-family: var(--font-main);
  position: relative;
  background-image: url(/themes/antsitetheme/assets/img/stroke-4.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  display: block;
  width: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50px; }

@media (max-width: 1500px) {
  .first-time__bear {
    width: 143px;
    height: 242px; } }

@media (max-width: 1300px) {
  .first-time__bear {
    top: 120px; } }

@media (max-width: 992px) {
  .first-time__container {
    padding-right: 10px; }
  .first-time__content {
    width: 500px; }
  .first-time__title {
    font-size: 48px; }
    .first-time__title span {
      font-size: 63px; }
  .first-time__bear {
    right: auto;
    right: initial;
    left: 15%;
    top: auto;
    top: initial;
    bottom: 200px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  .first-time__invite {
    padding: 0;
    background-image: none; } }

@media (max-width: 768px) {
  .first-time__content {
    width: 100%;
    padding-top: 100px; }
  .first-time__invite {
    width: 50%;
    left: 50%; }
  .first-time__decor {
    display: block;
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0px;
    right: 0; }
    .first-time__decor img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center 0;
         object-position: center 0; } }

@media (max-width: 576px) {
  .first-time__title {
    font-size: 30px; }
    .first-time__title span {
      font-size: 45px; }
  .first-time__text {
    font-size: 18px; }
  .first-time__invite {
    font-size: 18px;
    width: 60%;
    left: 39%; }
    .first-time__invite br {
      display: none; }
  .first-time__bear {
    left: 10px;
    width: 116px;
    height: 189px;
    bottom: 300px; } }

.about-quality {
  margin-top: -330px;
  padding-top: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
  overflow: hidden; }

.about-quality__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .about-quality__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0; }

.about-quality__container {
  position: relative;
  z-index: 2; }

.about-quality__content {
  width: 600px;
  padding-left: 50px; }

.about-quality__title {
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-size: 53px;
  color: #fff95d;
  font-weight: bold;
  margin-bottom: 50px;
  text-transform: uppercase; }

.about-quality__text {
  font-size: 22px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 50px;
  font-weight: 500; }

.about-quality__list {
  max-width: 530px; }

.about-quality__list-item {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  position: relative;
  padding-left: 100px;
  color: #fff; }
  .about-quality__list-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background-image: url(/themes/antsitetheme/assets/img/star.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .about-quality__list-item:nth-child(1):before {
    background-size: 25% auto;
    background-position: 30px 5px; }
  .about-quality__list-item:nth-child(2):before {
    background-size: 35% auto;
    background-position: 50px 10px; }
  .about-quality__list-item:nth-child(4):before {
    background-size: 30% auto;
    background-position: 60px 15px; }

.about-quality__girl {
  width: 245px;
  height: 434px;
  position: absolute;
  left: -70px;
  bottom: -20px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
  .about-quality__girl img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }

.about-quality__photo {
  display: none; }

@media (max-width: 1300px) {
  .about-quality__content {
    padding-left: 0; }
  .about-quality__title {
    font-size: 50px; }
  .about-quality__text {
    max-width: 530px; }
  .about-quality__list {
    max-width: 450px; }
  .about-quality__girl {
    display: none; } }

@media (max-width: 992px) {
  .about-quality {
    padding-bottom: 300px; }
  .about-quality__title {
    font-size: 40px; }
  .about-quality__text {
    max-width: 450px;
    font-size: 20px; }
  .about-quality__list {
    max-width: 400px; }
  .about-quality__list-item {
    font-size: 20px;
    padding-left: 50px; }
    .about-quality__list-item::before {
      width: 50px; }
    .about-quality__list-item:nth-child(1):before {
      background-size: 30% auto;
      background-position: 30px 5px; }
    .about-quality__list-item:nth-child(2):before {
      background-size: 40% auto;
      background-position: 0 0;
      background-position: initial; }
    .about-quality__list-item:nth-child(4):before {
      background-size: 45% auto;
      background-position: 0 0;
      background-position: initial; } }

@media (max-width: 768px) {
  .about-quality {
    height: auto;
    height: initial;
    margin-top: -200px;
    padding-top: 150px;
    padding-bottom: 0; }
  .about-quality__content {
    width: 100%; }
  .about-quality__text {
    max-width: 100%;
    text-shadow: 0 0 10px #887cf3, 0 0 5px #887cf3; }
  .about-quality__list {
    max-width: 100%; }
  .about-quality__list-item {
    text-shadow: 0 0 10px #887cf3, 0 0 5px #887cf3; }
  .about-quality__photo {
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    display: block; }
    .about-quality__photo img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; } }

@media (max-width: 576px) {
  .about-quality__title {
    font-size: 30px;
    line-height: 120%; }
  .about-quality__text {
    font-size: 18px;
    line-height: 130%; }
  .about-quality__list-item {
    font-size: 18px;
    line-height: 130%; } }

.gallery {
  margin-top: -150px;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2; }
  .gallery:after {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
    background-image: url(/themes/antsitetheme/assets/img/line-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    z-index: 2;
    pointer-events: none; }

.gallery__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .gallery__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0; }

.gallery__slider-wrapper {
  position: relative;
  z-index: 2;
  background-color: var(--color-white-opacity);
  -webkit-clip-path: url("#gallery-bg");
          clip-path: url("#gallery-bg");
  width: 100%; }

.gallery__slider {
  width: 100%;
  overflow: hidden; }

.gallery__slide {
  width: 100%; }

.gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.gallery__navigation {
  position: absolute;
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  height: 100%;
  top: 0;
  left: 50%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.gallery__prev-slide,
.gallery__next-slide {
  border: none;
  background-color: transparent;
  background-image: url(/themes/antsitetheme/assets/img/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 95px;
  height: 95px;
  pointer-events: auto;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6); }

.gallery__prev-slide {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

@media (max-width: 1300px) {
  .gallery:after {
    height: 150px; } }

@media (max-width: 992px) {
  .gallery {
    margin-top: -300px; }
  .gallery__prev-slide,
  .gallery__next-slide {
    width: 50px;
    height: 50px; }
  .gallery:after {
    height: 100px; } }

.buy-tickets-section {
  position: relative;
  height: 684px;
  margin-top: -250px;
  padding-top: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  pointer-events: none; }

.buy-tickets-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .buy-tickets-section__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0; }

.buy-tickets-section__bottom-content {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-gap: 10px 200px;
  gap: 10px 200px;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: auto; }

.buy-tickets-section__text {
  font-size: 45px;
  text-transform: uppercase;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold;
  color: #fff;
  grid-row: 1/3;
  grid-column: 1/2; }
  .buy-tickets-section__text strong {
    font-size: 52px; }
  .buy-tickets-section__text span {
    color: #31f9cc; }

.buy-tickets-section__tickets-left {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  grid-column: -1/-2; }

@media (max-width: 1300px) {
  .buy-tickets-section__bottom-content {
    gap: 10px 50px; }
  .buy-tickets-section__text {
    font-size: 40px; }
    .buy-tickets-section__text strong {
      font-size: 46px; } }

@media (max-width: 992px) {
  .buy-tickets-section__bottom-content {
    grid-template-columns: 100%; }
  .buy-tickets-section__button {
    max-width: 300px;
    margin: 0 auto;
    width: 300px; }
  .buy-tickets-section__text {
    text-align: center;
    grid-row: unset;
    grid-column: unset; } }

@media (max-width: 768px) {
  .buy-tickets-section {
    margin-top: -220px; }
  .buy-tickets-section__text {
    font-size: 30px; }
    .buy-tickets-section__text strong {
      font-size: 35px; } }

@media (max-width: 576px) {
  .buy-tickets-section {
    margin-top: -200px; }
  .buy-tickets-section__text {
    font-size: 20px;
    line-height: 130%; }
    .buy-tickets-section__text strong {
      font-size: 24px; }
  .buy-tickets-section__button {
    padding-top: 10px;
    padding-bottom: 10px; } }

.reviews {
  margin-top: -200px;
  padding-top: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1293px;
  position: relative;
  z-index: 2; }

.reviews__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .reviews__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0; }

.reviews__leo {
  position: absolute;
  top: 200px;
  right: 0;
  width: 19%;
  display: block; }
  .reviews__leo img {
    width: 100%;
    height: 100%;
    -o-object-position: top right;
       object-position: top right;
    -o-object-fit: contain;
       object-fit: contain; }

.reviews__container {
  position: relative;
  z-index: 2; }

.reviews__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 41px;
  font-weight: bold;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  color: #fff;
  margin-bottom: 45px;
  line-height: 140%; }
  .reviews__title strong {
    font-size: 54px;
    color: #f7f931;
    display: block; }

.reviews__main-review {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 50px; }

.reviews__main-review-img-wrapper {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  bottom: 0%; }

.reviews__main-review-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.reviews__main-review-content {
  background-color: #fff;
  padding: 55px 50px 50px 30px;
  border-top-right-radius: 70px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.397);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.397); }

.reviews__main-review-text {
  font-size: 27px;
  color: #2e5273;
  margin-bottom: 25px; }

.reviews__main-review-author {
  font-size: 25px;
  color: #860977;
  font-weight: bold;
  margin-bottom: 5px; }

.reviews__main-review-job-title {
  font-size: 18px;
  color: #2e5273; }

.reviews__slider {
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  position: relative; }

.reviews__slide {
  position: relative;
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.reviews__slide-content {
  width: 370px;
  background: url(/themes/antsitetheme/assets/img/review-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 50px 50px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.reviews__img-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.reviews__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.reviews__review-text {
  font-size: 18px;
  text-align: center;
  color: #2e5273;
  margin-bottom: 20px;
  line-height: 120%; }

.reviews__author {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #bc1ba9;
  margin-bottom: 5px; }

.reviews__job-title {
  font-size: 16px;
  text-align: center;
  color: #2e5273; }

.reviews__navigation {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
  z-index: 10; }

.reviews__prev-slide,
.reviews__next-slide {
  width: 39px;
  height: 39px;
  border: none;
  background-color: transparent;
  background-image: url(/themes/antsitetheme/assets/img/arrow-slider.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(4,113,222,0.57647);
          box-shadow: 0 0 10px rgba(4,113,222,0.57647); }

.reviews__prev-slide {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

@media (max-width: 1300px) {
  .reviews__title {
    font-size: 36px; }
    .reviews__title strong {
      font-size: 45px; } }

@media (max-width: 992px) {
  .reviews__title {
    font-size: 30px; }
    .reviews__title strong {
      font-size: 35px; } }

@media (max-width: 768px) {
  .reviews {
    height: auto;
    padding-bottom: 200px; }
  .reviews__title {
    font-size: 31px;
    margin-bottom: 20px; }
    .reviews__title strong {
      font-size: 35px; }
  .reviews__bg img {
    -o-object-position: 0 0;
       object-position: 0 0; }
  .reviews__main-review {
    grid-template-columns: 100%;
    margin-top: 30px;
    max-width: 500px; }
  .reviews__main-review-img-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 0;
    bottom: auto;
    bottom: initial;
    height: 250px; }
    .reviews__main-review-img-wrapper img {
      -o-object-position: 0 12%;
         object-position: 0 12%; }
  .reviews__main-review-content {
    border-bottom-left-radius: 70px;
    border-top-right-radius: 0;
    padding: 20px; }
  .reviews__main-review-text {
    text-align: center; }
  .reviews__main-review-author {
    text-align: center; }
  .reviews__main-review-job-title {
    text-align: center; }
  .reviews__slider {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; } }

@media (max-width: 576px) {
  .reviews__title {
    font-size: 28px;
    line-height: 120%; }
    .reviews__title strong {
      font-size: 32px; }
  .reviews__leo {
    top: -50px;
    width: 35%; }
  .reviews__main-review-text {
    font-size: 24px; }
  .reviews__review-text {
    font-size: 16px; } }

.plot {
  margin-top: -250px;
  padding-top: 250px;
  padding-bottom: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  overflow: hidden; }

.plot__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .plot__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0; }

.plot__container {
  position: relative;
  z-index: 2; }

.plot__title {
  font-size: 48px;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-left: 181px;
  position: relative;
  z-index: 3; }
  .plot__title strong {
    font-size: 60px;
    display: block; }

.plot__text-with-img {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-gap: 0 20px;
  gap: 0 20px;
  padding-left: 100px;
  position: relative;
  z-index: 3; }

.plot__text {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 190px;
  max-width: 680px;
  line-height: 140%;
  position: relative;
  z-index: 3; }
  .plot__text--2 {
    padding-left: 0px;
    max-width: 600px; }

.plot__footer {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-gap: 40px;
  gap: 40px;
  margin-top: 85px;
  position: relative;
  z-index: 3; }

.plot__small-title {
  font-size: 27px;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase; }
  .plot__small-title strong {
    font-size: 36px;
    display: block; }

.plot__tickets-left {
  grid-column: -1/-2; }

.plot__characters-wrapper {
  position: absolute;
  width: 465px;
  height: 811px;
  bottom: -200px;
  right: 0;
  pointer-events: none;
  z-index: 2; }

.plot__character {
  position: absolute; }
  .plot__character img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }
  .plot__character--leo {
    width: 300px;
    height: 358px;
    bottom: 0px;
    right: -60px; }
  .plot__character--dog {
    width: 203px;
    height: 212px;
    bottom: 220px;
    left: 0px; }
  .plot__character--snejka {
    width: 324px;
    height: 525px;
    top: 0px;
    left: 10px; }
  .plot__character--tig {
    width: 209px;
    height: 311px;
    bottom: 209px;
    right: -120px; }

.plot__koshei-decor {
  width: 195px;
  height: 698px;
  position: absolute;
  top: -50px;
  left: -10px;
  z-index: 1; }
  .plot__koshei-decor img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }

.plot__characters-all {
  display: none; }

.plot__photo {
  display: none; }

@media (max-width: 1300px) {
  .plot {
    padding-bottom: 350px; }
  .plot__characters-wrapper {
    width: 100%;
    height: 550px;
    bottom: -250px; }
  .plot__character--snejka,
  .plot__character--dog {
    display: none; }
  .plot__character--leo {
    width: 240px;
    height: 291px;
    bottom: -109px;
    right: 41px; }
  .plot__character--dog {
    width: 158px;
    height: 212px;
    bottom: 109px;
    left: 4px; }
  .plot__character--snejka {
    width: 219px;
    height: 381px;
    top: 218px;
    left: 201px; }
  .plot__character--tig {
    width: 209px;
    height: 311px;
    bottom: 209px;
    right: -5px; } }

@media (max-width: 992px) {
  .plot {
    padding-bottom: 200px; }
  .plot__character {
    display: none; }
  .plog__bg img {
    -o-object-position: 0 0;
       object-position: 0 0; }
  .plot__characters-wrapper {
    width: 346px;
    height: 546px;
    bottom: -198px;
    width: 230px;
    height: 420px; }
  .plot__title {
    font-size: 40px; }
    .plot__title strong {
      font-size: 50px; }
  .plot__footer {
    margin-top: 30px;
    grid-template-columns: 100%;
    gap: 10px; }
  .plot__characters-all {
    display: block;
    width: 100%;
    height: 100%; }
    .plot__characters-all img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; } }

@media (max-width: 768px) {
  .plot {
    padding-top: 170px; }
  .plot__characters-all {
    display: none; }
  .plot__photo {
    display: block;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    margin-top: -100px; }
    .plot__photo img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .plot__koshei-decor {
    display: none; }
  .plot__title {
    padding-left: 0; }
  .plot__text {
    padding-left: 0;
    font-size: 18px; }
  .plot__text-with-img {
    padding-left: 0;
    grid-template-columns: 100%;
    max-width: 500px; }
    .plot__text-with-img img {
      display: none; }
  .plot__small-title {
    text-align: center; }
  .plot__footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .plot__tickets-left {
    margin: 0 auto; } }

@media (max-width: 576px) {
  .plot__title {
    font-size: 27px; }
    .plot__title strong {
      font-size: 35px; }
  .plot__small-title span {
    display: block;
    color: #26e8d9; }
  .plot__text {
    font-size: 17px;
    font-weight: 500; } }

.grandiose-concert {
  margin-top: -200px;
  padding-top: 150px;
  padding-bottom: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2; }

.grandiose-concert__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .grandiose-concert__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0; }

.grandiose-concert__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.grandiose-concert__content {
  width: 700px; }

.grandiose-concert__title {
  font-size: 60px;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 70px; }
  .grandiose-concert__title strong {
    font-size: 72px; }

.grandiose-concert__text {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  line-height: 120%;
  max-width: 500px; }

.grandiose-concert__list-item {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  line-height: 140%;
  padding-left: 50px;
  position: relative;
  max-width: 500px; }
  .grandiose-concert__list-item:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/themes/antsitetheme/assets/img/star.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-filter: contrast(0.5) hue-rotate(155deg);
            filter: contrast(0.5) hue-rotate(155deg); }

.grandiose-concert__alyonka {
  position: absolute;
  width: 250px;
  height: 470px;
  bottom: 0;
  left: 23%; }
  .grandiose-concert__alyonka img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }

.grandiose-concert__photo {
  display: none; }

@media (max-width: 1300px) {
  .grandiose-concert__bg img {
    -o-object-position: 40% 0;
       object-position: 40% 0; }
  .grandiose-concert__alyonka {
    left: 10px; }
  .grandiose-concert__content {
    width: 560px; } }

@media (max-width: 992px) {
  .grandiose-concert__bg img {
    -o-object-position: 50% 0;
       object-position: 50% 0; }
  .grandiose-concert__title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px; }
    .grandiose-concert__title strong {
      font-size: 64px; }
  .grandiose-concert__content {
    width: 500px; }
  .grandiose-concert__text {
    font-size: 22px; }
  .grandiose-concert__list-item {
    font-size: 20px;
    margin-bottom: 15px; }
  .grandiose-concert__alyonka {
    position: absolute;
    width: 197px;
    height: 383px;
    bottom: -85px; } }

@media (max-width: 768px) {
  .grandiose-concert {
    padding-bottom: 0; }
  .grandiose-concert__alyonka {
    display: none; }
  .grandiose-concert__content {
    width: 100%; }
  .grandiose-concert__photo {
    display: block;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    margin-top: -50px;
    bottom: -50px; }
    .grandiose-concert__photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; } }

@media (max-width: 576px) {
  .grandiose-concert__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px; }
    .grandiose-concert__title strong {
      font-size: 60px; }
  .grandiose-concert__text {
    max-width: none;
    max-width: initial;
    font-size: 20px; }
  .grandiose-concert__list-item {
    font-size: 18px; } }

.sessions {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -200px;
  z-index: 2;
  padding-top: 200px;
  padding-bottom: 230px; }

.sessions__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .sessions__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0; }

.sessions__container {
  position: relative;
  z-index: 2; }

.sessions__title {
  text-align: center;
  font-size: 70px;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  color: #0f1d6b;
  font-weight: bold;
  margin-bottom: 50px;
  text-transform: uppercase; }

.sessions__subtitle {
  text-align: center;
  font-size: 22px;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  color: #0f1d6b;
  font-weight: bold;
  margin: 0 auto 50px auto;
  text-transform: uppercase;
  max-width: 720px;
  line-height: 120%; }

.sessions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sessions__item {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: calc(20% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px; }

.sessions__date {
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #42D672;
  padding: 15px 17px;
  margin-bottom: 15px;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold; }
  .sessions__date--next-year {
    background-color: #60C3E9; }

.sessions__day-of-week {
  text-align: center;
  color: #0f1d6b;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: 'Montserrat';
  font-family: var(--font-main);
  font-weight: 500; }

.sessions__times {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
  padding: 0 12px;
  margin-bottom: 17px; }

.sessions__time {
  border-radius: 20px;
  background: #FFF;
  text-align: center;
  font-size: 14px;
  color: #3db111;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  border: none; }
  .sessions__time:hover {
    background: #F631D5;
    color: #fff; }

.sessions__tickets-left {
  margin: 0 auto 28px;
  width: calc(100% - 24px); }

.sessions__button {
  border-radius: 20px;
  background: transparent;
  text-align: center;
  font-size: 16px;
  color: #0f1d6b;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto 22px;
  width: calc(100% - 24px);
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold;
  border: 2px solid #0f1d6b; }
  .sessions__button:hover {
    background: #F631D5;
    color: #fff;
    border: 2px solid transparent; }

.session__show-more {
  margin: 15px auto 0;
  background-color: transparent;
  border: none;
  text-align: center;
  color: #0f1d6b;
  font-size: 20px;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold;
  display: none; }

/*.session__show-more {
	position: relative;
	border: none;
	background-color: transparent;
	font-family: inherit;
	font-weight: bold;
	color: var(--color-font-second);
	font-size: var(--font-size-small);
	text-align: center;
	padding-bottom: 20px;
	cursor: pointer;
	margin: 10px auto 0;
	display: none;
	width: 200px;
	border-radius: 100px;
	font-size: var(--font-size-small);
	background: linear-gradient(178.18deg, #FD749B -13.56%, #281AC8 158.3%);
	box-shadow: 0px 2px 4px rgba(108, 0, 0, 0.25);
	padding-top: 10px;

	&:after {
		content: '';
		width: 16px;
		height: 25px;
		display: block;
		//background-image: url('../img/icons/show-more-arrow.svg');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		transition: transform 0.3s;
	}

	&.active {
		&:after {
			transform: translateX(-50%) rotate(180deg);
		}
	}
}*/
@media (max-width: 1300px) {
  .sessions__item {
    width: calc(25% - 20px); } }

@media (max-width: 992px) {
  .sessions__item {
    width: calc(33.3% - 20px); } }

@media (max-width: 768px) {
  .sessions {
    margin-top: -160px;
    padding-top: 200px;
    padding-bottom: 300px; }
  .sessions__title {
    font-size: 60px;
    text-align: center; }
  .session__show-more {
    display: block; }
  .sessions__list {
    max-height: 570px;
    overflow: hidden;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s; }
    .sessions__list.all {
      max-height: 4000px; }
  .sessions__item {
    width: calc(50% - 20px); }
  .sessions__subtitle {
    font-size: 18px; } }

@media (max-width: 576px) {
  .sessions__title {
    font-size: 40px; } }

@media (max-width: 480px) {
  .sessions {
    padding-top: 100px; }
  .sessions__bg img {
    -o-object-position: 0 0;
       object-position: 0 0; }
  .sessions__item {
    width: calc(100% - 20px);
    margin-bottom: 10px; }
  .sessions__date {
    padding: 10px;
    margin-bottom: 10px; }
  .sessions__day-of-week {
    margin-bottom: 10px; }
  .sessions__tickets-left {
    margin-bottom: 10px; }
  .sessions__button {
    margin-bottom: 10px;
    height: 32px; }
  .sessions__list {
    max-height: 360px; } }

.gift {
  margin-top: -300px;
  padding-top: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  height: 1585px;
  overflow: hidden;
  pointer-events: none; }

.gift__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .gift__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0; }

.gift__container {
  position: relative;
  z-index: 2;
  pointer-events: auto; }

.gift__header {
  padding-left: 140px;
  position: relative; }
  .gift__header::before {
    content: '';
    width: 150px;
    height: 150px;
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    background-image: url(/themes/antsitetheme/assets/img/star-big.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.gift__title {
  font-size: 70px;
  font-weight: bold;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  color: #bf0db7;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  z-index: 3; }
  .gift__title span {
    color: #0e23f1; }

.gift__text {
  font-size: 20px;
  color: #242b6a;
  font-weight: 500;
  line-height: 140%;
  max-width: 730px;
  position: relative;
  z-index: 3;
  margin-bottom: 10px; }
  .gift__text strong {
    font-weight: bold; }

.gift__wrapper {
  position: relative;
  width: 100%;
  height: 718px; }

.gift__gift {
  position: absolute;
  bottom: 0;
  left: 52%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 53.5%;
  height: 82.6%; }
  .gift__gift img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }
  .gift__gift:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 600px 450px #FEEFC4;
            box-shadow: 0 0 600px 450px #FEEFC4;
    z-index: -1;
    pointer-events: none; }

.gift__gift-element {
  position: absolute;
  z-index: 2; }
  .gift__gift-element img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }
  .gift__gift-element--1 {
    width: 22.4%;
    height: 35.8%;
    top: 2%;
    left: 8%; }
  .gift__gift-element--2 {
    width: 17%;
    height: 11.9%;
    top: 51%;
    left: 6%; }
  .gift__gift-element--3 {
    width: 19.9%;
    height: 14.2%;
    top: 7%;
    right: 8.6%; }
  .gift__gift-element--4 {
    width: 14.9%;
    height: 31.2%;
    top: 30.7%;
    right: 4.4%; }
  .gift__gift-element--5 {
    width: 14.9%;
    height: 20.2%;
    top: 65.7%;
    right: 16.4%; }

.gift__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0;
  width: 250px;
  position: relative;
  z-index: 3; }

.gift__varya {
  position: absolute;
  top: 53px;
  right: 0;
  width: 370px;
  height: 468px; }
  .gift__varya img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 0 right;
       object-position: 0 right; }

.gift__confeti {
  position: absolute;
  bottom: -250px;
  left: 0;
  width: 641px;
  height: 1044px;
  z-index: 2; }
  .gift__confeti img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 0 left;
       object-position: 0 left; }

.gift__gift-decor {
  position: absolute;
  bottom: 180px;
  left: 2%;
  width: 248px;
  height: 252px;
  z-index: 2; }
  .gift__gift-decor img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }

.gift__mobile-list {
  display: none; }
  .gift__mobile-list h2 {
    margin-top: 30px; }

@media (max-width: 1300px) {
  .gift {
    height: 1480px; }
  .gift__wrapper {
    height: 600px; }
  .gift__gift-decor {
    width: 164px;
    height: 178px;
    left: auto;
    left: initial;
    right: 10px;
    bottom: 100px; }
  .gift__varya {
    width: 247px;
    height: 332px; }
  .gift__header:before {
    width: 100px;
    height: 100px;
    left: -10px; }
  .gift__title {
    font-size: 50px; }
  .gift__text {
    font-size: 18px;
    line-height: 120%; } }

@media (max-width: 992px) {
  .gift {
    height: auto;
    height: initial;
    padding-top: 250px;
    padding-bottom: 200px; }
  .gift__wrapper {
    height: 440px; }
  .gift__varya {
    width: 157px;
    height: 214px;
    top: 81px;
    right: 0; }
  .gift__title {
    font-size: 45px; }
  .gift__text {
    font-size: 20px; }
  .gift__gift:after {
    -webkit-box-shadow: 0 0 300px 300px #FEEFC4;
            box-shadow: 0 0 300px 300px #FEEFC4; } }

@media (max-width: 768px) {
  .gift {
    padding-top: 140px; }
  .gift__varya {
    display: none; }
  .gift__gift-element {
    display: none; }
    .gift__gift-element--5 {
      display: block;
      right: auto;
      right: initial;
      left: 300px;
      width: 22%;
      left: 285px; }
  .gift__wrapper {
    height: auto;
    height: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
  .gift__gift {
    position: static;
    position: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    width: 100%;
    max-width: 400px;
    height: auto;
    height: initial; }
  .gift__header {
    padding-left: 0; }
    .gift__header:before {
      display: none; }
  .gift__title {
    width: 80%;
    max-width: 400px; }
  .gift__text {
    margin-bottom: 30px;
    width: 80%;
    max-width: 400px; }
  .gift__gift-decor {
    display: none; }
  .gift__confeti {
    display: none; }
  .gift__mobile-list {
    display: block;
    margin-bottom: 20px; }
  .gift__list-item {
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #242b6a;
    position: relative;
    line-height: 120%; }
    .gift__list-item:before {
      content: '';
      width: 12px;
      height: 12px;
      background-image: url(/themes/antsitetheme/assets/img/star.png);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      top: 3px;
      left: 5px; }
  .gift__gift:after {
    -webkit-box-shadow: 0 0 200px 200px #FEEFC4;
            box-shadow: 0 0 200px 200px #FEEFC4; } }

@media (max-width: 576px) {
  .gift__title {
    font-size: 36px; }
  .gift__text {
    font-size: 17px; } }

.lobby-entertainment {
  margin-top: -200px;
  padding-top: 250px;
  padding-bottom: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  pointer-events: none; }

.lobby-entertainment__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .lobby-entertainment__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0; }

.lobby-entertainment__container {
  position: relative;
  z-index: 2;
  max-width: calc(550px + 10%);
  padding-left: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: auto; }

.lobby-entertainment__title {
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold;
  margin-bottom: 50px; }
  .lobby-entertainment__title strong {
    font-size: 72px;
    font-weight: 900; }

.lobby-entertainment__text {
  font-size: 40px;
  color: #fff;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold;
  padding-left: 50px;
  margin-bottom: 30px; }

.lobby-entertainment__footer-text {
  font-size: 30px;
  color: #fff;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  padding-left: 50px;
  margin-bottom: 30px;
  font-weight: 500; }
  .lobby-entertainment__footer-text strong {
    font-weight: bold; }

.lobby-entertainment__list-item {
  font-size: 30px;
  color: #fff;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: 500;
  padding-left: 50px;
  margin-bottom: 20px;
  position: relative; }
  .lobby-entertainment__list-item:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/themes/antsitetheme/assets/img/star.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-filter: contrast(10) brightness(10);
            filter: contrast(10) brightness(10); }

.lobby-entertainment__photo {
  display: none; }

@media (max-width: 992px) {
  .lobby-entertainment__bg img {
    -o-object-position: 34% 0;
       object-position: 34% 0; }
  .lobby-entertainment__container {
    padding-left: 22%; }
  .lobby-entertainment__title {
    font-size: 50px; }
    .lobby-entertainment__title strong {
      font-size: 50px; }
  .lobby-entertainment__text {
    font-size: 30px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.178); }
  .lobby-entertainment__list-item {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.178); } }

@media (max-width: 576px) {
  .lobby-entertainment {
    padding-top: 300px;
    padding-bottom: 0; }
  .lobby-entertainment__photo {
    display: block;
    width: calc(100% + 20px);
    left: -10px;
    top: 50px;
    position: relative;
    overflow: hidden; }
    .lobby-entertainment__photo img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .lobby-entertainment__container {
    padding-left: 10px; }
  .lobby-entertainment__title {
    font-size: 35px; }
    .lobby-entertainment__title strong {
      font-size: 45px; }
  .lobby-entertainment__text {
    padding-left: 0;
    font-size: 27px; }
  .lobby-entertainment__list-item {
    font-size: 27px; }
    .lobby-entertainment__list-item:before {
      top: 5px; } }

.important-info {
  margin-top: -160px;
  padding-top: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2; }

.important-info__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .important-info__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0; }

.important-info__container {
  position: relative;
  z-index: 2; }

.important-info__title {
  color: #b52599;
  font-size: 64px;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px; }

.important-info__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 100px;
  gap: 0 100px;
  position: relative; }

.important-info__list-item {
  font-size: 22px;
  color: #314881;
  margin-bottom: 30px;
  line-height: 140%;
  padding-left: 50px;
  position: relative; }
  .important-info__list-item:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/themes/antsitetheme/assets/img/star.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-filter: contrast(0.5) hue-rotate(155deg);
            filter: contrast(0.5) hue-rotate(155deg); }
  .important-info__list-item:nth-child(3):before, .important-info__list-item:nth-child(6):before, .important-info__list-item:nth-child(7):before {
    -webkit-filter: hue-rotate(250deg);
            filter: hue-rotate(250deg); }
  .important-info__list-item strong {
    font-weight: 900; }
  .important-info__list-item span {
    color: #b52599;
    font-weight: bold; }
  .important-info__list-item--type-2 {
    color: #76006b; }

.important-info__empty-list-item {
  display: block;
  height: 100%;
  font-size: 1px;
  color: #C7FFB8; }

.important-info__tig {
  position: absolute;
  top: -100px;
  right: 100px;
  width: 370px;
  height: 345px; }
  .important-info__tig img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }

@media (max-width: 1300px) {
  .important-info__tig {
    right: 89px;
    top: 82px;
    width: 222px;
    height: 207px; } }

@media (max-width: 992px) {
  .important-info__title {
    font-size: 50px; }
  .important-info__list {
    gap: 0 50px; }
  .important-info__list-item {
    font-size: 20px; } }

@media (max-width: 768px) {
  .important-info__title {
    font-size: 40px; }
  .important-info__list {
    grid-template-columns: 100%; }
  .important-info__list-item {
    font-size: 18px; }
  .important-info__tig {
    display: none; } }

@media (max-width: 576px) {
  .important-info {
    z-index: 1;
    padding-top: 300px; }
  .important-info__title {
    font-size: 30px; }
  .important-info__list-item {
    padding-left: 35px; }
    .important-info__list-item::before {
      top: 5px;
      width: 20px;
      height: 20px; } }

.advent-calendar {
  position: relative;
  margin-top: -280px;
  padding-top: 290px;
  padding-bottom: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  pointer-events: none;
  overflow: hidden; }

.advent-calendar__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .advent-calendar__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0;
    -webkit-filter: hue-rotate(50deg);
            filter: hue-rotate(50deg); }

.advent-calendar__container {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  /*display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;*/ }

.advent-calendar__title {
  font-size: 48px;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  line-height: 120%; }

.advent-calendar__text {
  font-size: 22px;
  font-family: 'Montserrat';
  font-family: var(--font-main);
  color: #fff;
  margin-bottom: 25px;
  width: 100%;
  max-width: 800px;
  line-height: 120%; }
  .advent-calendar__text span {
    color: #31f9cc; }

.advent-calendar__input {
  border-radius: 30px;
  border: none;
  height: 60px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.3;
  font-family: 'Montserrat';
  font-family: var(--font-main);
  color: #000000;
  background-color: #fff; }

.advent-calendar__form-cols {
  display: grid;
  grid-template-columns: 400px 400px;
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 25px; }

.advent-calendar__agreement {
  font-size: 18px;
  font-family: 'Montserrat';
  font-family: var(--font-main);
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
  max-width: 800px;
  line-height: 120%; }

.advent-calendar__button {
  width: 100%;
  height: 60px; }

.advent-calendar__confetti {
  position: absolute;
  display: block;
  top: 50px;
  right: -100px;
  width: 500px;
  height: 100%; }
  .advent-calendar__confetti img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top left;
       object-position: top left;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.advent-calendar__status {
  width: 100%;
  max-width: 650px; }

@media (max-width: 992px) {
  .advent-calendar {
    margin-top: -300px; }
  .advent-calendar__confetti {
    display: none; }
  .advent-calendar__form-cols {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 768px) {
  .advent-calendar {
    padding-top: 350px;
    margin-top: -350px; }
  .advent-calendar__form-cols {
    grid-template-columns: 1fr;
    gap: 20px; }
  .advent-calendar__title {
    font-size: 40px; }
  .advent-calendar__text {
    font-size: 18px; }
  .advent-calendar__agreement {
    font-size: 16px; } }

@media (max-width: 768px) {
  .advent-calendar__title {
    font-size: 33px; } }

.vip-lodges {
  width: 100%;
  height: auto;
  margin-top: -400px;
  position: relative;
  padding-top: 250px;
  padding-bottom: 250px;
  z-index: 2; }

.vip-lodges__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .vip-lodges__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left 0;
       object-position: left 0; }

.vip-lodges__container {
  position: relative;
  padding-top: 50px;
  z-index: 2; }

.vip-lodges__content {
  width: 100%;
  max-width: 670px; }

.vip-lodges__title {
  font-size: 60px;
  color: #fff;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  margin-bottom: 25px;
  font-weight: bold;
  text-transform: uppercase; }
  .vip-lodges__title strong {
    font-size: 72px;
    color: #f7f931;
    display: block;
    margin-top: 10px;
    font-weight: bold; }
  .vip-lodges__title span {
    font-size: 72px;
    display: block; }

.vip-lodges__text {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  font-family: 'Montserrat';
  font-family: var(--font-main);
  margin-bottom: 25px;
  line-height: 140%; }
  .vip-lodges__text strong {
    font-weight: bold; }

.vip-lodges__img-wrapper {
  position: absolute;
  top: 450px;
  right: 20px;
  width: 756px;
  height: 587px;
  max-width: 45vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.vip-lodges__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

.vip-lodges__list {
  margin-bottom: 40px; }

@media (max-width: 1500px) {
  .vip-lodges {
    margin-top: -300px;
    padding-top: 200px;
    padding-bottom: 200px; } }

@media (max-width: 1300px) {
  .vip-lodges {
    margin-top: -300px;
    padding-top: 250px;
    padding-bottom: 200px; }
  .vip-lodges__content {
    max-width: 50vw; } }

@media (max-width: 1100px) {
  .vip-lodges__content {
    max-width: 100%; }
  .vip-lodges {
    padding-bottom: 100px; }
  .vip-lodges__img-wrapper {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
    z-index: 2; }
  .vip-lodges__img {
    width: 90%;
    max-width: 756px; } }

@media (max-width: 992px) {
  .vip-lodges {
    margin-top: -240px;
    padding-top: 200px;
    padding-bottom: 100px; }
  .vip-lodges__text {
    font-size: 21px;
    line-height: 26px; }
  .vip-lodges__title {
    font-size: 46px; }
    .vip-lodges__title strong {
      font-size: 60px; }
    .vip-lodges__title span {
      font-size: 60px; } }

@media (max-width: 768px) {
  .vip-lodges {
    margin-top: -120px;
    padding-top: 70px;
    padding-bottom: 120px; }
  .vip-lodges__title {
    font-size: 35px; }
    .vip-lodges__title strong {
      font-size: 45px; }
    .vip-lodges__title span {
      font-size: 45px; }
  .vip-lodges__text {
    font-size: 19px;
    line-height: 25px; } }

@media (max-width: 576px) {
  .vip-lodges {
    margin-top: -90px;
    padding-top: 50px;
    padding-bottom: 50px; }
  .vip-lodges__title {
    font-size: 30px; }
    .vip-lodges__title strong {
      font-size: 40px; }
    .vip-lodges__title span {
      font-size: 40px; }
  .vip-lodges__text {
    font-size: 18px;
    line-height: 23px; } }

.drawing {
  position: relative;
  margin-top: -180px;
  padding-top: 190px;
  padding-bottom: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  pointer-events: none;
  overflow: hidden; }

.drawing__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .drawing__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0; }

.drawing__container {
  position: relative;
  z-index: 2;
  pointer-events: auto; }

.drawing__title {
  font-size: 48px;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  font-weight: bold;
  color: #f7f931;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  line-height: 120%;
  max-width: 600px; }

.drawing__text {
  font-size: 22px;
  font-family: 'Montserrat';
  font-family: var(--font-main);
  color: #fff;
  margin-bottom: 25px;
  width: 100%;
  max-width: 600px;
  line-height: 120%; }
  .drawing__text strong {
    color: #f7f931;
    font-weight: bold; }

.drawing__alice {
  position: absolute;
  display: block;
  top: -100px;
  right: -100px;
  width: 632px;
  height: 100%; }
  .drawing__alice img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom left;
       object-position: bottom left; }

@media (max-width: 1300px) {
  .drawing {
    margin-top: -200px; }
  .drawing__alice {
    width: 400px; } }

@media (max-width: 992px) {
  .drawing {
    margin-top: -200px; }
  .drawing__text {
    max-width: 500px; }
  .drawing__alice {
    width: 270px;
    right: 0; } }

@media (max-width: 768px) {
  .drawing {
    padding-top: 150px;
    margin-top: -150px; }
  .drawing__title {
    font-size: 40px;
    max-width: 100%; }
  .drawing__text {
    font-size: 18px;
    max-width: 100%; }
  .drawing__alice {
    position: relative;
    top: auto;
    top: initial;
    right: auto;
    right: initial;
    width: 100%;
    margin-top: -70px; } }

@media (max-width: 768px) {
  .drawing__title {
    font-size: 33px; } }

.important-header {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 50px;
  gap: 50px;
  margin-bottom: 100px; }

.important-header__title {
  font-size: 40px;
  color: #fe1249;
  font-family: 'RotondaC';
  font-family: var(--font-second);
  margin-bottom: 25px;
  font-weight: bold;
  text-transform: uppercase; }

.important-header__text {
  font-size: 22px;
  font-weight: 500;
  color: #384DA1;
  color: var(--color-font-second);
  margin-bottom: 20px;
  line-height: 140%;
  max-width: 830px; }

.important-header__img-wrapper {
  width: 100%;
  height: 100%; }
  .important-header__img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center top;
       object-position: center top;
    -webkit-filter: hue-rotate(40deg);
            filter: hue-rotate(40deg); }

.important-header__list-item {
  font-size: 22px;
  font-weight: 500;
  color: #384DA1;
  color: var(--color-font-second);
  margin-bottom: 20px;
  line-height: 140%;
  padding-left: 50px;
  position: relative;
  max-width: 800px; }
  .important-header__list-item:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/themes/antsitetheme/assets/img/star.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-filter: contrast(1) hue-rotate(155deg);
            filter: contrast(1) hue-rotate(155deg); }
  .important-header__list-item strong {
    font-weight: bold; }

@media (max-width: 992px) {
  .important-header {
    grid-template-columns: 70px 1fr;
    gap: 20px; }
  .important-header__title {
    font-size: 35px; }
  .important-header__text {
    font-size: 20px; }
  .important-header__list-item {
    font-size: 20px;
    margin-bottom: 15px; } }

@media (max-width: 576px) {
  .important-header {
    grid-template-columns: 1fr;
    margin-bottom: 50px; }
  .important-header__img-wrapper {
    display: none; }
  .important-header__title {
    font-size: 30px; }
  .important-header__text {
    font-size: 18px; }
  .important-header__list-item {
    font-size: 18px; } }


/*# sourceMappingURL=app.css.map*/