: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 print,(prefers-reduced-motion:reduce){.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,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,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,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,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,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,0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translate(0,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,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,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,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,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,0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%)}to{opacity:1;transform:translate(0,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,0)}to{opacity:0;transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%,-100%)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%,100%)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translate(0,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,0)rotateY(-360deg)}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,0)rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translate(0,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,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,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,0)}}.animate__rotateIn{transform-origin:50%;animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInDownLeft{transform-origin:0 100%;animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInDownRight{transform-origin:100% 100%;animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInUpLeft{transform-origin:0 100%;animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translate(0,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,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,0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translate(0,0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translate(0,0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translate(0,0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(100%)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-100%)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(100%)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-100%)}}.animate__slideOutUp{animation-name:slideOutUp}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;vertical-align:baseline;border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,:before,:after{box-sizing:border-box;outline:none}.c-rules .o-row,.c-thanks-modal__close:before,.c-thanks-modal__close:after,.c-status-modal__close:before,.c-status-modal__close:after,.c-menu button,.c-hero .o-row,.o-hamburger>span,.o-field__info,.o-field__help,.o-field__prefix,.o-field ul,.o-field__down,.o-field__required,.o-checkbox__required,.o-checkbox__check span{z-index:5;position:absolute}.is-loaded a{transition:all .15s cubic-bezier(.25,.46,.45,.94)}.o-field__prefix,.o-field__down,.o-field__required,.o-checkbox__check span{top:50%;transform:translateY(-50%)}.c-rules .o-row,.c-hero .o-row{top:50%;left:50%;transform:translate(-50%,-50%)}.c-submit-form fieldset,.c-submit-form__agreements,.c-submit-form__rodo,.c-submit-form__info,.c-submit-form .o-row,.c-rules__cta,.c-rules__info,.c-rules ol li,.c-rules ol,.c-rules .o-row,.c-prizes__nav--prev,.c-prizes__nav--next,.c-prizes__card,.c-prizes__header,.c-thanks-modal.is-open,.c-status-modal__form,body.show-status-modal .c-status-modal,.c-status-btn,.c-menu ul,.c-footer__logo,.c-footer ul,.c-footer .o-row,.c-hero__content,.c-hero .o-row,.c-error-page .o-row,.c-date-msg__inner,.c-date-msg .o-row,.o-hamburger,.o-field ul,.o-field__down,.o-field__select,.o-field,.o-checkbox__label,.o-checkbox{display:flex}.c-submit-form fieldset,.c-submit-form__agreements,.c-submit-form__rodo,.c-submit-form__info,.c-submit-form .o-row,.c-rules__cta,.c-rules__info,.c-rules ol li,.c-rules .o-row,.c-prizes__header,.c-status-modal__form,.c-menu ul,.c-footer .o-row,.c-hero__content,.c-hero .o-row,.c-error-page .o-row,.c-date-msg__inner,.o-field ul,.o-field{flex-direction:column}.c-maczifit-btn{display:inline-flex}.c-rules ol,.c-footer ul{justify-content:center}.o-field__select{align-items:center}.o-checkbox{flex-wrap:wrap}.c-prizes__nav--prev,.c-prizes__nav--next,.c-prizes__card,.c-thanks-modal.is-open,body.show-status-modal .c-status-modal,.c-status-btn,.c-maczifit-btn,.c-footer__logo,.c-footer .o-row,.c-error-page .o-row,.c-date-msg__inner,.c-date-msg .o-row,.o-hamburger,.o-field__down{justify-content:center;align-items:center}.c-rules__bottom,.c-rules,.c-thanks-modal__box,.c-status-modal__box,.c-hero,.o-field__select,.o-field__wrapper,.o-field__label,.o-field,.o-checkbox__check,.o-checkbox{z-index:1;position:relative}.o-row{width:1110px;margin:0 auto;padding:0 20px}@media screen and (width>=992px) and (width<=1199px){.o-row{width:960px;padding:0 20px}}@media screen and (width>=768px) and (width<=991px){.o-row{width:720px;padding:0 20px}}@media screen and (width<=767px){.o-row{width:100%;max-width:400px;padding:0 25px}}.c-white-btn,.c-prizes__nav,.c-thanks-modal__close,.c-status-modal__close,.c-status-btn,.c-menu button,.c-maczifit-btn,.o-field__info,.o-field__help,.o-field ul button,.o-field__down{background:0 0;border-width:0;margin:0;padding:0}img{max-width:100%;height:auto;display:block}body{color:#000;background:#fff;width:100%;min-height:100vh;font-family:Lato,sans-serif}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizespeed;color:#fff;font-family:Lato,sans-serif;font-size:16px;font-weight:500;line-height:1.4}a{color:inherit;cursor:pointer;text-decoration:none}a:hover,a:active,a:focus{outline:none}input{font-size:16px}strong{font-weight:700}u{-webkit-text-decoration-color:var(--primary-color);text-decoration-color:var(--primary-color)}.o-checkbox{cursor:pointer}.o-checkbox.is-disabled{cursor:default;opacity:.3!important}.o-checkbox.has-error .o-checkbox__error{display:block}.o-checkbox input{opacity:0;width:0;height:0}.o-checkbox input:checked+.o-checkbox__check{background-color:#d21032}.o-checkbox input:checked+.o-checkbox__check span{left:35px}.o-checkbox input:checked+.o-checkbox__check svg{fill:#fff;visibility:visible}.o-checkbox input:focus-visible+.o-checkbox__check{outline-offset:3px;outline:1px solid #fff}.o-checkbox__label{text-align:left;color:#7f1623;-webkit-hyphens:auto;hyphens:auto;flex:1;align-items:center;min-height:38px;margin-top:-10px;padding-left:30px;font-family:Lato,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.625rem}.o-checkbox__label a{text-decoration:underline}@media screen and (width>=992px) and (width<=1199px){.o-checkbox__label{font-size:1rem;line-height:1.375rem}}@media screen and (width>=768px) and (width<=991px){.o-checkbox__label{font-size:1rem;line-height:1.375rem}}@media screen and (width<=767px){.o-checkbox__label{padding-left:20px;font-size:.875rem;line-height:1.125rem}}.o-checkbox__check{background:#d5d5d5;border-radius:15px;width:63px;height:30px;transition:all .3s ease-in-out}.o-checkbox__check span{filter:drop-shadow(0 1px 1px #0000004f);background:#fff;border-radius:50%;width:22px;height:22px;transition:all .3s ease-in-out;left:5px}.o-checkbox__required{color:#c10016;font-family:Lato,sans-serif;font-size:1.875rem;font-weight:700;top:-10px;left:72px}@media screen and (width<=767px){.o-checkbox__required{font-size:1.625rem;top:-8px}}.o-checkbox__error{color:#ee1311;width:100%;margin-top:10px;font-family:Lato,sans-serif;font-size:.75rem;font-weight:700;display:none}@media screen and (width>=992px) and (width<=1199px){.o-checkbox__error{margin-top:10px}}@media screen and (width>=768px) and (width<=991px){.o-checkbox__error{margin-top:10px}}@media screen and (width<=767px){.o-checkbox__error{margin-top:10px}}.o-field{gap:10px}@media screen and (width>=768px) and (width<=991px){.o-field{gap:8px}}@media screen and (width<=767px){.o-field{gap:6px}}.o-field.is-toggled{z-index:30}.o-field.is-toggled ul{visibility:visible;opacity:1}.o-field.is-toggled .o-field__down{background-color:#fff}.o-field.is-toggled .o-field__down line,.o-field.is-toggled .o-field__down path{stroke:#ee1311}.o-field.has-error .o-field__error{display:block}.o-field.has-error .o-field__down{margin-top:-14px}.o-field[data-hide-label=true] .o-field__label{visibility:hidden;display:none}.o-field[data-disabled=true] .o-field__wrapper{background-color:#ffffff40}.o-field[data-disabled=true] .o-field__required{display:none}.o-field__label{text-align:left;color:#7f1623;font-family:Lato,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.625rem;display:none}@media screen and (width>=992px) and (width<=1199px){.o-field__label{font-size:1rem;line-height:1.375rem}}@media screen and (width>=768px) and (width<=991px){.o-field__label{font-size:1.125rem;line-height:1.5rem}}@media screen and (width<=767px){.o-field__label{font-size:1.25rem}}.o-field__required{color:#fff;margin-top:4px;font-size:1.125rem;font-weight:700;display:none;right:15px}@media screen and (width>=768px) and (width<=991px){.o-field__required{font-size:1rem;right:12px}}.o-field__error{color:#ee1311;font-family:Lato,sans-serif;font-size:.75rem;font-weight:700;display:none}@media screen and (width>=768px) and (width<=991px){.o-field__error{font-size:.8125rem}}.o-field select{appearance:none;padding-right:50px;background-image:url(img/down.svg)!important;background-position:right 20px center!important;background-repeat:no-repeat!important;background-size:20px!important}@media screen and (width<=767px){.o-field select{line-height:1!important}}.o-field__input,.o-field select,.o-field textarea,.o-field input{letter-spacing:.05em;text-align:left;width:100%;height:56px;color:var(--form-color,black);background-color:#fff;border:1px solid #7f1623;border-radius:0;padding:0 20px;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}@media screen and (width>=992px) and (width<=1199px){.o-field__input,.o-field select,.o-field textarea,.o-field input{border-width:3px;height:54px;font-size:1.25rem}.o-field__input[name=email],.o-field select[name=email],.o-field textarea[name=email],.o-field input[name=email]{padding-right:70px}}@media screen and (width>=768px) and (width<=991px){.o-field__input,.o-field select,.o-field textarea,.o-field input{border-width:2px;height:60px;padding:0 25px;font-size:1.125rem}.o-field__input[name=email],.o-field select[name=email],.o-field textarea[name=email],.o-field input[name=email]{padding-right:60px}}@media screen and (width<=767px){.o-field__input,.o-field select,.o-field textarea,.o-field input{border-width:2px;height:48px;padding:0 20px;font-size:1rem}.o-field__input[name=email],.o-field select[name=email],.o-field textarea[name=email],.o-field input[name=email]{padding-right:50px}}.o-field__input,.o-field select,.o-field textarea,.o-field input{padding-right:50px}.o-field__input::placeholder,.o-field select::placeholder,.o-field textarea::placeholder,.o-field input::placeholder{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field__input::-webkit-datetime-edit-text{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field__input::-webkit-datetime-edit-year-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field__input::-webkit-datetime-edit-month-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field__input::-webkit-datetime-edit-day-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field__input::-webkit-datetime-edit-hour-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field__input::-webkit-datetime-edit-minute-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field__input::-webkit-calendar-picker-indicator{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field select::-webkit-datetime-edit-text{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field select::-webkit-datetime-edit-year-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field select::-webkit-datetime-edit-month-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field select::-webkit-datetime-edit-day-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field select::-webkit-datetime-edit-hour-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field select::-webkit-datetime-edit-minute-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field select::-webkit-calendar-picker-indicator{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field textarea::-webkit-datetime-edit-text{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field textarea::-webkit-datetime-edit-year-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field textarea::-webkit-datetime-edit-month-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field textarea::-webkit-datetime-edit-day-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field textarea::-webkit-datetime-edit-hour-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field textarea::-webkit-datetime-edit-minute-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field textarea::-webkit-calendar-picker-indicator{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field input::-webkit-datetime-edit-text{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field input::-webkit-datetime-edit-year-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field input::-webkit-datetime-edit-month-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field input::-webkit-datetime-edit-day-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field input::-webkit-datetime-edit-hour-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field input::-webkit-datetime-edit-minute-field{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}.o-field input::-webkit-calendar-picker-indicator{letter-spacing:.05em;text-align:left;color:var(--form-placeholder-color,#7f1623);text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}@media screen and (width>=1200px) and (width<=1459px){.o-field__input::placeholder,.o-field select::placeholder,.o-field textarea::placeholder,.o-field input::placeholder{font-size:1.5rem}.o-field__input::-webkit-datetime-edit-text{font-size:1.5rem}.o-field__input::-webkit-datetime-edit-year-field{font-size:1.5rem}.o-field__input::-webkit-datetime-edit-month-field{font-size:1.5rem}.o-field__input::-webkit-datetime-edit-day-field{font-size:1.5rem}.o-field__input::-webkit-datetime-edit-hour-field{font-size:1.5rem}.o-field__input::-webkit-datetime-edit-minute-field{font-size:1.5rem}.o-field__input::-webkit-calendar-picker-indicator{font-size:1.5rem}.o-field select::-webkit-datetime-edit-text{font-size:1.5rem}.o-field select::-webkit-datetime-edit-year-field{font-size:1.5rem}.o-field select::-webkit-datetime-edit-month-field{font-size:1.5rem}.o-field select::-webkit-datetime-edit-day-field{font-size:1.5rem}.o-field select::-webkit-datetime-edit-hour-field{font-size:1.5rem}.o-field select::-webkit-datetime-edit-minute-field{font-size:1.5rem}.o-field select::-webkit-calendar-picker-indicator{font-size:1.5rem}.o-field textarea::-webkit-datetime-edit-text{font-size:1.5rem}.o-field textarea::-webkit-datetime-edit-year-field{font-size:1.5rem}.o-field textarea::-webkit-datetime-edit-month-field{font-size:1.5rem}.o-field textarea::-webkit-datetime-edit-day-field{font-size:1.5rem}.o-field textarea::-webkit-datetime-edit-hour-field{font-size:1.5rem}.o-field textarea::-webkit-datetime-edit-minute-field{font-size:1.5rem}.o-field textarea::-webkit-calendar-picker-indicator{font-size:1.5rem}.o-field input::-webkit-datetime-edit-text{font-size:1.5rem}.o-field input::-webkit-datetime-edit-year-field{font-size:1.5rem}.o-field input::-webkit-datetime-edit-month-field{font-size:1.5rem}.o-field input::-webkit-datetime-edit-day-field{font-size:1.5rem}.o-field input::-webkit-datetime-edit-hour-field{font-size:1.5rem}.o-field input::-webkit-datetime-edit-minute-field{font-size:1.5rem}.o-field input::-webkit-calendar-picker-indicator{font-size:1.5rem}}@media screen and (width>=992px) and (width<=1199px){.o-field__input::placeholder,.o-field select::placeholder,.o-field textarea::placeholder,.o-field input::placeholder{font-size:1.25rem}.o-field__input::-webkit-datetime-edit-text{font-size:1.25rem}.o-field__input::-webkit-datetime-edit-year-field{font-size:1.25rem}.o-field__input::-webkit-datetime-edit-month-field{font-size:1.25rem}.o-field__input::-webkit-datetime-edit-day-field{font-size:1.25rem}.o-field__input::-webkit-datetime-edit-hour-field{font-size:1.25rem}.o-field__input::-webkit-datetime-edit-minute-field{font-size:1.25rem}.o-field__input::-webkit-calendar-picker-indicator{font-size:1.25rem}.o-field select::-webkit-datetime-edit-text{font-size:1.25rem}.o-field select::-webkit-datetime-edit-year-field{font-size:1.25rem}.o-field select::-webkit-datetime-edit-month-field{font-size:1.25rem}.o-field select::-webkit-datetime-edit-day-field{font-size:1.25rem}.o-field select::-webkit-datetime-edit-hour-field{font-size:1.25rem}.o-field select::-webkit-datetime-edit-minute-field{font-size:1.25rem}.o-field select::-webkit-calendar-picker-indicator{font-size:1.25rem}.o-field textarea::-webkit-datetime-edit-text{font-size:1.25rem}.o-field textarea::-webkit-datetime-edit-year-field{font-size:1.25rem}.o-field textarea::-webkit-datetime-edit-month-field{font-size:1.25rem}.o-field textarea::-webkit-datetime-edit-day-field{font-size:1.25rem}.o-field textarea::-webkit-datetime-edit-hour-field{font-size:1.25rem}.o-field textarea::-webkit-datetime-edit-minute-field{font-size:1.25rem}.o-field textarea::-webkit-calendar-picker-indicator{font-size:1.25rem}.o-field input::-webkit-datetime-edit-text{font-size:1.25rem}.o-field input::-webkit-datetime-edit-year-field{font-size:1.25rem}.o-field input::-webkit-datetime-edit-month-field{font-size:1.25rem}.o-field input::-webkit-datetime-edit-day-field{font-size:1.25rem}.o-field input::-webkit-datetime-edit-hour-field{font-size:1.25rem}.o-field input::-webkit-datetime-edit-minute-field{font-size:1.25rem}.o-field input::-webkit-calendar-picker-indicator{font-size:1.25rem}}@media screen and (width>=768px) and (width<=991px){.o-field__input::placeholder,.o-field select::placeholder,.o-field textarea::placeholder,.o-field input::placeholder{font-size:1.125rem}.o-field__input::-webkit-datetime-edit-text{font-size:1.125rem}.o-field__input::-webkit-datetime-edit-year-field{font-size:1.125rem}.o-field__input::-webkit-datetime-edit-month-field{font-size:1.125rem}.o-field__input::-webkit-datetime-edit-day-field{font-size:1.125rem}.o-field__input::-webkit-datetime-edit-hour-field{font-size:1.125rem}.o-field__input::-webkit-datetime-edit-minute-field{font-size:1.125rem}.o-field__input::-webkit-calendar-picker-indicator{font-size:1.125rem}.o-field select::-webkit-datetime-edit-text{font-size:1.125rem}.o-field select::-webkit-datetime-edit-year-field{font-size:1.125rem}.o-field select::-webkit-datetime-edit-month-field{font-size:1.125rem}.o-field select::-webkit-datetime-edit-day-field{font-size:1.125rem}.o-field select::-webkit-datetime-edit-hour-field{font-size:1.125rem}.o-field select::-webkit-datetime-edit-minute-field{font-size:1.125rem}.o-field select::-webkit-calendar-picker-indicator{font-size:1.125rem}.o-field textarea::-webkit-datetime-edit-text{font-size:1.125rem}.o-field textarea::-webkit-datetime-edit-year-field{font-size:1.125rem}.o-field textarea::-webkit-datetime-edit-month-field{font-size:1.125rem}.o-field textarea::-webkit-datetime-edit-day-field{font-size:1.125rem}.o-field textarea::-webkit-datetime-edit-hour-field{font-size:1.125rem}.o-field textarea::-webkit-datetime-edit-minute-field{font-size:1.125rem}.o-field textarea::-webkit-calendar-picker-indicator{font-size:1.125rem}.o-field input::-webkit-datetime-edit-text{font-size:1.125rem}.o-field input::-webkit-datetime-edit-year-field{font-size:1.125rem}.o-field input::-webkit-datetime-edit-month-field{font-size:1.125rem}.o-field input::-webkit-datetime-edit-day-field{font-size:1.125rem}.o-field input::-webkit-datetime-edit-hour-field{font-size:1.125rem}.o-field input::-webkit-datetime-edit-minute-field{font-size:1.125rem}.o-field input::-webkit-calendar-picker-indicator{font-size:1.125rem}}@media screen and (width<=767px){.o-field__input::placeholder,.o-field select::placeholder,.o-field textarea::placeholder,.o-field input::placeholder{font-size:1rem}.o-field__input::-webkit-datetime-edit-text{font-size:1rem}.o-field__input::-webkit-datetime-edit-year-field{font-size:1rem}.o-field__input::-webkit-datetime-edit-month-field{font-size:1rem}.o-field__input::-webkit-datetime-edit-day-field{font-size:1rem}.o-field__input::-webkit-datetime-edit-hour-field{font-size:1rem}.o-field__input::-webkit-datetime-edit-minute-field{font-size:1rem}.o-field__input::-webkit-calendar-picker-indicator{font-size:1rem}.o-field select::-webkit-datetime-edit-text{font-size:1rem}.o-field select::-webkit-datetime-edit-year-field{font-size:1rem}.o-field select::-webkit-datetime-edit-month-field{font-size:1rem}.o-field select::-webkit-datetime-edit-day-field{font-size:1rem}.o-field select::-webkit-datetime-edit-hour-field{font-size:1rem}.o-field select::-webkit-datetime-edit-minute-field{font-size:1rem}.o-field select::-webkit-calendar-picker-indicator{font-size:1rem}.o-field textarea::-webkit-datetime-edit-text{font-size:1rem}.o-field textarea::-webkit-datetime-edit-year-field{font-size:1rem}.o-field textarea::-webkit-datetime-edit-month-field{font-size:1rem}.o-field textarea::-webkit-datetime-edit-day-field{font-size:1rem}.o-field textarea::-webkit-datetime-edit-hour-field{font-size:1rem}.o-field textarea::-webkit-datetime-edit-minute-field{font-size:1rem}.o-field textarea::-webkit-calendar-picker-indicator{font-size:1rem}.o-field input::-webkit-datetime-edit-text{font-size:1rem}.o-field input::-webkit-datetime-edit-year-field{font-size:1rem}.o-field input::-webkit-datetime-edit-month-field{font-size:1rem}.o-field input::-webkit-datetime-edit-day-field{font-size:1rem}.o-field input::-webkit-datetime-edit-hour-field{font-size:1rem}.o-field input::-webkit-datetime-edit-minute-field{font-size:1rem}.o-field input::-webkit-calendar-picker-indicator{font-size:1rem}}.o-field__input::-webkit-calendar-picker-indicator{filter:invert()}.o-field select::-webkit-calendar-picker-indicator{filter:invert()}.o-field textarea::-webkit-calendar-picker-indicator{filter:invert()}.o-field input::-webkit-calendar-picker-indicator{filter:invert()}.o-field textarea{height:189px;padding-top:20px;padding-bottom:20px}@media screen and (width>=768px) and (width<=991px){.o-field textarea{height:200px;padding-top:16px;padding-bottom:16px}}@media screen and (width<=767px){.o-field textarea{height:240px}}.o-field__select{color:#000;background-color:#fff;border:6px solid #ee1311;border-radius:60px;justify-content:space-between;height:100px;padding:0 110px 0 40px;font-family:Lato,sans-serif;font-size:1.5rem}@media screen and (width>=1200px) and (width<=1459px){.o-field__select{border-width:4px;height:86px;font-size:1.25rem;line-height:1.375rem}}@media screen and (width>=992px) and (width<=1199px){.o-field__select{border-width:3px;height:70px;font-size:1rem;line-height:1.125rem}}@media screen and (width>=768px) and (width<=991px){.o-field__select{border-width:2px;height:60px;padding:0 25px;font-size:1rem}}@media screen and (width<=767px){.o-field__select{white-space:nowrap;text-overflow:ellipsis;border-width:2px;height:48px;padding:0 20px;font-size:1rem;overflow:hidden}}.o-field__down{cursor:pointer;z-index:12;background-color:#ee1311;border:3px solid #ee1311;border-radius:100%;width:60px;height:60px;right:20px}@media screen and (width>=1200px) and (width<=1459px){.o-field__down{width:55px;height:55px}.o-field__down img,.o-field__down svg{width:70%}}@media screen and (width>=992px) and (width<=1199px){.o-field__down{width:40px;height:40px}.o-field__down img,.o-field__down svg{width:60%}}@media screen and (width>=768px) and (width<=991px){.o-field__down{border-width:2px;width:30px;height:30px}.o-field__down img,.o-field__down svg{width:50%}}@media screen and (width<=767px){.o-field__down{border-width:2px;width:30px;height:30px;right:10px}.o-field__down img,.o-field__down svg{width:80%}}.o-field ul{z-index:10;visibility:hidden;opacity:0;background-color:#fff;border:6px solid #ee1311;border-radius:50px;gap:20px;width:100%;padding:35px 18px;transition:all .3s ease-in-out}@media screen and (width>=1200px) and (width<=1459px){.o-field ul{border-width:4px;border-radius:40px;gap:15px;padding:30px 15px}}@media screen and (width>=992px) and (width<=1199px){.o-field ul{border-width:3px;border-radius:30px;gap:10px;padding:25px 10px}}@media screen and (width>=768px) and (width<=991px){.o-field ul{border-width:2px;border-radius:20px;gap:10px;padding:20px 10px}}@media screen and (width<=767px){.o-field ul{border-width:2px;border-radius:20px;gap:10px;padding:20px 10px}}.o-field ul button{cursor:pointer;text-align:left;color:#000;width:100%;padding-left:20px;font-family:Lato,sans-serif;font-size:1.5rem;line-height:2.125rem}@media screen and (width>=1200px) and (width<=1459px){.o-field ul button{font-size:1.375rem;line-height:1.5rem}}@media screen and (width>=992px) and (width<=1199px){.o-field ul button{font-size:1rem;line-height:1.5rem}}@media screen and (width>=768px) and (width<=991px){.o-field ul button{font-size:1rem;line-height:1.5rem}}@media screen and (width<=767px){.o-field ul button{font-size:.875rem;line-height:1.125rem}}.o-field__prefix{color:#000;font-family:Lato,sans-serif;font-size:1rem;font-weight:600;left:20px}.o-field__prefix+input{padding-left:60px}@media screen and (width>=768px) and (width<=991px){.o-field__prefix{font-size:.9375rem;left:18px}.o-field__prefix+input{padding-left:52px}}.o-field__help{cursor:pointer;top:15px;right:0}.o-field__counter{text-align:center;font-size:1.25rem}@media screen and (width>=768px) and (width<=991px){.o-field__counter{font-size:1rem}}@media screen and (width<=767px){.o-field__counter{font-size:.875rem}}.o-field__info{cursor:pointer;top:18px;right:15px}@media screen and (width>=992px) and (width<=1199px){.o-field__info{top:16px;right:12px}}@media screen and (width>=768px) and (width<=991px){.o-field__info{right:12px}}@media screen and (width<=767px){.o-field__info{top:12px;right:10px}}.o-field__tooltip{letter-spacing:.05em;text-align:left;color:#7f1623;text-transform:uppercase;margin-top:-8px;font-family:Lato,sans-serif;font-size:.875rem;font-weight:400}@media screen and (width>=768px) and (width<=991px){.o-field__tooltip{margin-top:-6px;font-size:.8125rem}}@media screen and (width<=767px){.o-field__tooltip{margin-top:-4px;font-size:.75rem}}.o-container{max-width:1920px;margin:0 auto;overflow:hidden}.o-hamburger{cursor:pointer;z-index:50;background:#c10016;border-width:0;border-radius:40px 0 40px 40px;width:70px;height:60px;margin:0;padding:0;position:fixed;top:10px;right:10px}@media screen and (width<=767px){.o-hamburger{top:20px;right:20px}}.o-hamburger>span{background:#fff;border-radius:5px;width:32px;height:4px;margin-top:-1px;transition:all .5s;display:block;top:28px;left:19px}.o-hamburger>span:first-child{top:15px}body.show-menu .o-hamburger>span:first-child{top:48%;transform:rotate(405deg)}body.show-menu .o-hamburger>span:nth-child(2){opacity:0}.o-hamburger>span:nth-child(3){top:41px}body.show-menu .o-hamburger>span:nth-child(3){top:48%;transform:rotate(-405deg)}.o-hide{display:none!important}.o-title{color:var(--title-color,white);letter-spacing:.11em;text-align:center;text-transform:uppercase;font-family:ivypresto-display,sans-serif;font-size:3.8125rem;font-weight:400;line-height:5.5625rem}.o-title span{font-weight:700}@media screen and (width<=1459px){.o-title{letter-spacing:.08em;font-size:3rem;line-height:4.375rem}}@media screen and (width<=992px){.o-title{letter-spacing:.06em;font-size:2.25rem;line-height:3.25rem}}@media screen and (width>=768px) and (width<=991px){.o-title{letter-spacing:.07em;font-size:2.5rem;line-height:3.625rem}}@media screen and (width<=767px){.o-title{letter-spacing:.04em;font-size:1.625rem;line-height:2.25rem}}.c-baner-wrapper{background:#ffebd0;width:100%}.c-baner{aspect-ratio:1110/150;width:100%;max-width:1110px;margin:0 auto;overflow:hidden}@media screen and (width<=767px){.c-baner{aspect-ratio:320/60;max-width:100%}}.c-baner svg{display:block;width:100%!important;height:100%!important}.c-date-msg{padding:clamp(60px,8vw,120px) 0}@media screen and (width<=767px){.c-date-msg{padding:60px 20px}}.c-date-msg__inner{text-align:center;background:#fff;border-radius:24px;gap:24px;max-width:720px;padding:clamp(40px,5vw,72px) clamp(24px,4vw,64px);box-shadow:0 20px 60px #7f162326}.c-date-msg__icon{background:#7f1623;border-radius:50%;width:72px;height:72px;position:relative}.c-date-msg__icon:before{content:"";background-position:50%;background-repeat:no-repeat;background-size:50%;border-radius:50%;position:absolute;inset:0}.c-date-msg--start .c-date-msg__icon:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'><circle cx='12' cy='12' r='9'/><path d='M12 7v5l3 2' stroke-linecap='round'/></svg>")}.c-date-msg--stop .c-date-msg__icon{background:#6b6b6b}.c-date-msg--stop .c-date-msg__icon:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'><path d='M5 12h14' stroke-linecap='round'/></svg>")}.c-date-msg__title{color:#7f1623;font-family:Lato,sans-serif;font-size:clamp(28px,3.2vw,44px);font-weight:700;line-height:1.15}.c-date-msg--stop .c-date-msg__title{color:#333}.c-date-msg__text{color:#333;font-family:Lato,sans-serif;font-size:clamp(18px,2vw,24px);font-weight:400;line-height:1.4}.c-date-msg__text strong{color:#7f1623;margin-top:8px;font-size:clamp(22px,2.4vw,32px);font-weight:700;display:inline-block}.c-date-msg__sub{color:#555;font-family:Lato,sans-serif;font-size:clamp(14px,1.4vw,18px);line-height:1.5}.c-date-msg__sub a{color:#7f1623;font-weight:700;text-decoration:underline}.c-error-page{color:#ffebd0;background-color:#7f1623;justify-content:center;align-items:center;min-height:100vh;padding:80px 0;display:flex}@media screen and (width<=992px){.c-error-page{padding:60px 0}}@media screen and (width<=767px){.c-error-page{padding:40px 0}}.c-error-page .o-row{text-align:center;gap:24px}@media screen and (width<=992px){.c-error-page .o-row{gap:18px}}.c-error-page__code{color:#eac36f;letter-spacing:.04em;font-family:ivypresto-display,sans-serif;font-size:13.75rem;font-weight:400;line-height:1}@media screen and (width<=1459px){.c-error-page__code{font-size:11.25rem}}@media screen and (width>=768px) and (width<=991px){.c-error-page__code{font-size:9.375rem}}@media screen and (width<=767px){.c-error-page__code{font-size:6.875rem}}.c-error-page__title{text-transform:uppercase;letter-spacing:.06em;margin:0;font-family:ivypresto-display,sans-serif;font-size:3.375rem;font-weight:400;line-height:1.15}@media screen and (width<=1459px){.c-error-page__title{font-size:2.75rem}}@media screen and (width>=768px) and (width<=991px){.c-error-page__title{font-size:2.25rem}}@media screen and (width<=767px){.c-error-page__title{font-size:1.75rem}}.c-error-page__lead{max-width:640px;margin:0 auto;font-family:Lato,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.5}@media screen and (width<=1459px){.c-error-page__lead{max-width:560px;font-size:1.125rem}}@media screen and (width<=767px){.c-error-page__lead{font-size:.9375rem}}.c-error-page__extra{opacity:.85;max-width:600px;margin:0 auto;font-family:Lato,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.5}.c-error-page__actions{margin-top:16px}.c-error-page__actions .c-maczifit-btn{color:#fff;background-color:#c10016}.c-error-page__actions .c-maczifit-btn:hover{color:#7f1623;background-color:#ffebd0}.c-hero{color:#ffebd0}@media screen and (width<=767px){.c-hero{background-color:#760f1c;background-image:url(/build/assets/hero-mobile-BmuWKm1y.webp);background-position:top;background-repeat:no-repeat;background-size:768px;height:600px;padding-bottom:20px}.c-hero__logo{margin-top:30px;width:144px!important;height:51px!important}}.c-hero>img{max-width:100%;margin:0 auto;display:block}@media screen and (width>=992px) and (width<=1199px){.c-hero>img{max-width:120%}}@media screen and (width>=768px) and (width<=991px){.c-hero>img{max-width:125%}}@media screen and (width<=767px){.c-hero>img{opacity:0!important}}.c-hero .o-row{justify-content:space-between;height:100%;padding-top:3%;padding-bottom:3%}@media screen and (width<=1459px){.c-hero .o-row{padding-top:2.5%;padding-bottom:2.5%}}@media screen and (width<=992px){.c-hero .o-row{padding-top:2%;padding-bottom:2%}}.c-hero .o-row>div:first-child img{max-width:100%;height:auto}@media screen and (width<=1459px){.c-hero .o-row>div:first-child img{width:280px}}@media screen and (width<=992px){.c-hero .o-row>div:first-child img{width:220px}}.c-hero__slogan{margin-bottom:22px;font-family:ivypresto-display,sans-serif;font-size:6.0625rem;font-weight:400;line-height:4.9375rem}.c-hero__slogan span{font-weight:100}@media screen and (width<=1459px){.c-hero__slogan{margin-bottom:16px;font-size:4.875rem;line-height:4rem}}@media screen and (width<=992px){.c-hero__slogan{margin-bottom:12px;font-size:3.875rem;line-height:3.25rem}}.c-hero__lottery-date{text-transform:uppercase;font-family:Lato,sans-serif;font-size:1.4375rem;font-weight:700;line-height:1.8125rem}@media screen and (width<=1459px){.c-hero__lottery-date{font-size:1.1875rem;line-height:1.5rem}}@media screen and (width<=992px){.c-hero__lottery-date{font-size:1rem;line-height:1.25rem}}@media screen and (width<=767px){.c-hero__lottery-date{margin-bottom:20px;font-size:1.0625rem;line-height:1.5rem}}.c-hero__content{gap:30px}@media screen and (width<=1459px){.c-hero__content{gap:22px}}@media screen and (width<=992px){.c-hero__content{gap:16px}}.c-hero__content svg{max-width:100%;height:auto}@media screen and (width>=992px) and (width<=1199px){.c-hero__content svg{max-width:80%}}.c-hero .c-maczifit-btn{margin-bottom:20px}@media screen and (width<=1459px){.c-hero .c-maczifit-btn{margin-bottom:12px}}@media screen and (width<=992px){.c-hero .c-maczifit-btn{margin-bottom:8px}}.c-footer>img{max-width:100%;margin:0 auto;display:block}@media screen and (width<=767px){.c-footer>img{max-width:160%;margin-left:-30%}}.c-footer .o-row{gap:50px}@media screen and (width<=1459px){.c-footer .o-row{gap:36px}}@media screen and (width<=992px){.c-footer .o-row{gap:24px}}@media screen and (width>=768px) and (width<=991px){.c-footer .o-row{gap:30px}}.c-footer__bg{background-color:#7f1623;width:1920px;max-width:100%;margin:0 auto;padding-bottom:100px}@media screen and (width<=1459px){.c-footer__bg{padding-bottom:70px}}@media screen and (width<=992px){.c-footer__bg{padding-bottom:50px}}@media screen and (width>=768px) and (width<=991px){.c-footer__bg{padding-bottom:60px}}.c-footer .c-maczifit-btn{color:#fff;background-color:#c10016;margin:0 auto}.c-footer .c-maczifit-btn:hover{color:#c10016;background-color:#fff}.c-footer h2{text-align:center;color:#ffebd0;margin-top:80px;font-family:ivypresto-display,sans-serif;font-size:5.625rem;font-weight:400;line-height:6.75rem}@media screen and (width<=1459px){.c-footer h2{margin-top:60px;font-size:4.375rem;line-height:5.25rem}}@media screen and (width<=992px){.c-footer h2{margin-top:40px;font-size:3.25rem;line-height:4rem}}@media screen and (width>=768px) and (width<=991px){.c-footer h2{margin-top:50px;font-size:3.75rem;line-height:4.5rem}}.c-footer p{text-align:center;color:#ffebd0;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400}@media screen and (width<=1459px){.c-footer p{font-size:1.25rem}}@media screen and (width<=992px){.c-footer p{font-size:1rem}}@media screen and (width>=768px) and (width<=991px){.c-footer p{font-size:1.125rem}}.c-footer ul{justify-content:space-between;gap:10px;width:790px;max-width:100%}@media screen and (width<=1459px){.c-footer ul{width:640px}}@media screen and (width<=992px){.c-footer ul{flex-wrap:wrap;justify-content:center;gap:16px;width:100%;max-width:480px}}@media screen and (width>=768px) and (width<=991px){.c-footer ul{flex-wrap:nowrap;justify-content:space-between;gap:12px;width:560px;max-width:100%}}@media screen and (width<=767px){.c-footer ul{flex-direction:column;gap:30px}}.c-footer ul li{text-align:center;color:#ffebd0;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:700}@media screen and (width<=1459px){.c-footer ul li{font-size:1.25rem}}@media screen and (width<=992px){.c-footer ul li{font-size:1rem}}@media screen and (width>=768px) and (width<=991px){.c-footer ul li{font-size:1.125rem}}.c-footer__logo img{max-width:100%;height:auto}@media screen and (width<=1459px){.c-footer__logo img{width:240px}}@media screen and (width<=992px){.c-footer__logo img{width:180px}}@media screen and (width>=768px) and (width<=991px){.c-footer__logo img{width:210px}}@media screen and (width<=767px){.c-footer__logo img{width:176px}}.c-footer__copyright{text-align:center;color:#ffebd0;font-family:Lato,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.875rem}@media screen and (width<=1459px){.c-footer__copyright{font-size:1rem;line-height:1.5rem}}@media screen and (width<=992px){.c-footer__copyright{font-size:.875rem;line-height:1.25rem}}@media screen and (width>=768px) and (width<=991px){.c-footer__copyright{font-size:.9375rem;line-height:1.375rem}}.c-maczifit-btn{text-align:center;color:#7f1623;text-transform:uppercase;cursor:pointer;background:#ffebd0;border-radius:33.5px;height:67px;padding:0 40px;font-family:Lato,sans-serif;font-size:1.875rem;font-weight:700;line-height:2.1875rem;transition:all .3s ease-in-out}.c-maczifit-btn:hover{background-color:#fff}@media screen and (width<=1459px){.c-maczifit-btn{border-radius:28px;height:56px;padding:0 30px;font-size:1.5rem;line-height:1.75rem}}@media screen and (width<=992px){.c-maczifit-btn{border-radius:23px;height:46px;padding:0 22px;font-size:1.125rem;line-height:1.375rem}}@media screen and (width>=768px) and (width<=991px){.c-maczifit-btn{border-radius:25px;height:50px;padding:0 26px;font-size:1.25rem;line-height:1.5rem}}@media screen and (width<=767px){.c-maczifit-btn{border-radius:30px;height:60px;padding:0 38px;font-size:1.25rem;line-height:1.125rem}}.c-maczifit-btn--small{border-radius:17px;height:34px;padding:0 20px;font-size:.9375rem;line-height:1.125rem}@media screen and (width<=1459px){.c-maczifit-btn--small{border-radius:14px;height:28px;padding:0 16px;font-size:.8125rem;line-height:.9375rem}}@media screen and (width<=992px){.c-maczifit-btn--small{border-radius:12px;height:24px;padding:0 12px;font-size:.6875rem;line-height:.8125rem}}@media screen and (width>=768px) and (width<=991px){.c-maczifit-btn--small{border-radius:13px;height:26px;padding:0 14px;font-size:.75rem;line-height:.875rem}}@media screen and (width<=767px){.c-maczifit-btn--small{border-radius:15px;height:30px;padding:0 20px;font-size:.75rem;line-height:.8125rem}}.c-menu{z-index:4;background:#c10016;width:300px;height:0;transition:all .3s ease-in-out;position:fixed;top:0;right:0;overflow:hidden}body.show-menu .c-menu{height:410px;right:0}.c-menu button{cursor:pointer;top:15px;right:10px}@media screen and (width<=767px){.c-menu button img{width:40px}}.c-menu ul{gap:12px;padding-top:100px}@media screen and (width<=767px){.c-menu ul{padding-top:70px}}.c-menu ul li{text-align:center}.c-menu ul a{text-transform:uppercase;color:#fff;font-family:Lato,sans-serif;font-size:1.375rem;font-weight:800;text-decoration:none;display:block}.c-status-btn{color:#fff;text-transform:uppercase;text-align:center;cursor:pointer;z-index:3;background:#c10016;border-radius:40px;width:118px;height:40px;font-family:Lato,sans-serif;font-size:.625rem;font-weight:900;line-height:.875rem;transition:all .3s ease-in-out;position:fixed;top:80px;right:10px}.c-status-btn:hover{background:#db0019}@media screen and (width<=767px){.c-status-btn{width:120px;font-size:.6875rem;top:95px;right:20px}}.c-status-modal{z-index:200;display:none;position:fixed;inset:0}body.show-status-modal .c-status-modal{background:#000000a6}.c-status-modal__box{text-align:center;z-index:10000000;background:#6d1119;width:calc(100% - 40px);max-width:639px;height:430px;margin:auto;padding:40px 30px 30px;box-shadow:0 20px 40px #0000004d}@media screen and (width<=767px){.c-status-modal__box{margin-top:40px;padding:30px 20px 20px}}.c-status-modal__close{opacity:.3;cursor:pointer;width:40px;height:40px;position:absolute;top:0;right:12px}.c-status-modal__close:before{transform:rotate(45deg)}.c-status-modal__close:after{transform:rotate(-45deg)}.c-status-modal__close:before,.c-status-modal__close:after{content:" ";background-color:#fff;width:3px;height:40px}.c-status-modal__close:hover{background:#ee13111a}.c-status-modal__title{text-align:center;color:#fff;text-transform:uppercase;margin-top:30px;margin-bottom:30px;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:700}.c-status-modal__form{--form-color:white;--form-placeholder-color:white;align-items:center;gap:20px}.c-status-modal__form .o-field{width:100%}.c-status-modal__form .o-field input{text-align:center;border-width:0 0 5px;border-color:#fff;max-width:300px;height:40px;padding:0;font-size:1.25rem;font-weight:700;background-color:#0000!important}.c-status-modal__form .o-field input::placeholder{text-align:center;font-size:1.25rem;font-weight:900!important}.c-status-modal__form .o-field__error{color:#ee1311;text-align:center;min-height:18px;margin-top:-4px;padding-left:16px;font-size:.8125rem}.c-status-modal__form .o-field.has-error input{border-color:#ee1311}.c-status-modal .c-white-btn{margin-top:10px}.c-status-modal__response{color:#333;min-height:22px;margin-top:8px;font-size:.9375rem;line-height:1.4}.c-status-modal__response.is-success{color:#ffebd0;font-weight:700}.c-status-modal__response.is-error{color:#ee1311;font-weight:700}.c-thanks-modal{z-index:200;display:none;position:fixed;inset:0}.c-thanks-modal.is-open{background:#000000a6}.c-thanks-modal__box{text-align:center;z-index:10000000;background:#6d1119;width:calc(100% - 40px);max-width:639px;margin:auto;padding:40px 30px 30px;box-shadow:0 20px 40px #0000004d}@media screen and (width<=767px){.c-thanks-modal__box{margin-top:40px;padding:30px 20px 20px}}.c-thanks-modal__close{opacity:.3;cursor:pointer;width:40px;height:40px;position:absolute;top:0;right:12px}.c-thanks-modal__close:before{transform:rotate(45deg)}.c-thanks-modal__close:after{transform:rotate(-45deg)}.c-thanks-modal__close:before,.c-thanks-modal__close:after{content:" ";background-color:#fff;width:3px;height:40px}.c-thanks-modal__close:hover{opacity:1}.c-thanks-modal__title{text-align:center;color:#fff;text-transform:uppercase;margin-top:20px;margin-bottom:24px;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:700}.c-thanks-modal__message{color:#fff;margin-bottom:16px;font-family:Lato,sans-serif;font-size:1.125rem;line-height:1.5}.c-prizes{padding:50px 0}.c-prizes__text{text-align:center;color:#7f1623;font-family:Lato,sans-serif;font-size:1.5625rem;font-weight:400;line-height:2.3125rem}@media screen and (width>=992px) and (width<=1199px){.c-prizes__text{font-size:1.375rem;line-height:2rem}}@media screen and (width>=768px) and (width<=991px){.c-prizes__text{font-size:1.375rem;line-height:2rem}}@media screen and (width<=767px){.c-prizes__text{font-size:1.25rem;line-height:1.875rem}}.c-prizes__note{text-align:center;color:#7f1623;font-family:Lato,sans-serif;font-size:.9375rem;font-weight:400;line-height:2.1875rem}.c-prizes__note a{color:#7f1623;font-weight:700;text-decoration:underline}.c-prizes__slider{width:982px;margin:30px auto 40px;position:relative}@media screen and (width>=718px) and (width<=1099px){.c-prizes__slider{width:586px}}@media screen and (width<=717px){.c-prizes__slider{width:190px}}.c-prizes__slider .swiper-wrapper{align-items:stretch}.c-prizes__slider .swiper:not(.swiper-initialized) .swiper-wrapper{justify-content:center;display:flex}.c-prizes__slider .swiper:not(.swiper-initialized) .c-prizes__slide:not(.is-default){display:none}.c-prizes__slider .swiper:not(.swiper-initialized) .c-prizes__slide.is-default .c-prizes__label{opacity:1;visibility:visible;height:auto;margin-bottom:8px}.c-prizes__slider .swiper:not(.swiper-initialized) .c-prizes__slide.is-default .c-prizes__day{color:#7f1623;font-size:3rem;line-height:1}@media screen and (width<=767px){.c-prizes__slider .swiper:not(.swiper-initialized) .c-prizes__slide.is-default .c-prizes__day{font-size:2.25rem}}.c-prizes__slider .swiper:not(.swiper-initialized) .c-prizes__slide.is-default .c-prizes__date{color:#7f1623;font-size:1.125rem;font-weight:700}.c-prizes__slide{text-align:center;box-sizing:border-box;align-self:flex-start;width:190px!important}@media screen and (width<=767px){.c-prizes__slide{width:120px}.c-prizes__slide.swiper-slide-active{width:160px}}.c-prizes__header{justify-content:flex-end;height:125px;overflow:hidden}.c-prizes__label{color:#7f1623;opacity:0;visibility:hidden;height:0;margin-bottom:6px;font-family:Lato,sans-serif;font-size:1.0625rem;font-weight:700;transition:all .25s}.c-prizes__day{color:#7f1623;margin-bottom:6px;font-family:ivypresto-display,sans-serif;font-size:1.75rem;font-weight:400;line-height:1;transition:color .25s,font-size .25s}.c-prizes__date{color:#8f686d;margin-bottom:14px;font-family:Lato,sans-serif;font-size:.8125rem;transition:color .25s,font-size .25s,font-weight .25s}.c-prizes__card{width:100%;margin:0;padding-bottom:5px}.c-prizes__img{width:100%;height:auto;display:block}.c-prizes__price{color:#7f1623;background:#fff;border:1px solid #d4d4d4;border-radius:4px;margin:12px auto 8px;padding:4px 14px;font-family:Lato,sans-serif;font-size:.9375rem;font-weight:700;display:inline-block}.c-prizes__name{color:#7f1623;margin-bottom:4px;font-family:Lato,sans-serif;font-size:.875rem;font-weight:700;line-height:1.25}.c-prizes__subtitle{color:#7f1623;font-family:Lato,sans-serif;font-size:.8125rem;font-style:italic;line-height:1.3}.c-prizes .swiper-slide-active .c-prizes__label{opacity:1;visibility:visible;height:auto;margin-bottom:8px}.c-prizes .swiper-slide-active .c-prizes__day{color:#7f1623;font-size:3rem;line-height:1}@media screen and (width<=767px){.c-prizes .swiper-slide-active .c-prizes__day{font-size:2.25rem}}.c-prizes .swiper-slide-active .c-prizes__date{color:#7f1623;font-size:1.125rem;font-weight:700}.c-prizes .swiper-slide-active .c-prizes__card{z-index:2;position:relative}.c-prizes .swiper-slide-active .c-prizes__card img{width:100%}.c-prizes__nav{z-index:5;color:#7f1623;cursor:pointer;background:0 0;border:2px solid #7f1623;border-radius:50%;width:36px;height:36px;font-size:1.375rem;line-height:1;transition:background .2s,color .2s;position:absolute;top:50%;transform:translateY(-50%)}.c-prizes__nav:hover{color:#fff;background:#7f1623}.c-prizes__nav--prev{left:-50px}.c-prizes__nav--prev svg{margin-left:-2px}.c-prizes__nav--next{right:-50px}.c-prizes__nav--next svg{margin-left:2px}.c-prizes__nav--prev,.c-prizes__nav--next{margin-top:55px}.c-prizes__nav--prev:hover,.c-prizes__nav--next:hover{background:0 0}.c-prizes__nav.swiper-button-disabled{opacity:.35;cursor:default}@media screen and (width<=767px){.c-prizes__nav{width:30px;height:30px;font-size:1.125rem}}.c-rules{color:#ffebd0;--title-color:#ffebd0;padding:90px 0}@media screen and (width<=1459px){.c-rules{padding:70px 0}}@media screen and (width<=992px){.c-rules{padding:50px 0}}@media screen and (width>=768px) and (width<=991px){.c-rules{padding:60px 0}}@media screen and (width<=767px){.c-rules{background-color:#77111c;background-image:url(/build/assets/rules-top-58NQ5RWg.webp);background-position:top;background-repeat:no-repeat;background-size:contain}}.c-rules>picture>img{max-width:100%;margin:0 auto;display:block}@media screen and (width>=992px) and (width<=1299px){.c-rules>picture>img{max-width:130%}}@media screen and (width>=1460px) and (width<=1500px){.c-rules>picture>img{max-width:126%!important}}@media screen and (width>=1300px) and (width<=1899px){.c-rules>picture>img{max-width:120%}}@media screen and (width>=768px) and (width<=991px){.c-rules>picture>img{max-width:125%}}@media screen and (width<=767px){.c-rules>picture>img{display:none}}.c-rules .o-row{gap:50px}@media screen and (width<=1459px){.c-rules .o-row{gap:36px}}@media screen and (width<=992px){.c-rules .o-row{gap:24px}}@media screen and (width>=768px) and (width<=991px){.c-rules .o-row{gap:30px}}@media screen and (width>=1200px){.c-rules .o-row{margin-top:-30px}}@media screen and (width>=992px) and (width<=1199px){.c-rules .o-row{margin-top:-30px}}@media screen and (width>=768px) and (width<=991px){.c-rules .o-row{margin-top:-15px}}@media screen and (width<=767px){.c-rules .o-row{position:initial;transform:none}}.c-rules ol{counter-reset:li;justify-content:space-between;gap:10px}@media screen and (width<=767px){.c-rules ol{flex-direction:column;gap:40px}}.c-rules ol li{letter-spacing:.05em;text-align:center;text-transform:uppercase;gap:24px;font-family:Lato,sans-serif;font-size:1.875rem;font-weight:500;line-height:2.5rem}@media screen and (width<=1459px){.c-rules ol li{gap:18px;font-size:1.5rem;line-height:2rem}}@media screen and (width<=992px){.c-rules ol li{gap:12px;font-size:1.1875rem;line-height:1.5625rem}}@media screen and (width>=768px) and (width<=991px){.c-rules ol li{gap:14px;font-size:1rem;line-height:1.25rem}}.c-rules ol li:before{content:counter(li);counter-increment:li;letter-spacing:.05em;text-align:center;color:#eacd67;font-family:ivypresto-display,sans-serif;font-size:3.75rem;font-weight:700}@media screen and (width<=1459px){.c-rules ol li:before{font-size:3rem}}@media screen and (width<=992px){.c-rules ol li:before{font-size:2.375rem}}@media screen and (width>=768px) and (width<=991px){.c-rules ol li:before{font-size:2rem}}.c-rules__info{gap:20px;padding-left:42%}@media screen and (width>=1700px){.c-rules__info{padding-left:35%}}.c-rules__info p{letter-spacing:.05em;text-align:left;font-family:Lato,sans-serif;font-size:1.1875rem;font-weight:400}@media screen and (width<=1459px){.c-rules__info{gap:14px}.c-rules__info p{font-size:1rem}.c-rules__info .c-maczifit-btn{margin-top:20px}}@media screen and (width>=1200px) and (width<=1299px){.c-rules__info{padding-left:48%}}@media screen and (width>=992px) and (width<=1199px){.c-rules__info{padding-left:0}}@media screen and (width<=992px){.c-rules__info{gap:10px;padding-left:160px}.c-rules__info p{font-size:.8125rem}}@media screen and (width>=768px) and (width<=991px){.c-rules__info{gap:12px;padding-left:0}.c-rules__info p{font-size:.875rem}}@media screen and (width<=767px){.c-rules__info{padding-left:0}.c-rules__info p{text-align:center}}.c-rules__cta{gap:20px}@media screen and (width>=1200px) and (width<=1459px){.c-rules__cta{gap:0}}@media screen and (width>=768px) and (width<=1199px){.c-rules__cta{align-items:flex-end;gap:0}}@media screen and (width<=767px){.c-rules__cta{align-items:center}}@media screen and (width>=768px){.c-rules__bottom{display:none}}.c-rules__bottom{margin-top:-40px}.c-submit-form{--title-color:#7f1623}@media screen and (width>=992px) and (width<=1199px){.c-submit-form{padding-bottom:110px}}@media screen and (width>=768px) and (width<=991px){.c-submit-form{padding-bottom:110px}}@media screen and (width<=767px){.c-submit-form{padding-top:30px;padding-bottom:60px}}.c-submit-form .o-row{gap:30px;max-width:788px}.c-submit-form .o-title{white-space:nowrap;margin-bottom:90px}@media screen and (width<=767px){.c-submit-form .o-title{white-space:normal;margin-bottom:40px;padding:0 25px}}.c-submit-form__info{gap:10px}.c-submit-form__info p{letter-spacing:.05em;text-align:left;color:#7f1623;font-family:Lato,sans-serif;font-size:1.125rem;font-weight:400}@media screen and (width<=767px){.c-submit-form__info p{font-size:1rem}}.c-submit-form__info p a{font-weight:700;text-decoration:underline}.c-submit-form__rodo{background:#7f162378;gap:10px;padding:15px 20px}@media screen and (width>=768px){.c-submit-form__rodo{width:calc(100% + 40px);margin-left:-20px}}.c-submit-form__rodo p{text-align:left;color:#fff;font-family:Lato,sans-serif;font-size:.9375rem;font-weight:700;line-height:1.1875rem}.c-submit-form__agreements{gap:15px}.c-submit-form__terms p{letter-spacing:.05em;text-align:left;color:#7f1623;font-family:Lato,sans-serif;font-size:1.25rem;font-weight:400}@media screen and (width<=767px){.c-submit-form__terms p{font-size:1rem}}.c-submit-form__terms p a{font-weight:700;text-decoration:underline}.c-submit-form fieldset{gap:30px}.c-submit-form .c-maczifit-btn{color:#ffebd0;background:#7f1623;max-width:383px;margin:0 auto}.c-submit-form .c-maczifit-btn:hover{color:#7f1623;background:#ffebd0}.c-white-btn{color:#6d1119;text-align:center;cursor:pointer;background:#fff;border:1px solid #6d1119;width:177px;height:46px;font-family:Lato,sans-serif;font-size:1.25rem;font-weight:700;transition:all .3s ease-in-out}.c-white-btn:hover{color:#fff;background-color:#6d1119;border-color:#fff}:root{--animate-duration:.8s;--animate-delay:.9s}.os-animate{visibility:hidden}.os-animate.animate__animated{visibility:visible}
