@charset "UTF-8";
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count: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{-webkit-animation-iteration-count: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{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-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{-webkit-animation-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{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;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{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
.ablocks-invisible{visibility:hidden}.ablocks-icon-wrap{display:inline-block;font-size:50px;line-height:1}.ablocks-icon-wrap svg.ablocks-svg-icon{display:block;height:1em;line-height:1;width:1em}.ablocks-icon-wrap img.ablocks-image-icon{height:auto}.ablocks-background-video{background-size:cover;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}

/**
 * Swiper 11.1.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 24, 2024
 */

@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{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-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{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.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{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;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;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.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{width:100%;height:100%;object-fit:contain;transform-origin:center}.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-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.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);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.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));display:inline-block;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)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity: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:translate3d(0px,-50%,0)}.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{top:50%;transform:translateY(-50%);width:8px}.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{display:inline-block;transition:.2s transform,.2s top}.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{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.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);left:0;top: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%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.ablocks-block--container{box-sizing:border-box!important;padding:var(--ablocks-container-padding)}a.ablocks-block--container{display:block;text-decoration:none}.ablocks-block--container.ablocks-has-block-container>.ablocks-block-container{width:100%}:not(.ablocks-block--container--is-root).ablocks-block--container{max-width:min(100%,100%);width:100%}.ablocks-is-fse-theme .is-layout-constrained .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(var(--wp--style--root--padding-left)*-1)!important;margin-right:calc(var(--wp--style--root--padding-right)*-1)!important;max-width:100vw}.ablocks-is-classic-theme .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;max-width:100vw;width:100vw}.ablocks-container-shape{left:0;margin:0 auto;overflow:hidden;pointer-events:none;position:absolute;width:100%}.ablocks-container-shape-top{top:-9px;transform:rotate(1turn)}.ablocks-container-shape-bottom{bottom:-9px;transform:rotate(180deg)}.ablocks-container-shape-fill{transform:rotateY(0deg);transform-origin:center}.ablocks-block-container>.ablocks-container-shape-bottom,.ablocks-block-container>.ablocks-container-shape-top{width:100%!important}.ablocks-container-shape-bottom>svg,.ablocks-container-shape-top>svg{width:100%}
.ablocks-heading-text{margin:0;padding:0}.ablocks-animated-text .ablocks-animated-text-wrapper{display:inline-block;font-style:normal;position:relative}.ablocks-animated-text .ablocks-animated-text-wrapper svg{height:calc(100% + 8px);left:-8px;overflow:visible;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 16px)}.ablocks-animated-text path{stroke:#ff000e;stroke-dasharray:1500 1500;stroke-width:.5em}.ablocks-animated-text .ablocks-animated-text-wrapper path{animation:draw-auto 6s infinite forwards;animation-iteration-count:infinite}@keyframes draw-auto{0%{stroke-dasharray:0 1500}80%{stroke-dasharray:1500 0}to{stroke-dasharray:1500 0}}:root{--typing-selected-bg-color:#0d0d0d;--typing-selected-color:var(--dynamic-text-color,#aebcb9)}.ablocks-rotate-typing .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-typing .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:90%;left:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.ablocks-rotate-typing .ablocks-animated-text-wrapper:not(.ablocks-typing-selected):after{animation:ablocks-headline-pulse 1s infinite}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected:after{visibility:hidden}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected .ablocks-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color,#aebcb9))}.ablocks-rotate-typing .ablocks-dynamic-text:not(.ablocks-headline-text-active){visibility:hidden}.ablocks-rotate-typing .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}@keyframes ablocks-headline-pulse{0%{opacity:1;transform:translateY(-50%) scale(1)}40%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0;transform:translateY(-50%) scale(0)}}.ablocks-rotate-clip{display:inline-block;padding:.2em 0}.ablocks-rotate-clip .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-clip .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:100%;left:auto;position:absolute;right:0;top:0;width:2px}.ablocks-rotate-clip .ablocks-dynamic-text{opacity:0}.ablocks-rotate-clip .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1}.ablocks-rotate-flip .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-flip .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transform-origin:50% 100%;transition:all .6s ease;visibility:hidden}.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-flip-in 1.2s;opacity:1;transform:rotateX(0deg);visibility:visible}.ablocks-rotate-flip .ablocks-dynamic-text{animation:ablocks-heading-flip-out 1.2s;transform:rotateX(180deg)}@keyframes ablocks-heading-flip-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(1turn)}}@keyframes ablocks-heading-flip-out{0%{opacity:1;transform:rotateX(0deg)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.ablocks-rotate-blind .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-blind .ablocks-dynamic-text{opacity:0}.ablocks-rotate-blind .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.ablocks-rotate-blind .ablocks-headline-text-active .ablocks-dynamic-letter{transform:rotateY(0deg)}.ablocks-rotate-blind .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-heading-blinds-in .6s forwards}.ablocks-rotate-blind .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-heading-blind-out .6s forwards}@keyframes ablocks-heading-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes ablocks-heading-blind-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.ablocks-rotate-swirl .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-swirl .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block}.ablocks-rotate-swirl .ablocks-dynamic-text{transform:scaleX(1.0005)}.ablocks-rotate-swirl .ablocks-dynamic-letter .ablocks-headline-text-active{opacity:1;transform:translateZ(-20px) rotateX(90deg);transform-style:preserve-3d}.ablocks-rotate-swirl .ablocks-headline-text-active{opacity:1}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}.ablocks-rotate-swirl .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-swirl-in .4s forwards}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-swirl-out .4s forwards}@keyframes ablocks-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes ablocks-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.ablocks-morph-letter{display:inline-block;transform-origin:center;transition:transform .4s,opacity .4s}.morph-flip{color:#e91e63;transform:rotateX(180deg)}.ablocks-rotate-slide-down .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide-down .ablocks-dynamic-text{animation:ablocksHeadingSlideDownOut .6s ease forwards;left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden;visibility:visible}.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideDownIn .6s ease forwards;opacity:1}@keyframes ablocksHeadingSlideDownIn{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes ablocksHeadingSlideDownOut{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.ablocks-rotate-slide .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide .ablocks-dynamic-text{animation:ablocksHeadingSlideOut .6s;opacity:0;position:absolute;top:-5px;visibility:hidden}.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideIn .6s;opacity:1;visibility:visible}@keyframes ablocksHeadingSlideIn{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes ablocksHeadingSlideOut{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.ablocks-rotate-drop-in .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-drop-in .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-drop-in-in .8s;opacity:1;visibility:visible}.ablocks-rotate-drop-in .ablocks-dynamic-text{animation:ablocks-heading-drop-in-out .8s}@keyframes ablocks-heading-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes ablocks-heading-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.ablocks-rotate-wave .ablocks-dynamic-text{opacity:0}.ablocks-rotate-wave .ablocks-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.ablocks-rotate-wave .ablocks-headline-text-active .ablocks-dynamic-letter{opacity:1}.ablocks-rotate-wave .ablocks-dynamic-letter.ablocks-animation-in{animation:elementor-headline-wave-up .6s forwards}.ablocks-rotate-wave .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes elementor-headline-wave-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.ablocks-rotate-bind .ablocks-animated-text-wrapper,.ablocks-rotate-drop-in .ablocks-animated-text-wrapper,.ablocks-rotate-flip .ablocks-animated-text-wrapper,.ablocks-rotate-slide .ablocks-animated-text-wrapper,.ablocks-rotate-slide-down .ablocks-animated-text-wrapper,.ablocks-rotate-swirl .ablocks-animated-text-wrapper,.ablocks-rotate-wave .ablocks-animated-text-wrapper{transition:width .5s}.ablocks-rotate-swirl .ablocks-dynamic-letter{white-space:pre}.ablocks-rotate-drop-in .ablocks-dynamic-text,.ablocks-rotate-flip .ablocks-dynamic-text,.ablocks-rotate-slide .ablocks-dynamic-text,.ablocks-rotate-slide-down .ablocks-dynamic-text{opacity:0;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1;visibility:visible}

.ablocks-button{align-items:center;border-radius:6px;box-sizing:border-box;color:#000;column-gap:5px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:auto}.ablocks-button--link{background:none;border:none;box-shadow:none;cursor:pointer!important;padding:0}.ablocks-button--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-button--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-button--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-button--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-button--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-button.ablocks-button--icon-left .ablocks-icon-wrap{order:5}.ablocks-button__text{order:10}.ablocks-button.ablocks-button--icon-right .ablocks-icon-wrap{order:15}
.ablocks-paragraph-text{margin:0;padding:0}.ablocks-paragraph-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-paragraph-text-sm{font-size:14px}.ablocks-paragraph-text-md{font-size:16px}.ablocks-paragraph-text-lg{font-size:20px}
.ablocks-image-figure{display:flex;flex-direction:column;height:auto;margin:0;max-width:100%;position:relative;width:fit-content;width:-moz-fit-content}.ablocks-image-figure img{display:block;height:100%;max-width:100%}.ablocks-image-figure .components-resizable-box__container{max-width:100%!important}.ablocks-alt-text-control{display:flex;flex-direction:column;width:100%}.ablocks-alt-text-control__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.ablocks-alt-text-control__clear{cursor:pointer}.ablocks-alt-text-control .components-base-control .components-base-control__field,.ablocks-alt-text-control .components-base-control{width:100%}.ablocks-image--effect{transition:all .3s ease}.ablocks-image--effect-zoomin{transform:scale(1)}.ablocks-image--effect-zoomin:hover{transform:scale(1.1)}.ablocks-image--effect-grayscale:hover{filter:grayscale(100%)}.ablocks-image--effect-blur:hover{filter:blur(3px)}.ablocks-image--effect-slide{transform:translate3d(-20px,0,0)}.ablocks-image--effect-slide:hover{transform:translateZ(0)}.ablocks-image-caption{margin-top:.5em}
.ablocks-counter__icon{display:inline-flex}.ablocks-counter__content{font-size:40px;z-index:1}.ablocks-counter__text{font-size:16px}.ablocks-block--counter--number .ablocks-block-container,.ablocks-block--counter--number:not(.ablocks-has-container){align-items:center;display:flex}.ablocks-block--counter--circle .ablocks-block-container,.ablocks-block--counter--circle:not(.ablocks-has-container){display:flex;flex-direction:column}.ablocks-block--counter--circle .ablocks-circle-counter__outer{position:relative}.ablocks-block--counter--circle .ablocks-circle-counter__inner{align-items:center;border-radius:50%;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%!important;z-index:1}.ablocks-block--counter--circle .ablocks-circle-counter__svg{border-radius:50%}.ablocks-block--counter--circle .ablocks-circle-counter__progress{fill:none;stroke:#000}.ablocks-block--counter--circle .ablocks-circle-counter__background{fill:none;stroke:#d6d6d6}.ablocks-block--counter--bar .ablocks-block-container,.ablocks-block--counter--bar:not(.ablocks-has-container){display:flex;flex-direction:column}.ablocks-block--counter--bar .ablocks-block-container{width:100%}.ablocks-block--counter--bar{box-sizing:border-box;overflow:hidden}.ablocks-block--counter--bar .ablocks-bar-counter__background{background-color:#dadada;height:100%;width:100%}.ablocks-block--counter--bar .ablocks-bar-counter__progress{align-items:center;background-color:#000;color:#fff;display:flex;height:100%;width:auto}.ablocks-block--counter--bar .ablocks-counter__content{align-items:center;color:#fff;display:flex;font-size:16px;padding:0 5px}
.ablocks-carousel-swiper .swiper-wrapper{display:flex;height:100%;width:100%}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide{height:100%;width:100%}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom{align-items:baseline;display:flex;justify-content:center}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom button{background-color:#000;border:1px solid #000;border-radius:5px;color:#fff;cursor:pointer;outline:none;padding:10px 15px;transition:.4s ease}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom button:hover{background-color:transparent;border:1px solid #000;color:#000;cursor:pointer;outline:none;padding:10px 15px}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button{border:none;cursor:pointer;font-size:25px;outline:none;position:absolute;transform:translateY(-50%);z-index:5}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button .ablocks-icon-wrap{box-sizing:unset}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button--disabled{opacity:.6}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button .ablocks-svg-icon{border-radius:50%;height:1em;width:1em}.ablocks-carousel-pagination{align-items:center;display:flex;gap:10px;height:fit-content;justify-content:center;position:absolute;width:fit-content!important;z-index:5}.ablocks-carousel-pagination .swiper-pagination-bullet{opacity:1;outline:none}.ablocks-carousel-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{gap:0}.swiper-pagination-bullet.swiper-pagination-bullet-active{background:#000}.ablocks-carousel-autoplay-progress{align-items:center;bottom:16px;color:#000;display:flex;font-weight:700;height:48px;justify-content:center;position:absolute;right:16px;width:48px;z-index:10}.ablocks-carousel-autoplay-progress svg{--progress:0;fill:none;height:100%;left:0;position:absolute;stroke:#000;stroke-dasharray:125.6;stroke-dashoffset:calc(125.6px*(1 - var(--progress)));stroke-width:4px;top:0;transform:rotate(-90deg);width:100%;z-index:10}.ablocks-carousel-navigation__buttons .swiper-button-lock{display:block!important}

.ablocks-block--info-box{border:1px solid #dddddf;padding:30px}.ablocks-block--info-box .ablocks-block-container{width:100%}.ablocks-block--info-box .ablocks-icon-wrap{height:fit-content;width:fit-content}.ablocks-block--info-box__content{display:flex;flex-direction:column;width:100%}.ablocks-info-box-heading,.ablocks-info-box-sub-heading,.ablocks-info-box-text{margin:0}.ablocks-info-box-text{margin:0;padding:0}.ablocks-info-box-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-info-box-badge-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;position:absolute;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-badge-link--xs{border-radius:2px;font-size:10px;padding:5px 15px}.ablocks-info-box-badge-link--sm{border-radius:3px;font-size:12px;padding:8px 18px}.ablocks-info-box-badge-link--md{border-radius:4px;font-size:14px;padding:11px 21px}.ablocks-info-box-badge-link--lg{border-radius:5px;font-size:16px;padding:14px 25px}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-badge-link-text{order:10}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-badge-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-badge-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-btn-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-btn-link--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-info-box-btn-link--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-info-box-btn-link--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-info-box-btn-link--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-info-box-btn-link--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-btn-link-text{order:10}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-button-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-block--info-box__content>.ablocks-button-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-star-ratings{align-items:center;display:inline-flex;flex-wrap:wrap;width:100%}.ablocks-info-box-star-ratings-icons{display:flex;flex-wrap:wrap;width:fit-content}.ablocks-info-box-star-ratings-icons .ablocks-info-box-rating{display:inline-block;position:relative}.ablocks-info-box-rating__fill{height:100%;left:0;overflow:hidden;position:absolute;top:0}.ablocks-block--star-ratings svg.ablocks-svg-icon{height:1em;width:1em}
.ablocks-star-rating-number{display:flex}.ablocks-block--star-ratings .ablocks-block-container{align-items:center;display:flex;flex-wrap:wrap}.ablocks-rating{display:inline-block;position:relative}.ablocks-star-ratings-icons{display:flex;flex-wrap:wrap}.ablocks-rating__fill{height:100%;left:0;overflow:hidden;position:absolute;top:0}.ablocks-rating__fill svg.ablocks-svg-icon{fill:var(--marked-color)}.ablocks-rating__unfill svg.ablocks-svg-icon{fill:var(--unmarked-color)}.ablocks-block--star-ratings svg.ablocks-svg-icon{height:1em;width:1em}
.ablocks-block-3a219adc-ef93-4454-aebf-8605a1b92c39 { margin-top:-19px;padding-top:100px;padding-bottom:100px;background-image:url("https://workspace.kodezen.com/wp-content/uploads/2025/01/Frame-4.svg");background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3a219adc-ef93-4454-aebf-8605a1b92c39 { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-3a219adc-ef93-4454-aebf-8605a1b92c39 { padding-top:40px;padding-bottom:40px; } } .ablocks-block-3a219adc-ef93-4454-aebf-8605a1b92c39.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3a219adc-ef93-4454-aebf-8605a1b92c39.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-3a219adc-ef93-4454-aebf-8605a1b92c39.ablocks-block--container { padding-top:40px;padding-bottom:40px; } } .ablocks-block-3a219adc-ef93-4454-aebf-8605a1b92c39 > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-3a219adc-ef93-4454-aebf-8605a1b92c39 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-3a219adc-ef93-4454-aebf-8605a1b92c39.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-bf300706-dd2a-416c-bb05-6727471dcd97 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bf300706-dd2a-416c-bb05-6727471dcd97.ablocks-block--container { padding:0px;max-width:min(100%,1280px) !important;overflow:visible; } .ablocks-block-bf300706-dd2a-416c-bb05-6727471dcd97 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-bf300706-dd2a-416c-bb05-6727471dcd97.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-710705e8-8ab0-411e-bc93-3fda7ad87011 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-710705e8-8ab0-411e-bc93-3fda7ad87011 { text-align:center; } .ablocks-block-710705e8-8ab0-411e-bc93-3fda7ad87011 .ablocks-heading-text { color:#0B0B0C;font-family:Manrope,sans-serif;font-weight:700;font-style:normal;font-size:68px;line-height:80px; } @media screen and (max-width: 800px) { .ablocks-block-710705e8-8ab0-411e-bc93-3fda7ad87011 .ablocks-heading-text { font-family:Manrope;font-size:42px;line-height:62px; } } 
.ablocks-block-3a110020-d9b0-4ee9-a62e-0c2b6bb54718 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3a110020-d9b0-4ee9-a62e-0c2b6bb54718:not(.ablocks-has-block-container), .ablocks-block-3a110020-d9b0-4ee9-a62e-0c2b6bb54718.ablocks-block--dual-button > .ablocks-block-container { gap:10px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:center; } 
.ablocks-block-04ebb038-d722-43e5-97de-1f049f481646 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-04ebb038-d722-43e5-97de-1f049f481646 { text-align:left; } .ablocks-block-04ebb038-d722-43e5-97de-1f049f481646 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#344054;font-family:Manrope,sans-serif;font-weight:700;font-size:20px;line-height:30px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-04ebb038-d722-43e5-97de-1f049f481646 .ablocks-button { font-family:Manrope; } } .ablocks-block-04ebb038-d722-43e5-97de-1f049f481646 .ablocks-button:hover { transition-duration:s; } .ablocks-block-04ebb038-d722-43e5-97de-1f049f481646 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-04ebb038-d722-43e5-97de-1f049f481646 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(90deg);width:16px; } .ablocks-block-04ebb038-d722-43e5-97de-1f049f481646 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#344054;transform:rotate(90deg); } 
.ablocks-block-06c06852-5de8-4a81-82d5-afa58b534816 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-06c06852-5de8-4a81-82d5-afa58b534816 { text-align:left; } .ablocks-block-06c06852-5de8-4a81-82d5-afa58b534816 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#101828;font-family:Manrope,sans-serif;font-weight:700;font-size:20px;line-height:30px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-06c06852-5de8-4a81-82d5-afa58b534816 .ablocks-button { font-family:Manrope; } } .ablocks-block-06c06852-5de8-4a81-82d5-afa58b534816 .ablocks-button:hover { transition-duration:s; } .ablocks-block-06c06852-5de8-4a81-82d5-afa58b534816 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-06c06852-5de8-4a81-82d5-afa58b534816 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-06c06852-5de8-4a81-82d5-afa58b534816 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7924d787-7032-497e-8906-867ec6e0541a { margin-top:0px;padding-top:80px;padding-bottom:100px;background:#FFF;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7924d787-7032-497e-8906-867ec6e0541a { padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-7924d787-7032-497e-8906-867ec6e0541a { padding-top:40px;padding-bottom:40px; } } .ablocks-block-7924d787-7032-497e-8906-867ec6e0541a.ablocks-block--container { padding-top:80px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7924d787-7032-497e-8906-867ec6e0541a.ablocks-block--container { padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-7924d787-7032-497e-8906-867ec6e0541a.ablocks-block--container { padding-top:40px;padding-bottom:40px; } } .ablocks-block-7924d787-7032-497e-8906-867ec6e0541a > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-7924d787-7032-497e-8906-867ec6e0541a > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-7924d787-7032-497e-8906-867ec6e0541a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-2557ec78-2c80-4f31-a980-6d5f822f9d8b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2557ec78-2c80-4f31-a980-6d5f822f9d8b.ablocks-block--container { padding:0px;max-width:min(100%,1280px) !important;overflow:visible; } .ablocks-block-2557ec78-2c80-4f31-a980-6d5f822f9d8b { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-2557ec78-2c80-4f31-a980-6d5f822f9d8b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-ba1ab28d-2d8c-4d88-9138-080ce448a4a4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ba1ab28d-2d8c-4d88-9138-080ce448a4a4 { text-align:center; } .ablocks-block-ba1ab28d-2d8c-4d88-9138-080ce448a4a4 .ablocks-heading-text { color:#101828;font-family:Manrope,sans-serif;font-weight:600;font-style:normal;font-size:48px;line-height:60px;letter-spacing:-0.96px; } @media screen and (max-width: 800px) { .ablocks-block-ba1ab28d-2d8c-4d88-9138-080ce448a4a4 .ablocks-heading-text { font-family:Manrope; } } @media screen and (max-width: 480px) { .ablocks-block-ba1ab28d-2d8c-4d88-9138-080ce448a4a4 .ablocks-heading-text { font-size:32px;line-height:52px; } } 
.ablocks-block-5313b826-89d6-4a5c-b2aa-5f7df526d94e { margin-top:24px;width:58%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5313b826-89d6-4a5c-b2aa-5f7df526d94e { width:90%; } } @media screen and (max-width: 480px) { .ablocks-block-5313b826-89d6-4a5c-b2aa-5f7df526d94e { width:100%; } } .ablocks-block-5313b826-89d6-4a5c-b2aa-5f7df526d94e { text-align:center; } .ablocks-block-5313b826-89d6-4a5c-b2aa-5f7df526d94e .ablocks-paragraph-text { color:#475467;font-family:Manrope,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-5313b826-89d6-4a5c-b2aa-5f7df526d94e .ablocks-paragraph-text { font-family:Manrope; } } .ablocks-block-5313b826-89d6-4a5c-b2aa-5f7df526d94e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-afada450-5307-4d98-b3ce-323827405ba5 { margin-top:48px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-afada450-5307-4d98-b3ce-323827405ba5 { display:flex;justify-content:center; } .ablocks-block-afada450-5307-4d98-b3ce-323827405ba5 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-afada450-5307-4d98-b3ce-323827405ba5 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-afada450-5307-4d98-b3ce-323827405ba5 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7c18e757-a3d1-4eed-9008-0af6f9032d73 { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c18e757-a3d1-4eed-9008-0af6f9032d73.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7c18e757-a3d1-4eed-9008-0af6f9032d73 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-7c18e757-a3d1-4eed-9008-0af6f9032d73 { column-gap:16px; } } @media screen and (max-width: 480px) { .ablocks-block-7c18e757-a3d1-4eed-9008-0af6f9032d73 { flex-direction:column;row-gap:16px; } } .ablocks-block-7c18e757-a3d1-4eed-9008-0af6f9032d73.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-7c18e757-a3d1-4eed-9008-0af6f9032d73.ablocks-has-block-container > .ablocks-block-container { column-gap:16px; } } @media screen and (max-width: 480px) { .ablocks-block-7c18e757-a3d1-4eed-9008-0af6f9032d73.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:16px; } } .ablocks-block-7c18e757-a3d1-4eed-9008-0af6f9032d73 { display:inline-flex; } 
.ablocks-block-e2b0d2f8-f9bb-4026-b286-e460cc1c8fe8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e2b0d2f8-f9bb-4026-b286-e460cc1c8fe8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e2b0d2f8-f9bb-4026-b286-e460cc1c8fe8 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-e2b0d2f8-f9bb-4026-b286-e460cc1c8fe8 { column-gap:16px; } } @media screen and (max-width: 480px) { .ablocks-block-e2b0d2f8-f9bb-4026-b286-e460cc1c8fe8 { flex-direction:column;row-gap:16px; } } .ablocks-block-e2b0d2f8-f9bb-4026-b286-e460cc1c8fe8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-e2b0d2f8-f9bb-4026-b286-e460cc1c8fe8.ablocks-has-block-container > .ablocks-block-container { column-gap:16px; } } @media screen and (max-width: 480px) { .ablocks-block-e2b0d2f8-f9bb-4026-b286-e460cc1c8fe8.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:16px; } } .ablocks-block-e2b0d2f8-f9bb-4026-b286-e460cc1c8fe8 { display:inline-flex; } 
.ablocks-block-1110a5d3-2d07-462f-85e7-00e83aaed694 { padding:24px;background:#eff8ff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:16px;box-shadow:0px 1px 2px 0px rgba(16,24,40,0.15);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1110a5d3-2d07-462f-85e7-00e83aaed694.ablocks-block--container { padding:24px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1110a5d3-2d07-462f-85e7-00e83aaed694 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1110a5d3-2d07-462f-85e7-00e83aaed694.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6 .ablocks-counter__content { color:#101828;font-family:Manrope,sans-serif;font-weight:700;font-style:normal;font-size:48px;line-height:60px;letter-spacing:-0.96px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6 .ablocks-counter__content { font-family:Manrope;font-size:40px; } } @media screen and (max-width: 480px) { .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6 .ablocks-counter__content { font-size:28px;line-height:54px; } } .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6 .ablocks-counter__text { color:#475467;font-family:Manrope,sans-serif;font-weight:600;font-style:normal;font-size:24px;line-height:32px;margin-top:24px; } @media screen and (max-width: 800px) { .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6 .ablocks-counter__text { font-family:Manrope; } } .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-7c393040-e2ce-4adb-b0a9-7916a30582d6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-66fbec82-285a-4ea9-b4d9-0140d99d3130 { padding:24px;background:#fff1f3;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:16px;box-shadow:0px 1px 2px 0px rgba(16,24,40,0.15);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-66fbec82-285a-4ea9-b4d9-0140d99d3130.ablocks-block--container { padding:24px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-66fbec82-285a-4ea9-b4d9-0140d99d3130 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-66fbec82-285a-4ea9-b4d9-0140d99d3130.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e .ablocks-counter__content { color:#101828;font-family:Manrope,sans-serif;font-weight:700;font-style:normal;font-size:48px;line-height:60px;letter-spacing:-0.96px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e .ablocks-counter__content { font-family:Manrope;font-size:40px; } } @media screen and (max-width: 480px) { .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e .ablocks-counter__content { font-size:28px;line-height:54px; } } .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e .ablocks-counter__text { color:#475467;font-family:Manrope,sans-serif;font-weight:600;font-style:normal;font-size:24px;line-height:32px;margin-top:24px; } @media screen and (max-width: 800px) { .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e .ablocks-counter__text { font-family:Manrope; } } .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e .ablocks-icon-wrap { font-size:55px; } .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-156d4ea2-f948-4acf-a3ab-6bac83cbf43e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-2bbd4043-c91e-4571-bf8a-383aaa29241f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2bbd4043-c91e-4571-bf8a-383aaa29241f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2bbd4043-c91e-4571-bf8a-383aaa29241f { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-2bbd4043-c91e-4571-bf8a-383aaa29241f { column-gap:16px; } } @media screen and (max-width: 480px) { .ablocks-block-2bbd4043-c91e-4571-bf8a-383aaa29241f { flex-direction:column;row-gap:16px; } } .ablocks-block-2bbd4043-c91e-4571-bf8a-383aaa29241f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-2bbd4043-c91e-4571-bf8a-383aaa29241f.ablocks-has-block-container > .ablocks-block-container { column-gap:16px; } } @media screen and (max-width: 480px) { .ablocks-block-2bbd4043-c91e-4571-bf8a-383aaa29241f.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:16px; } } .ablocks-block-2bbd4043-c91e-4571-bf8a-383aaa29241f { display:inline-flex; } 
.ablocks-block-34f651a4-5c66-4f88-8c7e-0e882505f14c { padding:24px;background:#f4f3ff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:16px;box-shadow:0px 1px 2px 0px rgba(16,24,40,0.15);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-34f651a4-5c66-4f88-8c7e-0e882505f14c.ablocks-block--container { padding:24px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-34f651a4-5c66-4f88-8c7e-0e882505f14c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-34f651a4-5c66-4f88-8c7e-0e882505f14c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f .ablocks-counter__content { color:#101828;font-family:Manrope,sans-serif;font-weight:700;font-style:normal;font-size:48px;line-height:60px;letter-spacing:-0.96px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f .ablocks-counter__content { font-family:Manrope;font-size:40px; } } @media screen and (max-width: 480px) { .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f .ablocks-counter__content { font-size:28px;line-height:54px; } } .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f .ablocks-counter__text { color:#475467;font-family:Manrope,sans-serif;font-weight:600;font-style:normal;font-size:24px;line-height:32px;margin-top:24px; } @media screen and (max-width: 800px) { .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f .ablocks-counter__text { font-family:Manrope; } } .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f .ablocks-icon-wrap { font-size:55px; } .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-73a5a316-e855-4730-b4a7-3be933fd016f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-04a8cb7c-8d51-4a3c-814d-83668fa6bfda { padding:24px;background:#ecfdf3;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:16px;box-shadow:0px 1px 2px 0px rgba(16,24,40,0.15);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-04a8cb7c-8d51-4a3c-814d-83668fa6bfda.ablocks-block--container { padding:24px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-04a8cb7c-8d51-4a3c-814d-83668fa6bfda { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-04a8cb7c-8d51-4a3c-814d-83668fa6bfda.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd .ablocks-counter__content { color:#101828;font-family:Manrope,sans-serif;font-weight:700;font-style:normal;font-size:48px;line-height:60px;letter-spacing:-0.96px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd .ablocks-counter__content { font-family:Manrope;font-size:40px; } } @media screen and (max-width: 480px) { .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd .ablocks-counter__content { font-size:28px;line-height:54px; } } .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd .ablocks-counter__text { color:#475467;font-family:Manrope,sans-serif;font-weight:600;font-style:normal;font-size:24px;line-height:32px;margin-top:24px; } @media screen and (max-width: 800px) { .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd .ablocks-counter__text { font-family:Manrope; } } .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd .ablocks-icon-wrap { font-size:55px; } .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-47c0108c-9430-4aaa-9798-7ebf1ec2a7cd .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-76bd15f3-00c6-4f40-8d1c-546ee759f4ea { margin-top:0px;padding-top:100px;padding-bottom:100px;background:#F5FAFF;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-76bd15f3-00c6-4f40-8d1c-546ee759f4ea { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-76bd15f3-00c6-4f40-8d1c-546ee759f4ea { padding-top:40px;padding-bottom:40px; } } .ablocks-block-76bd15f3-00c6-4f40-8d1c-546ee759f4ea.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-76bd15f3-00c6-4f40-8d1c-546ee759f4ea.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-76bd15f3-00c6-4f40-8d1c-546ee759f4ea.ablocks-block--container { padding-top:40px;padding-bottom:40px; } } .ablocks-block-76bd15f3-00c6-4f40-8d1c-546ee759f4ea > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-76bd15f3-00c6-4f40-8d1c-546ee759f4ea > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-76bd15f3-00c6-4f40-8d1c-546ee759f4ea.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-3c0b03f7-bf1f-4d05-afed-6a628d6c076f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c0b03f7-bf1f-4d05-afed-6a628d6c076f.ablocks-block--container { padding:0px;max-width:min(100%,1280px) !important;overflow:visible; } .ablocks-block-3c0b03f7-bf1f-4d05-afed-6a628d6c076f { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-3c0b03f7-bf1f-4d05-afed-6a628d6c076f { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-3c0b03f7-bf1f-4d05-afed-6a628d6c076f { flex-direction:column;row-gap:24px; } } .ablocks-block-3c0b03f7-bf1f-4d05-afed-6a628d6c076f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-3c0b03f7-bf1f-4d05-afed-6a628d6c076f.ablocks-has-block-container > .ablocks-block-container { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-3c0b03f7-bf1f-4d05-afed-6a628d6c076f.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-3c0b03f7-bf1f-4d05-afed-6a628d6c076f { display:inline-flex; } 
.ablocks-block-147f3f57-02d7-48e6-82eb-079df11ab7e7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-147f3f57-02d7-48e6-82eb-079df11ab7e7.ablocks-block--container { padding:0px;max-width:min(100%,40%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-147f3f57-02d7-48e6-82eb-079df11ab7e7.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-147f3f57-02d7-48e6-82eb-079df11ab7e7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-147f3f57-02d7-48e6-82eb-079df11ab7e7 { align-items:center; } } .ablocks-block-147f3f57-02d7-48e6-82eb-079df11ab7e7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-147f3f57-02d7-48e6-82eb-079df11ab7e7.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-ca4c200a-935c-4000-be3d-31f566cfd95b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ca4c200a-935c-4000-be3d-31f566cfd95b { text-align:left; } .ablocks-block-ca4c200a-935c-4000-be3d-31f566cfd95b .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#0049FF;border-width:1px;border-style:solid;border-color:linear-gradient(90deg,#D3A11F 0%,#0049FF 100%);border-radius:99px;font-family:Manrope,sans-serif;font-weight:600;font-style:SemiBold;font-size:20px;line-height:30px;padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-ca4c200a-935c-4000-be3d-31f566cfd95b .ablocks-button { font-family:Manrope; } } .ablocks-block-ca4c200a-935c-4000-be3d-31f566cfd95b .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#2e90fa;border-width:1px;border-color:#2e90fa;border-style:solid;border-radius:99px; } .ablocks-block-ca4c200a-935c-4000-be3d-31f566cfd95b .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-ca4c200a-935c-4000-be3d-31f566cfd95b .ablocks-icon-wrap { font-size:16px; } .ablocks-block-ca4c200a-935c-4000-be3d-31f566cfd95b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-ca4c200a-935c-4000-be3d-31f566cfd95b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d848db00-159d-4419-b1ce-62f56225d2ab { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d848db00-159d-4419-b1ce-62f56225d2ab { margin-top:12px; } } .ablocks-block-d848db00-159d-4419-b1ce-62f56225d2ab { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-d848db00-159d-4419-b1ce-62f56225d2ab { text-align:center; } } .ablocks-block-d848db00-159d-4419-b1ce-62f56225d2ab .ablocks-heading-text { color:#0B0B0C;font-family:Manrope,sans-serif;font-weight:600;font-style:normal;font-size:48px;line-height:60px;letter-spacing:-0.96px; } @media screen and (max-width: 800px) { .ablocks-block-d848db00-159d-4419-b1ce-62f56225d2ab .ablocks-heading-text { font-family:Manrope;font-size:40px;line-height:50px; } } @media screen and (max-width: 480px) { .ablocks-block-d848db00-159d-4419-b1ce-62f56225d2ab .ablocks-heading-text { font-size:32px;line-height:48px; } } 
.ablocks-block-fe8b0580-3d22-4489-87ce-5285d0f5118c { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-fe8b0580-3d22-4489-87ce-5285d0f5118c { margin-top:12px; } } .ablocks-block-fe8b0580-3d22-4489-87ce-5285d0f5118c { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-fe8b0580-3d22-4489-87ce-5285d0f5118c { text-align:center; } } .ablocks-block-fe8b0580-3d22-4489-87ce-5285d0f5118c .ablocks-paragraph-text { color:#344054;font-family:Manrope,sans-serif;font-weight:400;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-fe8b0580-3d22-4489-87ce-5285d0f5118c .ablocks-paragraph-text { font-family:Manrope;font-size:18px;line-height:24px; } } .ablocks-block-fe8b0580-3d22-4489-87ce-5285d0f5118c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1f14f1a1-717e-4bb3-a398-a7dabcd602b3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f14f1a1-717e-4bb3-a398-a7dabcd602b3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1f14f1a1-717e-4bb3-a398-a7dabcd602b3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1f14f1a1-717e-4bb3-a398-a7dabcd602b3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8a5976d0-8aab-4acc-be02-ba49934ca49c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8a5976d0-8aab-4acc-be02-ba49934ca49c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8a5976d0-8aab-4acc-be02-ba49934ca49c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-8a5976d0-8aab-4acc-be02-ba49934ca49c { flex-direction:column;row-gap:20px; } } .ablocks-block-8a5976d0-8aab-4acc-be02-ba49934ca49c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-8a5976d0-8aab-4acc-be02-ba49934ca49c.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-8a5976d0-8aab-4acc-be02-ba49934ca49c { display:inline-flex; } 
.ablocks-block-23fcf733-0191-41f2-a0bf-3041564aabe4 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-23fcf733-0191-41f2-a0bf-3041564aabe4:hover { background:#ffffff;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10); } .ablocks-block-23fcf733-0191-41f2-a0bf-3041564aabe4.ablocks-block--container { padding-right:20px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-23fcf733-0191-41f2-a0bf-3041564aabe4 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-23fcf733-0191-41f2-a0bf-3041564aabe4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b57580a0-7468-45ed-8274-171392b3d48a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b57580a0-7468-45ed-8274-171392b3d48a { display:flex;justify-content:center; } .ablocks-block-b57580a0-7468-45ed-8274-171392b3d48a .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-b57580a0-7468-45ed-8274-171392b3d48a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-b57580a0-7468-45ed-8274-171392b3d48a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-aed3f1b4-d042-4538-9fee-0c80fc4cc5f9 { padding-right:20px;padding-left:20px;border-width:0px 0px 0px 1px;border-style:solid;border-color:#f2f4f7;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aed3f1b4-d042-4538-9fee-0c80fc4cc5f9:hover { background:#ffffff;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10); } .ablocks-block-aed3f1b4-d042-4538-9fee-0c80fc4cc5f9.ablocks-block--container { padding-right:20px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-aed3f1b4-d042-4538-9fee-0c80fc4cc5f9 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-aed3f1b4-d042-4538-9fee-0c80fc4cc5f9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-689407cd-6b8e-4ea9-ab11-a7e7b47ee17a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-689407cd-6b8e-4ea9-ab11-a7e7b47ee17a { display:flex;justify-content:center; } .ablocks-block-689407cd-6b8e-4ea9-ab11-a7e7b47ee17a .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-689407cd-6b8e-4ea9-ab11-a7e7b47ee17a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-689407cd-6b8e-4ea9-ab11-a7e7b47ee17a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-2bea3ba4-64c0-4850-8ebe-e63fc2ffe64c { padding-right:20px;padding-left:20px;border-width:0px 0px 0px 1px;border-style:solid;border-color:#f2f4f7;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2bea3ba4-64c0-4850-8ebe-e63fc2ffe64c:hover { background:#ffffff;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10); } .ablocks-block-2bea3ba4-64c0-4850-8ebe-e63fc2ffe64c.ablocks-block--container { padding-right:20px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2bea3ba4-64c0-4850-8ebe-e63fc2ffe64c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2bea3ba4-64c0-4850-8ebe-e63fc2ffe64c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-733358b7-3454-4cfc-8f21-a2f803040dc1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-733358b7-3454-4cfc-8f21-a2f803040dc1 { display:flex;justify-content:center; } .ablocks-block-733358b7-3454-4cfc-8f21-a2f803040dc1 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-733358b7-3454-4cfc-8f21-a2f803040dc1 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-733358b7-3454-4cfc-8f21-a2f803040dc1 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b6d4de36-067d-4e35-851a-ee8a032557cb { padding-right:20px;padding-left:20px;border-width:0px 0px 0px 1px;border-style:solid;border-color:#f2f4f7;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b6d4de36-067d-4e35-851a-ee8a032557cb:hover { background:#ffffff;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10); } .ablocks-block-b6d4de36-067d-4e35-851a-ee8a032557cb.ablocks-block--container { padding-right:20px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b6d4de36-067d-4e35-851a-ee8a032557cb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b6d4de36-067d-4e35-851a-ee8a032557cb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-79b41b3c-83ea-4dde-b016-086f25c0e122 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-79b41b3c-83ea-4dde-b016-086f25c0e122 { display:flex;justify-content:center; } .ablocks-block-79b41b3c-83ea-4dde-b016-086f25c0e122 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-79b41b3c-83ea-4dde-b016-086f25c0e122 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-79b41b3c-83ea-4dde-b016-086f25c0e122 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-be2601cc-7276-4323-8316-39c8cb0d60ec { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be2601cc-7276-4323-8316-39c8cb0d60ec.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-be2601cc-7276-4323-8316-39c8cb0d60ec { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-be2601cc-7276-4323-8316-39c8cb0d60ec { flex-direction:column;row-gap:20px; } } .ablocks-block-be2601cc-7276-4323-8316-39c8cb0d60ec.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-be2601cc-7276-4323-8316-39c8cb0d60ec.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-be2601cc-7276-4323-8316-39c8cb0d60ec { display:inline-flex; } 
.ablocks-block-be9ec2f4-beb6-496f-bc6d-12b790f95a33 { padding-right:20px;padding-left:20px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be9ec2f4-beb6-496f-bc6d-12b790f95a33:hover { background:#ffffff;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10); } .ablocks-block-be9ec2f4-beb6-496f-bc6d-12b790f95a33.ablocks-block--container { padding-right:20px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-be9ec2f4-beb6-496f-bc6d-12b790f95a33 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-be9ec2f4-beb6-496f-bc6d-12b790f95a33.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6a32785e-5a20-467b-993f-1644341e08db { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6a32785e-5a20-467b-993f-1644341e08db { display:flex;justify-content:center; } .ablocks-block-6a32785e-5a20-467b-993f-1644341e08db .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-6a32785e-5a20-467b-993f-1644341e08db .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-6a32785e-5a20-467b-993f-1644341e08db .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0ac169e7-8de1-4206-9636-5a9131b6bc2c { padding-right:20px;padding-left:20px;border-width:1px 0px 0px 1px;border-style:solid;border-color:#f2f4f7;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0ac169e7-8de1-4206-9636-5a9131b6bc2c:hover { background:#ffffff;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10); } .ablocks-block-0ac169e7-8de1-4206-9636-5a9131b6bc2c.ablocks-block--container { padding-right:20px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0ac169e7-8de1-4206-9636-5a9131b6bc2c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0ac169e7-8de1-4206-9636-5a9131b6bc2c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-da3beea5-e7d2-464c-a76e-719abd535954 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-da3beea5-e7d2-464c-a76e-719abd535954 { display:flex;justify-content:center; } .ablocks-block-da3beea5-e7d2-464c-a76e-719abd535954 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-da3beea5-e7d2-464c-a76e-719abd535954 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-da3beea5-e7d2-464c-a76e-719abd535954 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-17d2a554-dbf1-4bf0-aace-9c0dae516f87 { padding-right:20px;padding-left:20px;border-width:1px 0px 0px 1px;border-style:solid;border-color:#f2f4f7;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-17d2a554-dbf1-4bf0-aace-9c0dae516f87:hover { background:#ffffff;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10); } .ablocks-block-17d2a554-dbf1-4bf0-aace-9c0dae516f87.ablocks-block--container { padding-right:20px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-17d2a554-dbf1-4bf0-aace-9c0dae516f87 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-17d2a554-dbf1-4bf0-aace-9c0dae516f87.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1f1ef00e-d5af-4041-b54c-d70ea0287df5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f1ef00e-d5af-4041-b54c-d70ea0287df5 { display:flex;justify-content:center; } .ablocks-block-1f1ef00e-d5af-4041-b54c-d70ea0287df5 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-1f1ef00e-d5af-4041-b54c-d70ea0287df5 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-1f1ef00e-d5af-4041-b54c-d70ea0287df5 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-1d8a6e7b-a4e5-4b9f-921f-0004f6f393da { padding-right:20px;padding-left:20px;border-width:1px 0px 0px 1px;border-style:solid;border-color:#f2f4f7;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d8a6e7b-a4e5-4b9f-921f-0004f6f393da:hover { background:#ffffff;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10); } .ablocks-block-1d8a6e7b-a4e5-4b9f-921f-0004f6f393da.ablocks-block--container { padding-right:20px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1d8a6e7b-a4e5-4b9f-921f-0004f6f393da { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1d8a6e7b-a4e5-4b9f-921f-0004f6f393da.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e4208886-6863-4310-8f4d-2b1c2d1e2ec6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e4208886-6863-4310-8f4d-2b1c2d1e2ec6 { display:flex;justify-content:center; } .ablocks-block-e4208886-6863-4310-8f4d-2b1c2d1e2ec6 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e4208886-6863-4310-8f4d-2b1c2d1e2ec6 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e4208886-6863-4310-8f4d-2b1c2d1e2ec6 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-98854ea0-37f2-40ca-8d21-17a80ec87774 { margin:0px;padding-top:100px;padding-bottom:170px;background-image:url("https://workspace.kodezen.com/wp-content/uploads/2025/01/main_container-6.webp");background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-98854ea0-37f2-40ca-8d21-17a80ec87774 { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-98854ea0-37f2-40ca-8d21-17a80ec87774 { padding-top:40px;padding-bottom:40px; } } .ablocks-block-98854ea0-37f2-40ca-8d21-17a80ec87774.ablocks-block--container { padding-top:100px;padding-bottom:170px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-98854ea0-37f2-40ca-8d21-17a80ec87774.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-98854ea0-37f2-40ca-8d21-17a80ec87774.ablocks-block--container { padding-top:40px;padding-bottom:40px; } } .ablocks-block-98854ea0-37f2-40ca-8d21-17a80ec87774 > .ablocks-block-container { max-width:min(100%,1300px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-98854ea0-37f2-40ca-8d21-17a80ec87774 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:8px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-98854ea0-37f2-40ca-8d21-17a80ec87774 > .ablocks-block-container { min-height:600px; } } @media screen and (max-width: 480px) { .ablocks-block-98854ea0-37f2-40ca-8d21-17a80ec87774 > .ablocks-block-container { min-height:617px; } } .ablocks-block-98854ea0-37f2-40ca-8d21-17a80ec87774.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:8px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-98854ea0-37f2-40ca-8d21-17a80ec87774.ablocks-has-block-container > .ablocks-block-container { min-height:600px; } } @media screen and (max-width: 480px) { .ablocks-block-98854ea0-37f2-40ca-8d21-17a80ec87774.ablocks-has-block-container > .ablocks-block-container { min-height:617px; } } 
.ablocks-block-0c07ba9a-ed8d-49e1-b079-a8adc218301c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0c07ba9a-ed8d-49e1-b079-a8adc218301c.ablocks-block--container { padding:0px;max-width:min(100%,1300px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-0c07ba9a-ed8d-49e1-b079-a8adc218301c.ablocks-block--container { max-width:min(100%,1300%) !important; } } .ablocks-block-0c07ba9a-ed8d-49e1-b079-a8adc218301c { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0c07ba9a-ed8d-49e1-b079-a8adc218301c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d1f44c37-60df-41b5-ad1a-34230c6c818f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1f44c37-60df-41b5-ad1a-34230c6c818f.ablocks-block--container { padding:0px;max-width:min(100%,500px) !important;overflow:visible; } .ablocks-block-d1f44c37-60df-41b5-ad1a-34230c6c818f { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-d1f44c37-60df-41b5-ad1a-34230c6c818f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-baeec9dc-fb93-492c-92e8-31efb7be4b17 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-baeec9dc-fb93-492c-92e8-31efb7be4b17 { text-align:left; } .ablocks-block-baeec9dc-fb93-492c-92e8-31efb7be4b17 .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:left;color:#2E90FA;border-width:1px;border-style:solid;border-color:#2E90FA;border-radius:100px;font-family:Manrope,sans-serif;font-weight:600;font-size:20px;line-height:30px;padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-baeec9dc-fb93-492c-92e8-31efb7be4b17 .ablocks-button { font-family:Manrope;font-size:14px;line-height:24px; } } .ablocks-block-baeec9dc-fb93-492c-92e8-31efb7be4b17 .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#2e90fa;border-width:1px;border-color:#2e90fa;border-style:solid;border-radius:100px; } .ablocks-block-baeec9dc-fb93-492c-92e8-31efb7be4b17 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-baeec9dc-fb93-492c-92e8-31efb7be4b17 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-baeec9dc-fb93-492c-92e8-31efb7be4b17 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-baeec9dc-fb93-492c-92e8-31efb7be4b17 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0903de14-0e3e-4c55-9dc7-db841e4fc124 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0903de14-0e3e-4c55-9dc7-db841e4fc124 { text-align:left; } .ablocks-block-0903de14-0e3e-4c55-9dc7-db841e4fc124 .ablocks-heading-text { color:#0B0B0C;font-family:Manrope,sans-serif;font-weight:600;font-size:48px;line-height:60px;letter-spacing:-0.02px; } @media screen and (max-width: 800px) { .ablocks-block-0903de14-0e3e-4c55-9dc7-db841e4fc124 .ablocks-heading-text { font-family:Manrope;font-size:28px;line-height:48px; } } 
.ablocks-block-316f1957-36da-4c8b-87da-bc6bfe30a3b1 { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-316f1957-36da-4c8b-87da-bc6bfe30a3b1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-316f1957-36da-4c8b-87da-bc6bfe30a3b1 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-316f1957-36da-4c8b-87da-bc6bfe30a3b1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-01ab8162-03bc-4e5c-8c90-d0be9887956e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-01ab8162-03bc-4e5c-8c90-d0be9887956e .ablocks-carousel-swiper .swiper-wrapper { min-height:300px;align-items:center; } .ablocks-block-01ab8162-03bc-4e5c-8c90-d0be9887956e .ablocks-carousel-navigation__button { top:490px; } .ablocks-block-01ab8162-03bc-4e5c-8c90-d0be9887956e .ablocks-carousel-navigation__button--next { right:38%; } .ablocks-block-01ab8162-03bc-4e5c-8c90-d0be9887956e .ablocks-carousel-navigation__button--prev { left:39%; } .ablocks-block-01ab8162-03bc-4e5c-8c90-d0be9887956e .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:15px; } @media screen and (max-width: 800px) { .ablocks-block-01ab8162-03bc-4e5c-8c90-d0be9887956e .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:20px; } } .ablocks-block-01ab8162-03bc-4e5c-8c90-d0be9887956e .ablocks-carousel-pagination { left:47%;top:100%; } .ablocks-block-01ab8162-03bc-4e5c-8c90-d0be9887956e .swiper-pagination-bullet { background-color:black;width:8px;height:8px; } .ablocks-block-01ab8162-03bc-4e5c-8c90-d0be9887956e .swiper-pagination-bullet:hover { background-color:black;width:8px;height:8px; } .ablocks-block-01ab8162-03bc-4e5c-8c90-d0be9887956e .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:black;width:8px;height:8px; } .ablocks-block-01ab8162-03bc-4e5c-8c90-d0be9887956e .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:black;width:8px;height:8px; } .ablocks-block-01ab8162-03bc-4e5c-8c90-d0be9887956e .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#667085;background-color:#1570ef00;padding:12px;border-width:1px;border-style:solid;border-color:#d0d5dd;border-radius:33px; } .ablocks-block-01ab8162-03bc-4e5c-8c90-d0be9887956e .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:s;fill:#ffffff;background-color:#1570EF; } 
.ablocks-block-de95043c-d7b2-4937-890a-0f8480945594 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-1e090ad5-0a5b-4c9e-a380-55b05cd85ac8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1e090ad5-0a5b-4c9e-a380-55b05cd85ac8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1e090ad5-0a5b-4c9e-a380-55b05cd85ac8 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1e090ad5-0a5b-4c9e-a380-55b05cd85ac8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-69734540-0473-48c5-9553-764ac3482a1e { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-width:1px;border-style:solid;border-color:#d0d5dd;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-69734540-0473-48c5-9553-764ac3482a1e.ablocks-block--container { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;max-width:min(100%,302px) !important;overflow:visible; } .ablocks-block-69734540-0473-48c5-9553-764ac3482a1e { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-69734540-0473-48c5-9553-764ac3482a1e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-8db95b42-b9bc-4144-9cf6-9c9b8c56e45a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8db95b42-b9bc-4144-9cf6-9c9b8c56e45a { display:flex;justify-content:center; } .ablocks-block-8db95b42-b9bc-4144-9cf6-9c9b8c56e45a .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-8db95b42-b9bc-4144-9cf6-9c9b8c56e45a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8db95b42-b9bc-4144-9cf6-9c9b8c56e45a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770:not(.ablocks-has-block-container), .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-block--info-box__content { gap:4px;align-items:center; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Manrope,sans-serif;font-weight:600;font-size:20px;line-height:30px;color:#101828; } @media screen and (max-width: 800px) { .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Manrope; } } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#667085;font-family:Manrope,sans-serif;font-weight:600;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Manrope; } } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-6216dc98-7f0f-4ec4-a5ba-1220eb504770 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-55281a32-9999-47a4-8f12-e2c740418cc3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-55281a32-9999-47a4-8f12-e2c740418cc3.ablocks-block--container { padding:0px;max-width:min(100%,65%) !important;overflow:visible; } .ablocks-block-55281a32-9999-47a4-8f12-e2c740418cc3 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-55281a32-9999-47a4-8f12-e2c740418cc3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-55281a32-9999-47a4-8f12-e2c740418cc3 { display:inline-flex; } 
.ablocks-block-1cebb27a-d2be-434f-a4f2-867c8c493370 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1cebb27a-d2be-434f-a4f2-867c8c493370 { text-align:left; } .ablocks-block-1cebb27a-d2be-434f-a4f2-867c8c493370 .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-1cebb27a-d2be-434f-a4f2-867c8c493370 .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-1cebb27a-d2be-434f-a4f2-867c8c493370 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-1cebb27a-d2be-434f-a4f2-867c8c493370 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-1cebb27a-d2be-434f-a4f2-867c8c493370 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-1cebb27a-d2be-434f-a4f2-867c8c493370 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-81b04381-a0aa-41bc-b159-5841233dbbd3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-81b04381-a0aa-41bc-b159-5841233dbbd3 { text-align:left; } .ablocks-block-81b04381-a0aa-41bc-b159-5841233dbbd3 .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-81b04381-a0aa-41bc-b159-5841233dbbd3 .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-81b04381-a0aa-41bc-b159-5841233dbbd3 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-81b04381-a0aa-41bc-b159-5841233dbbd3 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-81b04381-a0aa-41bc-b159-5841233dbbd3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-81b04381-a0aa-41bc-b159-5841233dbbd3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-75a435f2-d6b3-4d1c-84ae-dfa0adc4f3c1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-75a435f2-d6b3-4d1c-84ae-dfa0adc4f3c1 { text-align:left; } .ablocks-block-75a435f2-d6b3-4d1c-84ae-dfa0adc4f3c1 .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-75a435f2-d6b3-4d1c-84ae-dfa0adc4f3c1 .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-75a435f2-d6b3-4d1c-84ae-dfa0adc4f3c1 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-75a435f2-d6b3-4d1c-84ae-dfa0adc4f3c1 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-75a435f2-d6b3-4d1c-84ae-dfa0adc4f3c1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-75a435f2-d6b3-4d1c-84ae-dfa0adc4f3c1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-f28f2b8f-b281-472e-ae95-44f2123b0ea1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f28f2b8f-b281-472e-ae95-44f2123b0ea1 { text-align:left; } .ablocks-block-f28f2b8f-b281-472e-ae95-44f2123b0ea1 .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-f28f2b8f-b281-472e-ae95-44f2123b0ea1 .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-f28f2b8f-b281-472e-ae95-44f2123b0ea1 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-f28f2b8f-b281-472e-ae95-44f2123b0ea1 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-f28f2b8f-b281-472e-ae95-44f2123b0ea1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-f28f2b8f-b281-472e-ae95-44f2123b0ea1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-a6d361cd-76ac-46bf-bd11-5bd4b32bc399 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-02cdd2c2-ce05-4d1d-b9ba-e86fc4fee732 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-02cdd2c2-ce05-4d1d-b9ba-e86fc4fee732.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-02cdd2c2-ce05-4d1d-b9ba-e86fc4fee732 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-02cdd2c2-ce05-4d1d-b9ba-e86fc4fee732.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-34c6d4e6-f268-420c-95c5-b23f3b84bc10 { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-width:1px;border-style:solid;border-color:#d0d5dd;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-34c6d4e6-f268-420c-95c5-b23f3b84bc10.ablocks-block--container { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;max-width:min(100%,302px) !important;overflow:visible; } .ablocks-block-34c6d4e6-f268-420c-95c5-b23f3b84bc10 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-34c6d4e6-f268-420c-95c5-b23f3b84bc10.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-675386fb-bc49-432d-9a58-c18710c917e7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-675386fb-bc49-432d-9a58-c18710c917e7 { display:flex;justify-content:center; } .ablocks-block-675386fb-bc49-432d-9a58-c18710c917e7 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-675386fb-bc49-432d-9a58-c18710c917e7 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-675386fb-bc49-432d-9a58-c18710c917e7 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a:not(.ablocks-has-block-container), .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-block--info-box__content { gap:4px;align-items:center; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Manrope,sans-serif;font-weight:600;font-size:20px;line-height:30px;color:#101828; } @media screen and (max-width: 800px) { .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Manrope; } } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#667085;font-family:Manrope,sans-serif;font-weight:600;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Manrope; } } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1761ea39-50de-445f-aef9-783b8a34b57a .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-2687664b-f60e-48cb-8e7f-6d34c63d1c89 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2687664b-f60e-48cb-8e7f-6d34c63d1c89.ablocks-block--container { padding:0px;max-width:min(100%,65%) !important;overflow:visible; } .ablocks-block-2687664b-f60e-48cb-8e7f-6d34c63d1c89 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2687664b-f60e-48cb-8e7f-6d34c63d1c89.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2687664b-f60e-48cb-8e7f-6d34c63d1c89 { display:inline-flex; } 
.ablocks-block-b7de61cd-bb65-4bca-841f-f5cb9ac7b98e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b7de61cd-bb65-4bca-841f-f5cb9ac7b98e { text-align:left; } .ablocks-block-b7de61cd-bb65-4bca-841f-f5cb9ac7b98e .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-b7de61cd-bb65-4bca-841f-f5cb9ac7b98e .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-b7de61cd-bb65-4bca-841f-f5cb9ac7b98e .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-b7de61cd-bb65-4bca-841f-f5cb9ac7b98e .ablocks-icon-wrap { font-size:18px; } .ablocks-block-b7de61cd-bb65-4bca-841f-f5cb9ac7b98e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-b7de61cd-bb65-4bca-841f-f5cb9ac7b98e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-5c07268d-b54e-4a61-a478-a61b4aba083d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5c07268d-b54e-4a61-a478-a61b4aba083d { text-align:left; } .ablocks-block-5c07268d-b54e-4a61-a478-a61b4aba083d .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-5c07268d-b54e-4a61-a478-a61b4aba083d .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-5c07268d-b54e-4a61-a478-a61b4aba083d .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-5c07268d-b54e-4a61-a478-a61b4aba083d .ablocks-icon-wrap { font-size:18px; } .ablocks-block-5c07268d-b54e-4a61-a478-a61b4aba083d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-5c07268d-b54e-4a61-a478-a61b4aba083d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-96f3cf53-8749-4954-be94-4161a241d146 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-96f3cf53-8749-4954-be94-4161a241d146 { text-align:left; } .ablocks-block-96f3cf53-8749-4954-be94-4161a241d146 .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-96f3cf53-8749-4954-be94-4161a241d146 .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-96f3cf53-8749-4954-be94-4161a241d146 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-96f3cf53-8749-4954-be94-4161a241d146 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-96f3cf53-8749-4954-be94-4161a241d146 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-96f3cf53-8749-4954-be94-4161a241d146 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-2b41087b-6afc-4c24-a159-45ec450a5c00 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2b41087b-6afc-4c24-a159-45ec450a5c00 { text-align:left; } .ablocks-block-2b41087b-6afc-4c24-a159-45ec450a5c00 .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-2b41087b-6afc-4c24-a159-45ec450a5c00 .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-2b41087b-6afc-4c24-a159-45ec450a5c00 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-2b41087b-6afc-4c24-a159-45ec450a5c00 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-2b41087b-6afc-4c24-a159-45ec450a5c00 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-2b41087b-6afc-4c24-a159-45ec450a5c00 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-d325cc16-98e4-42d3-b8e4-976de267d9ac { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-3b0981b7-26e6-4055-b4d7-37bb570d1ddd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3b0981b7-26e6-4055-b4d7-37bb570d1ddd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3b0981b7-26e6-4055-b4d7-37bb570d1ddd { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3b0981b7-26e6-4055-b4d7-37bb570d1ddd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b90fc4d2-3700-4a74-8d75-7db0df1b82c2 { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-width:1px;border-style:solid;border-color:#d0d5dd;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b90fc4d2-3700-4a74-8d75-7db0df1b82c2.ablocks-block--container { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;max-width:min(100%,302px) !important;overflow:visible; } .ablocks-block-b90fc4d2-3700-4a74-8d75-7db0df1b82c2 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-b90fc4d2-3700-4a74-8d75-7db0df1b82c2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-1d5abf79-fb86-45ef-b47c-abeddf42e7c3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d5abf79-fb86-45ef-b47c-abeddf42e7c3 { display:flex;justify-content:center; } .ablocks-block-1d5abf79-fb86-45ef-b47c-abeddf42e7c3 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-1d5abf79-fb86-45ef-b47c-abeddf42e7c3 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-1d5abf79-fb86-45ef-b47c-abeddf42e7c3 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011:not(.ablocks-has-block-container), .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-block--info-box__content { gap:4px;align-items:center; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Manrope,sans-serif;font-weight:600;font-size:20px;line-height:30px;color:#101828; } @media screen and (max-width: 800px) { .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Manrope; } } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#667085;font-family:Manrope,sans-serif;font-weight:600;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Manrope; } } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-bb9d5c75-328e-4740-bd99-3ba0d0b8e011 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-3bc49623-4c91-431a-9100-378eadf8ac39 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3bc49623-4c91-431a-9100-378eadf8ac39.ablocks-block--container { padding:0px;max-width:min(100%,65%) !important;overflow:visible; } .ablocks-block-3bc49623-4c91-431a-9100-378eadf8ac39 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3bc49623-4c91-431a-9100-378eadf8ac39.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3bc49623-4c91-431a-9100-378eadf8ac39 { display:inline-flex; } 
.ablocks-block-86a31ac3-4f14-4e30-9ad6-297dae390039 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-86a31ac3-4f14-4e30-9ad6-297dae390039 { text-align:left; } .ablocks-block-86a31ac3-4f14-4e30-9ad6-297dae390039 .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-86a31ac3-4f14-4e30-9ad6-297dae390039 .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-86a31ac3-4f14-4e30-9ad6-297dae390039 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-86a31ac3-4f14-4e30-9ad6-297dae390039 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-86a31ac3-4f14-4e30-9ad6-297dae390039 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-86a31ac3-4f14-4e30-9ad6-297dae390039 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-a0ea4813-9f68-4385-8f01-7f39cec106f9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a0ea4813-9f68-4385-8f01-7f39cec106f9 { text-align:left; } .ablocks-block-a0ea4813-9f68-4385-8f01-7f39cec106f9 .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-a0ea4813-9f68-4385-8f01-7f39cec106f9 .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-a0ea4813-9f68-4385-8f01-7f39cec106f9 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-a0ea4813-9f68-4385-8f01-7f39cec106f9 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-a0ea4813-9f68-4385-8f01-7f39cec106f9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-a0ea4813-9f68-4385-8f01-7f39cec106f9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-d7b3d66e-04a6-402c-90ad-3bed844204b8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d7b3d66e-04a6-402c-90ad-3bed844204b8 { text-align:left; } .ablocks-block-d7b3d66e-04a6-402c-90ad-3bed844204b8 .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-d7b3d66e-04a6-402c-90ad-3bed844204b8 .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-d7b3d66e-04a6-402c-90ad-3bed844204b8 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-d7b3d66e-04a6-402c-90ad-3bed844204b8 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-d7b3d66e-04a6-402c-90ad-3bed844204b8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-d7b3d66e-04a6-402c-90ad-3bed844204b8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-96c42b04-396d-4fe5-aeab-7004ce9d1159 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-96c42b04-396d-4fe5-aeab-7004ce9d1159 { text-align:left; } .ablocks-block-96c42b04-396d-4fe5-aeab-7004ce9d1159 .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-96c42b04-396d-4fe5-aeab-7004ce9d1159 .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-96c42b04-396d-4fe5-aeab-7004ce9d1159 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-96c42b04-396d-4fe5-aeab-7004ce9d1159 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-96c42b04-396d-4fe5-aeab-7004ce9d1159 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-96c42b04-396d-4fe5-aeab-7004ce9d1159 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-6dcf468d-687b-4ea6-8f1c-337ec849b908 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-08e43222-2616-4e8b-941b-95fcb7849ef3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-08e43222-2616-4e8b-941b-95fcb7849ef3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-08e43222-2616-4e8b-941b-95fcb7849ef3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-08e43222-2616-4e8b-941b-95fcb7849ef3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0dabe132-8875-4696-b2c1-6253dfbe2aa0 { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-width:1px;border-style:solid;border-color:#d0d5dd;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0dabe132-8875-4696-b2c1-6253dfbe2aa0.ablocks-block--container { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;max-width:min(100%,302px) !important;overflow:visible; } .ablocks-block-0dabe132-8875-4696-b2c1-6253dfbe2aa0 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-0dabe132-8875-4696-b2c1-6253dfbe2aa0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-5c8598d1-ec0d-4714-a855-2cafe3a0a56e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5c8598d1-ec0d-4714-a855-2cafe3a0a56e { display:flex;justify-content:center; } .ablocks-block-5c8598d1-ec0d-4714-a855-2cafe3a0a56e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-5c8598d1-ec0d-4714-a855-2cafe3a0a56e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-5c8598d1-ec0d-4714-a855-2cafe3a0a56e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea:not(.ablocks-has-block-container), .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-block--info-box__content { gap:4px;align-items:center; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Manrope,sans-serif;font-weight:600;font-size:20px;line-height:30px;color:#101828; } @media screen and (max-width: 800px) { .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Manrope; } } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#667085;font-family:Manrope,sans-serif;font-weight:600;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Manrope; } } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-88ed9f01-fcb7-42fb-85e6-b831563429ea .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-c347b116-0389-43b3-98bd-bf66d2ffc8ba { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c347b116-0389-43b3-98bd-bf66d2ffc8ba.ablocks-block--container { padding:0px;max-width:min(100%,65%) !important;overflow:visible; } .ablocks-block-c347b116-0389-43b3-98bd-bf66d2ffc8ba { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c347b116-0389-43b3-98bd-bf66d2ffc8ba.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c347b116-0389-43b3-98bd-bf66d2ffc8ba { display:inline-flex; } 
.ablocks-block-3f5a73c0-5b35-4009-a207-9b8bd859dbf8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f5a73c0-5b35-4009-a207-9b8bd859dbf8 { text-align:left; } .ablocks-block-3f5a73c0-5b35-4009-a207-9b8bd859dbf8 .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-3f5a73c0-5b35-4009-a207-9b8bd859dbf8 .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-3f5a73c0-5b35-4009-a207-9b8bd859dbf8 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-3f5a73c0-5b35-4009-a207-9b8bd859dbf8 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-3f5a73c0-5b35-4009-a207-9b8bd859dbf8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-3f5a73c0-5b35-4009-a207-9b8bd859dbf8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-9b8b1b55-c901-4e98-ad74-3ebe8594f038 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9b8b1b55-c901-4e98-ad74-3ebe8594f038 { text-align:left; } .ablocks-block-9b8b1b55-c901-4e98-ad74-3ebe8594f038 .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-9b8b1b55-c901-4e98-ad74-3ebe8594f038 .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-9b8b1b55-c901-4e98-ad74-3ebe8594f038 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-9b8b1b55-c901-4e98-ad74-3ebe8594f038 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-9b8b1b55-c901-4e98-ad74-3ebe8594f038 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-9b8b1b55-c901-4e98-ad74-3ebe8594f038 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-f2c0d4b7-4769-4a78-a651-a0a831849d2e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f2c0d4b7-4769-4a78-a651-a0a831849d2e { text-align:left; } .ablocks-block-f2c0d4b7-4769-4a78-a651-a0a831849d2e .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-f2c0d4b7-4769-4a78-a651-a0a831849d2e .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-f2c0d4b7-4769-4a78-a651-a0a831849d2e .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-f2c0d4b7-4769-4a78-a651-a0a831849d2e .ablocks-icon-wrap { font-size:18px; } .ablocks-block-f2c0d4b7-4769-4a78-a651-a0a831849d2e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-f2c0d4b7-4769-4a78-a651-a0a831849d2e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-2ccfd97c-9816-4dff-9a64-68dc6ffefaef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ccfd97c-9816-4dff-9a64-68dc6ffefaef { text-align:left; } .ablocks-block-2ccfd97c-9816-4dff-9a64-68dc6ffefaef .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-2ccfd97c-9816-4dff-9a64-68dc6ffefaef .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-2ccfd97c-9816-4dff-9a64-68dc6ffefaef .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-2ccfd97c-9816-4dff-9a64-68dc6ffefaef .ablocks-icon-wrap { font-size:18px; } .ablocks-block-2ccfd97c-9816-4dff-9a64-68dc6ffefaef .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-2ccfd97c-9816-4dff-9a64-68dc6ffefaef .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-9b0c40bf-fbe9-4bf4-a182-b24e87f328f4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-b90759ae-979b-4c2a-ade7-4d497d3f0cba { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b90759ae-979b-4c2a-ade7-4d497d3f0cba.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b90759ae-979b-4c2a-ade7-4d497d3f0cba { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b90759ae-979b-4c2a-ade7-4d497d3f0cba.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f24925e8-7ee2-4264-876d-20dba53c006d { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-width:1px;border-style:solid;border-color:#d0d5dd;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f24925e8-7ee2-4264-876d-20dba53c006d.ablocks-block--container { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;max-width:min(100%,302px) !important;overflow:visible; } .ablocks-block-f24925e8-7ee2-4264-876d-20dba53c006d { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-f24925e8-7ee2-4264-876d-20dba53c006d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-3a0f2a14-cfab-44bd-890a-d645de24615e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3a0f2a14-cfab-44bd-890a-d645de24615e { display:flex;justify-content:center; } .ablocks-block-3a0f2a14-cfab-44bd-890a-d645de24615e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-3a0f2a14-cfab-44bd-890a-d645de24615e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3a0f2a14-cfab-44bd-890a-d645de24615e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02:not(.ablocks-has-block-container), .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-block--info-box__content { gap:4px;align-items:center; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Manrope,sans-serif;font-weight:600;font-size:20px;line-height:30px;color:#101828; } @media screen and (max-width: 800px) { .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Manrope; } } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#667085;font-family:Manrope,sans-serif;font-weight:600;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Manrope; } } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-33970750-8dc2-42b7-ba67-e0847bf96c02 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-b94e37d3-6a6f-46f5-8857-2f3359a4cf7e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b94e37d3-6a6f-46f5-8857-2f3359a4cf7e.ablocks-block--container { padding:0px;max-width:min(100%,65%) !important;overflow:visible; } .ablocks-block-b94e37d3-6a6f-46f5-8857-2f3359a4cf7e { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b94e37d3-6a6f-46f5-8857-2f3359a4cf7e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b94e37d3-6a6f-46f5-8857-2f3359a4cf7e { display:inline-flex; } 
.ablocks-block-554e77ce-75ff-4efc-952d-7230532810be { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-554e77ce-75ff-4efc-952d-7230532810be { text-align:left; } .ablocks-block-554e77ce-75ff-4efc-952d-7230532810be .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-554e77ce-75ff-4efc-952d-7230532810be .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-554e77ce-75ff-4efc-952d-7230532810be .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-554e77ce-75ff-4efc-952d-7230532810be .ablocks-icon-wrap { font-size:18px; } .ablocks-block-554e77ce-75ff-4efc-952d-7230532810be .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-554e77ce-75ff-4efc-952d-7230532810be .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-9fe3ffe3-f5ba-484a-b1e3-2251895aa5ce { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9fe3ffe3-f5ba-484a-b1e3-2251895aa5ce { text-align:left; } .ablocks-block-9fe3ffe3-f5ba-484a-b1e3-2251895aa5ce .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-9fe3ffe3-f5ba-484a-b1e3-2251895aa5ce .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-9fe3ffe3-f5ba-484a-b1e3-2251895aa5ce .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-9fe3ffe3-f5ba-484a-b1e3-2251895aa5ce .ablocks-icon-wrap { font-size:18px; } .ablocks-block-9fe3ffe3-f5ba-484a-b1e3-2251895aa5ce .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-9fe3ffe3-f5ba-484a-b1e3-2251895aa5ce .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-2cdabc86-b2b2-4876-8fb4-39f641217b6b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2cdabc86-b2b2-4876-8fb4-39f641217b6b { text-align:left; } .ablocks-block-2cdabc86-b2b2-4876-8fb4-39f641217b6b .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-2cdabc86-b2b2-4876-8fb4-39f641217b6b .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-2cdabc86-b2b2-4876-8fb4-39f641217b6b .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-2cdabc86-b2b2-4876-8fb4-39f641217b6b .ablocks-icon-wrap { font-size:18px; } .ablocks-block-2cdabc86-b2b2-4876-8fb4-39f641217b6b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-2cdabc86-b2b2-4876-8fb4-39f641217b6b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-b7a47b21-69a2-42cb-838a-9500c751a5d7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b7a47b21-69a2-42cb-838a-9500c751a5d7 { text-align:left; } .ablocks-block-b7a47b21-69a2-42cb-838a-9500c751a5d7 .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:center;color:#000000;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:10px; } .ablocks-block-b7a47b21-69a2-42cb-838a-9500c751a5d7 .ablocks-button:hover { transition-duration:s;color:#137fd4;background:#EFF8FF; } .ablocks-block-b7a47b21-69a2-42cb-838a-9500c751a5d7 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#137fd4; } .ablocks-block-b7a47b21-69a2-42cb-838a-9500c751a5d7 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-b7a47b21-69a2-42cb-838a-9500c751a5d7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-b7a47b21-69a2-42cb-838a-9500c751a5d7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-19c96a83-9970-456e-93d3-9746a38214f3 { margin-top:0px;padding-top:0px;padding-bottom:100px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-19c96a83-9970-456e-93d3-9746a38214f3 { padding-bottom:50px; } } @media screen and (max-width: 480px) { .ablocks-block-19c96a83-9970-456e-93d3-9746a38214f3 { padding-top:30px;padding-bottom:40px; } } .ablocks-block-19c96a83-9970-456e-93d3-9746a38214f3.ablocks-block--container { padding-top:0px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-19c96a83-9970-456e-93d3-9746a38214f3.ablocks-block--container { padding-bottom:50px; } } @media screen and (max-width: 480px) { .ablocks-block-19c96a83-9970-456e-93d3-9746a38214f3.ablocks-block--container { padding-top:30px;padding-bottom:40px; } } .ablocks-block-19c96a83-9970-456e-93d3-9746a38214f3 > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-19c96a83-9970-456e-93d3-9746a38214f3 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-19c96a83-9970-456e-93d3-9746a38214f3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-4a975b86-e70e-4ead-9fe4-352de75877f0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a975b86-e70e-4ead-9fe4-352de75877f0.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4a975b86-e70e-4ead-9fe4-352de75877f0 { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } .ablocks-block-4a975b86-e70e-4ead-9fe4-352de75877f0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } 
.ablocks-block-54796db4-1263-41ef-9d38-6dada1828a7e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-54796db4-1263-41ef-9d38-6dada1828a7e.ablocks-block--container { padding:0px;max-width:min(100%,1280px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-54796db4-1263-41ef-9d38-6dada1828a7e.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-54796db4-1263-41ef-9d38-6dada1828a7e { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-54796db4-1263-41ef-9d38-6dada1828a7e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-e5638b89-05ad-43df-9554-81d703bac46a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5638b89-05ad-43df-9554-81d703bac46a { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-e5638b89-05ad-43df-9554-81d703bac46a { text-align:center; } } .ablocks-block-e5638b89-05ad-43df-9554-81d703bac46a .ablocks-paragraph-text { color:#475467;font-family:Manrope,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e5638b89-05ad-43df-9554-81d703bac46a .ablocks-paragraph-text { font-family:Manrope; } } .ablocks-block-e5638b89-05ad-43df-9554-81d703bac46a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-80863e05-022e-4111-af6b-648619e36fc2 { width:44%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-80863e05-022e-4111-af6b-648619e36fc2 { width:60%; } } @media screen and (max-width: 480px) { .ablocks-block-80863e05-022e-4111-af6b-648619e36fc2 { width:90%; } } .ablocks-block-80863e05-022e-4111-af6b-648619e36fc2 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-80863e05-022e-4111-af6b-648619e36fc2 { text-align:center; } } .ablocks-block-80863e05-022e-4111-af6b-648619e36fc2 .ablocks-heading-text { color:#101828;font-family:Manrope,sans-serif;font-weight:600;font-style:normal;font-size:48px;line-height:60px;letter-spacing:-0.96px; } @media screen and (max-width: 800px) { .ablocks-block-80863e05-022e-4111-af6b-648619e36fc2 .ablocks-heading-text { font-family:Manrope; } } @media screen and (max-width: 480px) { .ablocks-block-80863e05-022e-4111-af6b-648619e36fc2 .ablocks-heading-text { font-size:32px;line-height:46px; } } 
.ablocks-block-a48e33de-65b4-4f92-b7a9-41a7ffa73cd9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a48e33de-65b4-4f92-b7a9-41a7ffa73cd9.ablocks-block--container { padding:0px;max-width:min(100%,1280px) !important;overflow:visible; } .ablocks-block-a48e33de-65b4-4f92-b7a9-41a7ffa73cd9 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a48e33de-65b4-4f92-b7a9-41a7ffa73cd9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cf32e459-ed54-4ec7-bba6-eee781c5e8e7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cf32e459-ed54-4ec7-bba6-eee781c5e8e7 .ablocks-carousel-swiper .swiper-wrapper { min-height:300px;align-items:center; } .ablocks-block-cf32e459-ed54-4ec7-bba6-eee781c5e8e7 .ablocks-carousel-navigation__button { top:-15%; } .ablocks-block-cf32e459-ed54-4ec7-bba6-eee781c5e8e7 .ablocks-carousel-navigation__button--next { right:1%; } .ablocks-block-cf32e459-ed54-4ec7-bba6-eee781c5e8e7 .ablocks-carousel-navigation__button--prev { left:76%; } .ablocks-block-cf32e459-ed54-4ec7-bba6-eee781c5e8e7 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-cf32e459-ed54-4ec7-bba6-eee781c5e8e7 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:20px; } } .ablocks-block-cf32e459-ed54-4ec7-bba6-eee781c5e8e7 .ablocks-carousel-pagination { left:47%;top:100%; } .ablocks-block-cf32e459-ed54-4ec7-bba6-eee781c5e8e7 .swiper-pagination-bullet { background-color:black;width:8px;height:8px; } .ablocks-block-cf32e459-ed54-4ec7-bba6-eee781c5e8e7 .swiper-pagination-bullet:hover { background-color:black;width:8px;height:8px; } .ablocks-block-cf32e459-ed54-4ec7-bba6-eee781c5e8e7 .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:black;width:8px;height:8px; } .ablocks-block-cf32e459-ed54-4ec7-bba6-eee781c5e8e7 .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:black;width:8px;height:8px; } .ablocks-block-cf32e459-ed54-4ec7-bba6-eee781c5e8e7 .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#475467;background-color:#ffffff;padding:11px;border-width:1px;border-style:solid;border-color:#d0d5dd;border-radius:33px; } .ablocks-block-cf32e459-ed54-4ec7-bba6-eee781c5e8e7 .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:s;fill:#ffffff;background-color:#101828; } 
.ablocks-block-df4d1104-caf0-47f8-b2e3-187b969dd379 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-560878ae-f059-4f11-807b-4c9e5cb93fe1 { padding:32px;background:#ffffff;border-radius:12px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-560878ae-f059-4f11-807b-4c9e5cb93fe1.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-560878ae-f059-4f11-807b-4c9e5cb93fe1 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-560878ae-f059-4f11-807b-4c9e5cb93fe1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e15f073b-63da-4b26-af1a-34c234310a56 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e15f073b-63da-4b26-af1a-34c234310a56:not(.ablocks-has-block-container), .ablocks-block-e15f073b-63da-4b26-af1a-34c234310a56.ablocks-block--star-ratings > .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-e15f073b-63da-4b26-af1a-34c234310a56 .ablocks-rating { font-size:24px; } .ablocks-block-e15f073b-63da-4b26-af1a-34c234310a56 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-e15f073b-63da-4b26-af1a-34c234310a56 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-e15f073b-63da-4b26-af1a-34c234310a56 .ablocks-star-ratings-icons { gap:4px; } .ablocks-block-e15f073b-63da-4b26-af1a-34c234310a56 .ablocks-star-rating-number { color:#000000; } 
.ablocks-block-ece64e65-7c4d-4bf9-8451-2c44f3d77ad3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ece64e65-7c4d-4bf9-8451-2c44f3d77ad3 { text-align:left; } .ablocks-block-ece64e65-7c4d-4bf9-8451-2c44f3d77ad3 .ablocks-paragraph-text { color:#101828;font-family:Manrope,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-ece64e65-7c4d-4bf9-8451-2c44f3d77ad3 .ablocks-paragraph-text { font-family:Manrope; } } .ablocks-block-ece64e65-7c4d-4bf9-8451-2c44f3d77ad3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 { margin-top:40px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692:not(.ablocks-has-block-container), .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Manrope,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;color:#101828; } @media screen and (max-width: 800px) { .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Manrope; } } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.14px; } @media screen and (max-width: 800px) { .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-12f4a35b-e362-4b94-8c77-32f681485692 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-975cfafd-0f40-4d6a-b937-20621af0022e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-561061b8-d8bd-4505-981b-4cc44576adad { padding:32px;background:#ffffff;border-radius:12px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-561061b8-d8bd-4505-981b-4cc44576adad.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-561061b8-d8bd-4505-981b-4cc44576adad { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-561061b8-d8bd-4505-981b-4cc44576adad.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cf359407-ab16-410c-84dc-1084bbfdfc1f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cf359407-ab16-410c-84dc-1084bbfdfc1f:not(.ablocks-has-block-container), .ablocks-block-cf359407-ab16-410c-84dc-1084bbfdfc1f.ablocks-block--star-ratings > .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-cf359407-ab16-410c-84dc-1084bbfdfc1f .ablocks-rating { font-size:24px; } .ablocks-block-cf359407-ab16-410c-84dc-1084bbfdfc1f .ablocks-icon-wrap { font-size:18px; } .ablocks-block-cf359407-ab16-410c-84dc-1084bbfdfc1f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-cf359407-ab16-410c-84dc-1084bbfdfc1f .ablocks-star-ratings-icons { gap:4px; } .ablocks-block-cf359407-ab16-410c-84dc-1084bbfdfc1f .ablocks-star-rating-number { color:#000000; } 
.ablocks-block-1ddfc98c-161e-4001-82c8-6af36f2a9940 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ddfc98c-161e-4001-82c8-6af36f2a9940 { text-align:left; } .ablocks-block-1ddfc98c-161e-4001-82c8-6af36f2a9940 .ablocks-paragraph-text { color:#101828;font-family:Manrope,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-1ddfc98c-161e-4001-82c8-6af36f2a9940 .ablocks-paragraph-text { font-family:Manrope; } } .ablocks-block-1ddfc98c-161e-4001-82c8-6af36f2a9940 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d { margin-top:40px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d:not(.ablocks-has-block-container), .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Manrope,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;color:#101828; } @media screen and (max-width: 800px) { .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Manrope; } } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.14px; } @media screen and (max-width: 800px) { .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-fa1d41bb-3337-4d0d-a15c-08c98702b86d .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-d7d6dd45-0e04-4a77-ac9a-d7b72960e01d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-41674def-a153-4c97-8804-7660d4ae08fe { padding:32px;background:#ffffff;border-radius:12px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-41674def-a153-4c97-8804-7660d4ae08fe.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-41674def-a153-4c97-8804-7660d4ae08fe { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-41674def-a153-4c97-8804-7660d4ae08fe.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-82dde8d5-05db-41d7-a06a-c262edace0c8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82dde8d5-05db-41d7-a06a-c262edace0c8:not(.ablocks-has-block-container), .ablocks-block-82dde8d5-05db-41d7-a06a-c262edace0c8.ablocks-block--star-ratings > .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-82dde8d5-05db-41d7-a06a-c262edace0c8 .ablocks-rating { font-size:24px; } .ablocks-block-82dde8d5-05db-41d7-a06a-c262edace0c8 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-82dde8d5-05db-41d7-a06a-c262edace0c8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-82dde8d5-05db-41d7-a06a-c262edace0c8 .ablocks-star-ratings-icons { gap:4px; } .ablocks-block-82dde8d5-05db-41d7-a06a-c262edace0c8 .ablocks-star-rating-number { color:#000000; } 
.ablocks-block-d01c415a-7024-4a48-a03e-c9b5da3fc594 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d01c415a-7024-4a48-a03e-c9b5da3fc594 { text-align:left; } .ablocks-block-d01c415a-7024-4a48-a03e-c9b5da3fc594 .ablocks-paragraph-text { color:#101828;font-family:Manrope,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-d01c415a-7024-4a48-a03e-c9b5da3fc594 .ablocks-paragraph-text { font-family:Manrope; } } .ablocks-block-d01c415a-7024-4a48-a03e-c9b5da3fc594 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d { margin-top:40px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d:not(.ablocks-has-block-container), .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Manrope,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;color:#101828; } @media screen and (max-width: 800px) { .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Manrope; } } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.14px; } @media screen and (max-width: 800px) { .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-829186a7-607e-4c32-81c1-cb019bab135d .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-71658fca-df04-4f5d-83e3-9167e527e4e7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-436aadc3-c85c-4f52-9396-a9ec1f3879c1 { padding:32px;background:#ffffff;border-radius:12px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-436aadc3-c85c-4f52-9396-a9ec1f3879c1.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-436aadc3-c85c-4f52-9396-a9ec1f3879c1 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-436aadc3-c85c-4f52-9396-a9ec1f3879c1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c7895981-492f-4c4e-b8ca-19b3e5f9ffee { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c7895981-492f-4c4e-b8ca-19b3e5f9ffee:not(.ablocks-has-block-container), .ablocks-block-c7895981-492f-4c4e-b8ca-19b3e5f9ffee.ablocks-block--star-ratings > .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-c7895981-492f-4c4e-b8ca-19b3e5f9ffee .ablocks-rating { font-size:24px; } .ablocks-block-c7895981-492f-4c4e-b8ca-19b3e5f9ffee .ablocks-icon-wrap { font-size:18px; } .ablocks-block-c7895981-492f-4c4e-b8ca-19b3e5f9ffee .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-c7895981-492f-4c4e-b8ca-19b3e5f9ffee .ablocks-star-ratings-icons { gap:4px; } .ablocks-block-c7895981-492f-4c4e-b8ca-19b3e5f9ffee .ablocks-star-rating-number { color:#000000; } 
.ablocks-block-c367dafd-15ca-43dc-b101-2f6a9c6daad2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c367dafd-15ca-43dc-b101-2f6a9c6daad2 { text-align:left; } .ablocks-block-c367dafd-15ca-43dc-b101-2f6a9c6daad2 .ablocks-paragraph-text { color:#101828;font-family:Manrope,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-c367dafd-15ca-43dc-b101-2f6a9c6daad2 .ablocks-paragraph-text { font-family:Manrope; } } .ablocks-block-c367dafd-15ca-43dc-b101-2f6a9c6daad2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc { margin-top:40px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc:not(.ablocks-has-block-container), .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Manrope,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;color:#101828; } @media screen and (max-width: 800px) { .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Manrope; } } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.14px; } @media screen and (max-width: 800px) { .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-15d4725f-7c24-4949-9357-e624397f3bfc .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-9f56b36e-7266-4d6d-8509-e07a8d40ae91 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-d1996359-0108-4ce3-b2b2-b4a7b8606c82 { padding:32px;background:#ffffff;border-radius:12px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1996359-0108-4ce3-b2b2-b4a7b8606c82.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d1996359-0108-4ce3-b2b2-b4a7b8606c82 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d1996359-0108-4ce3-b2b2-b4a7b8606c82.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c318ac66-89e4-4601-bdc4-e508d16d67ad { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c318ac66-89e4-4601-bdc4-e508d16d67ad:not(.ablocks-has-block-container), .ablocks-block-c318ac66-89e4-4601-bdc4-e508d16d67ad.ablocks-block--star-ratings > .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-c318ac66-89e4-4601-bdc4-e508d16d67ad .ablocks-rating { font-size:24px; } .ablocks-block-c318ac66-89e4-4601-bdc4-e508d16d67ad .ablocks-icon-wrap { font-size:18px; } .ablocks-block-c318ac66-89e4-4601-bdc4-e508d16d67ad .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-c318ac66-89e4-4601-bdc4-e508d16d67ad .ablocks-star-ratings-icons { gap:4px; } .ablocks-block-c318ac66-89e4-4601-bdc4-e508d16d67ad .ablocks-star-rating-number { color:#000000; } 
.ablocks-block-c22c7711-3ab1-46f1-b9a3-971f6bb42b4a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c22c7711-3ab1-46f1-b9a3-971f6bb42b4a { text-align:left; } .ablocks-block-c22c7711-3ab1-46f1-b9a3-971f6bb42b4a .ablocks-paragraph-text { color:#101828;font-family:Manrope,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-c22c7711-3ab1-46f1-b9a3-971f6bb42b4a .ablocks-paragraph-text { font-family:Manrope; } } .ablocks-block-c22c7711-3ab1-46f1-b9a3-971f6bb42b4a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 { margin-top:40px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27:not(.ablocks-has-block-container), .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Manrope,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;color:#101828; } @media screen and (max-width: 800px) { .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Manrope; } } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.14px; } @media screen and (max-width: 800px) { .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-4ad5ec6d-d2bf-4405-b4c7-e3d6b02aaf27 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-653a61ae-fd72-4efb-a631-4a15ae553dcf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-660ef8ee-b3de-4794-aff9-33471cc96bcb { padding:32px;background:#ffffff;border-radius:12px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-660ef8ee-b3de-4794-aff9-33471cc96bcb.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-660ef8ee-b3de-4794-aff9-33471cc96bcb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-660ef8ee-b3de-4794-aff9-33471cc96bcb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4b8ac2bb-977f-42db-9f2e-f552c4fde45d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4b8ac2bb-977f-42db-9f2e-f552c4fde45d:not(.ablocks-has-block-container), .ablocks-block-4b8ac2bb-977f-42db-9f2e-f552c4fde45d.ablocks-block--star-ratings > .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-4b8ac2bb-977f-42db-9f2e-f552c4fde45d .ablocks-rating { font-size:24px; } .ablocks-block-4b8ac2bb-977f-42db-9f2e-f552c4fde45d .ablocks-icon-wrap { font-size:18px; } .ablocks-block-4b8ac2bb-977f-42db-9f2e-f552c4fde45d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-4b8ac2bb-977f-42db-9f2e-f552c4fde45d .ablocks-star-ratings-icons { gap:4px; } .ablocks-block-4b8ac2bb-977f-42db-9f2e-f552c4fde45d .ablocks-star-rating-number { color:#000000; } 
.ablocks-block-34de81fc-74d6-4408-b0bb-d03064f08a62 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-34de81fc-74d6-4408-b0bb-d03064f08a62 { text-align:left; } .ablocks-block-34de81fc-74d6-4408-b0bb-d03064f08a62 .ablocks-paragraph-text { color:#101828;font-family:Manrope,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-34de81fc-74d6-4408-b0bb-d03064f08a62 .ablocks-paragraph-text { font-family:Manrope; } } .ablocks-block-34de81fc-74d6-4408-b0bb-d03064f08a62 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed { margin-top:40px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed:not(.ablocks-has-block-container), .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Manrope,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;color:#101828; } @media screen and (max-width: 800px) { .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Manrope; } } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.14px; } @media screen and (max-width: 800px) { .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-30dadc67-bf76-4493-8239-723f9d46f9ed .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
