/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
/*!
 * 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{animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0)scaleY(.95)}90%{transform:translateY(-4px)scaleY(1.02)}}.animate__bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translateY(-10px)}20%,40%,60%,80%{transform:translateY(10px)}}.animate__shakeY{animation-name:shakeY}@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)}}.animate__headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{transform-origin:top;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale3d(.9,.9,.9)rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1)rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1)rotate(-3deg)}to{transform:scale(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translate(0)}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{transform:translate(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translate(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(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}}.animate__jello{transform-origin:50%;animation-name:jello}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translate(-2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translate(2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(700px)scale(.7)}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(-2000px)scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(2000px)scale(.7)}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(-700px)scale(.7)}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale(1)}}.animate__bounceIn{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)scaleY(3)}60%{opacity:1;transform:translateY(25px)scaleY(.9)}75%{transform:translateY(-10px)scaleY(.95)}90%{transform:translateY(5px)scaleY(.985)}to{transform:translate(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)scaleX(3)}60%{opacity:1;transform:translate(25px)scaleX(1)}75%{transform:translate(-10px)scaleX(.98)}90%{transform:translate(5px)scaleX(.995)}to{transform:translate(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)scaleX(3)}60%{opacity:1;transform:translate(-25px)scaleX(1)}75%{transform:translate(10px)scaleX(.98)}90%{transform:translate(-5px)scaleX(.995)}to{transform:translate(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)scaleY(5)}60%{opacity:1;transform:translateY(-20px)scaleY(.9)}75%{transform:translateY(10px)scaleY(.95)}90%{transform:translateY(-5px)scaleY(.985)}to{transform:translate(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(-20px)scaleY(.9)}to{opacity:0;transform:translateY(2000px)scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)scaleX(.9)}to{opacity:0;transform:translate(-2000px)scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)scaleX(.9)}to{opacity:0;transform:translate(2000px)scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(20px)scaleY(.9)}to{opacity:0;transform:translateY(-2000px)scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translate(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translate(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translateY(100%)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%,-100%)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%,100%)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%,100%)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translate(0)rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)translate(0)rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translate(0)rotateY(0)}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{transform:skew(-5deg)}to{transform:translate(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate(-100%)skew(30deg)}60%{opacity:1;transform:skew(-20deg)}80%{transform:skew(5deg)}to{transform:translate(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)skew(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translate(0)}}.animate__rotateIn{transform-origin:50%;animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translate(0)}}.animate__rotateInDownLeft{transform-origin:0 100%;animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0)}}.animate__rotateInDownRight{transform-origin:100% 100%;animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0)}}.animate__rotateInUpLeft{transform-origin:0 100%;animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translate(0)}}.animate__rotateInUpRight{transform-origin:100% 100%;animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{transform-origin:50%;animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{transform-origin:0 100%;animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{transform-origin:100% 100%;animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{transform-origin:0 100%;animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{transform-origin:100% 100%;animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.animate__hinge{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);transform-origin:0 0;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform-origin:bottom;transform:scale(.1)rotate(30deg)}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate(-100%)rotate(-120deg)}to{opacity:1;transform:translate(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.animate__zoomOutDown{transform-origin:bottom;animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform:scale(.1)translate(-2000px)}}.animate__zoomOutLeft{transform-origin:0;animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform:scale(.1)translate(2000px)}}.animate__zoomOutRight{transform-origin:100%;animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.animate__zoomOutUp{transform-origin:bottom;animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translate(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translate(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translate(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translate(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translate(0)}to{visibility:hidden;transform:translateY(100%)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translate(0)}to{visibility:hidden;transform:translate(-100%)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0)}to{visibility:hidden;transform:translate(100%)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translate(0)}to{visibility:hidden;transform:translateY(-100%)}}.animate__slideOutUp{animation-name:slideOutUp}@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}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.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{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{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:"";flex-shrink:0;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-inline-start: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-block-start: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)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid #0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/2));z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{object-fit:contain;transform-origin:50%;width:100%;height:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);letter-spacing:0;font-variant:normal;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px)0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{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{white-space:nowrap;left:50%;transform:translate(-50%)}.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{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:wght@300;400;500;600;700&family=Baloo+2:wght@400..800&family=Cinzel+Decorative:wght@400;700;900&display=swap";@keyframes grow-line{0%{width:0}to{width:100%}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes desappear{0%{opacity:1}to{opacity:0}}@keyframes apperpopup{0%{opacity:0;-khtml-transform:translate(-50%,3.125rem);transform:translate(-50%,3.125rem)}to{opacity:1;-khtml-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@keyframes apperbouncepopup{0%{opacity:0;-khtml-transform:translate(-50%,3.125rem);transform:translate(-50%,3.125rem)}75%{opacity:.75;-khtml-transform:translate(-50%,-80%);transform:translate(-50%,-80%)}to{opacity:1;-khtml-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@keyframes hidepopup{0%{opacity:1;-khtml-transform:translate(-50%,-50%)scale(1);transform:translate(-50%,-50%)scale(1)}to{opacity:0;-khtml-transform:translate(-50%,-50%)scale(.6);transform:translate(-50%,-50%)scale(.6)}}@keyframes shrinkbtn{0%{opacity:1;-khtml-transform:scale(1);transform:scale(1)}40%{-khtml-transform:scale(.8);transform:scale(.8)}to{-khtml-transform:scale(1);transform:scale(1)}}@font-face{font-family:ClashDisplayVariable;src:url(https://rnsor-drab.vercel.app/_next/static/media/ClashDisplay-Light.f8bf0f73.otf)format("opentype");font-weight:300;font-style:normal}@font-face{font-family:ClashDisplayVariable;src:url(https://rnsor-drab.vercel.app/_next/static/media/ClashDisplay-Regular.d60c2bc8.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:ClashDisplayVariable;src:url(https://rnsor-drab.vercel.app/_next/static/media/ClashDisplay-Medium.e95bbbba.otf)format("opentype");font-weight:500;font-style:normal}@font-face{font-family:ClashDisplayVariable;src:url(https://rnsor-drab.vercel.app/_next/static/media/ClashDisplay-Semibold.a69f8631.otf)format("opentype");font-weight:600;font-style:normal}@font-face{font-family:ClashDisplayVariable;src:url(https://rnsor-drab.vercel.app/_next/static/media/ClashDisplay-Bold.7152a0cf.otf)format("opentype");font-weight:700;font-style:normal}body{color:#000;-webkit-tap-highlight-color:#0000;margin:0;padding:0;font-size:1rem;scroll-behavior:auto!important;background-color:#f0f0f0!important;font-family:DM Sans,sans-serif!important}body.no-scroll{overflow:hidden}html{-webkit-tap-highlight-color:#0000;margin:0;padding:0;scroll-behavior:auto!important;background-color:#f0f0f0!important;font-family:DM Sans,sans-serif!important}.main{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:70rem;margin:0 auto;padding:1.5rem 1rem;display:flex}.general-btn{cursor:pointer}.general-btn .general-btn-title{color:#000}.black{color:#000!important}.white{color:#fff!important}:focus{outline:none!important}a{font-family:DM Sans,sans-serif}a:focus,a:hover{text-decoration:none}button{font-family:DM Sans,sans-serif}::selection{color:#fff;background:#000}a{color:#cacaca;text-decoration:none}.loading-box{color:#767676;text-align:center;text-transform:uppercase;box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;width:100%;min-height:-moz-calc(100vh - 1.5rem);min-height:-webkit-calc(100vh - 1.5rem);flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 1.5rem);font-size:14px;font-style:normal;font-weight:700;line-height:13px;display:flex}.loading-box .loader-lottie{width:3rem}.general-content-box{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;align-items:center;-ms-flex-pack:flex-start;background:#f0f0f0;flex-direction:column;width:100%;min-height:100vh;display:flex}.wide-component{width:100%;display:block}.general-btn-back{cursor:pointer;z-index:10;-ms-border-radius:1.5rem;-o-border-radius:1.5rem;-khtml-border-radius:1.5rem;box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;background:#cacaca4d;border-radius:1.5rem;flex-direction:row;justify-content:center;align-items:center;padding:1rem 1.25rem 1rem 1rem;display:flex;position:absolute;top:0;left:0}.general-btn-back .general-btn-back-icon{width:1rem;margin-right:.5rem}.general-btn-back .general-btn-back-text{color:#000;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:12px;font-weight:900}.general-card{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-ms-border-radius:2rem;-o-border-radius:2rem;-khtml-border-radius:2rem;background:#fff;border-radius:2rem;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;position:relative}.general-card.with-margin-top{margin-top:4rem}.general-card-title{color:#000;text-align:center;margin-bottom:1.5rem;font-family:ClashDisplayVariable,sans-serif;font-size:32px;font-style:normal;font-weight:700;line-height:29px}.general-bullet{cursor:pointer;-ms-border-radius:2rem;-o-border-radius:2rem;-khtml-border-radius:2rem;background:#f7f7f7;border-radius:2rem;width:5rem;height:3rem;position:relative;box-shadow:inset 0 0 4px #0003}.general-bullet .bullet{-ms-box-shadow:0 6px 25px #b0b0b080;-o-box-shadow:0 6px 25px #b0b0b080;-khtml-box-shadow:0 6px 25px #b0b0b080;-ms-border-radius:50%;-o-border-radius:50%;-khtml-border-radius:50%;-o-transition:all .25s;-khtml-transition:all .25s;background:#b0b0b0;border-radius:50%;width:2.5rem;height:2.5rem;transition:all .25s;position:absolute;top:.25rem;left:.25rem;box-shadow:0 6px 25px #b0b0b080}.general-bullet .bullet.active{-ms-box-shadow:0 6px 25px #ff4d0080;-o-box-shadow:0 6px 25px #ff4d0080;-khtml-box-shadow:0 6px 25px #ff4d0080;background:#ff4d00;left:2.25rem;box-shadow:0 6px 25px #ff4d0080}@keyframes appearfromcenter{0%{-khtml-transform:scale(0);transform:scale(0)}to{-khtml-transform:scale(1);transform:scale(1)}}.cart-tag-general{color:#fff;text-transform:uppercase;box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-ms-border-radius:.5rem;-o-border-radius:.5rem;-khtml-border-radius:.5rem;background:#ff4d00;border-radius:.5rem;flex-direction:row;justify-content:center;align-items:center;height:1.625rem;margin-bottom:.5rem;padding:.25rem .75rem;font-family:DM Sans,sans-serif;font-size:12px;font-weight:800;animation:appearfromcenter .325s ease-in-out .125s forwards;display:flex}.cart-tag-general,.cart-title-general{-khtml-transform:scale(0);transform:scale(0)}.cart-title-general{color:#000;text-align:center;margin-bottom:2rem;font-family:ClashDisplayVariable,sans-serif;font-size:32px;font-weight:700;line-height:29px;animation:appearfromcenter .325s ease-in-out .625s forwards}.general-overlay{cursor:pointer;z-index:5;background:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}.general-overlay.close{animation:desappear .2s forwards}.general-popup{z-index:10;-ms-border-radius:2.5rem;-o-border-radius:2.5rem;-khtml-border-radius:2.5rem;max-width:37.5rem;width:-moz-calc(100vw - 2rem);width:-webkit-calc(100vw - 2rem);-khtml-transform:translate(-50%,-50%);box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;background:#fff;border-radius:2.5rem;flex-direction:column;justify-content:center;align-items:center;width:calc(100vw - 2rem);padding:2.5rem 1rem 1rem;animation:apperpopup .6s forwards;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.general-popup .general-popup-title{color:#000;text-align:center;max-width:16rem;margin-bottom:1.25rem;font-family:ClashDisplayVariable,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:24px}.general-popup .general-popup-subtitle{color:#4c4c4c;margin-bottom:1.25rem;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;line-height:15px}.general-popup .general-popup-buttons{-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;width:100%}.general-popup .general-popup-buttons,.general-popup .general-popup-buttons .general-popup-btn{box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;align-items:center;flex-direction:row;display:flex}.general-popup .general-popup-buttons .general-popup-btn{color:#fff;letter-spacing:.75px;text-transform:uppercase;-moz-justify-content:center;-ms-justify-content:center;height:5rem;width:-moz-calc(50% - .25rem);width:-webkit-calc(50% - .25rem);-ms-border-radius:40px;-o-border-radius:40px;-khtml-border-radius:40px;background:#767676;border-radius:40px;justify-content:center;width:calc(50% - .25rem);padding:.5rem;font-family:ClashDisplayVariable,sans-serif;font-size:15px;font-weight:700}.general-popup .general-popup-buttons .general-popup-btn.red{background:linear-gradient(280deg,red,#ff4d00)}.general-popup .location-buttons-box{-moz-flex-direction:column;flex-direction:column;margin-top:2rem}.general-popup .location-buttons-box,.general-popup .location-buttons-box .location-popup-btn{box-sizing:border-box;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;align-items:center;width:100%;display:flex}.general-popup .location-buttons-box .location-popup-btn{cursor:pointer;color:#fff;text-align:center;letter-spacing:.75px;text-transform:uppercase;-moz-flex-direction:row;-ms-border-radius:2.5rem;-o-border-radius:2.5rem;-khtml-border-radius:2.5rem;background:#00d0ff;border-radius:2.5rem;flex-direction:row;height:5rem;padding:1.25rem 2rem;font-family:ClashDisplayVariable,sans-serif;font-size:15px;font-weight:700}.general-popup .location-buttons-box .location-popup-btn:last-child{background:#000;margin-top:.5rem}.post-box{-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-ms-flex-pack:flex-start}.post-box .post{-moz-flex-direction:column;-moz-justify-content:center;-ms-justify-content:center;flex-direction:column;justify-content:center;max-width:70rem;padding:4rem 0;position:relative}.post-box .post,.post-box .post .back-box{box-sizing:border-box;-moz-align-items:center;-ms-align-items:center;align-items:center;width:100%;display:flex}.post-box .post .back-box{-moz-flex-direction:row;-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start;flex-direction:row;margin-bottom:1.75rem}.post-box .post .back-box .back-btn{cursor:pointer;width:1.5rem;height:1.5rem;position:relative}.post-box .post .back-box .back-btn .back-btn-icon{-khtml-transform:translate(-50%,-50%);width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.post-box .post .post-title{color:#000;text-align:center;width:100%;font-size:28px;font-style:normal;font-weight:500;line-height:30px}.post-box .post .post-tag{color:#000;text-transform:uppercase;box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-ms-border-radius:.5rem;-o-border-radius:.5rem;-khtml-border-radius:.5rem;border:1px solid #000;border-radius:.5rem;flex-direction:row;justify-content:center;align-items:center;height:1.5rem;margin:.5rem 0 1rem;padding:.25rem .75rem;font-size:11px;font-style:normal;font-weight:700;line-height:14px;display:flex}.post-box .post .post-info-box{width:100%;margin-bottom:.5rem;display:none}.post-box .post .post-info-box .post-info-text{color:#767676;text-transform:uppercase;font-size:12px;font-weight:700;line-height:23px}.post-box .post .post-info-box .post-copy{cursor:pointer;color:#ffc8b0;text-transform:uppercase;font-size:12px;font-weight:700;line-height:23px}.post-box .post .post-info-box .post-copy.copied{color:#66ff78}.post-box .post .post-date{color:#000;width:100%;margin-bottom:1.5rem;font-size:.75rem;line-height:1rem}.post-box .post .post-cover{-ms-border-radius:1rem;-o-border-radius:1rem;-khtml-border-radius:1rem;background-color:#cacaca;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:1rem;width:100%;height:0;margin-bottom:1.25rem;padding-bottom:100%}.post-box .post .post-description{color:#000;width:100%;margin-bottom:3.75rem;font-family:DM Sans,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:24px}.post-box .post .post-content{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.post-box .post .post-content .post-content-title{color:#000;width:100%}.post-box .post .post-content .post-content-title.h2{margin-top:0;margin-bottom:1.5rem;font-size:24px;font-weight:600;line-height:24px}.post-box .post .post-content .post-content-title.h3{margin-top:0;margin-bottom:.5rem;font-family:DM Sans,sans-serif;font-size:18px;font-weight:700;line-height:24px}.post-box .post .post-content .post-content-paraph{color:#000;width:100%;margin-bottom:1rem;font-family:DM Sans,sans-serif;font-size:18px;font-weight:400;line-height:24px}.post-box .post .post-content .post-content-image-box{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:1rem;display:flex}.post-box .post .post-content .post-content-image-box .post-content-image-box-img{-ms-border-radius:2rem;-o-border-radius:2rem;-khtml-border-radius:2rem;background-color:#cacaca;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:2rem;width:100%;height:0;padding-bottom:48%;display:block}.post-box .post .post-content .post-content-image-box .post-content-image-box-img.vertical{width:60%;padding-bottom:124.5%}.post-box .post .post-content .post-content-image-box .post-content-image-box-epigraph{color:#000;text-align:center;width:100%;margin-top:1rem;font-size:12px;font-weight:600;line-height:18px}.post-box .post .post-content .post-content-gallery-box{-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-align-items:flex-start;-ms-align-items:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;align-items:flex-start;-ms-flex-pack:flex-start;padding:0;overflow:hidden}.post-box .post .post-content .post-content-gallery-box,.post-box .post .post-content .post-content-video-box{box-sizing:border-box;-moz-flex-direction:column;flex-direction:column;width:100%;display:flex;position:relative}.post-box .post .post-content .post-content-video-box{-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;align-items:center;margin-bottom:1.5rem}.post-box .post .post-content .post-content-video-box .post-content-video{-ms-border-radius:2rem;-o-border-radius:2rem;-khtml-border-radius:2rem;background-color:#ffc8b0;border:none;border-radius:2rem;width:100%;height:0;padding-bottom:56.25%;position:relative}.post-box .post .post-content .post-content-video-box .post-content-video iframe{-ms-border-radius:2rem;-o-border-radius:2rem;-khtml-border-radius:2rem;border:none;border-radius:2rem;width:100%;height:100%;position:absolute;top:0;left:0}.post-box .post .post-content .post-content-video-box .post-content-video-epigraph{color:#000;text-align:center;width:100%;margin-top:1rem;font-size:16px;font-weight:600;line-height:23px}.post-box .post .post-content .post-content-list{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;align-items:center;-ms-flex-pack:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;flex-direction:column;align-items:flex-start;width:100%;margin:0 0 1.5rem;padding:0;list-style:none;display:flex;position:relative}.post-box .post .post-content .post-content-list .post-content-list-item{width:100%;margin-bottom:.125rem;padding-left:1.5rem;position:relative}.post-box .post .post-content .post-content-list .post-content-list-item .post-content-list-item-title{color:#000;margin-right:.125rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;line-height:1.1rem}.post-box .post .post-content .post-content-list .post-content-list-item .post-content-list-item-text{color:#000;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.1rem}.post-box .post .post-content .post-content-list .post-content-list-item:before{content:"";-ms-border-radius:50%;-o-border-radius:50%;-khtml-border-radius:50%;background:#000;border-radius:50%;width:.25rem;height:.25rem;position:absolute;top:.5rem;left:.675rem}.post-box .post .post-content .post-content-quote{box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;align-items:center;-ms-flex-pack:flex-start;-ms-border-radius:1.25rem;-o-border-radius:1.25rem;-khtml-border-radius:1.25rem;background:#fff;border-radius:1.25rem;flex-direction:row;width:100%;margin-bottom:1.5rem;padding:1.5rem 2.5rem;display:flex;position:relative}.post-box .post .post-content .post-content-quote .line{-ms-border-radius:3.5rem;-o-border-radius:3.5rem;-khtml-border-radius:3.5rem;width:.25rem;height:-moz-calc(100% - 3rem);height:-webkit-calc(100% - 3rem);background:#ff4d00;border-radius:3.5rem;height:calc(100% - 3rem);position:absolute;top:1.5rem;left:1.25rem}.post-box .post .post-content .post-content-quote .post-content-quote-text{color:#000;font-family:DM Sans,sans-serif;font-size:20px;font-weight:700;line-height:24px}.post-box .post .post-content .post-content-separator{background:0 0;width:100%;display:block}.posts-box{-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;align-items:center;-ms-flex-pack:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;flex-flow:wrap;-ms-flex:1;flex-grow:1;align-items:flex-start;width:100%}.posts-box,.posts-box .post{box-sizing:border-box;display:flex}.posts-box .post{-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-align-items:flex-start;-ms-align-items:flex-start;flex-direction:column;justify-content:center;align-items:flex-start;width:calc(50% - .75rem);margin:1rem 1.5rem 1rem 0;position:relative;overflow:hidden}.posts-box .post .post-image{-ms-border-radius:1rem;-o-border-radius:1rem;-khtml-border-radius:1rem;background-color:#eee;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:1rem;width:100%;height:0;margin-bottom:1rem;padding-bottom:55%}.posts-box .post .post-title{color:#000;margin-bottom:.5rem;font-size:20px;font-weight:500;line-height:23px}.posts-box .post .post-data{box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;align-items:center;-ms-flex-pack:space-between;flex-direction:row;width:100%;display:flex}.posts-box .post .post-data .post-date{color:#767676;text-transform:uppercase;width:auto;margin-right:.75rem;font-size:12px;font-weight:700;line-height:23px}.posts-box .post .post-data .post-tag{color:#000;text-transform:uppercase;box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-ms-border-radius:.5rem;-o-border-radius:.5rem;-khtml-border-radius:.5rem;border:1px solid #000;border-radius:.5rem;flex-direction:row;justify-content:center;align-items:center;height:1.5rem;padding:.25rem .75rem;font-size:11px;font-style:normal;font-weight:700;line-height:14px;display:flex}.posts-box .post .post-text{color:#000;margin-bottom:.5rem;font-size:.75rem;line-height:1rem}.posts-box .post .post-date{color:#000;opacity:.5;font-size:.75rem;line-height:1rem}.posts-box .post:nth-child(2n){margin-right:0}.post-box{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:1rem;display:flex}.post-box .post-title{text-align:center;margin-bottom:1.25rem;font-size:2rem}.post-box .post-image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:1rem;width:50%;height:0;margin-bottom:1rem;padding-bottom:50%;position:relative;overflow:hidden}.post-box .post-description{text-align:center;width:100%;margin-bottom:2rem;font-size:1rem;position:relative}.post-box .back-btn{text-align:center;text-transform:uppercase;font-size:1.5rem}.featured-post{margin-bottom:2.5rem}.featured-post,.featured-post-mobile{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-align-items:flex-start;-ms-align-items:flex-start;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;display:flex}.featured-post-mobile{cursor:pointer}.featured-post-mobile .featured-post-title{color:#000;text-transform:uppercase;max-width:18.75rem;margin-bottom:1rem;font-size:16px;font-weight:700;line-height:19px;display:block}.featured-post-mobile .featured-post-image{-ms-border-radius:1rem;-o-border-radius:1rem;-khtml-border-radius:1rem;background-color:#ffc8b0;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:1rem;width:100%;height:0;margin-bottom:.75rem;padding-bottom:100%;display:block}.featured-post-mobile .featured-post-description{color:#000;font-size:20px;font-weight:500;line-height:22px}.featured-post-desktop{cursor:pointer;box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-align-items:flex-start;-ms-align-items:flex-start;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;display:flex;overflow:hidden}.featured-post-desktop .featured-post-title{color:#000;text-transform:uppercase;max-width:33.25rem;margin-bottom:2rem;font-size:32px;font-weight:700;line-height:30px;display:block}.featured-post-desktop .featured-post-card{box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-ms-border-radius:2rem;-o-border-radius:2rem;-khtml-border-radius:2rem;border-radius:2rem;flex-direction:row;justify-content:center;align-items:center;width:100%;min-height:22.5rem;display:flex;position:relative}.featured-post-desktop .featured-post-card .featured-post-image{z-index:3;-ms-border-radius:2rem;-o-border-radius:2rem;-khtml-border-radius:2rem;background-color:#ffc8b0;background-position:100%;background-repeat:no-repeat;background-size:cover;border-radius:2rem;width:100%;height:100%;position:absolute;top:0;left:2px}.featured-post-desktop .featured-post-card .featured-post-card-description-box{z-index:5;box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-align-items:flex-start;-ms-align-items:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;align-items:flex-start;-ms-flex-pack:flex-start;-ms-border-radius:2rem 0 0 2rem;-o-border-radius:2rem 0 0 2rem;-khtml-border-radius:2rem 0 0 2rem;background:#fff;border-radius:2rem 0 0 2rem;flex-direction:column;width:35%;height:100%;padding:2.75rem 2.75rem 2.75rem 1.5rem;display:flex;position:absolute;top:0;left:0}.featured-post-desktop .featured-post-card .featured-post-card-description-box .featured-post-description{color:#000;font-size:20px;font-weight:500;line-height:22px}.mobile{width:100%;display:block}.desktop{display:none}.filters-row{-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start;width:100%;padding:0;position:relative}.filters-row,.filters-row .filter-btn{box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;align-items:center;flex-direction:row;display:flex}.filters-row .filter-btn{cursor:pointer;-moz-justify-content:center;-ms-justify-content:center;-ms-border-radius:.75rem;-o-border-radius:.75rem;-khtml-border-radius:.75rem;background:#fff;border-radius:.75rem;justify-content:center;width:auto;margin-right:.5rem;padding:.625rem .75rem}.filters-row .filter-btn,.filters-row .filter-btn .filter-title{-o-transition:all .25s;-khtml-transition:all .25s;transition:all .25s}.filters-row .filter-btn .filter-title{color:#000;text-transform:uppercase;font-size:12px;font-weight:700;line-height:21px}.filters-row .filter-btn:last-child{margin-right:0}.filters-row .filter-btn.active{background:#000}.filters-row .filter-btn.active .filter-title{color:#fff}.line{box-sizing:border-box;-ms-border-radius:1rem;-o-border-radius:1rem;-khtml-border-radius:1rem;background:#eee;border-radius:1rem;width:100%;height:.125rem;margin-top:.5rem}.gallery-slider{width:100%;margin-bottom:1rem;display:block;position:relative}.gallery-slider .item{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.gallery-slider .item .picture{-ms-border-radius:2rem;-o-border-radius:2rem;-khtml-border-radius:2rem;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:2rem;width:100%;height:0;padding-bottom:48%}.gallery-slider .item .epigraph{color:#000;text-align:center;width:100%;height:3.75rem;margin-top:1rem;font-size:14px;font-weight:600;line-height:19px}.gallery-slider .swiper-pagination{box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;align-items:center;-ms-flex-pack:flex-start;flex-direction:row;padding:0 .75rem;display:flex;position:absolute;bottom:5.75rem;left:0}.gallery-slider .swiper-pagination .swiper-pagination-bullet{opacity:.75;background:#ff4d00}.gallery-slider .swiper-pagination .swiper-pagination-bullet-active{opacity:1;background:#ff4d00}.gallery-slider.vertical .item .picture{width:60%;padding-bottom:124.5%}.gallery-slider.vertical .swiper-pagination{-khtml-transform:translateX(-50%);width:auto;left:50%;transform:translate(-50%)}@media only screen and (min-width:720px){.mobile{display:none}.desktop{width:100%;display:block}.posts-box .post{width:calc(33.3% - 1rem)}.posts-box .post .post-image{-ms-border-radius:2rem;-o-border-radius:2rem;-khtml-border-radius:2rem;border-radius:2rem}.posts-box .post:nth-child(2n){margin-right:1.5rem}.posts-box .post:nth-child(3n){margin-right:0}}@media only screen and (min-width:1200px){.post-box .post .post-title{font-size:40px;font-weight:500;line-height:43px}.post-box .post .post-info-box{box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;align-items:center;-ms-flex-pack:space-between;flex-direction:row;display:flex}.post-box .post .post-cover{padding-bottom:55%}.post-box .post .post-description{box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;flex-direction:row;justify-content:center;align-items:center;padding:0 5.75rem;display:flex}.post-box .post .post-content{padding:0 5.75rem}.post-box .post .post-content .post-content-image-box{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:1rem;display:flex}.post-box .post .post-content .post-content-image-box .post-content-image-box-img.vertical{width:36%;padding-bottom:75%}}.general-content-box,.main{min-height:-moz-calc(100vh - 6.25rem);min-height:-webkit-calc(100vh - 6.25rem);min-height:calc(100vh - 6.25rem)}.main{padding:1.75rem 1rem;position:relative;overflow:hidden}.confetti-canvas{z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0}.certificate-box{width:100%;min-height:-moz-calc(100vh - 10rem);min-height:-webkit-calc(100vh - 10rem);box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;align-items:center;-ms-flex-pack:flex-start;flex-direction:column;min-height:calc(100vh - 10rem);display:flex}.certificate-box .instalogo-btn{cursor:pointer;width:11.875rem;margin-bottom:1rem}.certificate-box .instalogo{width:100%}.certificate-box .certificate-subtitle{color:#232323;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:15px}.certificate-box .certificate-tag{color:#fff;text-transform:uppercase;box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-ms-border-radius:.5rem;-o-border-radius:.5rem;-khtml-border-radius:.5rem;background:#ff4d00;border-radius:.5rem;flex-direction:row;justify-content:center;align-items:center;height:1.625rem;margin-bottom:.325rem;padding:.25rem .75rem;font-family:DM Sans,sans-serif;font-size:12px;font-weight:800;display:flex}.certificate-box .certificate-title{color:#000;text-align:center;max-width:15rem;margin-bottom:.5rem;font-family:ClashDisplayVariable,sans-serif;font-size:32px;font-weight:700;line-height:29px}.certificate-box .cover-info-box{-moz-flex-direction:column;-khtml-transform:rotate(-6.97deg);flex-direction:column;position:relative;transform:rotate(-6.97deg)}.certificate-box .cover-info-box,.certificate-box .cover-info-box .avatar-box{box-sizing:border-box;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;align-items:center;width:100%;display:flex}.certificate-box .cover-info-box .avatar-box{-moz-flex-direction:row;flex-direction:row}.certificate-box .cover-info-box .avatar-box .avatar-circle{z-index:10;-ms-border-radius:50%;-o-border-radius:50%;-khtml-border-radius:50%;-ms-box-shadow:0 6px 10px 0 #0000001a;-o-box-shadow:0 6px 10px 0 #0000001a;-khtml-box-shadow:0 6px 10px 0 #0000001a;background:#fff;border-radius:50%;width:5.25rem;height:5.25rem;margin-right:-.5625rem;position:relative;box-shadow:0 6px 10px #0000001a}.certificate-box .cover-info-box .avatar-box .avatar-circle .avatar{-khtml-transform:translate(-50%,-50%);-ms-border-radius:50%;-o-border-radius:50%;-khtml-border-radius:50%;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;width:5rem;height:5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.certificate-box .cover-info-box .avatar-box .info-box{z-index:1;box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-ms-border-radius:1.25rem;-o-border-radius:1.25rem;-khtml-border-radius:1.25rem;background:#fff;border-radius:1.25rem;flex-direction:row;justify-content:center;align-items:center;height:3.375rem;margin-left:-.5625rem;padding:.25rem 1.5rem;display:flex}.certificate-box .cover-info-box .avatar-box .info-box .badge{width:22px;margin-right:.5rem}.certificate-box .cover-info-box .avatar-box .info-box .info-text{color:#ff7133;font-family:Poppins,sans-serif;font-size:14px;font-weight:700}.certificate-box .cover-info-box .certificate-cover{height:0;width:-moz-calc(100% - 4.5rem);width:-webkit-calc(100% - 4.5rem);width:calc(100% - 4.5rem);-ms-box-shadow:-3px 11px 15px 0 #00000040;-o-box-shadow:-3px 11px 15px 0 #00000040;-khtml-box-shadow:-3px 11px 15px 0 #00000040;-ms-border-radius:1rem;-o-border-radius:1rem;-khtml-border-radius:1rem;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:1rem;margin-top:-.5rem;padding-bottom:calc(100% - 4.5rem);position:relative;box-shadow:-3px 11px 15px #00000040}.certificate-box .winners-box{margin-top:2.5rem}.certificate-box .winners-box,.certificate-box .winners-box .winner-card{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.certificate-box .winners-box .winner-card{-ms-border-radius:2rem;-o-border-radius:2rem;-khtml-border-radius:2rem;background:#fff;border-radius:2rem;margin-bottom:1.25rem;padding:2.25rem .75rem 2.75rem;position:relative}.certificate-box .winners-box .winner-card .winner-card-order{color:#fff;text-align:center;box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-ms-border-radius:50%;-o-border-radius:50%;-khtml-border-radius:50%;background:#000;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;width:2.625rem;height:2.625rem;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;line-height:18px;display:flex;position:absolute;top:.75rem;left:.75rem}.certificate-box .winners-box .winner-card .avatar{-ms-border-radius:50%;-o-border-radius:50%;-khtml-border-radius:50%;background-color:#ffede6;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;width:5.75rem;height:5.75rem;margin-bottom:1.25rem;position:relative}.certificate-box .winners-box .winner-card .username{color:#000;margin-bottom:1rem;font-family:ClashDisplayVariable,sans-serif;font-size:24px;font-weight:700;line-height:15px}.certificate-box .winners-box .winner-card .name{color:#4c4c4c;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;line-height:15px}.footer{z-index:3;background:0 0;padding:0;position:relative}.footer,.footer .bottom{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-align-items:flex-start;-ms-align-items:flex-start;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;display:flex}.footer .bottom{-ms-border-radius:0 30px 0 0;-o-border-radius:0 30px 0 0;-khtml-border-radius:0 30px 0 0;background:linear-gradient(98deg,#ff0d9e,#ff4d00);border-radius:0 30px 0 0;padding:2rem 2rem 3.125rem}.footer .bottom .bottom-copy{color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;line-height:19px}@keyframes appearfromcenteravatar{0%{-khtml-transform:translateY(-50%)rotate(-6.85deg)scale(0);transform:translateY(-50%)rotate(-6.85deg)scale(0)}to{-khtml-transform:translateY(-50%)rotate(-6.85deg)scale(1);transform:translateY(-50%)rotate(-6.85deg)scale(1)}}@keyframes fadeinright{0%{opacity:0;-khtml-transform:translate(100%,-50%)rotate(5.85deg);transform:translate(100%,-50%)rotate(5.85deg)}to{opacity:1;-khtml-transform:translateY(-50%)rotate(5.85deg);transform:translateY(-50%)rotate(5.85deg)}}@keyframes roll-in-blurred-bottom{0%{-khtml-transform:translateY(800px)rotate(2turn);filter:blur(50px);opacity:0;transform:translateY(800px)rotate(2turn)}to{-khtml-transform:translateY(0)rotate(-2.85deg);filter:blur();opacity:1;transform:translateY(0)rotate(-2.85deg)}}.general-card{padding-top:3.75rem}.general-card .general-card-logo{-ms-border-radius:50%;-o-border-radius:50%;-khtml-border-radius:50%;-ms-box-shadow:0 6px 10px 0 #0000001a;-o-box-shadow:0 6px 10px 0 #0000001a;-khtml-box-shadow:0 6px 10px 0 #0000001a;-khtml-transform:translateX(-50%);background-position:50%;background-repeat:no-repeat;background-size:cover;border:.125rem solid #fff;border-radius:50%;width:5rem;height:5rem;position:absolute;top:-2rem;left:50%;transform:translate(-50%);box-shadow:0 6px 10px #0000001a}.config-card{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;align-items:center;-ms-flex-pack:flex-start;flex-direction:column;width:100%;display:flex;position:relative}.config-card .edit-title-btn{cursor:pointer;-ms-border-radius:50%;-o-border-radius:50%;-khtml-border-radius:50%;background:#fff;border-radius:50%;width:3.25rem;height:3.25rem;position:absolute;top:0;right:0}.config-card .edit-title-btn .edit-title-btn-icon{-khtml-transform:translate(-50%,-50%);width:1.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.config-card .edit-title-btn.animate{animation:shrinkbtn .25s ease-in-out forwards}.config-card .config-tag{color:#fff;text-transform:uppercase;box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-ms-border-radius:.5rem;-o-border-radius:.5rem;-khtml-border-radius:.5rem;-khtml-transform:scale(0);background:#ff4d00;border-radius:.5rem;flex-direction:row;justify-content:center;align-items:center;height:1.625rem;margin-bottom:.5rem;padding:.25rem .75rem;font-family:DM Sans,sans-serif;font-size:12px;font-weight:800;animation:appearfromcenter .325s ease-in-out .125s forwards;display:flex;transform:scale(0)}.config-card .lottery-title{color:#000;text-align:center;word-break:break-word;-khtml-transform:scale(0);max-width:15.25rem;margin-bottom:.75rem;font-family:ClashDisplayVariable,sans-serif;font-size:32px;font-weight:700;line-height:29px;animation:appearfromcenter .325s ease-in-out .625s forwards;transform:scale(0)}.config-card .lottery-card{height:0;width:-moz-calc(100% - 2.5rem);width:-webkit-calc(100% - 2.5rem);width:calc(100% - 2.5rem);-ms-border-radius:1.875rem;-o-border-radius:1.875rem;-khtml-border-radius:1.875rem;filter:blur(50px);opacity:0;-khtml-transform:translateY(800px)rotate(2turn);background-color:#fff;border:6px solid #fff;border-radius:1.875rem;margin-bottom:-2.5rem;padding-bottom:calc(100% - 2.5rem);animation:roll-in-blurred-bottom 2s cubic-bezier(.23,1,.32,1) .25s both;position:relative;transform:translateY(800px)rotate(2turn)}.config-card .lottery-card,.config-card .lottery-card .lottery-avatar{background-position:50%;background-repeat:no-repeat;background-size:cover}.config-card .lottery-card .lottery-avatar{-ms-border-radius:50%;-o-border-radius:50%;-khtml-border-radius:50%;-khtml-transform:translateY(-50%)rotate(-6.85deg)scale(0);border:.25rem solid #fff;border-radius:50%;width:5rem;height:5rem;animation:appearfromcenteravatar .325s ease-in-out 1.75s forwards;position:absolute;top:50%;left:-1rem;transform:translateY(-50%)rotate(-6.85deg)scale(0)}.config-card .lottery-card .comments-box{opacity:0;box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-ms-border-radius:.5rem 1.25rem .5rem .5rem;-o-border-radius:.5rem 1.25rem .5rem .5rem;-khtml-border-radius:.5rem 1.25rem .5rem .5rem;-khtml-transform:translateY(-50%)rotate(5.85deg);background:#f1f1f1;border:.25rem solid #fff;border-radius:.5rem 1.25rem .5rem .5rem;flex-direction:column;justify-content:center;align-items:center;padding:1rem 1.125rem;animation:fadeinright .25s ease-in-out 2s forwards;display:flex;position:absolute;top:72%;right:-1rem;transform:translateY(-50%)rotate(5.85deg)}.config-card .lottery-card .comments-box .comments-icon{color:#000;font-size:36px;font-style:normal;font-weight:700;line-height:24px;position:absolute;top:-1.25rem;left:1rem}.config-card .lottery-card .comments-box .comments-number{color:#000;font-family:ClashDisplayVariable,sans-serif;font-size:24px;font-weight:700;line-height:24px}.config-card .lottery-card .comments-box .comments-text{color:#ff4d00;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:12px;font-weight:900}.config-card .config-child-card{z-index:5;-ms-border-radius:2.5rem;-o-border-radius:2.5rem;-khtml-border-radius:2.5rem;box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;background:#fff;border-radius:2.5rem;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:1.25rem;padding:2.25rem .75rem 1rem;display:flex}.config-card .config-child-card .config-title{color:#000;text-align:center;margin-bottom:1rem;font-family:ClashDisplayVariable,sans-serif;font-size:24px;font-weight:700;line-height:24px}.config-card .config-child-card .config-subtitle{color:#8c8c8c;text-align:center;margin-bottom:1rem;font-size:15px;font-weight:400;line-height:14px}.config-card .config-child-card .winners-buttons{box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;align-items:center;-ms-flex-pack:space-between;-ms-border-radius:3rem;-o-border-radius:3rem;-khtml-border-radius:3rem;background:#f2f2f2;border-radius:3rem;flex-direction:row;width:100%;margin-bottom:.75rem;padding:.5rem;display:flex;position:relative}.config-card .config-child-card .winners-buttons .winners-btn-changer{cursor:pointer;stroke-width:2px;stroke:#fff;-ms-box-shadow:0 6px 10px #0000001a;-o-box-shadow:0 6px 10px #0000001a;-khtml-box-shadow:0 6px 10px #0000001a;-ms-border-radius:50%;-o-border-radius:50%;-khtml-border-radius:50%;background:radial-gradient(50% 50%,#f4f4f4 0,#fff 100%);border-radius:50%;width:5rem;height:5rem;position:relative;box-shadow:0 6px 10px #0000001a}.config-card .config-child-card .winners-buttons .winners-btn-changer .winners-btn-icon{-khtml-transform:translate(-50%,-50%);-khtml-transform:translate(-50%,-45%);width:3rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-45%)}.config-card .config-child-card .winners-buttons .winners-btn-changer .winners-btn-icon.plus{-khtml-transform:translate(-50%,-48%);-o-transition:.125s;-khtml-transition:.125s;transition:all .125s;transform:translate(-50%,-48%)}.config-card .config-child-card .winners-buttons .winners-btn-changer .winners-btn-icon.plus.grey{opacity:0;z-index:3;-o-transition:.25s;-khtml-transition:.25s;transition:all .25s}.config-card .config-child-card .winners-buttons .winners-btn-changer.disabled .winners-btn-icon.plus{opacity:0}.config-card .config-child-card .winners-buttons .winners-btn-changer.disabled .winners-btn-icon.plus.grey{opacity:1}.config-card .config-child-card .winners-buttons .winners-qty{color:#000;text-align:center;font-family:ClashDisplayVariable,sans-serif;font-size:48px;font-style:normal;font-weight:700;line-height:14px}.config-card .config-child-card .winners-buttons .premium-tag{color:#fff;-khtml-transform:translateX(-50%);-moz-flex-direction:row;-ms-border-radius:1.25rem;-o-border-radius:1.25rem;-khtml-border-radius:1.25rem;background:#ff4d00;border-radius:1.25rem;flex-direction:row;padding:.375rem .75rem;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;line-height:13px;position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%)}.config-card .config-child-card .substitutes-card,.config-card .config-child-card .winners-buttons .premium-tag{box-sizing:border-box;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;align-items:center;display:flex}.config-card .config-child-card .substitutes-card{background:#d9d9d933;padding:1.5rem .5rem 1.75rem}.config-card .config-child-card .config-inner-card,.config-card .config-child-card .substitutes-card{-moz-flex-direction:column;-ms-border-radius:2rem;-o-border-radius:2rem;-khtml-border-radius:2rem;border-radius:2rem;flex-direction:column;width:100%}.config-card .config-child-card .config-inner-card{box-sizing:border-box;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;align-items:center;-ms-flex-pack:flex-start;-o-transition:all .5s ease-in-out;-khtml-transition:all .5s ease-in-out;background:linear-gradient(#fff,#f4f4f4);padding:.5rem .5rem 0;transition:all .5s ease-in-out;display:flex;overflow:hidden}.config-card .config-child-card .animation-box{-ms-border-radius:1.25rem;-o-border-radius:1.25rem;-khtml-border-radius:1.25rem;-o-transition:all .25s;-khtml-transition:all .25s;background:#000;border-radius:1.25rem;width:55.5%;height:0;padding-bottom:100%;transition:all .25s;position:relative}.config-card .config-child-card .animation-box .animation-lottie{width:100%;height:100%;position:absolute;top:0;left:0}.config-card .config-child-card .animation-tag{color:#fff;text-transform:uppercase;text-align:center;-ms-border-radius:.75rem;-o-border-radius:.75rem;-khtml-border-radius:.75rem;-khtml-transform:translate(-50%,50%);background:#ff4d00;border-radius:.75rem;padding:.375rem .75rem;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;line-height:13px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.config-card .config-child-card .animation-tag.free{background:#8c8c8c}.config-card .config-child-card .animation-tag.premium-tag{-khtml-transform:translate(0);position:relative;bottom:0;left:0;transform:translate(0)}.config-card .config-child-card .animation-title{color:#000;text-align:center;min-height:.875rem;margin:1.5rem 0 1.25rem;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:13px}.config-card .config-child-card .animations-box{-moz-flex-direction:row;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start;-o-transition:all .255s;-khtml-transition:all .255s;flex-flow:wrap;width:100%;padding-bottom:.5rem;transition:all .255s;display:flex}.config-card .config-child-card .animations-box .animation-item{cursor:pointer;box-sizing:border-box;height:0;width:-moz-calc(25% - .375rem);width:-webkit-calc(25% - .375rem);width:calc(25% - .375rem);-ms-border-radius:1.5rem;-o-border-radius:1.5rem;-khtml-border-radius:1.5rem;-o-transition:all .25s;-khtml-transition:all .25s;background-color:#0003;border-radius:1.5rem;margin-bottom:.5rem;margin-right:.5rem;padding-bottom:calc(25% - .375rem);transition:all .25s;position:relative}.config-card .config-child-card .animations-box .animation-item .animation-cover{z-index:3;border-radius:1.5rem;width:100%;height:100%}.config-card .config-child-card .animations-box .animation-item .animation-cover,.config-card .config-child-card .animations-box .animation-item .animation-frame{-ms-border-radius:1.5rem;-o-border-radius:1.5rem;-khtml-border-radius:1.5rem;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;left:0}.config-card .config-child-card .animations-box .animation-item .animation-frame{z-index:5;width:-moz-calc(100% - .5rem);width:-webkit-calc(100% - .5rem);width:calc(100% - .5rem);height:-moz-calc(100% - .5rem);height:-webkit-calc(100% - .5rem);-o-transition:all .25s;-khtml-transition:all .25s;border:.25rem solid #0000;border-radius:1.5rem;height:calc(100% - .5rem);transition:all .25s}.config-card .config-child-card .animations-box .animation-item:nth-child(4n){margin-right:0}.config-card .config-child-card .animations-box .animation-item.active .animation-frame{border-color:#000}.config-card .config-child-card .expand-btn{cursor:pointer;color:#000;text-align:center;text-transform:uppercase;margin-top:1.5rem;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:13px}.config-card .config-child-card.hide{-moz-flex-direction:column;-moz-justify-content:center;-ms-justify-content:center;-moz-align-items:flex-start;-ms-align-items:flex-start;flex-direction:column;justify-content:center;align-items:flex-start;padding:2rem 1.5rem}.config-card .config-child-card.hide,.config-card .config-child-card.hide .first{box-sizing:border-box;-moz-align-items:center;-ms-align-items:center;display:flex}.config-card .config-child-card.hide .first{-moz-flex-direction:row;-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;align-items:center;-ms-flex-pack:space-between;-moz-align-items:flex-start;-ms-align-items:flex-start;flex-direction:row;align-items:flex-start;width:100%;margin-bottom:1.25rem}.config-card .config-child-card.hide .first .text{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-moz-align-items:flex-start;-ms-align-items:flex-start;flex-direction:column;justify-content:center;align-items:flex-start;max-width:8rem;margin-top:.5rem;margin-right:1rem;display:flex}.config-card .config-child-card.hide .first .text .hide-title{color:#000;margin-bottom:.5rem;font-family:ClashDisplayVariable,sans-serif;font-size:20px;font-weight:700;line-height:15px}.config-card .config-child-card.hide .first .text .animation-tag{color:#fff;text-transform:uppercase;text-align:center;-ms-border-radius:.75rem;-o-border-radius:.75rem;-khtml-border-radius:.75rem;background:#ff4d00;border-radius:.75rem;padding:.375rem .75rem;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;line-height:13px}.config-card .config-child-card.hide .first .hide-bullet{-ms-border-radius:2rem;-o-border-radius:2rem;-khtml-border-radius:2rem;background:#f7f7f7;border-radius:2rem;width:5rem;height:3rem;position:relative;box-shadow:inset 0 0 4px #0003}.config-card .config-child-card.hide .first .hide-bullet .bullet{-ms-border-radius:50%;-o-border-radius:50%;-khtml-border-radius:50%;-o-transition:all .25s;-khtml-transition:all .25s;background:#b0b0b0;border-radius:50%;width:2.5rem;height:2.5rem;transition:all .25s;position:absolute;top:.25rem;left:.25rem}.config-card .config-child-card.hide .first .hide-bullet .bullet.active{background:#ff4d00;left:2.25rem}.config-card .config-child-card.hide .hide-subtitle{color:#8c8c8c;-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start;max-width:14.375rem;font-style:normal;font-weight:400;line-height:17px}.config-card .config-child-card.hide .hide-subtitle,.continue-btn{box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;align-items:center;flex-direction:row;width:100%;font-size:15px;display:flex}.continue-btn{cursor:pointer;color:#fff;letter-spacing:.75px;text-transform:uppercase;-ms-border-radius:2.25rem;-o-border-radius:2.25rem;-khtml-border-radius:2.25rem;-moz-justify-content:center;-ms-justify-content:center;background:linear-gradient(#f09,#ff4d00);border-radius:2.25rem;justify-content:center;height:5rem;margin-bottom:2.25rem;font-family:ClashDisplayVariable,sans-serif;font-weight:700}.overlay{cursor:pointer;z-index:5;background:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}.overlay.close{animation:desappear .2s forwards}.title-popup{z-index:10;-ms-border-radius:2.5rem;-o-border-radius:2.5rem;-khtml-border-radius:2.5rem;max-width:37.5rem;width:-moz-calc(100vw - 2rem);width:-webkit-calc(100vw - 2rem);-khtml-transform:translate(-50%,-50%);box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;background:#fff;border-radius:2.5rem;flex-direction:column;justify-content:center;align-items:center;width:calc(100vw - 2rem);padding:2.5rem 1.25rem 2.25rem;animation:apperpopup .6s forwards;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.title-popup .title-popup-title{color:#000;text-align:center;max-width:8.875rem;margin-bottom:1.5rem;font-family:ClashDisplayVariable,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:24px}.title-popup form{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.title-popup .title-popup-input{color:#232323;-moz-justify-content:center;-ms-justify-content:center;-ms-border-radius:1.5rem;-o-border-radius:1.5rem;-khtml-border-radius:1.5rem;border:2px solid #eee;border-radius:1.5rem;justify-content:center;height:4.375rem;padding:1rem;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:14px;box-shadow:inset 0 0 4px #0003}.title-popup .buttons-box,.title-popup .title-popup-input{box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;flex-direction:row;align-items:center;width:100%;display:flex}.title-popup .buttons-box{-moz-justify-content:center;-ms-justify-content:center;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.title-popup .buttons-box .title-popup-btn{cursor:pointer;color:#fff;letter-spacing:.75px;text-transform:uppercase;height:5rem;width:-moz-calc(50% - .5rem);width:-webkit-calc(50% - .5rem);box-sizing:border-box;-moz-flex-direction:row;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;-ms-border-radius:2.5rem;-o-border-radius:2.5rem;-khtml-border-radius:2.5rem;background:#767676;border:none;border-radius:2.5rem;flex-direction:row;justify-content:center;align-items:center;width:calc(50% - .5rem);margin:1.25rem 0 0;padding:1.5rem 2.5rem;font-family:ClashDisplayVariable,sans-serif;font-size:15px;font-weight:700;display:flex}.title-popup .buttons-box .title-popup-btn.save{background:linear-gradient(red,#ff4d00)}.title-popup .buttons-box .title-popup-btn.disabled{cursor:auto;background:#767676}.title-popup.close{animation:hidepopup .2s forwards}.animation-selected{-ms-border-radius:.5rem;-o-border-radius:.5rem;-khtml-border-radius:.5rem;background:pink;border-radius:.5rem;width:200px;height:400px;margin:.75rem 0 1rem}.animation-selected.premium{background:violet}.tm-box{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;flex-direction:column;justify-content:center;align-items:center;width:200px;margin:.75rem 0 1rem;display:flex}.tm-box span{text-align:center}.tm-box .tm-item{background:#ff4d00;width:100%;height:1.25rem}.tm-box .tm-item.active{background:green}.animation-preview-box{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.animation-preview-box .animation-card{-ms-border-radius:1.25rem;-o-border-radius:1.25rem;-khtml-border-radius:1.25rem;background:#eee;border-radius:1.25rem;width:55%;height:0;margin-bottom:4rem;padding-bottom:100%;position:relative}.animation-preview-box .animation-card .ani-card{width:100%;height:100%;position:absolute}.animation-preview-box .animation-card .animation-tag{color:#fff;text-transform:uppercase;text-align:center;-ms-border-radius:.75rem;-o-border-radius:.75rem;-khtml-border-radius:.75rem;-khtml-transform:translate(-50%,50%);background:#ff4d00;border-radius:.75rem;padding:.375rem .75rem;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;line-height:13px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.animation-preview-box .animation-card .animation-tag.free{background:#8c8c8c}.animation-preview-box .animation-card .animation-title{color:#000;text-align:center;-khtml-transform:translateX(-50%);margin:0;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:13px;position:absolute;bottom:-2.5rem;left:50%;transform:translate(-50%)}@keyframes fadein{0%{opacity:0}to{opacity:1}}.animation,.animation-background{-ms-border-radius:1.25rem;-o-border-radius:1.25rem;-khtml-border-radius:1.25rem;border-radius:1.25rem;width:100%;height:100%;position:absolute}.animation-background{overflow:hidden}.animation-background .background{background:#fff;width:100%;height:100%;position:absolute}.step-box{box-sizing:border-box;-moz-flex-direction:column;-moz-align-items:center;-ms-align-items:center;-moz-justify-content:center;-ms-justify-content:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:.75rem;display:flex;position:absolute;top:0;left:0;overflow:hidden}@keyframes splashscreen_grow-line__ylOaD{0%{width:0}to{width:100%}}@keyframes splashscreen_appear__SmX0P{0%{opacity:0}to{opacity:1}}@keyframes splashscreen_desappear__4Nvvg{0%{opacity:1}to{opacity:0}}@keyframes splashscreen_apperpopup__opo3v{0%{opacity:0;transform:translate(-50%,3.125rem);-webkit-transform:translate(-50%,3.125rem);-moz-transform:translate(-50%,3.125rem);-ms-transform:translate(-50%,3.125rem);-o-transform:translate(-50%,3.125rem);-khtml-transform:translate(-50%,3.125rem)}to{opacity:1;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-khtml-transform:translate(-50%,-50%)}}@keyframes splashscreen_apperbouncepopup__UNsDF{0%{opacity:0;transform:translate(-50%,3.125rem);-webkit-transform:translate(-50%,3.125rem);-moz-transform:translate(-50%,3.125rem);-ms-transform:translate(-50%,3.125rem);-o-transform:translate(-50%,3.125rem);-khtml-transform:translate(-50%,3.125rem)}75%{opacity:.75;transform:translate(-50%,-80%);-webkit-transform:translate(-50%,-80%);-moz-transform:translate(-50%,-80%);-ms-transform:translate(-50%,-80%);-o-transform:translate(-50%,-80%);-khtml-transform:translate(-50%,-80%)}to{opacity:1;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-khtml-transform:translate(-50%,-50%)}}@keyframes splashscreen_hidepopup__4Tv7r{0%{opacity:1;transform:translate(-50%,-50%) scale(1);-webkit-transform:translate(-50%,-50%) scale(1);-moz-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);-o-transform:translate(-50%,-50%) scale(1);-khtml-transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.6);-webkit-transform:translate(-50%,-50%) scale(.6);-moz-transform:translate(-50%,-50%) scale(.6);-ms-transform:translate(-50%,-50%) scale(.6);-o-transform:translate(-50%,-50%) scale(.6);-khtml-transform:translate(-50%,-50%) scale(.6)}}@keyframes splashscreen_shrinkbtn__c3ToE{0%{opacity:1;transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-khtml-transform:scale(1)}40%{transform:scale(.8);-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);-khtml-transform:scale(.8)}to{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-khtml-transform:scale(1)}}.splashscreen_splashscreen__XCGHl{position:fixed;width:100vw;height:100vh;z-index:5000;left:0;top:0;color:#fff;font-size:2rem;box-sizing:border-box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;background:-webkit-linear-gradient(180deg,#FF4D00,#FF360E);background:-moz-linear-gradient(180deg,#FF4D00 0,#FF360E 100%);background:-o-linear-gradient(180deg,#FF4D00 0,#FF360E 100%);background:linear-gradient(180deg,#FF4D00,#FF360E)}.splashscreen_splashscreen__XCGHl .splashscreen_intro-lottie__NKwZE{width:140%}.splashscreen_splashscreen__XCGHl.splashscreen_hide__EXYu3{top:-100vh;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-khtml-transition:all .5s ease-in-out}@media only screen and (min-width:1200px){.splashscreen_splashscreen__XCGHl .splashscreen_intro-lottie__NKwZE{width:100%}}