.lazy-load-image-background.opacity {
  opacity: 0;
}
.lazy-load-image-background.opacity.lazy-load-image-loaded {
  opacity: 1;
  transition: opacity 0.3s;
} /*!
* 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;
}
@keyframes bounce {
  0%,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scaleZ(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleZ(1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scaleZ(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleZ(1);
  }
}
@keyframes shakeX {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeY {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes headShake {
  0% {
    transform: translate(0);
  }
  6.5% {
    transform: translate(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translate(5px) rotateY(7deg);
  }
  31.5% {
    transform: translate(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translate(2px) rotateY(3deg);
  }
  50% {
    transform: translate(0);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0);
  }
}
@keyframes tada {
  0% {
    transform: scaleZ(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scaleZ(1);
  }
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skew(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skew(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skew(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skew(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skew(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skew(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skew(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    transform: translate(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translate(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    transform: translate(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translate(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translate(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translate(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translate(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translate(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleZ(1);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(0);
    animation-timing-function: ease-in;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skew(-30deg);
    opacity: 0;
  }
  60% {
    transform: skew(20deg);
    opacity: 1;
  }
  80% {
    transform: skew(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skew(30deg);
    opacity: 0;
  }
  60% {
    transform: skew(-20deg);
    opacity: 1;
  }
  80% {
    transform: skew(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skew(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skew(-30deg);
    opacity: 0;
  }
}
@keyframes rotateIn {
  0% {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@font-face {
  font-family: DINBlackItalic;
  src: url('../assets/f100cb01d8e2.otf');
}
@font-face {
  font-family: swiper-icons;
  src: url('../assets/9593b9701050.woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.swiper:has(> .swiper-pagination-bullets) {
  position: relative;
}
.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.625rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .swiper-pagination-bullets {
    bottom: 1.25rem;
  }
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: var(--ld-radius-full);
  background-color: var(--ld-figma-text-c5);
  opacity: 0.5;
  transition: all 0.25s;
}
@media screen and (min-width: 600px) {
  .swiper-pagination-bullet,
  .swiper-pagination-bullet-active {
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    opacity: 0.2;
  }
}
.swiper-pagination-bullet-active {
  width: 0.875rem;
  opacity: 1;
}
@media screen and (min-width: 600px) {
  .swiper-pagination-bullet-active {
    width: 1.25rem;
  }
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246/0.5);
  --tw-ring-offset-shadow: 0 0#0000;
  --tw-ring-shadow: 0 0#0000;
  --tw-shadow: 0 0#0000;
  --tw-shadow-colored: 0 0#0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246/0.5);
  --tw-ring-offset-shadow: 0 0#0000;
  --tw-ring-shadow: 0 0#0000;
  --tw-shadow: 0 0#0000;
  --tw-shadow-colored: 0 0#0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
:before,
:after {
  --tw-content: '';
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    Segoe UI Symbol,
    'Noto Color Emoji';
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
a {
  text-decoration: inherit;
}
button,
input {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder {
  opacity: 1;
  color: #9ca3af;
}
:disabled {
  cursor: default;
}
img,
svg,
canvas {
  display: block;
  vertical-align: middle;
}
img {
  max-width: 100%;
}
.border-gradient {
  position: relative;
}
.border-gradient:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background-clip: border-box;
  background-origin: border-box;
  -webkit-mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: xor;
  pointer-events: none;
  border: 0.0625rem solid transparent;
}
.animate-heartBeat {
  --scale: 1.6;
}
.aspect-h-\[160\] {
  --tw-aspect-h: 160;
}
.aspect-w-\[355\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 355;
}
.aspect-w-\[355\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@keyframes breathing-light {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
}
@keyframes flash-light {
  0% {
    transform: translate(-100%);
  }
  to {
    transform: translate(200%);
  }
}
@keyframes white-flash-mask {
  0% {
    transform: translate(-110%);
  }
  80%,
  to {
    transform: translate(110%);
  }
}
@keyframes click-zoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.8);
    opacity: 0.85;
  }
}
@keyframes breathing-zoom {
  0%,
  to {
    transform: scale(var(--min-scale));
  }
  50% {
    transform: scale(var(--scale));
  }
}
@keyframes up-down-move {
  0%,
  to {
    transform: translate(var(--x), var(--y));
  }
  50% {
    transform: translate(0);
  }
}
@keyframes side-appear {
  0% {
    opacity: 0;
    transform: translate(100%);
  }
  10%,
  90% {
    opacity: 1;
    transform: translate(0);
  }
  to {
    opacity: 0;
    transform: translate(-100%);
  }
}
@keyframes backlight-change {
  0% {
    opacity: 0.8;
    transform: rotate(0) scale(var(--scale));
  }
  to {
    opacity: 1;
    transform: rotate(360deg) scale(var(--scale));
  }
}
@keyframes backlight-change2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-flash {
  0% {
    opacity: 0.2;
    --tw-scale-y: 1;
  }
  95%,
  to {
    opacity: 1;
    --tw-scale-y: 1.01;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.\!fixed {
  position: fixed !important;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.inset-x-0 {
  left: 0;
  right: 0;
}
.inset-y-0 {
  top: 0;
  bottom: 0;
}
.-bottom-3 {
  bottom: -0.1875rem;
}
.-right-6 {
  right: -0.375rem;
}
.-right-7 {
  right: -0.4375rem;
}
.-top-6 {
  top: -0.375rem;
}
.-top-68 {
  top: -4.25rem;
}
.-top-7 {
  top: -0.4375rem;
}
.bottom-0 {
  bottom: 0;
}
.bottom-\[100px\] {
  bottom: 6.25rem;
}
.bottom-\[var\(--kf-bottom\)\] {
  bottom: var(--kf-bottom);
}
.left-0 {
  left: 0;
}
.left-\[40\%\] {
  left: 40%;
}
.right-5 {
  right: 0.3125rem;
}
.right-\[2px\] {
  right: 0.125rem;
}
.top-0 {
  top: 0;
}
.top-auto {
  top: auto;
}
.top-full {
  top: 100%;
}
.-z-\[1\] {
  z-index: -1;
}
.z-20 {
  z-index: 20;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[8\] {
  z-index: 8;
}
.mx-1 {
  margin-left: calc(var(--ld-spacing, 8px) * 1);
  margin-right: calc(var(--ld-spacing, 8px) * 1);
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-ml-1 {
  margin-left: calc(calc(var(--ld-spacing, 8px) * 1) * -1);
}
.-ml-\[12px\] {
  margin-left: -0.75rem;
}
.-mt-\[12px\] {
  margin-top: -0.75rem;
}
.-mt-\[13px\] {
  margin-top: -0.8125rem;
}
.-mt-\[5px\] {
  margin-top: -0.3125rem;
}
.mb-\[calc\(var\(--layout-footer-height\)-var\(--layout-footer-wrap-height\)\)\] {
  margin-bottom: calc(
    var(--layout-footer-height) - var(--layout-footer-wrap-height)
  );
}
.ml-\[12px\] {
  margin-left: 0.75rem;
}
.ml-\[2px\] {
  margin-left: 0.125rem;
}
.ml-\[5px\] {
  margin-left: 0.3125rem;
}
.mr-\[2px\] {
  margin-right: 0.125rem;
}
.mt-1 {
  margin-top: calc(var(--ld-spacing, 8px) * 1);
}
.mt-\[10px\] {
  margin-top: 0.625rem;
}
.mt-\[12px\] {
  margin-top: 0.75rem;
}
.mt-\[14px\] {
  margin-top: 0.875rem;
}
.mt-\[20px\] {
  margin-top: 1.25rem;
}
.mt-\[2px\] {
  margin-top: 0.125rem;
}
.mt-\[5px\] {
  margin-top: 0.3125rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.size-24 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-30 {
  width: 1.875rem;
  height: 1.875rem;
}
.size-46 {
  width: 2.875rem;
  height: 2.875rem;
}
.size-48 {
  width: 3rem;
  height: 3rem;
}
.size-\[25px\] {
  width: 1.5625rem;
  height: 1.5625rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-full {
  height: 100% !important;
}
.h-14 {
  height: 0.875rem;
}
.h-16 {
  height: 1rem;
}
.h-22 {
  height: 1.375rem;
}
.h-26 {
  height: 1.625rem;
}
.h-34 {
  height: 2.125rem;
}
.h-40 {
  height: 2.5rem;
}
.h-46 {
  height: 2.875rem;
}
.h-64 {
  height: 4rem;
}
.h-8 {
  height: 0.5rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[120px\] {
  height: 7.5rem;
}
.h-\[52px\] {
  height: 3.25rem;
}
.h-\[79px\] {
  height: 4.9375rem;
}
.h-\[93px\] {
  height: 5.8125rem;
}
.h-full {
  height: 100%;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.\!w-\[57\%\] {
  width: 57% !important;
}
.w-24 {
  width: 1.5rem;
}
.w-34 {
  width: 2.125rem;
}
.w-40 {
  width: 2.5rem;
}
.w-46 {
  width: 2.875rem;
}
.w-84 {
  width: 5.25rem;
}
.w-96 {
  width: 6rem;
}
.w-\[0px\] {
  width: 0px;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[120px\] {
  width: 7.5rem;
}
.w-\[273px\] {
  width: 17.0625rem;
}
.w-\[300px\] {
  width: 18.75rem;
}
.w-\[322px\] {
  width: 20.125rem;
}
.w-full {
  width: 100%;
}
.min-w-16 {
  min-width: 1rem;
}
.min-w-\[25px\] {
  min-width: 1.5625rem;
}
.min-w-full {
  min-width: 100%;
}
.max-w-90 {
  max-width: 5.625rem;
}
.max-w-\[120px\] {
  max-width: 7.5rem;
}
.max-w-screen-max {
  max-width: var(--ld-max-width);
}
.flex-1 {
  flex: 1 1;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.origin-top-left {
  transform-origin: top left;
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-5deg\] {
  --tw-rotate: -5deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-7\.2deg\] {
  --tw-rotate: -7.2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes downloadBeat {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes finger {
  0%,
  to {
    transform: none;
  }
  70% {
    transform: scale3d(0.8, 0.8, 0.8) translate3d(-20%, -20%, 0);
  }
}
@keyframes heartBeat {
  0%,
  20%,
  40%,
  to {
    transform: scale(1);
  }
  10%,
  30% {
    transform: scale(var(--scale));
  }
}
.animate-heartBeat {
  animation: heartBeat 1.5s infinite;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes winHeartBeat {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-1 {
  gap: calc(var(--ld-spacing, 8px) * 1) !important;
}
.gap-\[15px\] {
  gap: 0.9375rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(
    calc(var(--ld-spacing, 8px) * 1) * var(--tw-space-x-reverse)
  );
  margin-left: calc(
    calc(var(--ld-spacing, 8px) * 1) * calc(1 - var(--tw-space-x-reverse))
  );
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: var(--ld-radius-base, 0.375rem);
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: var(--ld-radius-full, 624.9375rem);
}
.rounded-type {
  border-radius: var(--ld-radius-type, 0.375rem);
}
.rounded-t {
  border-top-left-radius: var(--ld-radius-base, 0.375rem);
  border-top-right-radius: var(--ld-radius-base, 0.375rem);
}
.rounded-t-\[inherit\] {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.rounded-t-md {
  border-top-left-radius: var(--ld-radius-md, 0.375rem);
  border-top-right-radius: var(--ld-radius-md, 0.375rem);
}
.bg-\[var\(--ld-figma-button-c2\)\] {
  background-color: var(--ld-figma-button-c2);
}
.bg-\[var\(--ld-figma-button-c3\)\] {
  background-color: var(--ld-figma-button-c3);
}
.bg-\[var\(--ld-figma-other-c0\)\] {
  background-color: var(--ld-figma-other-c0);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-figma-background-c3 {
  background-color: var(--ld-figma-background-c3, #15142b);
}
.bg-\[linear-gradient\(180deg\,var\(--ld-figma-temp-c6\)_0\%\,var\(--ld-figma-temp-c7\)_100\%\)\] {
  background-image: linear-gradient(
    180deg,
    var(--ld-figma-temp-c6) 0%,
    var(--ld-figma-temp-c7) 100%
  );
}
.bg-\[linear-gradient\(2deg\,var\(--ld-figma-background-c0\)_3\.68\%\,var\(--ld-figma-background-c8\)_132\.6\%\)\] {
  background-image: linear-gradient(
    2deg,
    var(--ld-figma-background-c0) 3.68%,
    var(--ld-figma-background-c8) 132.6%
  );
}
.bg-\[linear-gradient\(61deg\,var\(--ld-figma-button-c8\)_29\.12\%\,var\(--ld-figma-button-c9\)_81\.84\%\)\] {
  background-image: linear-gradient(
    61deg,
    var(--ld-figma-button-c8) 29.12%,
    var(--ld-figma-button-c9) 81.84%
  );
}
.bg-\[linear-gradient\(65deg\,var\(--ld-figma-button-c2\)_10\.74\%\,var\(--ld-figma-button-c3\)_73\.36\%\)\] {
  background-image: linear-gradient(
    65deg,
    var(--ld-figma-button-c2) 10.74%,
    var(--ld-figma-button-c3) 73.36%
  );
}
.bg-\[linear-gradient\(var\(--ld-figma-background-c0\)_100\%\,transparent\)\] {
  background-image: linear-gradient(
    var(--ld-figma-background-c0) 100%,
    transparent
  );
}
.bg-\[linear-gradient\(var\(--ld-figma-background-c3\)_100\%\,transparent\)\] {
  background-image: linear-gradient(
    var(--ld-figma-background-c3) 100%,
    transparent
  );
}
.bg-\[linear-gradient\(var\(--ld-figma-background-c5\)_100\%\,transparent\)\] {
  background-image: linear-gradient(
    var(--ld-figma-background-c5) 100%,
    transparent
  );
}
.bg-\[radial-gradient\(250\.26\%_250\.2\%_at_0\%_-173\.53\%\,var\(--ld-figma-button-c0\)_0\%\,var\(--ld-figma-background-c3\)_100\%\)\] {
  background-image: radial-gradient(
    250.26% 250.2%at 0% -173.53%,
    var(--ld-figma-button-c0) 0%,
    var(--ld-figma-background-c3) 100%
  );
}
.bg-\[radial-gradient\(618\.34\%_256\.35\%_at_50\%_211\.11\%\,var\(--ld-figma-background-c23\)_13\.79\%\,var\(--ld-figma-background-c24\)_92\.88\%\)\] {
  background-image: radial-gradient(
    618.34% 256.35%at 50% 211.11%,
    var(--ld-figma-background-c23) 13.79%,
    var(--ld-figma-background-c24) 92.88%
  );
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.object-contain {
  object-fit: contain;
}
.\!p-\[0px\] {
  padding: 0 !important;
}
.p-1 {
  padding: calc(var(--ld-spacing, 8px) * 1);
}
.p-\[10px\] {
  padding: 0.625rem;
}
.p-\[5px\] {
  padding: 0.3125rem;
}
.p-\[6px\] {
  padding: 0.375rem;
}
.px-1 {
  padding-left: calc(var(--ld-spacing, 8px) * 1);
  padding-right: calc(var(--ld-spacing, 8px) * 1);
}
.px-\[10px\] {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-\[4px\] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-\[6px\] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-\[8px\] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-\[15px\] {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.\!pr-\[25px\] {
  padding-right: 1.5625rem !important;
}
.pb-2 {
  padding-bottom: calc(var(--ld-spacing, 8px) * 2);
}
.pb-\[15px\] {
  padding-bottom: 0.9375rem;
}
.pb-\[40px\] {
  padding-bottom: 2.5rem;
}
.pb-\[4px\] {
  padding-bottom: 0.25rem;
}
.pb-\[var\(--layout-footer-wrap-height\)\] {
  padding-bottom: var(--layout-footer-wrap-height);
}
.pt-1 {
  padding-top: calc(var(--ld-spacing, 8px) * 1);
}
.pt-\[133\.3\%\] {
  padding-top: 133.3%;
}
.pt-\[25px\] {
  padding-top: 1.5625rem;
}
.pt-\[33\.5\%\] {
  padding-top: 33.5%;
}
.pt-\[8px\] {
  padding-top: 0.5rem;
}
.pt-\[var\(--layout-header-height\)\] {
  padding-top: var(--layout-header-height);
}
.text-center {
  text-align: center;
}
.text-10 {
  font-size: 0.625rem;
}
.text-12 {
  font-size: 0.75rem;
}
.text-24 {
  font-size: 1.5rem;
}
.text-\[32px\] {
  font-size: 2rem;
}
.font-medium {
  font-weight: 500;
}
.leading-15 {
  line-height: 0.9375rem;
}
.leading-16 {
  line-height: 1rem;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\] {
  line-height: 1;
}
.\!text-\[var\(--ld-figma-text-c5\)\] {
  color: var(--ld-figma-text-c5) !important;
}
.text-\[var\(--ld-figma-button-c1\)\] {
  color: var(--ld-figma-button-c1);
}
.text-\[var\(--ld-figma-text-c12\)\] {
  color: var(--ld-figma-text-c12);
}
.text-\[var\(--ld-figma-text-c5\)\] {
  color: var(--ld-figma-text-c5);
}
.text-\[var\(--ld-figma-text-c8\)\] {
  color: var(--ld-figma-text-c8);
}
.text-white {
  color: #fff;
}
.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.opacity-15 {
  opacity: 0.15;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-60 {
  opacity: 0.6;
}
.shadow-\[0_-2px_4px_0_var\(--ld-figma-button-c7\)_inset\,0_0_3px_0_var\(--ld-figma-button-c6\)_inset\] {
  --tw-shadow:
    0-0.125rem 0.25rem 0 var(--ld-figma-button-c7) inset,
    0 0 0.1875rem 0 var(--ld-figma-button-c6) inset;
  --tw-shadow-colored:
    inset 0-0.125rem 0.25rem 0 var(--tw-shadow-color),
    inset 0 0 0.1875rem 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0#0000), var(--tw-ring-shadow, 0 0#0000),
    var(--tw-shadow);
}
.shadow-\[0_0_0_0\.5px_rgba\(255\,255\,255\,0\.15\)_inset\] {
  --tw-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15) inset;
  --tw-shadow-colored: inset 0 0 0 0.5px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0#0000), var(--tw-ring-shadow, 0 0#0000),
    var(--tw-shadow);
}
.outline-none {
  outline: 0.125rem solid transparent;
  outline-offset: 0.125rem;
}
.blur-\[20px\] {
  --tw-blur: blur(1.25rem);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[5px\] {
  --tw-blur: blur(0.3125rem);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_1PX_1PX_rgba\(0\,0\,0\,0\.50\)\] {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-opacity {
  transition-property: opacity;
  transition-duration: 0.15s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-500 {
  transition-duration: 0.5s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}
.text-fill-transparent {
  -webkit-text-fill-color: transparent;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.\[transform\:var\(--kf-transform\)\] {
  transform: var(--kf-transform);
}
.\[transition\:var\(--kf-transition\)\] {
  transition: var(--kf-transition);
}
.\[\&\.Mui-selected_\[data-bg-placeholder\]\]\:breathing-light.Mui-selected
  [data-bg-placeholder] {
  --breathing-light-color: #fcea51;
}
.\[\&\.Mui-selected_\[data-bg-placeholder\]\]\:breathing-light.Mui-selected
  [data-bg-placeholder]:before {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  --tw-shadow:
    0 0 0.375rem 0.125rem var(--breathing-light-color),
    0 0 0.375rem 0 var(--breathing-light-color);
  --tw-shadow-colored:
    0 0 0.375rem 0.125rem var(--tw-shadow-color),
    0 0 0.375rem 0 var(--tw-shadow-color);
  box-shadow:
    0 0#0000,
    0 0#0000,
    var(--tw-shadow);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0#0000), var(--tw-ring-shadow, 0 0#0000),
    var(--tw-shadow);
  content: var(--tw-content);
  animation: breathing-light 3s ease-in-out infinite;
}
.before\:absolute:before {
  content: var(--tw-content);
  position: absolute;
}
.before\:bottom-20:before {
  content: var(--tw-content);
  bottom: 1.25rem;
}
.before\:bottom-5:before {
  content: var(--tw-content);
  bottom: 0.3125rem;
}
.before\:right-0:before {
  content: var(--tw-content);
  right: 0;
}
.before\:top-20:before {
  content: var(--tw-content);
  top: 1.25rem;
}
.before\:block:before {
  content: var(--tw-content);
  display: block;
}
.before\:h-5:before {
  content: var(--tw-content);
  height: 0.3125rem;
}
.before\:w-1:before {
  content: var(--tw-content);
  width: 0.0625rem;
}
.before\:w-16:before {
  content: var(--tw-content);
  width: 1rem;
}
.before\:scale-x-\[0\.5\]:before {
  content: var(--tw-content);
  --tw-scale-x: 0.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:rounded-full:before {
  content: var(--tw-content);
  border-radius: 624.9375rem;
  border-radius: var(--ld-radius-full, 624.9375rem);
}
.before\:bg-\[var\(--ld-figma-text-c2\)\]:before {
  content: var(--tw-content);
  background-color: var(--ld-figma-text-c2);
}
.before\:bg-\[linear-gradient\(180deg\,var\(--ld-figma-background-c8\)_0\%\,var\(--ld-figma-background-c0\)_100\%\)\]:before {
  content: var(--tw-content);
  background-image: linear-gradient(
    180deg,
    var(--ld-figma-background-c8) 0%,
    var(--ld-figma-background-c0) 100%
  );
}
.before\:bg-\[linear-gradient\(180deg\,var\(--ld-figma-text-c10\)_0\%\,var\(--ld-figma-text-c2\)_100\%\)\]:before {
  content: var(--tw-content);
  background-image: linear-gradient(
    180deg,
    var(--ld-figma-text-c10) 0%,
    var(--ld-figma-text-c2) 100%
  );
}
.before\:bg-\[linear-gradient\(90deg\,var\(--ld-figma-temp-c6\)_0\%\,var\(--ld-figma-temp-c7\)_100\%\)\]:before {
  content: var(--tw-content);
  background-image: linear-gradient(
    90deg,
    var(--ld-figma-temp-c6) 0%,
    var(--ld-figma-temp-c7) 100%
  );
}
.before\:bg-border1:before {
  content: var(--tw-content);
  background-image: linear-gradient(0deg, #ffffff05 32.69%, #ffffff17);
  background-image: var(
    --ld-gradient-border1,
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.02) 32.69%,
      rgba(255, 255, 255, 0.09) 100%
    )
  );
}
.before\:blur-\[6px\]:before {
  content: var(--tw-content);
  --tw-blur: blur(0.375rem);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.after\:absolute:after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0:after {
  content: var(--tw-content);
  bottom: 0;
}
.after\:left-10:after {
  content: var(--tw-content);
  left: 0.625rem;
}
.after\:block:after {
  content: var(--tw-content);
  display: block;
}
.after\:h-1:after {
  content: var(--tw-content);
  height: 0.0625rem;
}
.after\:h-2:after {
  content: var(--tw-content);
  height: 0.125rem;
}
.after\:w-36:after {
  content: var(--tw-content);
  width: 2.25rem;
}
.after\:w-\[calc\(300\%-20px\)\]:after {
  content: var(--tw-content);
  width: calc(300% - 1.25rem);
}
.after\:scale-y-\[0\.5\]:after {
  content: var(--tw-content);
  --tw-scale-y: 0.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:bg-\[var\(--ld-figma-text-c2\)\]:after {
  content: var(--tw-content);
  background-color: var(--ld-figma-text-c2);
}
.after\:bg-\[linear-gradient\(90deg\,transparent_1\.39\%\,var\(--ld-figma-temp-c6\)_48\.32\%\,transparent_94\.44\%\)\]:after {
  content: var(--tw-content);
  background-image: linear-gradient(
    90deg,
    transparent 1.39%,
    var(--ld-figma-temp-c6) 48.32%,
    transparent 94.44%
  );
}
:root {
  --ld-max-width: 1024px;
  --ld-wrap-max-width: 1920px;
}
html {
  font-size: calc(100vw / 375 * 16);
}
body {
  font-size: 0.875rem;
  line-height: 1.4;
  background: var(--ld-figma-background-c0);
  color: var(--ld-figma-text-c12);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
  min-height: calc(var(--vh, 1vh) * 100);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (pointer: coarse) {
  ::-webkit-scrollbar {
    display: none;
  }
}
::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
}
::-webkit-scrollbar-thumb {
  border-radius: 0.1875rem;
  cursor: pointer;
}
::-webkit-scrollbar-track {
  background: transparent;
}
:hover::-webkit-scrollbar-thumb {
  background: var(--ld-figma-text-c2);
}
body::-webkit-scrollbar-thumb {
  background: var(--ld-figma-text-c2);
}
:not(body) {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
:not(body):hover {
  scrollbar-color: var(--ld-figma-text-c2) transparent;
}
html,
body {
  scrollbar-color: var(--ld-figma-text-c2) transparent;
}
@keyframes egg-shake-animation {
  0% {
    transform: rotate(0);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-6deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(6deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-2deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(2deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  to {
    transform: rotate(0);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
