@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-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-menu__new-item{background-color:#000;border:none;color:#fff;outline:none;padding:2px 5px}.ablocks-menu{box-sizing:border-box;display:flex}.ablocks-block--menu .ablocks-block-container>.ablocks-menu>.ablocks-main-menu,.ablocks-main-menu,.ablocks-menu{list-style:none;margin:0;padding:0}.ablocks-menu-item.ablocks-has-sub-menu{position:relative}.ablocks-menu-item.ablocks-has-mega-menu{position:static!important}.ablocks-main-menu>.ablocks-menu-item{align-items:center;cursor:pointer;display:inline-flex;flex-wrap:wrap;padding:10px}.ablocks-block--menu .ablocks-menu-item a:focus{box-shadow:none;outline:none}.ablocks-menu-child-sub .ablocks-menu-item{display:flex;padding:10px}.ablocks-menu-item a{box-sizing:border-box;text-decoration:none!important}.ablocks-menu-child-mega,.ablocks-menu-item>.ablocks-menu-child-sub{left:0;list-style:none;margin:0;padding:0;position:absolute!important;top:100%;z-index:10}.ablocks-menu-child-mega{background-color:transparent;width:100%}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item>.ablocks-menu-child-sub{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s;visibility:hidden}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item:hover>.ablocks-menu-child-sub{opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s;visibility:visible}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item>.ablocks-menu-child-mega{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s;visibility:hidden}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item:hover>.ablocks-menu-child-mega{opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s;visibility:visible}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item:not(:hover)>.ablocks-menu-child-mega{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s;visibility:hidden}.ablocks-menu-item>.ablocks-menu-child-sub .ablocks-menu-item .ablocks-menu-child-sub{left:100%;top:0}.ablocks-menu__trigger-wrapper{display:flex}.ablocks-menu__trigger{cursor:pointer;display:none;height:30px;width:30px}.ablocks-menu__trigger-toggle{height:30px;opacity:0;position:absolute;width:30px;z-index:5}.ablocks-menu__trigger .ablocks-menu__trigger-item{display:block;height:3px;transition:transform .3s ease,opacity .3s ease;width:30px}.ablocks-menu__trigger .ablocks-menu__trigger-item:nth-child(2){transform:translateY(-5px)}.ablocks-menu__trigger .ablocks-menu__trigger-item:nth-child(4){transform:translateY(5px);transform-origin:60%}.ablocks-menu__trigger-toggle:checked~.ablocks-menu__trigger-item:nth-child(2){transform:rotate(-45deg)}.ablocks-menu__trigger-toggle:checked~.ablocks-menu__trigger-item:nth-child(3){display:none;opacity:0}.ablocks-menu__trigger-toggle:checked~.ablocks-menu__trigger-item:nth-child(4){transform:rotate(45deg)}.ablocks-menu-item__dropdown-icon.rotate-icon{transform:rotate(-180deg)}@media (min-width:800px){.ablocks-menu-tablet .ablocks-menu-item:hover>.ablocks-menu-child-mega,.ablocks-menu-tablet .ablocks-menu-item:hover>.ablocks-menu-child-sub{display:block;padding-left:0}.ablocks-menu--outside,.ablocks-menu-tablet--active{display:none}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-tablet .ablocks-menu-item:hover>.ablocks-menu-item__dropdown-icon svg{transform:rotate(-180deg);transition:.2s}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-tablet .ablocks-menu-child-sub>.ablocks-menu-item:hover .ablocks-menu-item__dropdown-icon svg{transform:rotate(-90deg);transition:.2s}}@media (min-width:480px){.ablocks-menu-mobile .ablocks-menu-item:hover>.ablocks-menu-child-mega,.ablocks-menu-mobile .ablocks-menu-item:hover>.ablocks-menu-child-sub{display:block;padding-left:0}.ablocks-menu--outside,.ablocks-menu-mobile--active{display:none}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-mobile .ablocks-menu-item:hover>.ablocks-menu-item__dropdown-icon svg{transform:rotate(-180deg);transition:.2s}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-mobile .ablocks-menu-child-sub>.ablocks-menu-item:hover .ablocks-menu-item__dropdown-icon svg{transform:rotate(-90deg);transition:.2s}}.ablocks-menu-child-mega--editor,.ablocks-menu-child-sub--editor{display:block!important}@media (max-width:480px){.ablocks-block--menu{position:static!important}.ablocks-menu-mobile{display:none;transition:transform .3s ease}.ablocks-menu-mobile--active .ablocks-menu-item>.ablocks-menu-child-sub{position:static!important;width:100%!important}.ablocks-menu-item>.ablocks-menu-child-mega{position:static!important}.ablocks-menu-mobile--active{background-color:#fff;display:block;left:0;position:absolute;top:100%;width:100%;z-index:99}.ablocks-menu-mobile .ablocks-menu-item{display:flex!important;flex-wrap:wrap;justify-content:space-between;position:static!important}.ablocks-sub-menu--active>.ablocks-menu-child-mega,.ablocks-sub-menu--active>.ablocks-menu-child-sub{display:block}.ablocks-sub-menu--active>.ablocks-menu-item__dropdown-icon svg{transform:rotate(180deg)}.ablocks-menu-mobile__trigger{align-items:center;display:flex;flex-direction:column;justify-content:center}.ablocks-menu-item>.ablocks-menu-child-mega,.ablocks-menu-item>.ablocks-menu-child-sub{display:none}}@media (max-width:800px){.ablocks-menu-item .ablocks-menu-child-mega,.ablocks-menu-item .ablocks-menu-child-sub{display:none}.ablocks-block--menu{position:static!important}.ablocks-menu-tablet{display:none;transition:transform .3s ease}.ablocks-menu-tablet--active .ablocks-menu-item>.ablocks-menu-child-sub{position:static!important;width:100%!important}.ablocks-menu-tablet--active{background-color:#fff;display:block;left:0;position:absolute;top:100%;width:100%;z-index:99}.ablocks-menu-tablet .ablocks-menu-item{display:flex!important;flex-wrap:wrap;justify-content:space-between;position:static!important}.ablocks-sub-menu--active>.ablocks-menu-child-mega,.ablocks-sub-menu--active>.ablocks-menu-child-sub{display:block;padding-left:0}.ablocks-sub-menu--active>.ablocks-menu-item__dropdown-icon svg{transform:rotate(180deg)}.ablocks-menu-tablet__trigger{align-items:center;display:flex;flex-direction:column;justify-content:center}}.ablocks-block--menu-child-mega{white-space:nowrap}.ablocks-menu-child-sub__new-item{background-color:transparent;border:1px solid rgba(0,0,0,.452);padding:5px 0;width:100%}.ablocks-menu-child-sub{align-items:flex-start;align-self:stretch;background:#fff;border:1px solid #eaecf0;box-shadow:0 12px 16px -4px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03);display:flex;flex-direction:column;gap:8px;padding:12px}.ablocks-menu-child-sub li{display:flex;padding-left:6px}.ablocks-menu-item__submenu-overlay{background:#000;height:100%;left:0;opacity:0;position:fixed;right:0;top:0;width:100%}.ablocks-menu-item-toolbar-dropdown-icon{align-items:center;cursor:pointer;display:flex;font-size:16px;justify-content:center;margin:0 5px}.ablocks-menu-item-toolbar-dropdown-icon .ablocks-tooltip:hover .ablocks-tooltip__text{padding:15px}.ablocks-menu-item__dropdown-icon{align-items:center;display:flex;font-size:16px;margin:0 5px}.ablocks-menu-item__dropdown-icon svg{height:1em;width:1em}


.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-block--social-shares .ablocks-block-container,.ablocks-block--social-shares:not(.ablocks-has-container){align-items:center;display:flex;flex-direction:column;flex-wrap:wrap}.ablocks-social-share{background-color:#fff;border:2px solid #eeeef7;border-radius:100%!important;color:#fff;cursor:pointer;height:48px;padding:14px;transition:background-color .3s ease,border-color .3s ease;width:48px}.ablocks-social-share>.ablocks-svg-icon{height:16px;width:16px;fill:#000!important}.ablocks-social-share:hover{background-color:#f3e8e8;color:#fff}.ablocks-social-share-item--icon>.ablocks-svg-icon{height:25px}.ablocks-block--social-shares .ablocks-social-share-item{color:#fff!important;text-decoration:none!important}.ablocks-social-share-item{align-items:center;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;text-align:center;text-decoration:none;width:fit-content}.ablocks-social-share-item:hover{background:var(--background-hover)!important}.ablocks-block--social-shares .ablocks-social-share-icon-size{height:20px;width:21px}.ablocks-social-share-item--icon{align-items:center;border-radius:4px;display:flex;height:42px;justify-content:center;padding:-10px;transition:background .3s ease;width:43px}.ablocks-social-share-item--icon:hover{background:var(--hover-icon-bg-color)!important}.ablocks-social-share-item--text{align-items:center;border-radius:4px;display:flex;font-size:16px;height:26px;justify-content:center;padding:0 8px;transition:background .3s ease;width:80px}.ablocks-social-share-item--text:hover{background:var(--hover-text-bg-color)!important}.ablocks-social-share-item--rounded{border-radius:15px}.ablocks-social-share-item--circle{border-radius:24px}.ablocks-social-share-item--circle-full{border-radius:100%!important}.ablocks-social-share-item-icon--icon-text-Square{border-radius:4px 0 0 4px!important}.ablocks-social-share-item-text--icon-text-Square{border-radius:0 4px 4px 0!important}.ablocks-social-share-item--facebook-icon-bg{background-color:#366cdd}.ablocks-social-share-item--facebook-icon-bg>.ablocks_icon_size>.ablocks-svg-icon{height:23px;width:1.5rem}.ablocks-social-share-item--facebook-icon-bg:hover{background-color:#2a4eb5}.ablocks-social-share-item--facebook-bg{background-color:#3b5998}.ablocks-social-share-item--facebook-bg:hover{background-color:#2d4373}.ablocks-social-share-item--twitter-bg{background-color:#007aa5}.ablocks-social-share-item--twitter-bg:hover{background-color:#005f82}.ablocks-social-share-item--twitter-icon-bg{background-color:#27c1e4}.ablocks-social-share-item--twitter-icon-bg:hover{background-color:#38b0d8}.ablocks-social-share-item--linkedin-icon-bg{background-color:#0077b5}.ablocks-social-share-item--linkedin-icon-bg:hover{background-color:#005f87}.ablocks-social-share-item--linkedin-bg{background-color:#4c8caf}.ablocks-social-share-item--linkedin-bg:hover{background-color:#3a6f87}.ablocks-social-share-item--pinterest-icon-bg{background-color:#e60023}.ablocks-social-share-item--pinterest-icon-bg:hover{background-color:#b8001b}.ablocks-social-share-item--pinterest-bg{background-color:#df2d47}.ablocks-social-share-item--pinterest-bg:hover{background-color:#bf2037}.ablocks-social-share-item--reddit-icon-bg{background-color:#ff4500}.ablocks-social-share-item--reddit-icon-bg:hover{background-color:#cc3700}.ablocks-social-share-item--reddit-bg{background-color:#c45b36}.ablocks-social-share-item--reddit-bg:hover{background-color:#a0492c}.ablocks-social-share-item--vk-icon-bg{background-color:#216bbe}.ablocks-social-share-item--vk-icon-bg:hover{background-color:#1a54a0}.ablocks-social-share-item--vk-bg{background-color:#4680c2}.ablocks-social-share-item--vk-bg:hover{background-color:#3666a0}.ablocks-social-share-item--ok-icon-bg{background-color:#f57c00}.ablocks-social-share-item--ok-icon-bg:hover{background-color:#c46200}.ablocks-social-share-item--ok-bg{background-color:#b17941}.ablocks-social-share-item--ok-bg:hover{background-color:#8f5e33}.ablocks-social-share-item--tumblr-icon-bg{background-color:#0a2d5c}.ablocks-social-share-item--tumblr-icon-bg:hover{background-color:#081c40}.ablocks-social-share-item--tumblr-bg{background-color:#35465c}.ablocks-social-share-item--tumblr-bg:hover{background-color:#2a3647}.ablocks-social-share-item--digg-icon-bg{background-color:#185396}.ablocks-social-share-item--digg-icon-bg:hover{background-color:#143d73}.ablocks-social-share-item--digg-bg{background-color:#4c75a3}.ablocks-social-share-item--digg-bg:hover{background-color:#395782}.ablocks-social-share-item--skype-icon-bg{background-color:#00aff0}.ablocks-social-share-item--skype-icon-bg:hover{background-color:#08c}.ablocks-social-share-item--skype-bg{background-color:#3a96b8}.ablocks-social-share-item--skype-bg:hover{background-color:#2e7590}.ablocks-social-share-item--stumbleupon-icon-bg{background-color:#e03a0c}.ablocks-social-share-item--stumbleupon-icon-bg:hover{background-color:#b72f0a}.ablocks-social-share-item--stumbleupon-bg{background-color:#ec572f}.ablocks-social-share-item--stumbleupon-bg:hover{background-color:#d1421c}.ablocks-social-share-item--mix-icon-bg{background-color:#bb7504}.ablocks-social-share-item--mix-icon-bg:hover{background-color:#945c03}.ablocks-social-share-item--mix-bg{background-color:#f5a623}.ablocks-social-share-item--mix-bg:hover{background-color:#d28d1f}.ablocks-social-share-item--telegram-icon-bg{background-color:#08c}.ablocks-social-share-item--telegram-bg>.ablocks_icon_size>.ablocks-svg-icon{height:21px;width:1.5rem}.ablocks-social-share-item--telegram-bg{background-color:#006fa1}.ablocks-social-share-item--telegram-bg:hover{background-color:#005679}.social-pocket-icon{background-color:#c91830}.social-pocket-icon:hover{background-color:#a41426}.social-button--pocket{background-color:#ef4056}.social-button--pocket:hover{background-color:#d33044}.social-xlng-icon{background-color:#0875a8}.social-xlng-icon:hover{background-color:#065b82}.ablocks-social-share-item--xlng-bg{background-color:#1878a5}.ablocks-social-share-item--xlng-bg:hover{background-color:#135f80}.ablocks-social-share-item--whatsapp-icon-bg{background-color:#05c94d}.ablocks-social-share-item--whatsapp-icon-bg:hover{background-color:#039639}.ablocks-social-share-item--whatsapp-bg{background-color:#25d366}.ablocks-social-share-item--whatsapp-bg:hover{background-color:#1ea952}.ablocks-social-share-item--email-icon-bg{background-color:#bd2112}.ablocks-social-share-item--email-icon-bg:hover{background-color:#941a0e}.ablocks-social-share-item--email-bg{background-color:#d44638}.ablocks-social-share-item--email-bg:hover{background-color:#b0352b}.ablocks-social-share-item--print-icon-bg{background-color:#aaa}.ablocks-social-share-item--print-icon-bg:hover{background-color:#888}.ablocks-social-share-item--print-bg{background-color:#9a9a9a}.ablocks-social-share-item--print-bg:hover{background-color:#7a7a7a}.ablocks-social-share-item--pocket-icon-bg{background-color:#cd3a4d}.ablocks-social-share-item--pocket-icon-bg:hover{background-color:#c03}.ablocks-social-share-item--pocket-bg{background-color:#e54254}.ablocks-social-share-item--pocket-bg:hover{background-color:#b83244}.social-x-icon{background-color:#000}.social-x-icon:hover{background-color:#1a1a1a}.social-button--x{background-color:#272525}.social-button--x:hover{background-color:#1f1f1f}.social-threads-icon{background-color:#000}.social-threads-icon:hover{background-color:#1a1a1a}.social-button--threads{background-color:#161616}.social-button--threads:hover{background-color:#0f0f0f}.ablocks-social-share-item--gmail-icon-bg{background-color:#a5584e}.ablocks-social-share-item--gmail-icon-bg:hover{background-color:#b23121}.ablocks-social-share-item--gmail-bg{background-color:#d14836}.ablocks-social-share-item--gmail-bg:hover{background-color:#b23121}.ablocks-social-share-item--messenger-icon-bg{background-color:#0084ff}.ablocks-social-share-item--messenger-icon-bg:hover{background-color:#006bd6}.ablocks-social-share-item--messenger-bg{background-color:#00a6fb}.ablocks-social-share-item--messenger-bg:hover{background-color:#0084ff}.ablocks-social-share-item--flipboard-icon-bg{background-color:#e12828}.ablocks-social-share-item--flipboard-icon-bg:hover{background-color:#c41e1e}.ablocks-social-share-item--flipboard-bg{background-color:#f03030}.ablocks-social-share-item--flipboard-bg:hover{background-color:#d42525}.ablocks-social-share-item--blogger-icon-bg{background-color:#ff5722}.ablocks-social-share-item--blogger-icon-bg:hover{background-color:#e64a19}.ablocks-social-share-item--blogger-bg{background-color:#ff6f47}.ablocks-social-share-item--blogger-bg:hover{background-color:#e64a19}
.ablocks-toc-body{padding:20px}.ablocks-toc-body .ablocks-toc-list{margin:0;padding:0 0 0 10px}.ablocks-toc-list .ablock-has-subitems{margin:0;padding:0}.ablocks-toc-item .ablocks-toc-list{padding-left:30px}.ablocks-toc__header{align-items:center;background-color:#fff;cursor:pointer;display:flex;font-weight:700;justify-content:space-between;padding:15px 20px}.ablocks-toc__header-title{font-size:20px;font-weight:500}.ablocks-toc__header-toggle-icon{align-items:center;display:flex;justify-content:end;text-align:right}.ablocks-toc__header-toggle-icon svg{height:20px;width:20px}.ablocks-toc__hide,div.ablocks-toc-body.ablocks-toc__collapse{display:none}.ablocks-toc-item-link{transition:color .3s ease}.ablocks-toc-item-link:hover{color:#0073aa}
.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-width:.5em;stroke-dasharray:1500 1500}.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-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-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{stroke:#000;fill:none}.ablocks-block--counter--circle .ablocks-circle-counter__background{stroke:#d6d6d6;fill:none}.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-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-modal-trigger-wrap .ablocks-modal-button{background-color:#1759d2;border:1px solid #1759d2;border-radius:5px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;padding:5px 15px;transition:.5s}.ablocks-modal-trigger-wrap .ablocks-modal-button:hover{background-color:#06307e;border-color:#06307e}.ablocks-block-modal---panel-wrap{background:rgba(0,0,0,.7);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .5s,visibility .3s;visibility:hidden;z-index:99999}.ablocks-block--modal.ablocks-block-modal-position--left .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap,.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap,.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{min-height:100%;top:0;transform:none;width:400px}.ablocks-block--modal.ablocks-block-modal-position--left .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{left:-100%}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--left .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{left:0}.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{right:-100%}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{right:0}.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap,.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{left:unset}.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close,.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{left:-5px;transform:translateX(-100%)}.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{right:0;top:-100%}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{top:0}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap{position:absolute;top:100%;width:600px;z-index:999999}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{display:none;left:0;transform:none}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{display:block}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{left:calc(100% + 5px);transform:none}.ablocks-block--modal.ablocks-block-modal-panel-direction--right.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{left:unset;right:calc(100% + 5px)}.ablocks-block--modal.ablocks-block-modal-panel-direction--left.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap{left:unset;right:100%}.ablocks-block--modal.ablocks-block-modal-panel-direction--right.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap{left:100%}.ablocks-block--modal.ablocks-block-modal-panel-direction--top.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap,.ablocks-block--modal.ablocks-block-modal-panel-direction--top.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{bottom:100%;top:unset}.ablocks-block--modal.ablocks-block-modal-panel-direction--bottom.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{bottom:unset;top:100%}.ablocks-block--modal.ablocks-block-modal-position--popup.ablocks-block-modal-panel-popup-on-top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{top:0;transform:translate(-50%)}.ablocks-modal-trigger-wrap{cursor:pointer}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open .ablocks-block-modal---panel-wrap{opacity:1!important;visibility:visible!important}.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{background-color:#fff;border:1px solid #ddd;box-sizing:border-box;display:flex;left:50%;max-width:92vw;min-height:400px;padding:40px 20px 20px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:1s;width:600px}.ablocks-block-modal---panel-wrap .ablocks-modal-popup--content{overflow:hidden;width:100%}.ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{align-items:center;background-color:#fff;border:1px solid #eee;border-radius:50%;cursor:pointer;display:flex;height:25px;justify-content:center;position:absolute;right:12px;top:12px;width:25px}.ablocks-block-modal---panel-wrap .ablocks-modal-popup-close svg{fill:#aaa;height:12px;width:12px}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block--modal-panel{position:static}


.ablocks-block--video>.ablocks-block-container{aspect-ratio:1.77777;height:auto;max-width:100%;width:100%}.ablocks-block--video iframe,.ablocks-block--video video{background-color:#000;height:100%;margin:0;max-width:100%;object-fit:cover;width:100%}.ablocks-block--video .ablocks-video-player,.ablocks-block--video .ablocks-vimeo-video-player{height:100%;max-width:100%;object-fit:cover;width:100%}.ablocks-block--video .ablocks-vimeo-video-player{background-color:#000;border:none}.ablocks-control-field-description{font-size:11px;font-style:italic;line-height:1.4}.ablocks-prevent-select{position:relative}.ablocks-prevent-select:after{background-color:#00000000;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;width:100%}.ablocks-video--times-wrapper{display:flex;flex-direction:column;margin:8px 0}.ablocks-video--times-wrapper>.ablocks-control{margin-bottom:0}.ablocks-video--times-wrapper>.ablocks-control-field-description{margin-bottom:8px;margin-top:4px}
.ablocks-block--icon .ablocks-block-container{display:flex}
.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;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10;stroke-width:4px;stroke:#000;fill:none;stroke-dashoffset:calc(125.6px*(1 - var(--progress)));stroke-dasharray:125.6;transform:rotate(-90deg)}.ablocks-carousel-navigation__buttons .swiper-button-lock{display:block!important}

.ablocks-block--accordion{padding:10px 15px 60px;position:relative}.ablocks-block--accordion .ablocks-block-accordion-appender-button{align-items:center;background-color:#13191b;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:5px;padding:12px 10px}.ablocks-block--accordion .ablocks-block-accordion-appender-button .ablocks-icon--plus{font-weight:600}.ablocks-block--accordion .ablocks-block-accordion-appender-button .ablocks-icon--plus:before{color:#fff!important}.ablocks-block--accordion .block-list-appender{bottom:-50px;left:12px!important;right:auto!important}.ablocks-block--single-accordion .block-list-appender{bottom:15px;left:12px!important;right:auto!important}.ablocks-block--single-accordion{overflow:hidden}.ablocks-block--single-accordion__heading{align-items:center;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:15px}.ablocks-block--single-accordion__heading-rightSide{align-items:center;display:flex;width:90%}.ablocks-block--single-accordion__heading-rightSide .ablocks-block-accordion-title{margin:0 0 0 10px}.ablocks-block--single-accordion__heading .ablocks-single-accordion-right-side-icon{margin-right:10px}.ablocks-block--accordion .ablocks-block--single-accordion .block-list-appender{position:relative}.ablocks-block--accordion .ablocks-block--single-accordion svg.ablocks-svg-icon{height:1em;width:1em}.ablocks-block--single-accordion .ablocks-block--single-accordion__body{height:0;overflow:hidden}.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__body{height:auto}.ablocks-block--single-accordion__body-content{background-color:#f9f9f9;box-sizing:border-box;overflow:hidden;padding:20px;position:relative}.ablocks-block--single-accordion__body-content .block-editor-default-block-appender .block-editor-inserter{line-height:0;position:absolute;right:12px;top:10px}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading-collapse-icon-open{display:none}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading-collapse-icon-off,.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading-collapse-icon-open{display:block}.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading-collapse-icon-off{display:none}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading{outline-style:none!important}.ablocks-block--single-accordion p{margin-bottom:0!important}

.ablocks-list{display:flex;flex-direction:column;flex-wrap:wrap}.ablocks-list__item-content{align-items:center;display:flex;gap:8px;text-decoration:none!important}.ablocks-list__icon{display:flex;font-size:20px}.ablocks-list__icon i{align-items:center;display:flex;justify-content:center;width:1em}.ablocks-list__item-marker{background-color:#000;display:block;height:100%;max-height:10px;max-width:10px;min-height:10px;min-width:10px;width:100%}.ablocks-list__item-disc{border-radius:100%}.ablocks-block--list .ablocks-svg-icon{box-sizing:border-box;height:auto;width:20px}.ablocks-block--list .ablocks-svg-icon.empty-svg{height:20px}.ablocks-list_item-content-divider:last-child{border:none!important}.ablocks-list a{color:inherit!important}
.ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f { margin-top:0px;margin-right:0px;margin-bottom:-2px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;background:#ecebff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f.ablocks-hide-on-desktop,.ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f.ablocks-hide-on-tablet,.ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f.ablocks-hide-on-mobile { display:none; } } .ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;overflow:visible; } .ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977 { padding-top:6px;padding-right:15px;padding-bottom:6px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977:hover { background:#fefefeb3; } .ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977 { display:flex;justify-content:center; } .ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977 .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977 .ablocks-image-figure .ablocks-image-caption { text-align:left; } .image-hover-filter:hover img{ Opacity: 1; }
.ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450 { padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450:hover { background:#fefefeb3; } .ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450 { display:flex;justify-content:center; } .ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450 .ablocks-image-figure img { width:88px;height:auto;opacity:1; } .ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-1f662633-8478-4387-9be6-72f49e819f56 { padding-top:12px;padding-right:15px;padding-bottom:12px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f662633-8478-4387-9be6-72f49e819f56:hover { background:#fefefeb3; } .ablocks-block-1f662633-8478-4387-9be6-72f49e819f56 { display:flex;justify-content:center; } .ablocks-block-1f662633-8478-4387-9be6-72f49e819f56 .ablocks-image-figure img { width:110px;height:auto;opacity:1; } .ablocks-block-1f662633-8478-4387-9be6-72f49e819f56 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-1f662633-8478-4387-9be6-72f49e819f56 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952 { padding-top:13px;padding-right:15px;padding-bottom:13px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952:hover { background:#ffffffb3; } .ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952 { display:flex;justify-content:center; } .ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952 .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b { padding-top:13px;padding-right:15px;padding-bottom:14px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b:hover { background:#fefefeb3; } .ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b { display:flex;justify-content:center; } .ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b .ablocks-image-figure img { width:130px;height:auto;opacity:1; } .ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53 { padding-top:13px;padding-right:15px;padding-bottom:15px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53:hover { background:#fefefeb3; } .ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53 { display:flex;justify-content:center; } .ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53 .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f319e0a1-ec5e-4a74-9cbb-0a6713625ddd { padding-top:9px;padding-right:15px;padding-bottom:9px;padding-left:15px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f319e0a1-ec5e-4a74-9cbb-0a6713625ddd { display:flex;justify-content:center; } .ablocks-block-f319e0a1-ec5e-4a74-9cbb-0a6713625ddd .ablocks-image-figure img { width:100px;height:auto;opacity:1; } .ablocks-block-f319e0a1-ec5e-4a74-9cbb-0a6713625ddd .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-f319e0a1-ec5e-4a74-9cbb-0a6713625ddd .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c { padding-top:14px;padding-right:15px;padding-bottom:15px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c:hover { background:#fefefeb3; } .ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c { display:flex;justify-content:center; } .ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c .ablocks-image-figure img { width:106px;height:auto;opacity:1; } .ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-e4c77210-1747-4c5a-9245-f51b0f83e84d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e4c77210-1747-4c5a-9245-f51b0f83e84d.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-e4c77210-1747-4c5a-9245-f51b0f83e84d { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e4c77210-1747-4c5a-9245-f51b0f83e84d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 { padding:0px;border-width:1px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-menu { justify-content:left; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5.ablocks-menu { justify-content:left; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item { color:#6a62ff;background:#ffffff;border-radius:6px;padding-top:7px;padding-right:4px;padding-bottom:7px;padding-left:0px;margin:0px; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#6a62ff;background:#ffffff;border-radius:6px;padding-top:7px;padding-right:4px;padding-bottom:7px;padding-left:0px;margin:0px; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item:hover { color:6a62ff;background:#ffffff; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:6a62ff;background:#ffffff; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-block--menu-child-sub { width:247px; } @media screen and (max-width: 480px) { .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#6a62ff; } @media screen and (max-width: 480px) { .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:6a62ff; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#6a62ff; } @media screen and (max-width: 480px) { .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:6a62ff; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-menu__trigger-wrapper { justify-content:left; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:black;height:3px;width:30px; } 

.ablocks-block-fa818f54-f63f-4e8d-868a-5d2bc3b29503 { width:99%;left:0%;overflow-y:auto;overflow-x:hidden; } 
.ablocks-block-222821f1-5923-487f-af64-c0f47fc8a7fc { margin-top:10px;padding:12px;background:#ffffff;border-width:0px 1px 1px 1px;border-style:solid;border-color:#D0D5DD;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-222821f1-5923-487f-af64-c0f47fc8a7fc.ablocks-block--container { padding:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-222821f1-5923-487f-af64-c0f47fc8a7fc { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } .ablocks-block-222821f1-5923-487f-af64-c0f47fc8a7fc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } 
.ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#131111;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.36px;padding:8px; } @media screen and (max-width: 800px) { .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-button { font-family:Inter; } } .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#131111;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.36px;padding:8px; } @media screen and (max-width: 800px) { .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-button { font-family:Inter; } } .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#131111;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.36px;padding:8px; } @media screen and (max-width: 800px) { .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-button { font-family:Inter; } } .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45 { padding-top:24px;padding-bottom:24px;background-image:url("http://template-kits.com/wp-content/uploads/2026/02/Frame-2121452069-1-scaled.webp");background-position:bottom center;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45.ablocks-block--container { padding-top:24px;padding-bottom:24px;overflow:visible; } .ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45 > .ablocks-block-container { max-width:min(100%,1440px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8 { align-items:flex-end; } } .ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8.ablocks-has-block-container > .ablocks-block-container { align-items:flex-end; } } 
.ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-menu { justify-content:center; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045.ablocks-menu { justify-content:center; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item { color:#667085;border-width:1px;border-style:none;border-color:#6957cb00;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:24px;letter-spacing:-0.12px; } @media screen and (max-width: 800px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item { font-family:Inter; } } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#667085;border-width:1px;border-style:none;border-color:#6957cb00;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:24px;letter-spacing:-0.12px; } @media screen and (max-width: 800px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { font-family:Inter; } } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item:hover { color:#000000;border-width:1px;border-color:#98a2b3;border-style:none; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#000000;border-width:1px;border-color:#98a2b3;border-style:none; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-block--menu-child-sub { margin-top:1px;width:250px; } @media screen and (max-width: 480px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#667085; } @media screen and (max-width: 480px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#000000; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#667085; } @media screen and (max-width: 480px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#000000; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-menu__trigger-wrapper { justify-content:right; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:#7A5AF8;height:3px;width:30px; } 




.ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-hide-on-desktop,.ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-hide-on-tablet,.ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-hide-on-mobile { display:none; } } .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-block--container { padding:0px;max-width:min(100%,19%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-block--container { max-width:min(100%,2%) !important; } } .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97.ablocks-hide-on-desktop,.ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97.ablocks-hide-on-tablet,.ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97.ablocks-hide-on-mobile { display:none; } } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 { text-align:left; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-button { column-gap:6px;background:#9B8AFB;justify-content:left;color:#fefefe;border-width:1px;border-style:none;border-color:#ffffff;border-radius:6px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.18px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-button { font-family:Inter; } } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-button:hover { transition-duration:s; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-icon-wrap { font-size:14px; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 { margin-top:0px;margin-right:0px;margin-left:0px;padding-top:52px;padding-right:96px;padding-bottom:62px;padding-left:96px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 { padding-right:26px;padding-left:26px; } } @media screen and (max-width: 480px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 { padding-top:80px;padding-right:10px;padding-left:10px; } } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-block--container { padding-top:52px;padding-right:96px;padding-bottom:62px;padding-left:96px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-block--container { padding-right:26px;padding-left:26px; } } @media screen and (max-width: 480px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-block--container { padding-top:80px;padding-right:10px;padding-left:10px; } } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6 { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6.ablocks-block--container { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,7%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { margin:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { padding-top:30px; } } .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.ablocks-block--container { padding-top:30px; } } .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { align-items:flex-start; } } .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d { background:#ffffff00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d.ablocks-block--social-shares:not(.ablocks-has-container), .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d.ablocks-block--social-shares .ablocks-block-container { flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share { border-width:1px;border-style:solid;border-color:#dedede;height:48px;width:48px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share:hover { background:#ffffff00; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share > .ablocks-svg-icon { fill:#13191B!important;width:16px;height:16px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share > .ablocks-svg-icon:hover { fill:!important; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item { border-width:1px;border-style:solid;border-color:#dedede;border-radius:6px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item--icon { width:48px;height:48px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item--icon>.ablocks-svg-icon { height:20px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item--text { width:80px;height:42px; } @media screen and (max-width: 800px) { .ablocks-block.ablocks-block--social-shares.sisocialcustomcss { flex-direction: row; } } 
.ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2 { margin-top:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2 { margin-top:40px; } } .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,68%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .table-content .ablocks-block--table-of-content{ display: none; } 
.ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec { width:100%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec.ablocks-hide-on-desktop,.ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec.ablocks-hide-on-tablet,.ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec.ablocks-hide-on-mobile { display:none; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc__header-title { font-family:Bricolage Grotesque;font-weight:400;color:#000000; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc__header { background:#F9FBFF; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-body { background:#F9FBFF; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc__header-toggle-icon .ablocks-toc__show { font-size:20px; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-body .ablocks-toc-list { list-style-type:none; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-list, .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-list li a { color:#333;font-family:Bricolage Grotesque;font-weight:400;text-decoration:none; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-body .ablocks-toc-list li a { line-height:30px; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec a.ablocks-toc-item-link.active { color:#2763f3; } 
.ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 { text-align:left; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#7B68EE;border-radius:0px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-button { font-family:Inter; } } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-button:hover { transition-duration:0s; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#7B68EE; } 
.ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b { display:flex;justify-content:center; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 { text-align:center; } .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 .ablocks-heading-text { color:#0F0E16;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:36px;line-height:54px; } @media screen and (max-width: 800px) { .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 .ablocks-heading-text { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 .ablocks-heading-text { font-size:28px;line-height:46px; } } 
.ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { margin-top:12px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { flex-wrap:wrap; } } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5.ablocks-has-block-container > .ablocks-block-container { flex-wrap:wrap; } } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { display:inline-flex; } 
.ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 { display:flex;justify-content:left; } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure img { width:30px;height:auto;opacity:1;border-radius:100px; } @media screen and (max-width: 480px) { .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure img { width:24px; } } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845:not(.ablocks-has-block-container), .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845.ablocks-block--dual-button > .ablocks-block-container { gap:16px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845:not(.ablocks-has-block-container), .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845.ablocks-block--dual-button > .ablocks-block-container { gap:8px; } } .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845 .ablocks-button { font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845 .ablocks-button { font-family:Inter; } } 
.ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a { text-align:left; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button { column-gap:16px;background:#ffffff00;justify-content:left;color:#000;border-width:0px 1px 0px 0px;border-style:none;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button { font-size:14px;line-height:22px; } } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button:hover { transition-duration:0s; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-icon-wrap { font-size:16px; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e { text-align:left; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button { column-gap:8px;background:#ffffff00;justify-content:left;color:#000;border-width:0px 1px 0px 1px;border-style:solid;border-color:#A7AAAD;border-radius:0px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;padding-top:0px;padding-right:16px;padding-bottom:0px;padding-left:16px; } @media screen and (max-width: 800px) { .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button { font-size:14px;line-height:24px; } } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button:hover { transition-duration:0s; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-icon-wrap { font-size:14px; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#7b68ee; } 
.ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473:not(.ablocks-has-block-container), .ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473.ablocks-block--dual-button > .ablocks-block-container { gap:16px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } .ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473 .ablocks-button { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473 .ablocks-button { font-family:Inter; } } 
.ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb { text-align:left; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:left;color:#454D54;border-width:0px 0px 0px 0px;border-style:none;border-color:#A7AAAD;border-radius:0px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button { font-size:14px; } } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button:hover { transition-duration:0s; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-icon-wrap { font-size:14px; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ed9100; } 
.ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499 { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-block--container { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-block--container { max-width:min(100%,44%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-28f8816f-f69d-4b45-ab9c-0805b1ac9682 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-28f8816f-f69d-4b45-ab9c-0805b1ac9682.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-28f8816f-f69d-4b45-ab9c-0805b1ac9682 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-28f8816f-f69d-4b45-ab9c-0805b1ac9682.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 { padding:24px;border-width:1px;border-style:solid;border-color:#ededed;border-radius:4px;width:100%;box-shadow:2px 1px 9px 0px rgba(0,0,0,0.06);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header-title { font-family:Inter,sans-serif;font-weight:500;font-style:normal;text-decoration:none;font-size:16px;line-height:20px;color:#000; } @media screen and (max-width: 800px) { .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header-title { font-family:Inter; } } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header { background:#ffffff;padding:0px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-body { background:#ffffff;padding-top:12px;padding-right:0px;padding-bottom:0px;padding-left:0px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header-toggle-icon .ablocks-toc__show { font-size:20px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-body .ablocks-toc-list { list-style-type:none; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list, .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list li a { color:#454F59;font-family:Inter,sans-serif;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list, .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list li a { font-family:Inter; } } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-body .ablocks-toc-list li a { line-height:20px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 a.ablocks-toc-item-link.active { color:#2763f3; } .ablocks-toc-list li a { font-weight: 400; } .ablocks-toc-list li { padding-bottom: 10px; }
.ablocks-block-ccbad7db-2957-4ef0-a8bf-f18fecd54cb9 { margin-top:-25px;padding-top:120px;padding-bottom:100px;background:#111212;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ccbad7db-2957-4ef0-a8bf-f18fecd54cb9 { padding-top:80px;padding-bottom:80px;padding-left:32px; } } @media screen and (max-width: 480px) { .ablocks-block-ccbad7db-2957-4ef0-a8bf-f18fecd54cb9 { padding-bottom:40px;padding-left:10px; } } .ablocks-block-ccbad7db-2957-4ef0-a8bf-f18fecd54cb9.ablocks-block--container { padding-top:120px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ccbad7db-2957-4ef0-a8bf-f18fecd54cb9.ablocks-block--container { padding-top:80px;padding-bottom:80px;padding-left:32px; } } @media screen and (max-width: 480px) { .ablocks-block-ccbad7db-2957-4ef0-a8bf-f18fecd54cb9.ablocks-block--container { padding-bottom:40px;padding-left:10px; } } .ablocks-block-ccbad7db-2957-4ef0-a8bf-f18fecd54cb9 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-ccbad7db-2957-4ef0-a8bf-f18fecd54cb9 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-ccbad7db-2957-4ef0-a8bf-f18fecd54cb9.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-5cbc1266-2ef1-4492-9aff-64ead164cee7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5cbc1266-2ef1-4492-9aff-64ead164cee7.ablocks-block--container { padding:0px;max-width:min(100%,1600%) !important;overflow:visible; } .ablocks-block-5cbc1266-2ef1-4492-9aff-64ead164cee7 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:69px; } @media screen and (max-width: 800px) { .ablocks-block-5cbc1266-2ef1-4492-9aff-64ead164cee7 { justify-content:center;justify-items:center;flex-wrap:wrap-reverse;row-gap:20px;column-gap:15px; } } .ablocks-block-5cbc1266-2ef1-4492-9aff-64ead164cee7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:69px; } @media screen and (max-width: 800px) { .ablocks-block-5cbc1266-2ef1-4492-9aff-64ead164cee7.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;flex-wrap:wrap-reverse;row-gap:20px;column-gap:15px; } } .ablocks-block-5cbc1266-2ef1-4492-9aff-64ead164cee7 { display:inline-flex; } 
.ablocks-block-a4d5911a-e6c7-4fb0-b8d2-a95e62b82baf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a4d5911a-e6c7-4fb0-b8d2-a95e62b82baf.ablocks-block--container { padding:0px;max-width:min(100%,905%) !important;overflow:visible; } .ablocks-block-a4d5911a-e6c7-4fb0-b8d2-a95e62b82baf { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-a4d5911a-e6c7-4fb0-b8d2-a95e62b82baf { row-gap:15px; } } .ablocks-block-a4d5911a-e6c7-4fb0-b8d2-a95e62b82baf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-a4d5911a-e6c7-4fb0-b8d2-a95e62b82baf.ablocks-has-block-container > .ablocks-block-container { row-gap:15px; } } 
.ablocks-block-c91c884b-99a3-494b-aecd-05414292f539 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c91c884b-99a3-494b-aecd-05414292f539 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-c91c884b-99a3-494b-aecd-05414292f539 { text-align:center; } } .ablocks-block-c91c884b-99a3-494b-aecd-05414292f539 .ablocks-heading-text { color:#ffffff;font-family:Bricolage Grotesque;font-weight:700;font-size:80px;line-height:92px;letter-spacing:-3px; } @media screen and (max-width: 800px) { .ablocks-block-c91c884b-99a3-494b-aecd-05414292f539 .ablocks-heading-text { font-size:48px;line-height:58px;letter-spacing:1px; } } @media screen and (max-width: 480px) { .ablocks-block-c91c884b-99a3-494b-aecd-05414292f539 .ablocks-heading-text { font-size:36px;line-height:46px; } } 
.ablocks-block-09072232-d9f1-4908-a7da-5132cd2497fd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-09072232-d9f1-4908-a7da-5132cd2497fd { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-09072232-d9f1-4908-a7da-5132cd2497fd { text-align:center; } } .ablocks-block-09072232-d9f1-4908-a7da-5132cd2497fd .ablocks-paragraph-text { color:#F2F4F399;font-family:"DM Sans",sans-serif;font-weight:400;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-09072232-d9f1-4908-a7da-5132cd2497fd .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-09072232-d9f1-4908-a7da-5132cd2497fd .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c24f5c82-de07-4a1d-87c2-5f7034cf2894 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c24f5c82-de07-4a1d-87c2-5f7034cf2894 { margin-top:0px; } } .ablocks-block-c24f5c82-de07-4a1d-87c2-5f7034cf2894 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-c24f5c82-de07-4a1d-87c2-5f7034cf2894 { text-align:center; } } .ablocks-block-c24f5c82-de07-4a1d-87c2-5f7034cf2894 .ablocks-button { column-gap:10px;background:#C9F31D;justify-content:left;color:#222222;border-style:none;border-radius:0px;font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:24px;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px; } @media screen and (max-width: 800px) { .ablocks-block-c24f5c82-de07-4a1d-87c2-5f7034cf2894 .ablocks-button { font-family:Inter;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } } .ablocks-block-c24f5c82-de07-4a1d-87c2-5f7034cf2894 .ablocks-button:hover { transition-duration:s;color:#000000;background:#ffffff; } .ablocks-block-c24f5c82-de07-4a1d-87c2-5f7034cf2894 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-c24f5c82-de07-4a1d-87c2-5f7034cf2894 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-c24f5c82-de07-4a1d-87c2-5f7034cf2894 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-c24f5c82-de07-4a1d-87c2-5f7034cf2894 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6c752b54-18bd-4ad8-b388-0aa68fb36567 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6c752b54-18bd-4ad8-b388-0aa68fb36567.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6c752b54-18bd-4ad8-b388-0aa68fb36567.ablocks-block--container { max-width:min(100%,92%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6c752b54-18bd-4ad8-b388-0aa68fb36567.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6c752b54-18bd-4ad8-b388-0aa68fb36567 { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-6c752b54-18bd-4ad8-b388-0aa68fb36567 { justify-content:center;justify-items:center;align-items:center;row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-6c752b54-18bd-4ad8-b388-0aa68fb36567 { row-gap:20px; } } .ablocks-block-6c752b54-18bd-4ad8-b388-0aa68fb36567.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-6c752b54-18bd-4ad8-b388-0aa68fb36567.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;align-items:center;row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-6c752b54-18bd-4ad8-b388-0aa68fb36567.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-f820ff9e-b932-4e00-a38f-788ca5d7529b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f820ff9e-b932-4e00-a38f-788ca5d7529b { width:49%; } } .ablocks-block-f820ff9e-b932-4e00-a38f-788ca5d7529b { display:flex;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-f820ff9e-b932-4e00-a38f-788ca5d7529b { justify-content:center; } } .ablocks-block-f820ff9e-b932-4e00-a38f-788ca5d7529b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f820ff9e-b932-4e00-a38f-788ca5d7529b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f820ff9e-b932-4e00-a38f-788ca5d7529b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-a617ca2a-0dbd-452d-b7e1-b56d3e753913 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a617ca2a-0dbd-452d-b7e1-b56d3e753913.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a617ca2a-0dbd-452d-b7e1-b56d3e753913.ablocks-block--container { max-width:min(100%,50%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a617ca2a-0dbd-452d-b7e1-b56d3e753913.ablocks-block--container { max-width:min(100%,90%) !important; } } .ablocks-block-a617ca2a-0dbd-452d-b7e1-b56d3e753913 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } @media screen and (max-width: 800px) { .ablocks-block-a617ca2a-0dbd-452d-b7e1-b56d3e753913 { flex-direction:column;row-gap:14px; } } @media screen and (max-width: 480px) { .ablocks-block-a617ca2a-0dbd-452d-b7e1-b56d3e753913 { row-gap:12px; } } .ablocks-block-a617ca2a-0dbd-452d-b7e1-b56d3e753913.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } @media screen and (max-width: 800px) { .ablocks-block-a617ca2a-0dbd-452d-b7e1-b56d3e753913.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:14px; } } @media screen and (max-width: 480px) { .ablocks-block-a617ca2a-0dbd-452d-b7e1-b56d3e753913.ablocks-has-block-container > .ablocks-block-container { row-gap:12px; } } .ablocks-block-a617ca2a-0dbd-452d-b7e1-b56d3e753913 { display:inline-flex; } 
.ablocks-block-e6ca3ffc-5615-406d-ab90-c48e1f7b867d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e6ca3ffc-5615-406d-ab90-c48e1f7b867d > .ablocks-block-container { transform:rotate(135deg) rotateZ(135deg); } @media screen and (max-width: 800px) { .ablocks-block-e6ca3ffc-5615-406d-ab90-c48e1f7b867d > .ablocks-block-container { transform:rotate(1deg); } } .ablocks-block-e6ca3ffc-5615-406d-ab90-c48e1f7b867d { text-align:left; } .ablocks-block-e6ca3ffc-5615-406d-ab90-c48e1f7b867d .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:700;font-style:Bold;font-size:24px;line-height:20.8px;letter-spacing:-3px; } @media screen and (max-width: 800px) { .ablocks-block-e6ca3ffc-5615-406d-ab90-c48e1f7b867d .ablocks-paragraph-text { font-size:32px;line-height:30px; } } .ablocks-block-e6ca3ffc-5615-406d-ab90-c48e1f7b867d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b94c2bb6-ce8a-4227-b955-f04d7435139f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b94c2bb6-ce8a-4227-b955-f04d7435139f { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-b94c2bb6-ce8a-4227-b955-f04d7435139f { text-align:center; } } .ablocks-block-b94c2bb6-ce8a-4227-b955-f04d7435139f .ablocks-paragraph-text { color:#FFFFFFCC;font-family:"DM Sans",sans-serif;font-weight:400;font-size:16px;line-height:20.8px; } @media screen and (max-width: 800px) { .ablocks-block-b94c2bb6-ce8a-4227-b955-f04d7435139f .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-b94c2bb6-ce8a-4227-b955-f04d7435139f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9ddc5dc9-b2a2-4d84-bf20-183453eb5bd6 { margin:0px;padding:0px;background-image:url("https://library.template-kits.com/pixel-craft/wp-content/uploads/sites/58/2025/11/group_3.webp");background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9ddc5dc9-b2a2-4d84-bf20-183453eb5bd6.ablocks-block--container { padding:0px;overflow:visible; } .ablocks-block-9ddc5dc9-b2a2-4d84-bf20-183453eb5bd6 > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:flex-end;min-height:186px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-9ddc5dc9-b2a2-4d84-bf20-183453eb5bd6 > .ablocks-block-container { min-height:72px; } } .ablocks-block-9ddc5dc9-b2a2-4d84-bf20-183453eb5bd6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:flex-end;min-height:186px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-9ddc5dc9-b2a2-4d84-bf20-183453eb5bd6.ablocks-has-block-container > .ablocks-block-container { min-height:72px; } } 
.ablocks-block-17f4cd83-3aea-4c95-b0a1-1464a1042f49 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-17f4cd83-3aea-4c95-b0a1-1464a1042f49 { width:82%; } } @media screen and (max-width: 480px) { .ablocks-block-17f4cd83-3aea-4c95-b0a1-1464a1042f49 { width:90%; } } .ablocks-block-17f4cd83-3aea-4c95-b0a1-1464a1042f49 { display:flex;justify-content:right; } .ablocks-block-17f4cd83-3aea-4c95-b0a1-1464a1042f49 .ablocks-image-figure img { width:1520px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-17f4cd83-3aea-4c95-b0a1-1464a1042f49 .ablocks-image-figure img { width:619px;height:278px; } } @media screen and (max-width: 480px) { .ablocks-block-17f4cd83-3aea-4c95-b0a1-1464a1042f49 .ablocks-image-figure img { height:auto; } } .ablocks-block-17f4cd83-3aea-4c95-b0a1-1464a1042f49 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-17f4cd83-3aea-4c95-b0a1-1464a1042f49 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-fda4fcad-6f60-4b75-a2e7-534319eb8aa0 { margin-top:0px;padding-top:80px;padding-bottom:79px;background:#BFF747;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-fda4fcad-6f60-4b75-a2e7-534319eb8aa0 { padding-top:40px;padding-bottom:70px; } } @media screen and (max-width: 480px) { .ablocks-block-fda4fcad-6f60-4b75-a2e7-534319eb8aa0 { padding-top:30px; } } .ablocks-block-fda4fcad-6f60-4b75-a2e7-534319eb8aa0.ablocks-block--container { padding-top:80px;padding-bottom:79px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fda4fcad-6f60-4b75-a2e7-534319eb8aa0.ablocks-block--container { padding-top:40px;padding-bottom:70px; } } @media screen and (max-width: 480px) { .ablocks-block-fda4fcad-6f60-4b75-a2e7-534319eb8aa0.ablocks-block--container { padding-top:30px; } } .ablocks-block-fda4fcad-6f60-4b75-a2e7-534319eb8aa0 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-fda4fcad-6f60-4b75-a2e7-534319eb8aa0.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-a97db0f8-07ef-4921-b0ae-e18935f51242 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a97db0f8-07ef-4921-b0ae-e18935f51242 { padding-right:8px;padding-left:8px; } } @media screen and (max-width: 480px) { .ablocks-block-a97db0f8-07ef-4921-b0ae-e18935f51242 { margin-top:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px; } } .ablocks-block-a97db0f8-07ef-4921-b0ae-e18935f51242.ablocks-block--container { padding:0px;max-width:min(100%,80%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a97db0f8-07ef-4921-b0ae-e18935f51242.ablocks-block--container { padding-right:8px;padding-left:8px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a97db0f8-07ef-4921-b0ae-e18935f51242.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px; } } .ablocks-block-a97db0f8-07ef-4921-b0ae-e18935f51242 { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-a97db0f8-07ef-4921-b0ae-e18935f51242 { justify-content:center;justify-items:center;align-items:center;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-a97db0f8-07ef-4921-b0ae-e18935f51242 { flex-wrap:wrap-reverse;row-gap:20px; } } .ablocks-block-a97db0f8-07ef-4921-b0ae-e18935f51242.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-a97db0f8-07ef-4921-b0ae-e18935f51242.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;align-items:center;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-a97db0f8-07ef-4921-b0ae-e18935f51242.ablocks-has-block-container > .ablocks-block-container { flex-wrap:wrap-reverse;row-gap:20px; } } .ablocks-block-a97db0f8-07ef-4921-b0ae-e18935f51242 { display:inline-flex; } 
.ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82 .ablocks-counter__content { color:#111212;font-family:Bricolage Grotesque;font-weight:700;font-size:80px;line-height:78px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82 .ablocks-counter__content { font-size:50px;line-height:70px; } } @media screen and (max-width: 480px) { .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82 .ablocks-counter__content { font-size:42px;line-height:62px; } } .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82 .ablocks-counter__text { color:#111212;font-family:"DM Sans",sans-serif;font-weight:400;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82 .ablocks-counter__text { font-family:DM Sans; } } .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-a6cc52c9-92f8-4419-b4e4-40d1cb7b8e82 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be .ablocks-counter__content { color:#111212;font-family:Bricolage Grotesque;font-weight:700;font-size:80px;line-height:78px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be .ablocks-counter__content { font-size:50px;line-height:70px; } } @media screen and (max-width: 480px) { .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be .ablocks-counter__content { font-size:42px;line-height:62px; } } .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be .ablocks-counter__text { color:#111212;font-family:"DM Sans",sans-serif;font-weight:400;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be .ablocks-counter__text { font-family:DM Sans; } } .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be .ablocks-icon-wrap { font-size:55px; } .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-f2f264cd-ce5a-40ee-a5a5-46837dafa7be .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861 .ablocks-counter__content { color:#111212;font-family:Bricolage Grotesque;font-weight:700;font-size:80px;line-height:78px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861 .ablocks-counter__content { font-size:50px;line-height:70px; } } @media screen and (max-width: 480px) { .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861 .ablocks-counter__content { font-size:42px;line-height:62px; } } .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861 .ablocks-counter__text { color:#111212;font-family:"DM Sans",sans-serif;font-weight:400;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861 .ablocks-counter__text { font-family:DM Sans; } } .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-a95ee8d5-3d44-4874-b244-cd311991f861 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59 .ablocks-counter__content { color:#111212;font-family:Bricolage Grotesque;font-weight:700;font-size:80px;line-height:78px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59 .ablocks-counter__content { font-size:50px;line-height:70px; } } @media screen and (max-width: 480px) { .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59 .ablocks-counter__content { font-size:42px;line-height:62px; } } .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59 .ablocks-counter__text { color:#111212;font-family:"DM Sans",sans-serif;font-weight:400;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59 .ablocks-counter__text { font-family:DM Sans; } } .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-291b0b87-1d5b-4693-a61f-a7f04169ef59 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f7f8917f-367f-465f-83ff-6bc3a458e4f0 { margin-top:0px;padding-top:200px;padding-bottom:200px;background:#111212;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f7f8917f-367f-465f-83ff-6bc3a458e4f0 { padding-top:80px;padding-bottom:70px; } } @media screen and (max-width: 480px) { .ablocks-block-f7f8917f-367f-465f-83ff-6bc3a458e4f0 { padding-top:50px; } } .ablocks-block-f7f8917f-367f-465f-83ff-6bc3a458e4f0.ablocks-block--container { padding-top:200px;padding-bottom:200px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f7f8917f-367f-465f-83ff-6bc3a458e4f0.ablocks-block--container { padding-top:80px;padding-bottom:70px; } } @media screen and (max-width: 480px) { .ablocks-block-f7f8917f-367f-465f-83ff-6bc3a458e4f0.ablocks-block--container { padding-top:50px; } } .ablocks-block-f7f8917f-367f-465f-83ff-6bc3a458e4f0 > .ablocks-block-container { max-width:min(100%,1201px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-f7f8917f-367f-465f-83ff-6bc3a458e4f0 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:73px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-f7f8917f-367f-465f-83ff-6bc3a458e4f0 > .ablocks-block-container { row-gap:30px; } } .ablocks-block-f7f8917f-367f-465f-83ff-6bc3a458e4f0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:73px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-f7f8917f-367f-465f-83ff-6bc3a458e4f0.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-53c608da-67b3-4db5-98f7-d061838a1468 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-53c608da-67b3-4db5-98f7-d061838a1468.ablocks-block--container { padding:0px;max-width:min(100%,1200%) !important;overflow:visible; } .ablocks-block-53c608da-67b3-4db5-98f7-d061838a1468 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-53c608da-67b3-4db5-98f7-d061838a1468 { flex-direction:column;justify-content:center;justify-items:center;align-items:center;row-gap:40px;column-gap:52px; } } .ablocks-block-53c608da-67b3-4db5-98f7-d061838a1468.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-53c608da-67b3-4db5-98f7-d061838a1468.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;justify-content:center;justify-items:center;align-items:center;row-gap:40px;column-gap:52px; } } .ablocks-block-53c608da-67b3-4db5-98f7-d061838a1468 { display:inline-flex; } 
.ablocks-block-f019b08d-9558-472c-a385-da2fe48be771 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f019b08d-9558-472c-a385-da2fe48be771.ablocks-block--container { padding:0px;max-width:min(100%,40%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f019b08d-9558-472c-a385-da2fe48be771.ablocks-block--container { max-width:min(100%,84%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-f019b08d-9558-472c-a385-da2fe48be771.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-f019b08d-9558-472c-a385-da2fe48be771 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f019b08d-9558-472c-a385-da2fe48be771.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-474c0fb3-ab8c-4c60-9ca8-260402f2e7bb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-474c0fb3-ab8c-4c60-9ca8-260402f2e7bb { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-474c0fb3-ab8c-4c60-9ca8-260402f2e7bb { text-align:center; } } .ablocks-block-474c0fb3-ab8c-4c60-9ca8-260402f2e7bb .ablocks-heading-text { color:#F2F4F3;font-family:Bricolage Grotesque;font-weight:700;font-size:48px;line-height:60px;letter-spacing:1px; } @media screen and (max-width: 800px) { .ablocks-block-474c0fb3-ab8c-4c60-9ca8-260402f2e7bb .ablocks-heading-text { line-height:58px; } } @media screen and (max-width: 480px) { .ablocks-block-474c0fb3-ab8c-4c60-9ca8-260402f2e7bb .ablocks-heading-text { font-size:32px;line-height:42px; } } 
.ablocks-block-1c454329-d523-462a-bea3-23c837e1fe81 { padding:0px;border-width:0px 1px 1px 1px;border-color:#a145bf;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c454329-d523-462a-bea3-23c837e1fe81.ablocks-block--container { padding:0px;max-width:min(100%,52%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1c454329-d523-462a-bea3-23c837e1fe81.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-1c454329-d523-462a-bea3-23c837e1fe81 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-1c454329-d523-462a-bea3-23c837e1fe81 { align-items:center; } } .ablocks-block-1c454329-d523-462a-bea3-23c837e1fe81.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-1c454329-d523-462a-bea3-23c837e1fe81.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-cf04d778-7534-450f-b01c-b105931c4947 { padding:0px;border-width:0px 0px 1px 0px;border-style:none;border-color:#e9e7e9;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cf04d778-7534-450f-b01c-b105931c4947.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-cf04d778-7534-450f-b01c-b105931c4947 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-cf04d778-7534-450f-b01c-b105931c4947 { flex-direction:column;row-gap:10px; } } .ablocks-block-cf04d778-7534-450f-b01c-b105931c4947.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-cf04d778-7534-450f-b01c-b105931c4947.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:10px; } } .ablocks-block-cf04d778-7534-450f-b01c-b105931c4947 { display:inline-flex; } 
.ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d { padding-top:0px;padding-right:32px;padding-bottom:32px;padding-left:0px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d { padding-top:20px;padding-right:0px;padding-bottom:15px; } } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d:not(.ablocks-has-block-container), .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d.ablocks-block--info-box > .ablocks-block-container { gap:21px;display:flex;flex-direction:column;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d:not(.ablocks-has-block-container), .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d.ablocks-block--info-box > .ablocks-block-container { gap:20px;align-items:center; } } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-block--info-box__content { gap:16px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .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-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-size:24px;color:#F2F4F3; } @media screen and (max-width: 480px) { .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Font F;font-weight:400;font-size:16px;color:#FFFFFFA8; } @media screen and (max-width: 480px) { .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;line-height:22px; } } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .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-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .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-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d.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-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d.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-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .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-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f9957d74-5b7f-4cd1-802c-1635ac6b9d7d .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 { padding-top:0px;padding-right:32px;padding-bottom:31px;padding-left:31px;border-width:0px 0px 1px 1px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 { padding-top:20px;padding-right:0px;padding-bottom:15px;padding-left:0px;border-width:0px 0px 1px 0px; } } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420:not(.ablocks-has-block-container), .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420.ablocks-block--info-box > .ablocks-block-container { gap:21px;display:flex;flex-direction:column;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420:not(.ablocks-has-block-container), .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420.ablocks-block--info-box > .ablocks-block-container { gap:20px;align-items:center; } } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-block--info-box__content { gap:16px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .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-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-size:24px;color:#F2F4F3; } @media screen and (max-width: 480px) { .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Font F;font-weight:400;font-size:16px;color:#FFFFFFA8; } @media screen and (max-width: 480px) { .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;line-height:22px; } } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .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-2a68c7d7-a76b-4a74-af15-d4c98de44420 .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-2a68c7d7-a76b-4a74-af15-d4c98de44420.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-2a68c7d7-a76b-4a74-af15-d4c98de44420.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-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .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-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2a68c7d7-a76b-4a74-af15-d4c98de44420 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-8ba4893c-4781-4f26-8ca6-0ae5de29ac1a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8ba4893c-4781-4f26-8ca6-0ae5de29ac1a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8ba4893c-4781-4f26-8ca6-0ae5de29ac1a { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-8ba4893c-4781-4f26-8ca6-0ae5de29ac1a { flex-direction:column;row-gap:10px; } } .ablocks-block-8ba4893c-4781-4f26-8ca6-0ae5de29ac1a.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-8ba4893c-4781-4f26-8ca6-0ae5de29ac1a.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:10px; } } .ablocks-block-8ba4893c-4781-4f26-8ca6-0ae5de29ac1a { display:inline-flex; } 
.ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f { padding-top:32px;padding-right:32px;padding-bottom:31px;padding-left:0px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f { padding-top:20px;padding-right:0px;padding-bottom:15px; } } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f:not(.ablocks-has-block-container), .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f.ablocks-block--info-box > .ablocks-block-container { gap:21px;display:flex;flex-direction:column;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f:not(.ablocks-has-block-container), .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f.ablocks-block--info-box > .ablocks-block-container { gap:20px;align-items:center; } } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-block--info-box__content { gap:16px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .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-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-size:24px;color:#F2F4F3; } @media screen and (max-width: 480px) { .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Font F;font-weight:400;font-size:16px;color:#FFFFFFA8; } @media screen and (max-width: 480px) { .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;line-height:22px; } } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .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-19b3c4b2-be18-43ce-868f-b9f205a7443f .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-19b3c4b2-be18-43ce-868f-b9f205a7443f.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-19b3c4b2-be18-43ce-868f-b9f205a7443f.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-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .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-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-19b3c4b2-be18-43ce-868f-b9f205a7443f .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 { padding-top:32px;padding-right:32px;padding-bottom:31px;padding-left:31px;border-width:0px 0px 1px 1px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 { padding-top:20px;padding-right:0px;padding-bottom:15px;padding-left:0px;border-width:0px 0px 1px 0px; } } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11:not(.ablocks-has-block-container), .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11.ablocks-block--info-box > .ablocks-block-container { gap:21px;display:flex;flex-direction:column;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11:not(.ablocks-has-block-container), .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11.ablocks-block--info-box > .ablocks-block-container { gap:20px;align-items:center; } } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-block--info-box__content { gap:16px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .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-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-size:24px;color:#F2F4F3; } @media screen and (max-width: 480px) { .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Font F;font-weight:400;font-size:16px;color:#FFFFFFA8; } @media screen and (max-width: 480px) { .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;line-height:22px; } } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .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-940cf3ea-8596-4a24-9b94-32c4fca18e11 .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-940cf3ea-8596-4a24-9b94-32c4fca18e11.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-940cf3ea-8596-4a24-9b94-32c4fca18e11.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-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .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-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-940cf3ea-8596-4a24-9b94-32c4fca18e11 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-2f73f140-351d-409d-9792-491cff88e913 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2f73f140-351d-409d-9792-491cff88e913.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2f73f140-351d-409d-9792-491cff88e913 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-2f73f140-351d-409d-9792-491cff88e913 { flex-direction:column;row-gap:10px; } } .ablocks-block-2f73f140-351d-409d-9792-491cff88e913.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-2f73f140-351d-409d-9792-491cff88e913.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:10px; } } .ablocks-block-2f73f140-351d-409d-9792-491cff88e913 { display:inline-flex; } 
.ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a { padding-top:32px;padding-right:32px;padding-bottom:0px;padding-left:0px;border-width:0px 0px 0px 0px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a { padding-top:20px;padding-right:0px;padding-bottom:15px;border-width:0px 0px 1px 0px; } } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a:not(.ablocks-has-block-container), .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a.ablocks-block--info-box > .ablocks-block-container { gap:21px;display:flex;flex-direction:column;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a:not(.ablocks-has-block-container), .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a.ablocks-block--info-box > .ablocks-block-container { gap:20px;align-items:center; } } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-block--info-box__content { gap:16px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .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-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-size:24px;color:#F2F4F3; } @media screen and (max-width: 480px) { .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Font F;font-weight:400;font-size:16px;color:#FFFFFFA8; } @media screen and (max-width: 480px) { .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;line-height:22px; } } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .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-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .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-a360f4f1-fdcd-4e57-ad7b-785817f6c39a.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-a360f4f1-fdcd-4e57-ad7b-785817f6c39a.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-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .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-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a360f4f1-fdcd-4e57-ad7b-785817f6c39a .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 { padding-top:32px;padding-right:32px;padding-bottom:0px;padding-left:31px;border-width:0px 0px 0px 1px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 { padding-top:20px;padding-right:0px;padding-bottom:15px;padding-left:0px;border-width:0px 0px 1px 0px; } } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1:not(.ablocks-has-block-container), .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1.ablocks-block--info-box > .ablocks-block-container { gap:21px;display:flex;flex-direction:column;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1:not(.ablocks-has-block-container), .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1.ablocks-block--info-box > .ablocks-block-container { gap:20px;align-items:center; } } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-block--info-box__content { gap:16px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .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-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-size:24px;color:#F2F4F3; } @media screen and (max-width: 480px) { .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Font F;font-weight:400;font-size:16px;color:#FFFFFFA8; } @media screen and (max-width: 480px) { .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;line-height:22px; } } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .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-4aab8dae-dac7-489b-b66c-ced2016035e1 .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-4aab8dae-dac7-489b-b66c-ced2016035e1.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-4aab8dae-dac7-489b-b66c-ced2016035e1.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-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .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-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-4aab8dae-dac7-489b-b66c-ced2016035e1 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-6ce4a68d-f4c1-4325-aeba-1fece703ba38 { margin-top:179px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6ce4a68d-f4c1-4325-aeba-1fece703ba38 { margin-top:30px; } } .ablocks-block-6ce4a68d-f4c1-4325-aeba-1fece703ba38.ablocks-block--container { padding:0px;max-width:min(100%,1200%) !important;overflow:visible; } .ablocks-block-6ce4a68d-f4c1-4325-aeba-1fece703ba38 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-6ce4a68d-f4c1-4325-aeba-1fece703ba38 { column-gap:25px; } } @media screen and (max-width: 480px) { .ablocks-block-6ce4a68d-f4c1-4325-aeba-1fece703ba38 { flex-direction:column;row-gap:10px; } } .ablocks-block-6ce4a68d-f4c1-4325-aeba-1fece703ba38.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-6ce4a68d-f4c1-4325-aeba-1fece703ba38.ablocks-has-block-container > .ablocks-block-container { column-gap:25px; } } @media screen and (max-width: 480px) { .ablocks-block-6ce4a68d-f4c1-4325-aeba-1fece703ba38.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:10px; } } .ablocks-block-6ce4a68d-f4c1-4325-aeba-1fece703ba38 { display:inline-flex; } 
.ablocks-block-d262440b-bd3e-47d2-a620-451448410794 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d262440b-bd3e-47d2-a620-451448410794.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-d262440b-bd3e-47d2-a620-451448410794.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-d262440b-bd3e-47d2-a620-451448410794.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-d262440b-bd3e-47d2-a620-451448410794.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-d262440b-bd3e-47d2-a620-451448410794 .ablocks-counter__content { color:#F2F4F3;font-family:Bricolage Grotesque;font-weight:700;font-size:200px;line-height:160px;letter-spacing:-3px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-d262440b-bd3e-47d2-a620-451448410794 .ablocks-counter__content { font-size:70px;line-height:90px; } } @media screen and (max-width: 480px) { .ablocks-block-d262440b-bd3e-47d2-a620-451448410794 .ablocks-counter__content { font-size:48px;line-height:62px; } } .ablocks-block-d262440b-bd3e-47d2-a620-451448410794 .ablocks-counter__text { color:#4B4F58; } .ablocks-block-d262440b-bd3e-47d2-a620-451448410794.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-d262440b-bd3e-47d2-a620-451448410794.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-d262440b-bd3e-47d2-a620-451448410794.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-d262440b-bd3e-47d2-a620-451448410794 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-d262440b-bd3e-47d2-a620-451448410794.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-d262440b-bd3e-47d2-a620-451448410794.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-d262440b-bd3e-47d2-a620-451448410794 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d262440b-bd3e-47d2-a620-451448410794 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-d262440b-bd3e-47d2-a620-451448410794 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-888f2e03-e2b4-46ce-85da-43ac9316cc9d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-888f2e03-e2b4-46ce-85da-43ac9316cc9d.ablocks-block--container { padding:0px;max-width:min(100%,42%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-888f2e03-e2b4-46ce-85da-43ac9316cc9d.ablocks-block--container { max-width:min(100%,53%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-888f2e03-e2b4-46ce-85da-43ac9316cc9d.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-888f2e03-e2b4-46ce-85da-43ac9316cc9d { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-888f2e03-e2b4-46ce-85da-43ac9316cc9d { row-gap:12px;column-gap:12px; } } .ablocks-block-888f2e03-e2b4-46ce-85da-43ac9316cc9d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-888f2e03-e2b4-46ce-85da-43ac9316cc9d.ablocks-has-block-container > .ablocks-block-container { row-gap:12px;column-gap:12px; } } 
.ablocks-block-7da556ba-04f7-4794-ad49-f8153bf4dcea { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7da556ba-04f7-4794-ad49-f8153bf4dcea { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-7da556ba-04f7-4794-ad49-f8153bf4dcea { text-align:center; } } .ablocks-block-7da556ba-04f7-4794-ad49-f8153bf4dcea .ablocks-heading-text { color:#F2F4F3;font-family:Bricolage Grotesque;font-weight:700;font-size:48px;line-height:60px;letter-spacing:1px; } @media screen and (max-width: 800px) { .ablocks-block-7da556ba-04f7-4794-ad49-f8153bf4dcea .ablocks-heading-text { font-size:33px;line-height:45px; } } @media screen and (max-width: 480px) { .ablocks-block-7da556ba-04f7-4794-ad49-f8153bf4dcea .ablocks-heading-text { font-size:38px;line-height:46px; } } 
.ablocks-block-affe645e-c2c8-45e8-a9a3-26f44613fedf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-affe645e-c2c8-45e8-a9a3-26f44613fedf { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-affe645e-c2c8-45e8-a9a3-26f44613fedf { text-align:center; } } .ablocks-block-affe645e-c2c8-45e8-a9a3-26f44613fedf .ablocks-button { column-gap:10px;background:#C9F31D;justify-content:left;color:#222222;border-style:none;border-radius:0px;font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:24px;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px; } @media screen and (max-width: 800px) { .ablocks-block-affe645e-c2c8-45e8-a9a3-26f44613fedf .ablocks-button { font-family:Inter;padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px; } } .ablocks-block-affe645e-c2c8-45e8-a9a3-26f44613fedf .ablocks-button:hover { transition-duration:s;color:#000000;background:#ffffff; } .ablocks-block-affe645e-c2c8-45e8-a9a3-26f44613fedf .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-affe645e-c2c8-45e8-a9a3-26f44613fedf .ablocks-icon-wrap { font-size:16px; } .ablocks-block-affe645e-c2c8-45e8-a9a3-26f44613fedf .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-affe645e-c2c8-45e8-a9a3-26f44613fedf .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-168b85c1-e56f-44a6-ab6f-81316747c03c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-168b85c1-e56f-44a6-ab6f-81316747c03c { padding-right:10px;padding-left:10px; } } .ablocks-block-168b85c1-e56f-44a6-ab6f-81316747c03c.ablocks-block--container { padding:0px;max-width:min(100%,1200%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-168b85c1-e56f-44a6-ab6f-81316747c03c.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-168b85c1-e56f-44a6-ab6f-81316747c03c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:98px; } @media screen and (max-width: 800px) { .ablocks-block-168b85c1-e56f-44a6-ab6f-81316747c03c { column-gap:25px; } } @media screen and (max-width: 480px) { .ablocks-block-168b85c1-e56f-44a6-ab6f-81316747c03c { flex-direction:column;row-gap:10px; } } .ablocks-block-168b85c1-e56f-44a6-ab6f-81316747c03c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:98px; } @media screen and (max-width: 800px) { .ablocks-block-168b85c1-e56f-44a6-ab6f-81316747c03c.ablocks-has-block-container > .ablocks-block-container { column-gap:25px; } } @media screen and (max-width: 480px) { .ablocks-block-168b85c1-e56f-44a6-ab6f-81316747c03c.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:10px; } } .ablocks-block-168b85c1-e56f-44a6-ab6f-81316747c03c { display:inline-flex; } 
.ablocks-block-a407226f-5aa2-416c-9eb3-d51569b1d0fd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a407226f-5aa2-416c-9eb3-d51569b1d0fd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a407226f-5aa2-416c-9eb3-d51569b1d0fd { display:flex;flex-direction:column;min-height:0px;row-gap:104px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-a407226f-5aa2-416c-9eb3-d51569b1d0fd { row-gap:30px; } } .ablocks-block-a407226f-5aa2-416c-9eb3-d51569b1d0fd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:104px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-a407226f-5aa2-416c-9eb3-d51569b1d0fd.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-23741cb4-d502-447c-a826-c4052f04f830 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-23741cb4-d502-447c-a826-c4052f04f830.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-23741cb4-d502-447c-a826-c4052f04f830 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-23741cb4-d502-447c-a826-c4052f04f830.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f2106e11-b961-42a5-a92a-ddc2823c8a5e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f2106e11-b961-42a5-a92a-ddc2823c8a5e { display:flex;justify-content:left; } .ablocks-block-f2106e11-b961-42a5-a92a-ddc2823c8a5e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f2106e11-b961-42a5-a92a-ddc2823c8a5e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f2106e11-b961-42a5-a92a-ddc2823c8a5e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-38255b8d-5a45-4faf-ad05-97a97dc9f5db { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-38255b8d-5a45-4faf-ad05-97a97dc9f5db { text-align:left; } .ablocks-block-38255b8d-5a45-4faf-ad05-97a97dc9f5db .ablocks-paragraph-text { color:#BFF747;font-family:"DM Sans",sans-serif;font-weight:600;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-38255b8d-5a45-4faf-ad05-97a97dc9f5db .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-38255b8d-5a45-4faf-ad05-97a97dc9f5db .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-358162cd-2d33-4b52-93ef-de7d775170ec { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-358162cd-2d33-4b52-93ef-de7d775170ec { text-align:left; } .ablocks-block-358162cd-2d33-4b52-93ef-de7d775170ec .ablocks-heading-text { color:#ffffff;font-family:Bricolage Grotesque;font-weight:600;font-size:24px;line-height:32px; } 
.ablocks-block-423a5319-4c7f-4f48-ae49-8afa52823cb7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-423a5319-4c7f-4f48-ae49-8afa52823cb7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-423a5319-4c7f-4f48-ae49-8afa52823cb7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-423a5319-4c7f-4f48-ae49-8afa52823cb7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a0088e53-cfa0-40b2-9506-7dae75a0c2f8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a0088e53-cfa0-40b2-9506-7dae75a0c2f8 { display:flex;justify-content:left; } .ablocks-block-a0088e53-cfa0-40b2-9506-7dae75a0c2f8 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-a0088e53-cfa0-40b2-9506-7dae75a0c2f8 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-a0088e53-cfa0-40b2-9506-7dae75a0c2f8 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d619ad6a-5cea-42e4-855f-0efa064bfb3f { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d619ad6a-5cea-42e4-855f-0efa064bfb3f { text-align:left; } .ablocks-block-d619ad6a-5cea-42e4-855f-0efa064bfb3f .ablocks-paragraph-text { color:#BFF747;font-family:"DM Sans",sans-serif;font-weight:600;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-d619ad6a-5cea-42e4-855f-0efa064bfb3f .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-d619ad6a-5cea-42e4-855f-0efa064bfb3f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-897900c0-1cd3-4739-bd28-c9b1d61ef2dc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-897900c0-1cd3-4739-bd28-c9b1d61ef2dc { text-align:left; } .ablocks-block-897900c0-1cd3-4739-bd28-c9b1d61ef2dc .ablocks-heading-text { color:#ffffff;font-family:Bricolage Grotesque;font-weight:600;font-size:24px;line-height:32px; } 
.ablocks-block-dfe0e13d-2042-46af-b243-f86fc9f40e46 { padding-top:96px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-dfe0e13d-2042-46af-b243-f86fc9f40e46 { padding-top:20px; } } .ablocks-block-dfe0e13d-2042-46af-b243-f86fc9f40e46.ablocks-block--container { padding-top:96px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-dfe0e13d-2042-46af-b243-f86fc9f40e46.ablocks-block--container { padding-top:20px; } } .ablocks-block-dfe0e13d-2042-46af-b243-f86fc9f40e46 { display:flex;flex-direction:column;min-height:0px;row-gap:104px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-dfe0e13d-2042-46af-b243-f86fc9f40e46 { row-gap:30px; } } .ablocks-block-dfe0e13d-2042-46af-b243-f86fc9f40e46.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:104px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-dfe0e13d-2042-46af-b243-f86fc9f40e46.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-c86bda77-a8f2-4d97-b338-75f7ea1439c2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c86bda77-a8f2-4d97-b338-75f7ea1439c2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c86bda77-a8f2-4d97-b338-75f7ea1439c2 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c86bda77-a8f2-4d97-b338-75f7ea1439c2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-28fbe5c6-26a2-46b6-853c-2dd8e839993c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-28fbe5c6-26a2-46b6-853c-2dd8e839993c { display:flex;justify-content:left; } .ablocks-block-28fbe5c6-26a2-46b6-853c-2dd8e839993c .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-28fbe5c6-26a2-46b6-853c-2dd8e839993c .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-28fbe5c6-26a2-46b6-853c-2dd8e839993c .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-bf537edf-f3f5-4529-913c-9a2b4cf482c3 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bf537edf-f3f5-4529-913c-9a2b4cf482c3 { text-align:left; } .ablocks-block-bf537edf-f3f5-4529-913c-9a2b4cf482c3 .ablocks-paragraph-text { color:#BFF747;font-family:"DM Sans",sans-serif;font-weight:600;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-bf537edf-f3f5-4529-913c-9a2b4cf482c3 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-bf537edf-f3f5-4529-913c-9a2b4cf482c3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-924d1de5-9bb9-4c58-ac99-d3acc983d5af { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-924d1de5-9bb9-4c58-ac99-d3acc983d5af { text-align:left; } .ablocks-block-924d1de5-9bb9-4c58-ac99-d3acc983d5af .ablocks-heading-text { color:#ffffff;font-family:Bricolage Grotesque;font-weight:600;font-size:24px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-924d1de5-9bb9-4c58-ac99-d3acc983d5af .ablocks-heading-text { font-size:22px;line-height:28px; } } 
.ablocks-block-012486c6-8618-424d-ab6b-c33d86acb61a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-012486c6-8618-424d-ab6b-c33d86acb61a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-012486c6-8618-424d-ab6b-c33d86acb61a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-012486c6-8618-424d-ab6b-c33d86acb61a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-210fc6d8-c1ad-4526-ab32-668701f6ed4a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-210fc6d8-c1ad-4526-ab32-668701f6ed4a { display:flex;justify-content:left; } .ablocks-block-210fc6d8-c1ad-4526-ab32-668701f6ed4a .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-210fc6d8-c1ad-4526-ab32-668701f6ed4a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-210fc6d8-c1ad-4526-ab32-668701f6ed4a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-73e7bf23-b0e5-4bd5-adf5-c4917326cdd9 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-73e7bf23-b0e5-4bd5-adf5-c4917326cdd9 { text-align:left; } .ablocks-block-73e7bf23-b0e5-4bd5-adf5-c4917326cdd9 .ablocks-paragraph-text { color:#BFF747;font-family:"DM Sans",sans-serif;font-weight:600;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-73e7bf23-b0e5-4bd5-adf5-c4917326cdd9 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-73e7bf23-b0e5-4bd5-adf5-c4917326cdd9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b4502ba7-2885-4fc8-a3ad-17b470625daf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b4502ba7-2885-4fc8-a3ad-17b470625daf { text-align:left; } .ablocks-block-b4502ba7-2885-4fc8-a3ad-17b470625daf .ablocks-heading-text { color:#ffffff;font-family:Bricolage Grotesque;font-weight:600;font-size:24px;line-height:32px; } 
.ablocks-block-f7c838fe-d09b-4e7b-b814-0bb3b1729304 { margin-top:0px;padding-top:172px;padding-right:0px;padding-bottom:0px;padding-left:360px;mask-size:contain;background-image:url("https://library.template-kits.com/pixel-craft/wp-content/uploads/sites/58/2025/06/frame_1618873546.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-f7c838fe-d09b-4e7b-b814-0bb3b1729304 { padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-f7c838fe-d09b-4e7b-b814-0bb3b1729304 { padding-right:10px;padding-left:10px; } } .ablocks-block-f7c838fe-d09b-4e7b-b814-0bb3b1729304.ablocks-block--container { padding-top:172px;padding-right:0px;padding-bottom:0px;padding-left:360px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f7c838fe-d09b-4e7b-b814-0bb3b1729304.ablocks-block--container { padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-f7c838fe-d09b-4e7b-b814-0bb3b1729304.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-f7c838fe-d09b-4e7b-b814-0bb3b1729304 > .ablocks-block-container { max-width:min(100%,1201px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-f7c838fe-d09b-4e7b-b814-0bb3b1729304 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-f7c838fe-d09b-4e7b-b814-0bb3b1729304 > .ablocks-block-container { justify-content:center;justify-items:center;align-items:center; } } .ablocks-block-f7c838fe-d09b-4e7b-b814-0bb3b1729304.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-f7c838fe-d09b-4e7b-b814-0bb3b1729304.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;align-items:center; } } 
.ablocks-block-48403208-6fa0-45a4-81af-a2e5c114aa58 { padding:60px;background:#BFF747;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-48403208-6fa0-45a4-81af-a2e5c114aa58 { padding-top:15px;padding-right:15px;padding-bottom:30px;padding-left:15px; } } .ablocks-block-48403208-6fa0-45a4-81af-a2e5c114aa58.ablocks-block--container { padding:60px;max-width:min(100%,578px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-48403208-6fa0-45a4-81af-a2e5c114aa58.ablocks-block--container { padding-top:15px;padding-right:15px;padding-bottom:30px;padding-left:15px;max-width:min(100%,59%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-48403208-6fa0-45a4-81af-a2e5c114aa58.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-48403208-6fa0-45a4-81af-a2e5c114aa58 { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-48403208-6fa0-45a4-81af-a2e5c114aa58 { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-48403208-6fa0-45a4-81af-a2e5c114aa58 { row-gap:12px; } } .ablocks-block-48403208-6fa0-45a4-81af-a2e5c114aa58.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-48403208-6fa0-45a4-81af-a2e5c114aa58.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-48403208-6fa0-45a4-81af-a2e5c114aa58.ablocks-has-block-container > .ablocks-block-container { row-gap:12px; } } 
.ablocks-block-05637691-6d54-4d93-bfca-757d1dc49fa5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-05637691-6d54-4d93-bfca-757d1dc49fa5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-05637691-6d54-4d93-bfca-757d1dc49fa5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-05637691-6d54-4d93-bfca-757d1dc49fa5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7a0b55d2-e3df-4457-8bc3-8ae58a998775 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7a0b55d2-e3df-4457-8bc3-8ae58a998775 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap { background-color:#000000b3; } .ablocks-block-7a0b55d2-e3df-4457-8bc3-8ae58a998775 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap { width:50%;min-height:1%;align-items:auto;padding:0px;transition:all 1s; } .ablocks-block-7a0b55d2-e3df-4457-8bc3-8ae58a998775 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap:hover { padding:0px; } .ablocks-block-7a0b55d2-e3df-4457-8bc3-8ae58a998775 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-close { top:5px;right:5px;left:unset; } 

.ablocks-block-ea030ad2-c5b8-46b4-973f-6311faca6771 { width:40%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-ea030ad2-c5b8-46b4-973f-6311faca6771 { padding:0px;width:100%; } } .ablocks-block-ea030ad2-c5b8-46b4-973f-6311faca6771 { text-align:left; } .ablocks-block-ea030ad2-c5b8-46b4-973f-6311faca6771 .ablocks-button { column-gap:16px;background:#dddddd00;justify-content:left;color:#111212;border-radius:5px;font-family:"DM Sans",sans-serif;font-weight:500;text-decoration:none;font-size:20px;padding-top:10px;padding-right:25px;padding-bottom:10px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-ea030ad2-c5b8-46b4-973f-6311faca6771 .ablocks-button { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-ea030ad2-c5b8-46b4-973f-6311faca6771 .ablocks-button { padding-right:10px;padding-left:10px; } } .ablocks-block-ea030ad2-c5b8-46b4-973f-6311faca6771 .ablocks-button:hover { transition-duration:0.5s; } .ablocks-block-ea030ad2-c5b8-46b4-973f-6311faca6771 .ablocks-icon-wrap { font-size:62px; } @media screen and (max-width: 480px) { .ablocks-block-ea030ad2-c5b8-46b4-973f-6311faca6771 .ablocks-icon-wrap { font-size:48px; } } .ablocks-block-ea030ad2-c5b8-46b4-973f-6311faca6771 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:62px; } @media screen and (max-width: 480px) { .ablocks-block-ea030ad2-c5b8-46b4-973f-6311faca6771 .ablocks-icon-wrap img.ablocks-image-icon { width:48px; } } .ablocks-block-ea030ad2-c5b8-46b4-973f-6311faca6771 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#111212; } 

.ablocks-block-a7d1e2b3-5b54-4287-88a1-a877d5464eeb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7d1e2b3-5b54-4287-88a1-a877d5464eeb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a7d1e2b3-5b54-4287-88a1-a877d5464eeb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a7d1e2b3-5b54-4287-88a1-a877d5464eeb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c7321106-6125-4a50-93ef-5a7fda43926b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c7321106-6125-4a50-93ef-5a7fda43926b { aspect-ratio:1.77777; } 
.ablocks-block-888d1f92-3c77-421c-91b7-7b369c3974e1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-888d1f92-3c77-421c-91b7-7b369c3974e1 { text-align:left; } .ablocks-block-888d1f92-3c77-421c-91b7-7b369c3974e1 .ablocks-heading-text { color:#111212;font-family:Bricolage Grotesque;font-weight:700;font-size:60px;line-height:72px;letter-spacing:-3px; } @media screen and (max-width: 800px) { .ablocks-block-888d1f92-3c77-421c-91b7-7b369c3974e1 .ablocks-heading-text { font-size:38px;line-height:48px;letter-spacing:1px; } } @media screen and (max-width: 480px) { .ablocks-block-888d1f92-3c77-421c-91b7-7b369c3974e1 .ablocks-heading-text { font-size:28px;line-height:40px; } } 
.ablocks-block-ca933e69-552c-4405-8950-907cd6b90963 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ca933e69-552c-4405-8950-907cd6b90963 { text-align:left; } .ablocks-block-ca933e69-552c-4405-8950-907cd6b90963 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#222222;border-style:none;border-radius:0px;font-family:Inter,sans-serif;font-weight:600;text-decoration:underline;font-size:16px;line-height:24px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-ca933e69-552c-4405-8950-907cd6b90963 .ablocks-button { font-family:Inter; } } .ablocks-block-ca933e69-552c-4405-8950-907cd6b90963 .ablocks-button:hover { transition-duration:s; } .ablocks-block-ca933e69-552c-4405-8950-907cd6b90963 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-ca933e69-552c-4405-8950-907cd6b90963 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-ca933e69-552c-4405-8950-907cd6b90963 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7fb55bd8-9d88-403a-8cc1-a6a7bf361f8c { margin-top:0px;padding-top:200px;padding-bottom:200px;background:#111212;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7fb55bd8-9d88-403a-8cc1-a6a7bf361f8c { padding-top:60px;padding-bottom:60px; } } .ablocks-block-7fb55bd8-9d88-403a-8cc1-a6a7bf361f8c.ablocks-block--container { padding-top:200px;padding-bottom:200px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7fb55bd8-9d88-403a-8cc1-a6a7bf361f8c.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-7fb55bd8-9d88-403a-8cc1-a6a7bf361f8c > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-7fb55bd8-9d88-403a-8cc1-a6a7bf361f8c > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-7fb55bd8-9d88-403a-8cc1-a6a7bf361f8c.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-a103eb8b-e8b6-4b00-9855-1df399f3db6a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a103eb8b-e8b6-4b00-9855-1df399f3db6a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a103eb8b-e8b6-4b00-9855-1df399f3db6a { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-a103eb8b-e8b6-4b00-9855-1df399f3db6a { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-a103eb8b-e8b6-4b00-9855-1df399f3db6a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-a103eb8b-e8b6-4b00-9855-1df399f3db6a.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-a103eb8b-e8b6-4b00-9855-1df399f3db6a { display:inline-flex; } 
.ablocks-block-bcb39f66-d065-49f4-bed7-afda586503f4 { padding-top:99px;padding-right:44px;padding-bottom:99px;padding-left:44px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-bcb39f66-d065-49f4-bed7-afda586503f4 { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px; } } @media screen and (max-width: 480px) { .ablocks-block-bcb39f66-d065-49f4-bed7-afda586503f4 { padding:0px; } } @media screen and (max-width: 800px) { .ablocks-block-bcb39f66-d065-49f4-bed7-afda586503f4.ablocks-hide-on-desktop,.ablocks-block-bcb39f66-d065-49f4-bed7-afda586503f4.ablocks-hide-on-tablet,.ablocks-block-bcb39f66-d065-49f4-bed7-afda586503f4.ablocks-hide-on-mobile { display:none; } } .ablocks-block-bcb39f66-d065-49f4-bed7-afda586503f4.ablocks-block--container { padding-top:99px;padding-right:44px;padding-bottom:99px;padding-left:44px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bcb39f66-d065-49f4-bed7-afda586503f4.ablocks-block--container { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;max-width:min(100%,16%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-bcb39f66-d065-49f4-bed7-afda586503f4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important; } } .ablocks-block-bcb39f66-d065-49f4-bed7-afda586503f4 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-bcb39f66-d065-49f4-bed7-afda586503f4 { flex-wrap:wrap; } } .ablocks-block-bcb39f66-d065-49f4-bed7-afda586503f4.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: 800px) { .ablocks-block-bcb39f66-d065-49f4-bed7-afda586503f4.ablocks-has-block-container > .ablocks-block-container { flex-wrap:wrap; } } .ablocks-block-bcb39f66-d065-49f4-bed7-afda586503f4 { display:inline-flex; } 
.ablocks-block-afb553e0-ca7a-43f1-8490-a1aee8ee9833 { padding-top:64px;padding-right:96px;padding-bottom:96px;padding-left:96px;border-width:1px;border-color:#f2eff3;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-afb553e0-ca7a-43f1-8490-a1aee8ee9833 { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:23px;border-width:0px 0px 1px 0px; } } @media screen and (max-width: 480px) { .ablocks-block-afb553e0-ca7a-43f1-8490-a1aee8ee9833 { padding:30px; } } .ablocks-block-afb553e0-ca7a-43f1-8490-a1aee8ee9833.ablocks-hide-on-desktop,.ablocks-block-afb553e0-ca7a-43f1-8490-a1aee8ee9833.ablocks-hide-on-tablet,.ablocks-block-afb553e0-ca7a-43f1-8490-a1aee8ee9833.ablocks-hide-on-mobile { display:none; } @media screen and (max-width: 480px) { .ablocks-block-afb553e0-ca7a-43f1-8490-a1aee8ee9833.ablocks-hide-on-desktop,.ablocks-block-afb553e0-ca7a-43f1-8490-a1aee8ee9833.ablocks-hide-on-tablet,.ablocks-block-afb553e0-ca7a-43f1-8490-a1aee8ee9833.ablocks-hide-on-mobile { display:block; } } .ablocks-block-afb553e0-ca7a-43f1-8490-a1aee8ee9833.ablocks-block--container { padding-top:64px;padding-right:96px;padding-bottom:96px;padding-left:96px;max-width:min(100%,51%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-afb553e0-ca7a-43f1-8490-a1aee8ee9833.ablocks-block--container { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:23px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-afb553e0-ca7a-43f1-8490-a1aee8ee9833.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important; } } .ablocks-block-afb553e0-ca7a-43f1-8490-a1aee8ee9833 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-afb553e0-ca7a-43f1-8490-a1aee8ee9833.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-d5565940-58c1-4a94-9781-f016c15f335e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d5565940-58c1-4a94-9781-f016c15f335e { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-d5565940-58c1-4a94-9781-f016c15f335e { text-align:center; } } .ablocks-block-d5565940-58c1-4a94-9781-f016c15f335e .ablocks-heading-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:700;font-size:32px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-d5565940-58c1-4a94-9781-f016c15f335e .ablocks-heading-text { font-size:30px; } } @media screen and (max-width: 480px) { .ablocks-block-d5565940-58c1-4a94-9781-f016c15f335e .ablocks-heading-text { font-size:26px;line-height:32px;letter-spacing:1px; } } 
.ablocks-block-d9805e2f-461b-4a75-aa82-d878e2e62d83 { padding-top:99px;padding-right:44px;padding-bottom:99px;padding-left:44px;border-width:1px 1px 0px 1px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d9805e2f-461b-4a75-aa82-d878e2e62d83 { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px; } } @media screen and (max-width: 480px) { .ablocks-block-d9805e2f-461b-4a75-aa82-d878e2e62d83 { padding:30px;border-width:1px 1px 1px 1px; } } .ablocks-block-d9805e2f-461b-4a75-aa82-d878e2e62d83.ablocks-block--container { padding-top:99px;padding-right:44px;padding-bottom:99px;padding-left:44px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d9805e2f-461b-4a75-aa82-d878e2e62d83.ablocks-block--container { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-d9805e2f-461b-4a75-aa82-d878e2e62d83.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important; } } .ablocks-block-d9805e2f-461b-4a75-aa82-d878e2e62d83 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-d9805e2f-461b-4a75-aa82-d878e2e62d83 { justify-content:center;justify-items:center;min-height:85px; } } .ablocks-block-d9805e2f-461b-4a75-aa82-d878e2e62d83.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-d9805e2f-461b-4a75-aa82-d878e2e62d83.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;min-height:85px; } } 
.ablocks-block-48199056-10e2-483d-9c8d-46977ceeedf6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48199056-10e2-483d-9c8d-46977ceeedf6 { display:flex;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-48199056-10e2-483d-9c8d-46977ceeedf6 { justify-content:center; } } .ablocks-block-48199056-10e2-483d-9c8d-46977ceeedf6 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-48199056-10e2-483d-9c8d-46977ceeedf6 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-48199056-10e2-483d-9c8d-46977ceeedf6 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-94a294bb-3918-44c9-bbd4-efc92f4761e4 { padding-top:64px;padding-right:96px;padding-bottom:96px;padding-left:96px;border-width:1px;border-color:#f2eff3;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-94a294bb-3918-44c9-bbd4-efc92f4761e4 { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:23px;border-width:0px 0px 1px 0px; } } @media screen and (max-width: 480px) { .ablocks-block-94a294bb-3918-44c9-bbd4-efc92f4761e4 { padding:30px; } } @media screen and (max-width: 480px) { .ablocks-block-94a294bb-3918-44c9-bbd4-efc92f4761e4.ablocks-hide-on-desktop,.ablocks-block-94a294bb-3918-44c9-bbd4-efc92f4761e4.ablocks-hide-on-tablet,.ablocks-block-94a294bb-3918-44c9-bbd4-efc92f4761e4.ablocks-hide-on-mobile { display:none; } } .ablocks-block-94a294bb-3918-44c9-bbd4-efc92f4761e4.ablocks-block--container { padding-top:64px;padding-right:96px;padding-bottom:96px;padding-left:96px;max-width:min(100%,51%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-94a294bb-3918-44c9-bbd4-efc92f4761e4.ablocks-block--container { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:23px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-94a294bb-3918-44c9-bbd4-efc92f4761e4.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important; } } .ablocks-block-94a294bb-3918-44c9-bbd4-efc92f4761e4 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-94a294bb-3918-44c9-bbd4-efc92f4761e4.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-4168b721-aac2-4f4a-bdc5-ed733aa132b2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4168b721-aac2-4f4a-bdc5-ed733aa132b2 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-4168b721-aac2-4f4a-bdc5-ed733aa132b2 { text-align:center; } } .ablocks-block-4168b721-aac2-4f4a-bdc5-ed733aa132b2 .ablocks-heading-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:700;font-size:32px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-4168b721-aac2-4f4a-bdc5-ed733aa132b2 .ablocks-heading-text { font-size:30px; } } @media screen and (max-width: 480px) { .ablocks-block-4168b721-aac2-4f4a-bdc5-ed733aa132b2 .ablocks-heading-text { font-size:26px;line-height:32px;letter-spacing:1px; } } 
.ablocks-block-4d02cf09-1527-444b-9520-5c084ada57c3 { padding-top:99px;padding-right:44px;padding-bottom:99px;padding-left:44px;border-width:1px 0px 1px 1px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4d02cf09-1527-444b-9520-5c084ada57c3 { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;border-width:1px 0px 0px 1px; } } @media screen and (max-width: 480px) { .ablocks-block-4d02cf09-1527-444b-9520-5c084ada57c3 { padding:30px;border-width:1px 1px 0px 1px; } } .ablocks-block-4d02cf09-1527-444b-9520-5c084ada57c3.ablocks-block--container { padding-top:99px;padding-right:44px;padding-bottom:99px;padding-left:44px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4d02cf09-1527-444b-9520-5c084ada57c3.ablocks-block--container { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-4d02cf09-1527-444b-9520-5c084ada57c3.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important; } } .ablocks-block-4d02cf09-1527-444b-9520-5c084ada57c3 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4d02cf09-1527-444b-9520-5c084ada57c3.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-12ca9e91-e101-4915-aa60-b51254da36ac { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-12ca9e91-e101-4915-aa60-b51254da36ac { display:flex;justify-content:center; } .ablocks-block-12ca9e91-e101-4915-aa60-b51254da36ac .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-12ca9e91-e101-4915-aa60-b51254da36ac .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-12ca9e91-e101-4915-aa60-b51254da36ac .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f8f68eec-ffa7-493c-b549-78689f3d7446 { padding-top:99px;padding-right:44px;padding-bottom:99px;padding-left:44px;border-width:1px 0px 1px 1px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f8f68eec-ffa7-493c-b549-78689f3d7446 { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;border-width:1px 1px 0px 1px; } } @media screen and (max-width: 480px) { .ablocks-block-f8f68eec-ffa7-493c-b549-78689f3d7446 { padding:30px; } } .ablocks-block-f8f68eec-ffa7-493c-b549-78689f3d7446.ablocks-block--container { padding-top:99px;padding-right:44px;padding-bottom:99px;padding-left:44px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f8f68eec-ffa7-493c-b549-78689f3d7446.ablocks-block--container { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-f8f68eec-ffa7-493c-b549-78689f3d7446.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important; } } .ablocks-block-f8f68eec-ffa7-493c-b549-78689f3d7446 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f8f68eec-ffa7-493c-b549-78689f3d7446.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-334a146d-a2c9-472a-a408-a80a16718935 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-334a146d-a2c9-472a-a408-a80a16718935 { display:flex;justify-content:center; } .ablocks-block-334a146d-a2c9-472a-a408-a80a16718935 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-334a146d-a2c9-472a-a408-a80a16718935 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-334a146d-a2c9-472a-a408-a80a16718935 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0eafa202-fbcd-408f-baf0-4b6eefe8fa41 { padding-top:95px;padding-right:44px;padding-bottom:60px;padding-left:44px;border-width:1px 0px 1px 1px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0eafa202-fbcd-408f-baf0-4b6eefe8fa41 { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;border-width:1px 1px 1px 0px; } } @media screen and (max-width: 480px) { .ablocks-block-0eafa202-fbcd-408f-baf0-4b6eefe8fa41 { padding-top:30px;padding-bottom:20px;border-width:1px 1px 1px 1px; } } .ablocks-block-0eafa202-fbcd-408f-baf0-4b6eefe8fa41.ablocks-block--container { padding-top:95px;padding-right:44px;padding-bottom:60px;padding-left:44px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0eafa202-fbcd-408f-baf0-4b6eefe8fa41.ablocks-block--container { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-0eafa202-fbcd-408f-baf0-4b6eefe8fa41.ablocks-block--container { padding-top:30px;padding-bottom:20px;max-width:min(100%,100%) !important; } } .ablocks-block-0eafa202-fbcd-408f-baf0-4b6eefe8fa41 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0eafa202-fbcd-408f-baf0-4b6eefe8fa41.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-a6ed32f0-e8ab-48fb-9afc-209b6ae11512 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a6ed32f0-e8ab-48fb-9afc-209b6ae11512 { display:flex;justify-content:center; } .ablocks-block-a6ed32f0-e8ab-48fb-9afc-209b6ae11512 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-a6ed32f0-e8ab-48fb-9afc-209b6ae11512 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-a6ed32f0-e8ab-48fb-9afc-209b6ae11512 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-beed9622-b7b3-4395-9657-5abcf38d8b5c { padding-top:96px;padding-right:44px;padding-bottom:60px;padding-left:44px;border-width:1px 0px 1px 1px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-beed9622-b7b3-4395-9657-5abcf38d8b5c { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;border-width:1px 0px 0px 1px; } } @media screen and (max-width: 480px) { .ablocks-block-beed9622-b7b3-4395-9657-5abcf38d8b5c { padding:30px;border-width:0px 1px 0px 1px; } } .ablocks-block-beed9622-b7b3-4395-9657-5abcf38d8b5c.ablocks-block--container { padding-top:96px;padding-right:44px;padding-bottom:60px;padding-left:44px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-beed9622-b7b3-4395-9657-5abcf38d8b5c.ablocks-block--container { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-beed9622-b7b3-4395-9657-5abcf38d8b5c.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important; } } .ablocks-block-beed9622-b7b3-4395-9657-5abcf38d8b5c { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-beed9622-b7b3-4395-9657-5abcf38d8b5c.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-71d2ee85-8ad3-4586-983c-5f7a378d05bc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-71d2ee85-8ad3-4586-983c-5f7a378d05bc { display:flex;justify-content:center; } .ablocks-block-71d2ee85-8ad3-4586-983c-5f7a378d05bc .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-71d2ee85-8ad3-4586-983c-5f7a378d05bc .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-71d2ee85-8ad3-4586-983c-5f7a378d05bc .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-39ab2e4e-956e-437b-972b-7d54aea5b52f { padding-top:96px;padding-right:44px;padding-bottom:60px;padding-left:44px;border-width:1px 1px 1px 1px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-39ab2e4e-956e-437b-972b-7d54aea5b52f { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;border-width:1px 1px 0px 1px; } } @media screen and (max-width: 480px) { .ablocks-block-39ab2e4e-956e-437b-972b-7d54aea5b52f { padding:30px;border-width:1px 1px 1px 1px; } } .ablocks-block-39ab2e4e-956e-437b-972b-7d54aea5b52f.ablocks-block--container { padding-top:96px;padding-right:44px;padding-bottom:60px;padding-left:44px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-39ab2e4e-956e-437b-972b-7d54aea5b52f.ablocks-block--container { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-39ab2e4e-956e-437b-972b-7d54aea5b52f.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important; } } .ablocks-block-39ab2e4e-956e-437b-972b-7d54aea5b52f { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-39ab2e4e-956e-437b-972b-7d54aea5b52f.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-c3b4ba6d-0eeb-4cc6-9dca-2a5d6f514a79 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c3b4ba6d-0eeb-4cc6-9dca-2a5d6f514a79 { display:flex;justify-content:center; } .ablocks-block-c3b4ba6d-0eeb-4cc6-9dca-2a5d6f514a79 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-c3b4ba6d-0eeb-4cc6-9dca-2a5d6f514a79 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-c3b4ba6d-0eeb-4cc6-9dca-2a5d6f514a79 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-835d3e4c-226c-4fcb-a1b1-e7983c4e09a6 { padding-top:95px;padding-right:44px;padding-bottom:87px;padding-left:44px;border-width:0px 0px 1px 1px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-835d3e4c-226c-4fcb-a1b1-e7983c4e09a6 { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;border-width:0px 1px 1px 0px; } } @media screen and (max-width: 480px) { .ablocks-block-835d3e4c-226c-4fcb-a1b1-e7983c4e09a6 { padding:30px;border-width:0px 1px 1px 1px; } } .ablocks-block-835d3e4c-226c-4fcb-a1b1-e7983c4e09a6.ablocks-block--container { padding-top:95px;padding-right:44px;padding-bottom:87px;padding-left:44px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-835d3e4c-226c-4fcb-a1b1-e7983c4e09a6.ablocks-block--container { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-835d3e4c-226c-4fcb-a1b1-e7983c4e09a6.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important; } } .ablocks-block-835d3e4c-226c-4fcb-a1b1-e7983c4e09a6 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-835d3e4c-226c-4fcb-a1b1-e7983c4e09a6.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-7c7c0656-a7d5-41af-be47-7c6533e9906b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c7c0656-a7d5-41af-be47-7c6533e9906b { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-7c7c0656-a7d5-41af-be47-7c6533e9906b { justify-content:center; } } .ablocks-block-7c7c0656-a7d5-41af-be47-7c6533e9906b .ablocks-image-figure img { width:150px;height:auto;opacity:1; } .ablocks-block-7c7c0656-a7d5-41af-be47-7c6533e9906b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7c7c0656-a7d5-41af-be47-7c6533e9906b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-5f67a440-7b9b-4800-9ea2-ae5a6f62c3cb { padding-top:95px;padding-right:44px;padding-bottom:87px;padding-left:44px;border-width:0px 0px 1px 1px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5f67a440-7b9b-4800-9ea2-ae5a6f62c3cb { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;border-width:1px 0px 1px 1px; } } @media screen and (max-width: 480px) { .ablocks-block-5f67a440-7b9b-4800-9ea2-ae5a6f62c3cb { padding:30px;border-width:0px 1px 1px 1px; } } .ablocks-block-5f67a440-7b9b-4800-9ea2-ae5a6f62c3cb.ablocks-block--container { padding-top:95px;padding-right:44px;padding-bottom:87px;padding-left:44px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5f67a440-7b9b-4800-9ea2-ae5a6f62c3cb.ablocks-block--container { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-5f67a440-7b9b-4800-9ea2-ae5a6f62c3cb.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important; } } .ablocks-block-5f67a440-7b9b-4800-9ea2-ae5a6f62c3cb { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5f67a440-7b9b-4800-9ea2-ae5a6f62c3cb.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-5b492422-3c57-43e8-9bdb-83df09f10227 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5b492422-3c57-43e8-9bdb-83df09f10227 { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-5b492422-3c57-43e8-9bdb-83df09f10227 { justify-content:center; } } .ablocks-block-5b492422-3c57-43e8-9bdb-83df09f10227 .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-5b492422-3c57-43e8-9bdb-83df09f10227 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-5b492422-3c57-43e8-9bdb-83df09f10227 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-597e9917-abc9-4209-ac1a-ce90a148b679 { padding-top:95px;padding-right:44px;padding-bottom:87px;padding-left:44px;border-width:0px 0px 1px 1px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-597e9917-abc9-4209-ac1a-ce90a148b679 { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;border-width:1px 1px 1px 1px; } } @media screen and (max-width: 480px) { .ablocks-block-597e9917-abc9-4209-ac1a-ce90a148b679 { padding:30px;border-width:0px 1px 1px 1px; } } .ablocks-block-597e9917-abc9-4209-ac1a-ce90a148b679.ablocks-block--container { padding-top:95px;padding-right:44px;padding-bottom:87px;padding-left:44px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-597e9917-abc9-4209-ac1a-ce90a148b679.ablocks-block--container { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-597e9917-abc9-4209-ac1a-ce90a148b679.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important; } } .ablocks-block-597e9917-abc9-4209-ac1a-ce90a148b679 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-597e9917-abc9-4209-ac1a-ce90a148b679.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-d5c53742-1646-4f93-9c5b-2a34703b1c24 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d5c53742-1646-4f93-9c5b-2a34703b1c24 { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-d5c53742-1646-4f93-9c5b-2a34703b1c24 { justify-content:center; } } .ablocks-block-d5c53742-1646-4f93-9c5b-2a34703b1c24 .ablocks-image-figure img { width:130px;height:auto;opacity:1; } .ablocks-block-d5c53742-1646-4f93-9c5b-2a34703b1c24 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d5c53742-1646-4f93-9c5b-2a34703b1c24 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-82eab674-dc6c-413e-b5a2-60d76032e6de { padding-top:95px;padding-right:44px;padding-bottom:87px;padding-left:44px;border-width:0px 0px 1px 1px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-82eab674-dc6c-413e-b5a2-60d76032e6de { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;border-width:0px 1px 1px 0px; } } @media screen and (max-width: 480px) { .ablocks-block-82eab674-dc6c-413e-b5a2-60d76032e6de { padding:30px;border-width:0px 1px 1px 1px; } } .ablocks-block-82eab674-dc6c-413e-b5a2-60d76032e6de.ablocks-block--container { padding-top:95px;padding-right:44px;padding-bottom:87px;padding-left:44px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-82eab674-dc6c-413e-b5a2-60d76032e6de.ablocks-block--container { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-82eab674-dc6c-413e-b5a2-60d76032e6de.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important; } } .ablocks-block-82eab674-dc6c-413e-b5a2-60d76032e6de { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-82eab674-dc6c-413e-b5a2-60d76032e6de.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-4f3a92f9-1e03-4a5a-934a-b4664c8dc629 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f3a92f9-1e03-4a5a-934a-b4664c8dc629 { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-4f3a92f9-1e03-4a5a-934a-b4664c8dc629 { justify-content:center; } } .ablocks-block-4f3a92f9-1e03-4a5a-934a-b4664c8dc629 .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-4f3a92f9-1e03-4a5a-934a-b4664c8dc629 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-4f3a92f9-1e03-4a5a-934a-b4664c8dc629 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-bd37259b-baca-4805-9cc3-ab40fd6a6c9b { padding-top:95px;padding-right:44px;padding-bottom:87px;padding-left:44px;border-width:0px 1px 1px 1px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-bd37259b-baca-4805-9cc3-ab40fd6a6c9b { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px; } } @media screen and (max-width: 480px) { .ablocks-block-bd37259b-baca-4805-9cc3-ab40fd6a6c9b { padding:30px; } } .ablocks-block-bd37259b-baca-4805-9cc3-ab40fd6a6c9b.ablocks-block--container { padding-top:95px;padding-right:44px;padding-bottom:87px;padding-left:44px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bd37259b-baca-4805-9cc3-ab40fd6a6c9b.ablocks-block--container { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-bd37259b-baca-4805-9cc3-ab40fd6a6c9b.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important; } } .ablocks-block-bd37259b-baca-4805-9cc3-ab40fd6a6c9b { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bd37259b-baca-4805-9cc3-ab40fd6a6c9b.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-d1af60ca-1af3-4fe3-8106-9dcc5c1280d8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1af60ca-1af3-4fe3-8106-9dcc5c1280d8 { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-d1af60ca-1af3-4fe3-8106-9dcc5c1280d8 { justify-content:center; } } .ablocks-block-d1af60ca-1af3-4fe3-8106-9dcc5c1280d8 .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-d1af60ca-1af3-4fe3-8106-9dcc5c1280d8 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d1af60ca-1af3-4fe3-8106-9dcc5c1280d8 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f3e62ccd-19c6-4da4-a9a8-a312dbcd7fc4 { padding-top:95px;padding-right:44px;padding-bottom:87px;padding-left:44px;border-width:0px 1px 1px 1px;border-style:solid;border-color:#FFFFFF33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f3e62ccd-19c6-4da4-a9a8-a312dbcd7fc4 { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;border-width:0px 1px 1px 0px; } } @media screen and (max-width: 480px) { .ablocks-block-f3e62ccd-19c6-4da4-a9a8-a312dbcd7fc4 { padding:30px;border-width:0px 1px 1px 1px; } } .ablocks-block-f3e62ccd-19c6-4da4-a9a8-a312dbcd7fc4.ablocks-block--container { padding-top:95px;padding-right:44px;padding-bottom:87px;padding-left:44px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f3e62ccd-19c6-4da4-a9a8-a312dbcd7fc4.ablocks-block--container { padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-f3e62ccd-19c6-4da4-a9a8-a312dbcd7fc4.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important; } } .ablocks-block-f3e62ccd-19c6-4da4-a9a8-a312dbcd7fc4 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f3e62ccd-19c6-4da4-a9a8-a312dbcd7fc4.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-93bc89a7-50d4-45a5-9ebd-706455129c72 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-93bc89a7-50d4-45a5-9ebd-706455129c72 { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-93bc89a7-50d4-45a5-9ebd-706455129c72 { justify-content:center; } } .ablocks-block-93bc89a7-50d4-45a5-9ebd-706455129c72 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-93bc89a7-50d4-45a5-9ebd-706455129c72 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-93bc89a7-50d4-45a5-9ebd-706455129c72 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-66a72a54-9555-41b2-9367-bd69cef66ede { margin-top:0px;padding-top:200px;padding-bottom:200px;background:#1B1D1D;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-66a72a54-9555-41b2-9367-bd69cef66ede { margin-top:-1px;padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-66a72a54-9555-41b2-9367-bd69cef66ede { padding-top:60px; } } .ablocks-block-66a72a54-9555-41b2-9367-bd69cef66ede.ablocks-block--container { padding-top:200px;padding-bottom:200px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-66a72a54-9555-41b2-9367-bd69cef66ede.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-66a72a54-9555-41b2-9367-bd69cef66ede.ablocks-block--container { padding-top:60px; } } .ablocks-block-66a72a54-9555-41b2-9367-bd69cef66ede > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-66a72a54-9555-41b2-9367-bd69cef66ede > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:187px; } .ablocks-block-66a72a54-9555-41b2-9367-bd69cef66ede.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:187px; } 
.ablocks-block-30e3c29f-6873-4738-bb92-f7f79e31563f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-30e3c29f-6873-4738-bb92-f7f79e31563f.ablocks-block--container { padding:0px;max-width:min(100%,1201%) !important;overflow:visible; } .ablocks-block-30e3c29f-6873-4738-bb92-f7f79e31563f { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-30e3c29f-6873-4738-bb92-f7f79e31563f { flex-direction:column;align-items:center;row-gap:40px;column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-30e3c29f-6873-4738-bb92-f7f79e31563f { row-gap:30px; } } .ablocks-block-30e3c29f-6873-4738-bb92-f7f79e31563f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-30e3c29f-6873-4738-bb92-f7f79e31563f.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center;row-gap:40px;column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-30e3c29f-6873-4738-bb92-f7f79e31563f.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } .ablocks-block-30e3c29f-6873-4738-bb92-f7f79e31563f { display:inline-flex; } 
.ablocks-block-13e31ab3-8327-4bd5-9165-daba8e16dd29 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-13e31ab3-8327-4bd5-9165-daba8e16dd29.ablocks-block--container { padding:0px;max-width:min(100%,22%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-13e31ab3-8327-4bd5-9165-daba8e16dd29.ablocks-block--container { max-width:min(100%,92%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-13e31ab3-8327-4bd5-9165-daba8e16dd29.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-13e31ab3-8327-4bd5-9165-daba8e16dd29 { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-13e31ab3-8327-4bd5-9165-daba8e16dd29 { justify-content:center;justify-items:center;align-items:center;row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-13e31ab3-8327-4bd5-9165-daba8e16dd29 { row-gap:20px; } } .ablocks-block-13e31ab3-8327-4bd5-9165-daba8e16dd29.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-13e31ab3-8327-4bd5-9165-daba8e16dd29.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;align-items:center;row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-13e31ab3-8327-4bd5-9165-daba8e16dd29.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-d659e141-9ff0-4c1b-90fc-b2cbb520ea9e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d659e141-9ff0-4c1b-90fc-b2cbb520ea9e { width:49%; } } .ablocks-block-d659e141-9ff0-4c1b-90fc-b2cbb520ea9e { display:flex;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-d659e141-9ff0-4c1b-90fc-b2cbb520ea9e { justify-content:center; } } .ablocks-block-d659e141-9ff0-4c1b-90fc-b2cbb520ea9e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-d659e141-9ff0-4c1b-90fc-b2cbb520ea9e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d659e141-9ff0-4c1b-90fc-b2cbb520ea9e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ac3feb65-8f49-4fc7-a1f3-0826cc281889 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ac3feb65-8f49-4fc7-a1f3-0826cc281889.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ac3feb65-8f49-4fc7-a1f3-0826cc281889.ablocks-block--container { max-width:min(100%,50%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ac3feb65-8f49-4fc7-a1f3-0826cc281889.ablocks-block--container { max-width:min(100%,90%) !important; } } .ablocks-block-ac3feb65-8f49-4fc7-a1f3-0826cc281889 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } @media screen and (max-width: 800px) { .ablocks-block-ac3feb65-8f49-4fc7-a1f3-0826cc281889 { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-ac3feb65-8f49-4fc7-a1f3-0826cc281889 { row-gap:12px; } } .ablocks-block-ac3feb65-8f49-4fc7-a1f3-0826cc281889.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } @media screen and (max-width: 800px) { .ablocks-block-ac3feb65-8f49-4fc7-a1f3-0826cc281889.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-ac3feb65-8f49-4fc7-a1f3-0826cc281889.ablocks-has-block-container > .ablocks-block-container { row-gap:12px; } } .ablocks-block-ac3feb65-8f49-4fc7-a1f3-0826cc281889 { display:inline-flex; } 
.ablocks-block-59a017e9-61a4-488d-b134-fba1fe2266f5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-59a017e9-61a4-488d-b134-fba1fe2266f5 > .ablocks-block-container { transform:rotate(135deg) rotateZ(135deg); } @media screen and (max-width: 800px) { .ablocks-block-59a017e9-61a4-488d-b134-fba1fe2266f5 > .ablocks-block-container { transform:rotate(1deg); } } .ablocks-block-59a017e9-61a4-488d-b134-fba1fe2266f5 { text-align:left; } .ablocks-block-59a017e9-61a4-488d-b134-fba1fe2266f5 .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:700;font-style:Bold;font-size:24px;line-height:20.8px;letter-spacing:-3px; } @media screen and (max-width: 800px) { .ablocks-block-59a017e9-61a4-488d-b134-fba1fe2266f5 .ablocks-paragraph-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-59a017e9-61a4-488d-b134-fba1fe2266f5 .ablocks-paragraph-text { line-height:30px; } } .ablocks-block-59a017e9-61a4-488d-b134-fba1fe2266f5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b597ebc2-ee55-4a13-a4a4-77c2552f3661 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b597ebc2-ee55-4a13-a4a4-77c2552f3661 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-b597ebc2-ee55-4a13-a4a4-77c2552f3661 { text-align:center; } } .ablocks-block-b597ebc2-ee55-4a13-a4a4-77c2552f3661 .ablocks-paragraph-text { color:#FFFFFFCC;font-family:"DM Sans",sans-serif;font-weight:400;font-size:16px;line-height:20.8px; } @media screen and (max-width: 800px) { .ablocks-block-b597ebc2-ee55-4a13-a4a4-77c2552f3661 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-b597ebc2-ee55-4a13-a4a4-77c2552f3661 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-35e1a2bc-a9ca-4cf4-8889-ae88080f4d0c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-35e1a2bc-a9ca-4cf4-8889-ae88080f4d0c.ablocks-block--container { padding:0px;max-width:min(100%,63%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-35e1a2bc-a9ca-4cf4-8889-ae88080f4d0c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-35e1a2bc-a9ca-4cf4-8889-ae88080f4d0c { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-35e1a2bc-a9ca-4cf4-8889-ae88080f4d0c { row-gap:20px; } } .ablocks-block-35e1a2bc-a9ca-4cf4-8889-ae88080f4d0c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-35e1a2bc-a9ca-4cf4-8889-ae88080f4d0c.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-f8144c99-94e9-4e69-a336-769332efd4cc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f8144c99-94e9-4e69-a336-769332efd4cc.ablocks-hide-on-desktop,.ablocks-block-f8144c99-94e9-4e69-a336-769332efd4cc.ablocks-hide-on-tablet,.ablocks-block-f8144c99-94e9-4e69-a336-769332efd4cc.ablocks-hide-on-mobile { display:none; } } .ablocks-block-f8144c99-94e9-4e69-a336-769332efd4cc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f8144c99-94e9-4e69-a336-769332efd4cc { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 800px) { .ablocks-block-f8144c99-94e9-4e69-a336-769332efd4cc { justify-content:flex-start;justify-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-f8144c99-94e9-4e69-a336-769332efd4cc { flex-direction:row-reverse;justify-content:center;justify-items:center; } } .ablocks-block-f8144c99-94e9-4e69-a336-769332efd4cc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 800px) { .ablocks-block-f8144c99-94e9-4e69-a336-769332efd4cc.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-f8144c99-94e9-4e69-a336-769332efd4cc.ablocks-has-block-container > .ablocks-block-container { flex-direction:row-reverse;justify-content:center;justify-items:center; } } .ablocks-block-f8144c99-94e9-4e69-a336-769332efd4cc { display:inline-flex; } 
.ablocks-block-01401ca2-d7e1-488b-a96e-5fa426863e3b { border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-01401ca2-d7e1-488b-a96e-5fa426863e3b .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap { background-color:#000000b3; } .ablocks-block-01401ca2-d7e1-488b-a96e-5fa426863e3b .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap { width:56%;min-height:1%;align-items:auto;padding:0px;border-style:none;border-radius:6px;transition:all 1s; } @media screen and (max-width: 800px) { .ablocks-block-01401ca2-d7e1-488b-a96e-5fa426863e3b .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap { width:80%; } } @media screen and (max-width: 480px) { .ablocks-block-01401ca2-d7e1-488b-a96e-5fa426863e3b .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap { width:94%; } } .ablocks-block-01401ca2-d7e1-488b-a96e-5fa426863e3b .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap:hover { padding:0px; } .ablocks-block-01401ca2-d7e1-488b-a96e-5fa426863e3b .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-close { top:5px;right:5px;left:unset; } 

.ablocks-block-ecfb56ac-12ba-4acc-aebf-11146150797d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ecfb56ac-12ba-4acc-aebf-11146150797d { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ecfb56ac-12ba-4acc-aebf-11146150797d .ablocks-icon-wrap { font-size:60px; } @media screen and (max-width: 480px) { .ablocks-block-ecfb56ac-12ba-4acc-aebf-11146150797d .ablocks-icon-wrap { font-size:46px; } } .ablocks-block-ecfb56ac-12ba-4acc-aebf-11146150797d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:60px; } @media screen and (max-width: 480px) { .ablocks-block-ecfb56ac-12ba-4acc-aebf-11146150797d .ablocks-icon-wrap img.ablocks-image-icon { width:46px; } } .ablocks-block-ecfb56ac-12ba-4acc-aebf-11146150797d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 

.ablocks-block-4989cd8d-35b9-4d0c-a059-ed6ef6555099 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4989cd8d-35b9-4d0c-a059-ed6ef6555099.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4989cd8d-35b9-4d0c-a059-ed6ef6555099 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4989cd8d-35b9-4d0c-a059-ed6ef6555099.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-89215c1f-90fa-49b2-95e1-ec614ec1cb77 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-89215c1f-90fa-49b2-95e1-ec614ec1cb77 { aspect-ratio:1.77777; } 
.ablocks-block-e7456a8b-dce9-4a26-83f3-e467a6711405 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e7456a8b-dce9-4a26-83f3-e467a6711405 { text-align:left; } .ablocks-block-e7456a8b-dce9-4a26-83f3-e467a6711405 .ablocks-paragraph-text { color:#FFFFFF;font-family:"DM Sans",sans-serif;font-weight:500;font-style:Medium;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-e7456a8b-dce9-4a26-83f3-e467a6711405 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-e7456a8b-dce9-4a26-83f3-e467a6711405 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-17066406-a377-4320-b5b3-0589dac88e82 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-17066406-a377-4320-b5b3-0589dac88e82 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-17066406-a377-4320-b5b3-0589dac88e82 { text-align:center; } } .ablocks-block-17066406-a377-4320-b5b3-0589dac88e82 .ablocks-heading-text { color:#ffffff;font-family:Bricolage Grotesque;font-weight:700;font-style:Bold;font-size:60px;line-height:72px;letter-spacing:-3px; } @media screen and (max-width: 800px) { .ablocks-block-17066406-a377-4320-b5b3-0589dac88e82 .ablocks-heading-text { font-size:42px;line-height:52px;letter-spacing:1px; } } @media screen and (max-width: 480px) { .ablocks-block-17066406-a377-4320-b5b3-0589dac88e82 .ablocks-heading-text { font-size:32px;line-height:42px; } } 
.ablocks-block-0e231380-1a01-402b-98d8-56db9caeb565 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e231380-1a01-402b-98d8-56db9caeb565.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0e231380-1a01-402b-98d8-56db9caeb565 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0e231380-1a01-402b-98d8-56db9caeb565.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .ablocks-carousel-swiper .swiper-wrapper { min-height:300px;align-items:center; } .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .ablocks-carousel-navigation__button { top:95%; } @media screen and (max-width: 480px) { .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .ablocks-carousel-navigation__button { top:96%; } } .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .ablocks-carousel-navigation__button--next { right:2%; } @media screen and (max-width: 800px) { .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .ablocks-carousel-navigation__button--next { right:6%; } } @media screen and (max-width: 480px) { .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .ablocks-carousel-navigation__button--next { right:2%; } } .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .ablocks-carousel-navigation__button--prev { left:84%; } @media screen and (max-width: 800px) { .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .ablocks-carousel-navigation__button--prev { left:78%; } } @media screen and (max-width: 480px) { .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .ablocks-carousel-navigation__button--prev { left:66%; } } .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:19px; } @media screen and (max-width: 480px) { .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:18px; } } .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .ablocks-carousel-pagination { left:47%;top:100%; } .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .swiper-pagination-bullet { background-color:black;width:8px;height:8px; } .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .swiper-pagination-bullet:hover { background-color:black;width:8px;height:8px; } .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:black;width:8px;height:8px; } .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:black;width:8px;height:8px; } .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#000000;background-color:#ffffff;padding:12px; } .ablocks-block-c308c2d0-4ba8-4047-bf0b-b3fc2763ce14 .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:s;background-color:#ffffff; } 
.ablocks-block-6444e1dd-6f2a-48d4-9025-7a2c3a30791a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-803bbb2a-7e69-40d2-ab42-d7ae227143d6 { padding:30px;background:#BFF747;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-803bbb2a-7e69-40d2-ab42-d7ae227143d6.ablocks-block--container { padding:30px;max-width:min(100%,479px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-803bbb2a-7e69-40d2-ab42-d7ae227143d6.ablocks-block--container { max-width:min(100%,479%) !important; } } .ablocks-block-803bbb2a-7e69-40d2-ab42-d7ae227143d6 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-803bbb2a-7e69-40d2-ab42-d7ae227143d6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-5a4a4310-4332-4222-bf6e-8ff78b6d0b64 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5a4a4310-4332-4222-bf6e-8ff78b6d0b64 { text-align:left; } .ablocks-block-5a4a4310-4332-4222-bf6e-8ff78b6d0b64 .ablocks-paragraph-text { color:#111212;font-family:"DM Sans",sans-serif;font-weight:400;font-style:Regular;font-size:20px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-5a4a4310-4332-4222-bf6e-8ff78b6d0b64 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-5a4a4310-4332-4222-bf6e-8ff78b6d0b64 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9cd0dd61-7241-4d2e-a415-cf591e2749b8 { padding-top:23px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#11121233;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9cd0dd61-7241-4d2e-a415-cf591e2749b8.ablocks-block--container { padding-top:23px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9cd0dd61-7241-4d2e-a415-cf591e2749b8 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9cd0dd61-7241-4d2e-a415-cf591e2749b8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a:not(.ablocks-has-block-container), .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-block--info-box__content { gap:4px;align-items:flex-start; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .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-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:48px; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:600;font-style:SemiBold;font-size:16px;line-height:100%;color:#111212; } @media screen and (max-width: 800px) { .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:400;font-style:9pt Regular;font-size:14px;line-height:100%;color:#11121299; } @media screen and (max-width: 800px) { .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:DM Sans; } } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .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-1bef1b54-bbb4-479d-89a4-d4201db13c7a .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-1bef1b54-bbb4-479d-89a4-d4201db13c7a.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-1bef1b54-bbb4-479d-89a4-d4201db13c7a.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-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .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-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1bef1b54-bbb4-479d-89a4-d4201db13c7a .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-b4075e02-65e3-4072-90a8-ccbbffa9f51c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-4063a9ec-8899-4df1-9eab-03858043aeb4 { padding:30px;background:#BFF747;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4063a9ec-8899-4df1-9eab-03858043aeb4.ablocks-block--container { padding:30px;max-width:min(100%,479px) !important;overflow:visible; } .ablocks-block-4063a9ec-8899-4df1-9eab-03858043aeb4 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-4063a9ec-8899-4df1-9eab-03858043aeb4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-87378e62-474a-412f-824d-19403f10f17d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-87378e62-474a-412f-824d-19403f10f17d { text-align:left; } .ablocks-block-87378e62-474a-412f-824d-19403f10f17d .ablocks-paragraph-text { color:#111212;font-family:"DM Sans",sans-serif;font-weight:400;font-style:Regular;font-size:20px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-87378e62-474a-412f-824d-19403f10f17d .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-87378e62-474a-412f-824d-19403f10f17d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-df528257-c5ae-4682-bee7-741eb53900aa { padding-top:23px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#11121233;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-df528257-c5ae-4682-bee7-741eb53900aa.ablocks-block--container { padding-top:23px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-df528257-c5ae-4682-bee7-741eb53900aa { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-df528257-c5ae-4682-bee7-741eb53900aa.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a:not(.ablocks-has-block-container), .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-block--info-box__content { gap:4px;align-items:flex-start; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .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-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:48px; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:600;font-style:SemiBold;font-size:16px;line-height:100%;color:#111212; } @media screen and (max-width: 800px) { .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:400;font-style:9pt Regular;font-size:14px;line-height:100%;color:#11121299; } @media screen and (max-width: 800px) { .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:DM Sans; } } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .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-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .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-a0d4a556-0e33-42eb-a57f-b4c45a49f70a.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-a0d4a556-0e33-42eb-a57f-b4c45a49f70a.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-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .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-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a0d4a556-0e33-42eb-a57f-b4c45a49f70a .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-5020a765-9f9a-4cc4-8ae5-62027b36f4b9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-e8609cb1-1c89-4e83-9c45-e6179ac99d16 { padding:30px;background:#BFF747;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e8609cb1-1c89-4e83-9c45-e6179ac99d16.ablocks-block--container { padding:30px;max-width:min(100%,479px) !important;overflow:visible; } .ablocks-block-e8609cb1-1c89-4e83-9c45-e6179ac99d16 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-e8609cb1-1c89-4e83-9c45-e6179ac99d16.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-95a18a5b-eef1-4269-9ae1-7a38c743fbed { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-95a18a5b-eef1-4269-9ae1-7a38c743fbed { text-align:left; } .ablocks-block-95a18a5b-eef1-4269-9ae1-7a38c743fbed .ablocks-paragraph-text { color:#111212;font-family:"DM Sans",sans-serif;font-weight:400;font-style:Regular;font-size:20px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-95a18a5b-eef1-4269-9ae1-7a38c743fbed .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-95a18a5b-eef1-4269-9ae1-7a38c743fbed .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-45de7d93-374d-4076-a135-943f779c0e85 { padding-top:23px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#11121233;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-45de7d93-374d-4076-a135-943f779c0e85.ablocks-block--container { padding-top:23px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-45de7d93-374d-4076-a135-943f779c0e85 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-45de7d93-374d-4076-a135-943f779c0e85.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4:not(.ablocks-has-block-container), .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-block--info-box__content { gap:4px;align-items:flex-start; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .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-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:48px; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:600;font-style:SemiBold;font-size:16px;line-height:100%;color:#111212; } @media screen and (max-width: 800px) { .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:400;font-style:9pt Regular;font-size:14px;line-height:100%;color:#11121299; } @media screen and (max-width: 800px) { .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:DM Sans; } } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .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-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .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-47a747ce-3054-4a0c-a75a-d1ae76bc52b4.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-47a747ce-3054-4a0c-a75a-d1ae76bc52b4.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-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .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-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-47a747ce-3054-4a0c-a75a-d1ae76bc52b4 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-da1f22a4-ccd7-4945-8226-7d9f7a95084c { margin-top:0px;padding-top:200px;padding-bottom:200px;background:#111212;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-da1f22a4-ccd7-4945-8226-7d9f7a95084c { padding-top:70px;padding-bottom:70px; } } @media screen and (max-width: 480px) { .ablocks-block-da1f22a4-ccd7-4945-8226-7d9f7a95084c { padding-top:50px;padding-bottom:50px; } } .ablocks-block-da1f22a4-ccd7-4945-8226-7d9f7a95084c.ablocks-block--container { padding-top:200px;padding-bottom:200px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-da1f22a4-ccd7-4945-8226-7d9f7a95084c.ablocks-block--container { padding-top:70px;padding-bottom:70px; } } @media screen and (max-width: 480px) { .ablocks-block-da1f22a4-ccd7-4945-8226-7d9f7a95084c.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-da1f22a4-ccd7-4945-8226-7d9f7a95084c > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-da1f22a4-ccd7-4945-8226-7d9f7a95084c > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:200px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-da1f22a4-ccd7-4945-8226-7d9f7a95084c > .ablocks-block-container { row-gap:70px; } } @media screen and (max-width: 480px) { .ablocks-block-da1f22a4-ccd7-4945-8226-7d9f7a95084c > .ablocks-block-container { row-gap:60px; } } .ablocks-block-da1f22a4-ccd7-4945-8226-7d9f7a95084c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:200px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-da1f22a4-ccd7-4945-8226-7d9f7a95084c.ablocks-has-block-container > .ablocks-block-container { row-gap:70px; } } @media screen and (max-width: 480px) { .ablocks-block-da1f22a4-ccd7-4945-8226-7d9f7a95084c.ablocks-has-block-container > .ablocks-block-container { row-gap:60px; } } 
.ablocks-block-a2468f1e-e257-44d2-8906-dabfb858ec74 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a2468f1e-e257-44d2-8906-dabfb858ec74.ablocks-block--container { padding:0px;max-width:min(100%,1200%) !important;overflow:visible; } .ablocks-block-a2468f1e-e257-44d2-8906-dabfb858ec74 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:89px; } @media screen and (max-width: 800px) { .ablocks-block-a2468f1e-e257-44d2-8906-dabfb858ec74 { flex-direction:column;align-items:center;row-gap:20px; } } .ablocks-block-a2468f1e-e257-44d2-8906-dabfb858ec74.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:89px; } @media screen and (max-width: 800px) { .ablocks-block-a2468f1e-e257-44d2-8906-dabfb858ec74.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center;row-gap:20px; } } .ablocks-block-a2468f1e-e257-44d2-8906-dabfb858ec74 { display:inline-flex; } 
.ablocks-block-99eee3a0-ca29-4501-8eb2-852b29c1572d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-99eee3a0-ca29-4501-8eb2-852b29c1572d.ablocks-block--container { padding:0px;max-width:min(100%,34%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-99eee3a0-ca29-4501-8eb2-852b29c1572d.ablocks-block--container { max-width:min(100%,80%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-99eee3a0-ca29-4501-8eb2-852b29c1572d.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-99eee3a0-ca29-4501-8eb2-852b29c1572d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-99eee3a0-ca29-4501-8eb2-852b29c1572d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5d143cc4-da64-4781-a4fd-435746a09a1f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5d143cc4-da64-4781-a4fd-435746a09a1f { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-5d143cc4-da64-4781-a4fd-435746a09a1f { text-align:center; } } .ablocks-block-5d143cc4-da64-4781-a4fd-435746a09a1f .ablocks-heading-text { color:#ffffff;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:60px;line-height:72px;letter-spacing:-1.8px; } @media screen and (max-width: 800px) { .ablocks-block-5d143cc4-da64-4781-a4fd-435746a09a1f .ablocks-heading-text { font-size:42px;line-height:52px; } } @media screen and (max-width: 480px) { .ablocks-block-5d143cc4-da64-4781-a4fd-435746a09a1f .ablocks-heading-text { font-size:34px;line-height:42px; } } 
.ablocks-block-2cb8015a-5bb2-4029-8387-9dd22a449c81 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2cb8015a-5bb2-4029-8387-9dd22a449c81.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2cb8015a-5bb2-4029-8387-9dd22a449c81 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2cb8015a-5bb2-4029-8387-9dd22a449c81.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-78588036-b17d-45e2-a7bc-7299b89888be { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-78588036-b17d-45e2-a7bc-7299b89888be .ablocks-block--single-accordion { margin-bottom:16px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#FFFFFF33; } .ablocks-block-78588036-b17d-45e2-a7bc-7299b89888be .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { color:#FFF;margin-left:10px;font-family:Bricolage Grotesque;font-weight:600; } @media screen and (max-width: 800px) { .ablocks-block-78588036-b17d-45e2-a7bc-7299b89888be .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { font-size:24px;line-height:40px; } } @media screen and (max-width: 480px) { .ablocks-block-78588036-b17d-45e2-a7bc-7299b89888be .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { font-size:20px;line-height:30px;letter-spacing:1px; } } .ablocks-block-78588036-b17d-45e2-a7bc-7299b89888be .ablocks-block--single-accordion-is-selected .ablocks-block-accordion-title { color:#FFF; } .ablocks-block-78588036-b17d-45e2-a7bc-7299b89888be .ablocks-block--single-accordion__heading { background:#111212;border-width:0px 0px 1px 0px;border-style:none;border-color:#FFFFFF33;padding-top:14px;padding-right:0px;padding-bottom:14px;padding-left:0px; } .ablocks-block-78588036-b17d-45e2-a7bc-7299b89888be .ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading { background:#111212; } .ablocks-block-78588036-b17d-45e2-a7bc-7299b89888be .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:#FFFFFF;font-size:25px; } .ablocks-block-78588036-b17d-45e2-a7bc-7299b89888be .ablocks-block--single-accordion__body-content { background:#111212;padding-top:16px;padding-right:0px;padding-bottom:23px;padding-left:0px; } 
.ablocks-block-aef3ad88-228e-4f83-b531-5417505a5eb9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aef3ad88-228e-4f83-b531-5417505a5eb9 .ablocks-block--single-accordion__heading { padding-left:0px; } .ablocks-block-aef3ad88-228e-4f83-b531-5417505a5eb9.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading { background:#111212; } .ablocks-block-aef3ad88-228e-4f83-b531-5417505a5eb9 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-aef3ad88-228e-4f83-b531-5417505a5eb9 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } 
.ablocks-block-5d4f9d8b-e832-416e-b6f8-447079ff8368 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5d4f9d8b-e832-416e-b6f8-447079ff8368 { text-align:left; } .ablocks-block-5d4f9d8b-e832-416e-b6f8-447079ff8368 .ablocks-paragraph-text { color:#FFFFFFCC;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-5d4f9d8b-e832-416e-b6f8-447079ff8368 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-5d4f9d8b-e832-416e-b6f8-447079ff8368 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-eb8dedd7-a0d4-41e0-b503-952771db8108 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eb8dedd7-a0d4-41e0-b503-952771db8108 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-eb8dedd7-a0d4-41e0-b503-952771db8108 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } 
.ablocks-block-0360cfdb-5629-43c2-b5b7-5708e3f3b70a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0360cfdb-5629-43c2-b5b7-5708e3f3b70a { text-align:left; } .ablocks-block-0360cfdb-5629-43c2-b5b7-5708e3f3b70a .ablocks-paragraph-text { color:#FFFFFFCC;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-0360cfdb-5629-43c2-b5b7-5708e3f3b70a .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-0360cfdb-5629-43c2-b5b7-5708e3f3b70a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3516e0cd-1c62-4bea-b2ab-fbe690576b83 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3516e0cd-1c62-4bea-b2ab-fbe690576b83 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-3516e0cd-1c62-4bea-b2ab-fbe690576b83 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } 
.ablocks-block-3609e64f-5c42-468d-b5ed-263e391ff038 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3609e64f-5c42-468d-b5ed-263e391ff038 { text-align:left; } .ablocks-block-3609e64f-5c42-468d-b5ed-263e391ff038 .ablocks-paragraph-text { color:#FFFFFFCC;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-3609e64f-5c42-468d-b5ed-263e391ff038 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-3609e64f-5c42-468d-b5ed-263e391ff038 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3cb7c56f-70fd-4191-adb9-a545a86f3e5f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3cb7c56f-70fd-4191-adb9-a545a86f3e5f .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-3cb7c56f-70fd-4191-adb9-a545a86f3e5f .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } 
.ablocks-block-a2bcac6e-2587-46d5-9aaa-2233d926406b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a2bcac6e-2587-46d5-9aaa-2233d926406b { text-align:left; } .ablocks-block-a2bcac6e-2587-46d5-9aaa-2233d926406b .ablocks-paragraph-text { color:#FFFFFFCC;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-a2bcac6e-2587-46d5-9aaa-2233d926406b .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-a2bcac6e-2587-46d5-9aaa-2233d926406b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-265abd9b-680b-4ff8-8e6d-544bcb06ae55 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-265abd9b-680b-4ff8-8e6d-544bcb06ae55 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-265abd9b-680b-4ff8-8e6d-544bcb06ae55 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } 
.ablocks-block-072739b5-b1e8-4189-9d21-8624389ac8ed { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-072739b5-b1e8-4189-9d21-8624389ac8ed { text-align:left; } .ablocks-block-072739b5-b1e8-4189-9d21-8624389ac8ed .ablocks-paragraph-text { color:#FFFFFFCC;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-072739b5-b1e8-4189-9d21-8624389ac8ed .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-072739b5-b1e8-4189-9d21-8624389ac8ed .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6cc4afc6-57b3-412e-9a0d-129eb0b29991 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6cc4afc6-57b3-412e-9a0d-129eb0b29991 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-6cc4afc6-57b3-412e-9a0d-129eb0b29991 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } 
.ablocks-block-10b19411-91c6-4b91-8d32-5a42c7bcacb8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-10b19411-91c6-4b91-8d32-5a42c7bcacb8 { text-align:left; } .ablocks-block-10b19411-91c6-4b91-8d32-5a42c7bcacb8 .ablocks-paragraph-text { color:#FFFFFFCC;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-10b19411-91c6-4b91-8d32-5a42c7bcacb8 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-10b19411-91c6-4b91-8d32-5a42c7bcacb8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-def33743-b0b2-4733-8ac3-7a4fb1fa1b74 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-def33743-b0b2-4733-8ac3-7a4fb1fa1b74.ablocks-block--container { padding:0px;max-width:min(100%,1203%) !important;overflow:visible; } .ablocks-block-def33743-b0b2-4733-8ac3-7a4fb1fa1b74 { display:flex;flex-direction:column;min-height:0px;row-gap:64px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-def33743-b0b2-4733-8ac3-7a4fb1fa1b74 { row-gap:40px; } } .ablocks-block-def33743-b0b2-4733-8ac3-7a4fb1fa1b74.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:64px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-def33743-b0b2-4733-8ac3-7a4fb1fa1b74.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-d068830e-820a-4445-a394-a461f96a7682 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d068830e-820a-4445-a394-a461f96a7682.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d068830e-820a-4445-a394-a461f96a7682 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:321px; } @media screen and (max-width: 800px) { .ablocks-block-d068830e-820a-4445-a394-a461f96a7682 { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-d068830e-820a-4445-a394-a461f96a7682 { flex-direction:column;row-gap:12px; } } .ablocks-block-d068830e-820a-4445-a394-a461f96a7682.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:321px; } @media screen and (max-width: 800px) { .ablocks-block-d068830e-820a-4445-a394-a461f96a7682.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-d068830e-820a-4445-a394-a461f96a7682.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:12px; } } .ablocks-block-d068830e-820a-4445-a394-a461f96a7682 { display:inline-flex; } 
.ablocks-block-33e11ee2-bbfd-4718-8cc7-3ca5f877a222 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-33e11ee2-bbfd-4718-8cc7-3ca5f877a222 { width:49%; } } @media screen and (max-width: 480px) { .ablocks-block-33e11ee2-bbfd-4718-8cc7-3ca5f877a222 { width:100%; } } .ablocks-block-33e11ee2-bbfd-4718-8cc7-3ca5f877a222 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-33e11ee2-bbfd-4718-8cc7-3ca5f877a222 { text-align:center; } } .ablocks-block-33e11ee2-bbfd-4718-8cc7-3ca5f877a222 .ablocks-heading-text { color:#F2F4F3;font-family:Bricolage Grotesque;font-weight:700;font-size:48px;line-height:60px; } @media screen and (max-width: 800px) { .ablocks-block-33e11ee2-bbfd-4718-8cc7-3ca5f877a222 .ablocks-heading-text { font-size:32px;line-height:42px;letter-spacing:1px; } } 
.ablocks-block-373523de-9955-4f18-9ed5-6fc55260a1ac { width:55%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-373523de-9955-4f18-9ed5-6fc55260a1ac { width:100%; } } .ablocks-block-373523de-9955-4f18-9ed5-6fc55260a1ac { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-373523de-9955-4f18-9ed5-6fc55260a1ac { text-align:center; } } .ablocks-block-373523de-9955-4f18-9ed5-6fc55260a1ac .ablocks-paragraph-text { color:#FFFFFFA8;font-family:"DM Sans",sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-373523de-9955-4f18-9ed5-6fc55260a1ac .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-373523de-9955-4f18-9ed5-6fc55260a1ac .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e5d3c3a4-5230-4ccb-b5d7-e2d1fdb049c2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5d3c3a4-5230-4ccb-b5d7-e2d1fdb049c2.ablocks-block--container { padding:0px;max-width:min(100%,1203px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e5d3c3a4-5230-4ccb-b5d7-e2d1fdb049c2.ablocks-block--container { max-width:min(100%,1203%) !important; } } .ablocks-block-e5d3c3a4-5230-4ccb-b5d7-e2d1fdb049c2 { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-e5d3c3a4-5230-4ccb-b5d7-e2d1fdb049c2 { flex-direction:column;align-items:center;row-gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-e5d3c3a4-5230-4ccb-b5d7-e2d1fdb049c2 { row-gap:32px; } } .ablocks-block-e5d3c3a4-5230-4ccb-b5d7-e2d1fdb049c2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-e5d3c3a4-5230-4ccb-b5d7-e2d1fdb049c2.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center;row-gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-e5d3c3a4-5230-4ccb-b5d7-e2d1fdb049c2.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-e5d3c3a4-5230-4ccb-b5d7-e2d1fdb049c2 { display:inline-flex; } 
.ablocks-block-87398ebc-d579-4451-a6ae-059f45e025d8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-87398ebc-d579-4451-a6ae-059f45e025d8.ablocks-block--container { padding:0px;max-width:min(100%,49%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-87398ebc-d579-4451-a6ae-059f45e025d8.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-87398ebc-d579-4451-a6ae-059f45e025d8 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-87398ebc-d579-4451-a6ae-059f45e025d8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-214a9ae2-3c7d-443c-b446-87e23ae9f9a8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-214a9ae2-3c7d-443c-b446-87e23ae9f9a8 { display:flex;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-214a9ae2-3c7d-443c-b446-87e23ae9f9a8 { justify-content:center; } } .ablocks-block-214a9ae2-3c7d-443c-b446-87e23ae9f9a8 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-214a9ae2-3c7d-443c-b446-87e23ae9f9a8 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-214a9ae2-3c7d-443c-b446-87e23ae9f9a8 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-85ff0584-bd76-4f27-a101-973dcd104c02 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-85ff0584-bd76-4f27-a101-973dcd104c02 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-85ff0584-bd76-4f27-a101-973dcd104c02 { text-align:center; } } .ablocks-block-85ff0584-bd76-4f27-a101-973dcd104c02 .ablocks-paragraph-text { color:#ffffff;font-family:Bricolage Grotesque;font-weight:600;font-size:16px;line-height:32px; } @media screen and (max-width: 480px) { .ablocks-block-85ff0584-bd76-4f27-a101-973dcd104c02 .ablocks-paragraph-text { font-size:18px;line-height:26px; } } .ablocks-block-85ff0584-bd76-4f27-a101-973dcd104c02 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d19b3fdc-1e86-4e3b-8947-9947ab93ea0b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d19b3fdc-1e86-4e3b-8947-9947ab93ea0b.ablocks-block--container { padding:0px;max-width:min(100%,584%) !important;overflow:visible; } .ablocks-block-d19b3fdc-1e86-4e3b-8947-9947ab93ea0b { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-d19b3fdc-1e86-4e3b-8947-9947ab93ea0b { row-gap:25px; } } .ablocks-block-d19b3fdc-1e86-4e3b-8947-9947ab93ea0b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-d19b3fdc-1e86-4e3b-8947-9947ab93ea0b.ablocks-has-block-container > .ablocks-block-container { row-gap:25px; } } 
.ablocks-block-8baaeb62-abf0-40d9-91a7-2fd1166803c2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8baaeb62-abf0-40d9-91a7-2fd1166803c2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8baaeb62-abf0-40d9-91a7-2fd1166803c2 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-8baaeb62-abf0-40d9-91a7-2fd1166803c2 { column-gap:25px; } } @media screen and (max-width: 480px) { .ablocks-block-8baaeb62-abf0-40d9-91a7-2fd1166803c2 { flex-direction:column;row-gap:12px; } } .ablocks-block-8baaeb62-abf0-40d9-91a7-2fd1166803c2.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-8baaeb62-abf0-40d9-91a7-2fd1166803c2.ablocks-has-block-container > .ablocks-block-container { column-gap:25px; } } @media screen and (max-width: 480px) { .ablocks-block-8baaeb62-abf0-40d9-91a7-2fd1166803c2.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:12px; } } .ablocks-block-8baaeb62-abf0-40d9-91a7-2fd1166803c2 { display:inline-flex; } 
.ablocks-block-4a5dce4a-0f71-41c5-b347-0cb7515d672f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a5dce4a-0f71-41c5-b347-0cb7515d672f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4a5dce4a-0f71-41c5-b347-0cb7515d672f { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-4a5dce4a-0f71-41c5-b347-0cb7515d672f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-a22720e3-500f-476e-b82b-c535f371e29d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a22720e3-500f-476e-b82b-c535f371e29d { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-a22720e3-500f-476e-b82b-c535f371e29d { justify-content:center; } } .ablocks-block-a22720e3-500f-476e-b82b-c535f371e29d .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-a22720e3-500f-476e-b82b-c535f371e29d .ablocks-image-figure img { width:350px; } } .ablocks-block-a22720e3-500f-476e-b82b-c535f371e29d .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-a22720e3-500f-476e-b82b-c535f371e29d .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-9c87a7ba-8b17-4766-911d-3e869b5fa12f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c87a7ba-8b17-4766-911d-3e869b5fa12f { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-9c87a7ba-8b17-4766-911d-3e869b5fa12f { text-align:center; } } .ablocks-block-9c87a7ba-8b17-4766-911d-3e869b5fa12f .ablocks-paragraph-text { color:#ffffff;font-family:Bricolage Grotesque;font-weight:600;font-size:16px;line-height:32px; } @media screen and (max-width: 480px) { .ablocks-block-9c87a7ba-8b17-4766-911d-3e869b5fa12f .ablocks-paragraph-text { font-size:18px;line-height:26px; } } .ablocks-block-9c87a7ba-8b17-4766-911d-3e869b5fa12f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0e7c4ccd-fa6a-4931-8fca-784b682b1c14 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e7c4ccd-fa6a-4931-8fca-784b682b1c14.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0e7c4ccd-fa6a-4931-8fca-784b682b1c14 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-0e7c4ccd-fa6a-4931-8fca-784b682b1c14.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-14982567-37ba-4a3f-8e59-042ba53216d6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-14982567-37ba-4a3f-8e59-042ba53216d6 { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-14982567-37ba-4a3f-8e59-042ba53216d6 { justify-content:center; } } .ablocks-block-14982567-37ba-4a3f-8e59-042ba53216d6 .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-14982567-37ba-4a3f-8e59-042ba53216d6 .ablocks-image-figure img { width:350px; } } .ablocks-block-14982567-37ba-4a3f-8e59-042ba53216d6 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-14982567-37ba-4a3f-8e59-042ba53216d6 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3d334823-d013-49bc-97e3-be2b57e57cc8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3d334823-d013-49bc-97e3-be2b57e57cc8 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-3d334823-d013-49bc-97e3-be2b57e57cc8 { text-align:center; } } .ablocks-block-3d334823-d013-49bc-97e3-be2b57e57cc8 .ablocks-paragraph-text { color:#ffffff;font-family:Bricolage Grotesque;font-weight:600;font-size:16px;line-height:32px; } @media screen and (max-width: 480px) { .ablocks-block-3d334823-d013-49bc-97e3-be2b57e57cc8 .ablocks-paragraph-text { font-size:18px;line-height:26px; } } .ablocks-block-3d334823-d013-49bc-97e3-be2b57e57cc8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b6f3f34b-7d9f-452c-b403-ea2e2edbc77a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b6f3f34b-7d9f-452c-b403-ea2e2edbc77a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b6f3f34b-7d9f-452c-b403-ea2e2edbc77a { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 480px) { .ablocks-block-b6f3f34b-7d9f-452c-b403-ea2e2edbc77a { flex-direction:column;row-gap:12px; } } .ablocks-block-b6f3f34b-7d9f-452c-b403-ea2e2edbc77a.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: 480px) { .ablocks-block-b6f3f34b-7d9f-452c-b403-ea2e2edbc77a.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:12px; } } .ablocks-block-b6f3f34b-7d9f-452c-b403-ea2e2edbc77a { display:inline-flex; } 
.ablocks-block-73559321-5d2a-45ee-8043-d53d94ff18de { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-73559321-5d2a-45ee-8043-d53d94ff18de.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-73559321-5d2a-45ee-8043-d53d94ff18de { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-73559321-5d2a-45ee-8043-d53d94ff18de.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-82d10f2a-58cd-41f7-b792-71aa0396b6fe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82d10f2a-58cd-41f7-b792-71aa0396b6fe { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-82d10f2a-58cd-41f7-b792-71aa0396b6fe { justify-content:center; } } .ablocks-block-82d10f2a-58cd-41f7-b792-71aa0396b6fe .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-82d10f2a-58cd-41f7-b792-71aa0396b6fe .ablocks-image-figure img { width:350px; } } .ablocks-block-82d10f2a-58cd-41f7-b792-71aa0396b6fe .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-82d10f2a-58cd-41f7-b792-71aa0396b6fe .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8b07fe49-16c9-40ec-9d0e-e67eb953ef10 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8b07fe49-16c9-40ec-9d0e-e67eb953ef10 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-8b07fe49-16c9-40ec-9d0e-e67eb953ef10 { text-align:center; } } .ablocks-block-8b07fe49-16c9-40ec-9d0e-e67eb953ef10 .ablocks-paragraph-text { color:#ffffff;font-family:Bricolage Grotesque;font-weight:600;font-size:16px;line-height:32px; } @media screen and (max-width: 480px) { .ablocks-block-8b07fe49-16c9-40ec-9d0e-e67eb953ef10 .ablocks-paragraph-text { font-size:18px;line-height:26px; } } .ablocks-block-8b07fe49-16c9-40ec-9d0e-e67eb953ef10 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-aad924f1-5f8c-4207-ad59-5bbf0f977286 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-aad924f1-5f8c-4207-ad59-5bbf0f977286 { padding-right:10px; } } .ablocks-block-aad924f1-5f8c-4207-ad59-5bbf0f977286.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-aad924f1-5f8c-4207-ad59-5bbf0f977286.ablocks-block--container { padding-right:10px; } } .ablocks-block-aad924f1-5f8c-4207-ad59-5bbf0f977286 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-aad924f1-5f8c-4207-ad59-5bbf0f977286.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-e73e90cc-ded8-4408-98f2-30a1f973fbd9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e73e90cc-ded8-4408-98f2-30a1f973fbd9 { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-e73e90cc-ded8-4408-98f2-30a1f973fbd9 { justify-content:center; } } .ablocks-block-e73e90cc-ded8-4408-98f2-30a1f973fbd9 .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-e73e90cc-ded8-4408-98f2-30a1f973fbd9 .ablocks-image-figure img { width:350px; } } .ablocks-block-e73e90cc-ded8-4408-98f2-30a1f973fbd9 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e73e90cc-ded8-4408-98f2-30a1f973fbd9 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-2225adcf-4d3d-48d1-8c65-5cb95c96fad3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2225adcf-4d3d-48d1-8c65-5cb95c96fad3 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-2225adcf-4d3d-48d1-8c65-5cb95c96fad3 { text-align:center; } } .ablocks-block-2225adcf-4d3d-48d1-8c65-5cb95c96fad3 .ablocks-paragraph-text { color:#ffffff;font-family:Bricolage Grotesque;font-weight:600;font-size:16px;line-height:32px; } @media screen and (max-width: 480px) { .ablocks-block-2225adcf-4d3d-48d1-8c65-5cb95c96fad3 .ablocks-paragraph-text { font-size:18px;line-height:26px; } } .ablocks-block-2225adcf-4d3d-48d1-8c65-5cb95c96fad3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6 { margin-top:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } 
.ablocks-block-8877398d-8481-4110-b873-6d2570366a69 { margin-top:-25px;padding-top:100px;padding-right:0px;padding-bottom:32px;padding-left:0px;background:#ffffff;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8877398d-8481-4110-b873-6d2570366a69 { padding-top:60px;padding-right:12px;padding-left:12px;border-top-left-radius:20px;border-top-right-radius:20px; } } .ablocks-block-8877398d-8481-4110-b873-6d2570366a69.ablocks-block--container { padding-top:100px;padding-right:0px;padding-bottom:32px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-8877398d-8481-4110-b873-6d2570366a69.ablocks-block--container { padding-top:60px;padding-right:12px;padding-left:12px; } } .ablocks-block-8877398d-8481-4110-b873-6d2570366a69 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } .ablocks-block-8877398d-8481-4110-b873-6d2570366a69.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } 
.ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-block--container { padding:0px;max-width:min(100%,85%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { flex-direction:column; } } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { display:inline-flex; } 
.ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-block--container { max-width:min(100%,37%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } 
.ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56 { display:inline-flex; } 
.ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:203px; } @media screen and (max-width: 800px) { .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap img.ablocks-image-icon { width:164px; } } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 { text-align:left; } .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 .ablocks-paragraph-text { color:#667085;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.18px; } @media screen and (max-width: 800px) { .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 .ablocks-paragraph-text { font-family:Inter;font-size:14px; } } .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571 { margin-top:38px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571 { display:inline-flex; } 
.ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded { text-align:left; } .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 { font-family:Inter;font-size:14px; } } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list { gap:10px; } } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-block--container { max-width:min(100%,58%) !important; } } .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 { text-align:left; } .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 { font-family:Inter;font-size:14px; } } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list { gap:10px; } } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-block--container { max-width:min(100%,17%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-block--container { max-width:min(100%,54%) !important; } } .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb { text-align:left; } .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 { font-family:Inter;font-size:14px; } } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list { gap:10px; } } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#d9d6fe;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c.ablocks-block--container { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,85%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { flex-direction:column;row-gap:21px; } } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c.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-06d11001-39dc-45aa-ba5a-78345e52d46c.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:21px; } } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { display:inline-flex; } 
.ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc { text-align:left; } .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc .ablocks-paragraph-text { color:#667085;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:28px;letter-spacing:-0.18px; } @media screen and (max-width: 800px) { .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { display:inline-flex; } 
.ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { width:50%; } } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { display:flex;justify-content:right; } @media screen and (max-width: 480px) { .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { justify-content:left; } } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure img { width:149px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure img { width:170px; } } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
