@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-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-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-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-block--icon .ablocks-block-container{display:flex}
.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-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-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--flip-box{perspective:1000px}.ablocks-block--flip-box-child{width:100%}.ablocks-block--flip-box-child.ablocks-flipbox__back>.ablocks-block-container,.ablocks-block--flip-box-child.ablocks-flipbox__front>.ablocks-block-container{display:flex;flex-direction:column;justify-content:center;padding:20px;row-gap:10px}.ablocks-flipbox__back>.ablocks-block-container,.ablocks-flipbox__front>.ablocks-block-container{padding:20px}.ablocks-flipbox--transform-bottom .ablocks-flipbox__back,.ablocks-flipbox--transform-top .ablocks-flipbox__back{transform:rotateX(180deg)}.ablocks-flipbox--transform-left .ablocks-flipbox__back,.ablocks-flipbox--transform-right .ablocks-flipbox__back{transform:rotateY(180deg)}.ablocks-block--flip-box>div:first-child{align-items:stretch;display:flex;justify-content:stretch;position:relative;transform-style:preserve-3d;transition:transform .6s}.ablocks-block--flip-box>div:first-child .ablocks-flipbox__back,.ablocks-block--flip-box>div:first-child .ablocks-flipbox__front{backface-visibility:hidden;display:block;transform-style:preserve-3d;width:100%}.ablocks-block--flip-box>div:first-child .ablocks-flipbox__front{position:relative}.ablocks-block--flip-box>div:first-child .ablocks-flipbox__back{position:absolute;transform:rotateY(-180deg)}.ablocks-flipbox--transform-bottom>div:first-child .ablocks-flipbox__back,.ablocks-flipbox--transform-top>div:first-child .ablocks-flipbox__back{transform:rotateX(-180deg)}.ablocks-block--flip-box:hover>div:first-child{transform:rotateY(-180deg)!important}.ablocks-flipbox--transform-right:hover>div:first-child{transform:rotateY(180deg)!important}.ablocks-flipbox--transform-top:hover>div:first-child{transform:rotateX(180deg)!important}.ablocks-flipbox--transform-bottom:hover>div:first-child{transform:rotateX(-180deg)!important}

.ablocks-block--divider{flex-grow:1;width:100%}.ablocks-block--divider .ablocks-block-container,.ablocks-block--divider:not(.ablocks-has-block-container){align-items:center;display:flex;min-height:50px;width:100%}.ablocks-divider__pattern-mask{align-items:center;background-color:var(--ablocks-divider-pattern-color);display:flex;height:100%;mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--center,.ablocks-divider__pattern-mask-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--center:after,.ablocks-divider__pattern-mask-element-icon--center:before,.ablocks-divider__pattern-mask-element-text--center:after,.ablocks-divider__pattern-mask-element-text--center:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-mask-element-icon--left,.ablocks-divider__pattern-mask-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--left:after,.ablocks-divider__pattern-mask-element-text--left:after{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-mask-element-icon--right,.ablocks-divider__pattern-mask-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--right:before,.ablocks-divider__pattern-mask-element-text--right:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-css{border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);width:100%}.ablocks-divider__pattern-css-element-icon--center,.ablocks-divider__pattern-css-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;width:100%}.ablocks-divider__pattern-css-element-icon--center:after,.ablocks-divider__pattern-css-element-icon--center:before,.ablocks-divider__pattern-css-element-text--center:after,.ablocks-divider__pattern-css-element-text--center:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-divider__pattern-css-element-icon--left,.ablocks-divider__pattern-css-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;width:100%}.ablocks-divider__pattern-css-element-icon--left:after,.ablocks-divider__pattern-css-element-text--left:after{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-divider__pattern-css-element-icon--right,.ablocks-divider__pattern-css-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;width:100%}.ablocks-divider__pattern-css-element-icon--right:before,.ablocks-divider__pattern-css-element-text--right:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-block--divider .ablocks-divider__element-icon{display:inline-block;line-height:1}
.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-block--form-builder{background:#fff;border:2px solid gray;border-radius:5px;padding:20px}.ablocks-block--form-builder .ablocks-form-builder__fields{column-gap:8px;display:flex;flex-wrap:wrap;row-gap:16px}@media (max-width:450px){.ablocks-block--form-builder .ablocks-form-builder__fields{gap:5px;row-gap:10px}}.ablocks-block--form-builder .block-editor-button-block-appender{height:60px;margin:10px 0}.ablocks-block--form-builder .block-list-appender{position:static;width:100%}.ablocks-block--form-builder form{column-gap:8px;display:flex;row-gap:16px}.ablocks-form-builder__field .ablocks-block-error-msg{position:absolute;visibility:hidden}@media (max-width:560px){.ablocks-block--form-builder form{column-gap:0;display:flex;flex-wrap:wrap;row-gap:14px}}.ablocks-form-builder .ablocks-form-builder__fields{width:100%}.ablocks-form-builder .ablocks-form-builder__submit-button{border:none;cursor:pointer}.ablocks-form-builder .ablocks-form-builder__submit-button--default{padding:6px 14px}.ablocks-form-builder .ablocks-form-builder__submit-button--default,.ablocks-form-builder .ablocks-form-builder__submit-button--small{background:#13191b;border-radius:8px;color:#fff;font-size:14px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;width:20%}.ablocks-form-builder .ablocks-form-builder__submit-button--small{padding:8px 16px}.ablocks-form-builder .ablocks-form-builder__submit-button--medium{background:#13191b;border-radius:8px;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:12px 24px;width:30%}.ablocks-form-builder .ablocks-form-builder__submit-button--large{background:#13191b;border-radius:8px;color:#fff;font-size:18px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:16px 32px;width:50%}.ablocks-form-builder .ablocks-form-builder__submit-button--extra-large{background:#13191b;border-radius:8px;color:#fff;font-size:20px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:18px 36px;width:60%}.ablocks-form-builder .ablocks-form-builder__submit-button--full-width{background:#13191b;border-radius:8px;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:14px 28px;width:100%}.ablocks-form-builder__label{color:#0f0e16;display:block;font-size:16px;font-style:normal;font-weight:400;line-height:150%;text-transform:capitalize}.ablocks-form-builder input.ablocks-form-builder__input{box-sizing:border-box;color:#0f0e16;height:49px;padding:10px;width:100%}.ablocks-form-builder input.ablocks-form-builder__input::placeholder{color:#a7aaad;opacity:.8}input.ablocks-form-builder__input:focus{box-shadow:none;outline:none}.ablocks-feedback-messag .error-msg{color:#f70404}.ablocks-feedback-messag .success-msg{color:#0eff0e}.ablocks-form-builder button[type=submit].loading{pointer-events:none;position:relative}.ablocks-form-builder button[type=submit].loading:after{animation:spin 1s linear infinite;border:3px solid #fff;border-radius:50%;border-top-color:transparent;content:"";height:20px;left:50%;margin-top:-10px;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.ablocks-form-builder-toobar-button--active{color:#fff}.ablocks-form-builder-toobar-button--active:before{background-color:#007cba;border:1px solid #000}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations>li{height:170px}.ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations{margin:70px 0 0}.ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations span{font-size:13px;font-weight:700;margin-top:50px}.ablocks-block--form-builder__navigator{font-size:16px;padding-left:24px;padding-top:20px}.ablocks-block--form-builder__navigator a{text-decoration:none}.ablocks-block--form-builder__navigator .ablocks-block--form-builder__navigator-redirect-page a{padding:5px}.ablocks-block--form-builder__feedback-message{border-radius:5px;font-size:16px;margin-top:10px;padding:20px 10px;text-align:center}.ablocks-block--form-builder__arrow-icon{padding-right:5px;width:14px;fill:gray}.ablocks-block--form-builder__feedback-message p{margin:0;padding:0}.ablocks-form-builder__field__content{align-items:center;display:flex}.ablocks-form-builder__field__content .ablocks-form-builder__label{cursor:pointer;margin-top:10px;padding-left:2px}.ablocks-form-builder__checkbox .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-top:-14px;padding-left:19px}.ablocks-block-block-wrap{height:16px}.ablocks-form-builder__field .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400}.ablocks-form-builder__field.error-msg .ablocks-form-builder-input{border-color:red}.ablocks-form-builder__input-icon{font-size:18px;left:10px;position:absolute;top:75%;transform:translateY(-50%)}.ablocks-form-builder__input-toggle--hide-password,.ablocks-form-builder__input-toggle--show-password{visibility:hidden}.components-popover__content>.components-accessible-toolbar>.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-toolbar-group>.components-button:hover{color:var(--ablocks-primary-color)}.ablocks-block--form-multi-step{padding:20px 10px;width:100%}.ablocks-form-multi-step__btns{align-items:center;display:flex;gap:10px;margin-top:24px}.ablocks-form-multi-step__btns button{background-color:#000;border:none;border-radius:5px;color:#fff;outline:none;padding:10px 30px}.ablocks-form-multi-step__btns button:first-of-type{background-color:#fff;border:1px solid #707070;color:#000;margin-right:auto}.ablocks-form-multi-step__btns button:nth-of-type(2){margin-left:auto}.ablocks-form-multi-step-child{display:none}.ablocks-form-multi-step-child--active{display:flex;flex-wrap:wrap}.ablocks-form-multi-step__progress{margin-bottom:20px}.ablocks-form-multi-step__progress,.ablocks-form-multi-step__step-wrapper{align-items:center;display:flex;justify-content:center}.ablocks-form-multi-step__step{align-items:center;display:flex}.ablocks-form-multi-step__step-number{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:50%;display:flex;height:24px;justify-content:center;margin-right:5px;width:24px}.ablocks-form-multi-step__step-title{color:#000}.ablocks-form-multi-step__divider{color:#ccc;margin:0 8px}.ablocks-form-multi-step__step-wrapper:last-child .ablocks-form-multi-step__divider{display:none}.ablocks-form-multi-step__step--active .ablocks-form-multi-step__step-number{background-color:#000;border:none;color:#fff}.ablocks-editor-multi-step__wrapper{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:space-between;padding:10px}.ablocks-block--form-multi-step .block-editor-block-list__block.ablocks-block.is-selected>.ablocks-editor-block-control-wrap{display:none!important}.ablocks-editor-multi-step{border:1px solid #ddd;border-radius:4px;margin:10px 0}.ablocks-editor-multi-step__content-wrapper{align-items:center;display:flex;flex:1;gap:10px}.ablocks-editor-multi-step__inner-content{padding:10px}.ablocks-editor-multi-step__new-option input{border:1px solid #1b1b1b;border-radius:5px;outline:none;padding:10px;width:100%}.ablocks-editor-multi-step__new-option input:focus{border:1px solid #1b1b1b;box-shadow:none;outline:none}.ablocks-editor-multi-step__new-option button{background-color:#fff;border:1px solid #1b1b1b;border-radius:5px;cursor:pointer;margin:10px 0;padding:10px 15px;width:100%}.ablocks-block-form-custom-input .ablocks-block-container>.block-editor-inner-blocks>.block-editor-block-list__layout{display:flex;width:100%}:not(.block-editor-block-list__block).ablocks-block-form-custom-input--is-root.alignfull{margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;max-width:100vw;width:100vw}.ablocks-block-form-custom-input{box-sizing:border-box!important;max-width:min(100%,100%);padding:var(--ablocks-container-padding);width:100%}.ablocks-block-form-custom-input--is-root{margin-left:auto!important;margin-right:auto!important}:not(.block-editor-block-list__block).ablocks-block-form-custom-input>.ablocks-block-container{display:flex}.ablocks-form-builder-input{width:100%}.ablocks-form-builder__label--required:after{color:red;content:"*"}.ablocks-form-builder__input-show-icon{padding:10px 40px}.ablocks-block--form-password .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400}.ablocks-form-builder__input-toggle--hide-password,.ablocks-form-builder__input-toggle--show-password{background:transparent;border:none;color:#007cba;cursor:pointer;font-size:14px;opacity:0;padding:0;position:absolute;right:10px;top:63%;transform:translateY(-50%);transition:color .3s;visibility:none}.ablocks-form-builder__input-toggle--hide-password--active,.ablocks-form-builder__input-toggle--show-password--active{opacity:1;visibility:visible}.ablocks-block--form-builder .wp-block-ablocks-form-radio{width:100%}.ablocks-form-builder__radio-all-options{display:flex;flex-wrap:wrap}.ablocks-form-builder__radio-option{align-items:center;border:1px solid hsl(from #1e1e1e h s l/.25);border-radius:6px;color:#1e1e1e;cursor:pointer;display:flex;font-size:16px;font-weight:400;gap:8px;justify-content:space-between;margin:4px;padding:10px 12px}.ablocks-form-builder__radio-content{align-items:center;display:flex;gap:5px}.ablocks-form-builder__radio-content .ablocks-icon-wrap{font-size:20px}.ablocks-form-builder__radio-option{background-color:#fff}.ablocks-form-builder__radio-option.checked{background-color:green}.ablocks-form-builder__radio-field .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-bottom:2px;margin-top:-6px}.ablocks-editor-radio__wrapper{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:space-between;padding:10px}.ablocks-editor-radio{border:1px solid #ddd;border-radius:4px;margin:10px 0}.ablocks-editor-radio__content-wrapper{align-items:center;display:flex;flex:1;gap:10px}.ablocks-editor-radio__inner-content{padding:10px}.ablocks-editor-radio__new-option input{border:1px solid #1b1b1b;border-radius:5px;outline:none;padding:10px;width:100%}.ablocks-editor-radio__new-option input:focus{border:1px solid #1b1b1b;box-shadow:none;outline:none}.ablocks-editor-radio__new-option button{background-color:#fff;border:1px solid #1b1b1b;border-radius:5px;cursor:pointer;margin:10px 0;padding:10px 15px;width:100%}.ablocks-form-builder__field .ablocks-form-builder__select{max-width:100%;padding:8px 16px;width:100%}.ablocks-form-builder__field{box-sizing:border-box;width:100%}.ablocks-form-builder__field.error-msg .ablocks-form-builder__field__text{border-color:red}.ablocks-form-builder__field.error-msg .ablocks-block-error-msg{color:#dc2626;font-size:12px;font-weight:500;visibility:visible}.ablocks-form-builder-textarea .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-bottom:2px;margin-top:-14px}.ablocks-form-builder__field__label{display:block;text-transform:capitalize}.ablocks-form-builder__field__text{display:flex}textarea.ablocks-form-builder__field__text{border:1px solid rgba(0,0,0,.493);border-radius:3px;box-sizing:border-box;outline:none;padding:12px;resize:vertical;width:100%}.ablocks-form-builder__field__text textarea::placeholder{opacity:.8}.ablocks-form-builder__field__text textarea:focus{border:none;outline:none}

.ablocks-block-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0 { 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-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0.ablocks-block--container { padding-top:24px;padding-bottom:24px;overflow:visible; } .ablocks-block-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0 > .ablocks-block-container { max-width:min(100%,1440px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0 > .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-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0.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-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-7f8fc7c1-9726-409c-84b6-593d91198f49 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7f8fc7c1-9726-409c-84b6-593d91198f49.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7f8fc7c1-9726-409c-84b6-593d91198f49 { 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-7f8fc7c1-9726-409c-84b6-593d91198f49 { align-items:flex-end; } } .ablocks-block-7f8fc7c1-9726-409c-84b6-593d91198f49.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-7f8fc7c1-9726-409c-84b6-593d91198f49.ablocks-has-block-container > .ablocks-block-container { align-items:flex-end; } } 
.ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-menu { justify-content:center; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9.ablocks-menu { justify-content:center; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .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-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item { font-family:Inter; } } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .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-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { font-family:Inter; } } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item:hover { color:#000000;border-width:1px;border-color:#98a2b3;border-style:none; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#000000;border-width:1px;border-color:#98a2b3;border-style:none; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-block--menu-child-sub { margin-top:1px;width:250px; } @media screen and (max-width: 480px) { .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#667085; } @media screen and (max-width: 480px) { .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#000000; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#667085; } @media screen and (max-width: 480px) { .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#000000; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-menu__trigger-wrapper { justify-content:right; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:#7A5AF8;height:3px;width:30px; } 




.ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-hide-on-desktop,.ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-hide-on-tablet,.ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-hide-on-mobile { display:none; } } .ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-block--container { padding:0px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-block--container { max-width:min(100%,2%) !important; } } .ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943 { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.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-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f.ablocks-hide-on-desktop,.ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f.ablocks-hide-on-tablet,.ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f.ablocks-hide-on-mobile { display:none; } } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f { text-align:left; } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .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-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-button { font-family:Inter; } } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-button:hover { transition-duration:s; } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-icon-wrap { font-size:14px; } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-00a07b89-5d3e-4ed3-a966-cc42e749d3eb { margin-top:-19px;padding-top:98px;padding-bottom:120px;background:#F9FAFB;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-00a07b89-5d3e-4ed3-a966-cc42e749d3eb { padding-top:80px;padding-bottom:90px; } } @media screen and (max-width: 480px) { .ablocks-block-00a07b89-5d3e-4ed3-a966-cc42e749d3eb { padding-top:70px;padding-bottom:70px; } } .ablocks-block-00a07b89-5d3e-4ed3-a966-cc42e749d3eb.ablocks-block--container { padding-top:98px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-00a07b89-5d3e-4ed3-a966-cc42e749d3eb.ablocks-block--container { padding-top:80px;padding-bottom:90px; } } @media screen and (max-width: 480px) { .ablocks-block-00a07b89-5d3e-4ed3-a966-cc42e749d3eb.ablocks-block--container { padding-top:70px;padding-bottom:70px; } } .ablocks-block-00a07b89-5d3e-4ed3-a966-cc42e749d3eb > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-00a07b89-5d3e-4ed3-a966-cc42e749d3eb > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:52px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-00a07b89-5d3e-4ed3-a966-cc42e749d3eb > .ablocks-block-container { row-gap:34px; } } .ablocks-block-00a07b89-5d3e-4ed3-a966-cc42e749d3eb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:52px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-00a07b89-5d3e-4ed3-a966-cc42e749d3eb.ablocks-has-block-container > .ablocks-block-container { row-gap:34px; } } 
.ablocks-block-3c49a1c7-95c2-4955-869e-b92718e99d95 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c49a1c7-95c2-4955-869e-b92718e99d95.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3c49a1c7-95c2-4955-869e-b92718e99d95 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3c49a1c7-95c2-4955-869e-b92718e99d95.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-c010c68e-74b8-4654-8077-6f24783c4c29 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c010c68e-74b8-4654-8077-6f24783c4c29 { text-align:left; } .ablocks-block-c010c68e-74b8-4654-8077-6f24783c4c29 .ablocks-button { column-gap:8px;background:#dddddd00;justify-content:left;color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px;padding:0px; } .ablocks-block-c010c68e-74b8-4654-8077-6f24783c4c29 .ablocks-button:hover { transition-duration:s; } .ablocks-block-c010c68e-74b8-4654-8077-6f24783c4c29 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-c010c68e-74b8-4654-8077-6f24783c4c29 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-c010c68e-74b8-4654-8077-6f24783c4c29 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-dc0d6472-7fe3-45f6-81bd-9a8acf06f8e1 { margin-top:20px;width:63%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-dc0d6472-7fe3-45f6-81bd-9a8acf06f8e1 { width:100%; } } .ablocks-block-dc0d6472-7fe3-45f6-81bd-9a8acf06f8e1 { text-align:center; } .ablocks-block-dc0d6472-7fe3-45f6-81bd-9a8acf06f8e1 .ablocks-heading-text { color:#1d2939;font-family:Poppins;font-weight:500;font-style:normal;font-size:64px;line-height:72px; } @media screen and (max-width: 800px) { .ablocks-block-dc0d6472-7fe3-45f6-81bd-9a8acf06f8e1 .ablocks-heading-text { font-size:50px;line-height:62px; } } 
.ablocks-block-cb7e2493-5e03-4ba9-a4c2-3bd7e718a68b { margin-top:24px;width:50%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cb7e2493-5e03-4ba9-a4c2-3bd7e718a68b { margin-top:20px;width:70%; } } @media screen and (max-width: 480px) { .ablocks-block-cb7e2493-5e03-4ba9-a4c2-3bd7e718a68b { width:100%; } } .ablocks-block-cb7e2493-5e03-4ba9-a4c2-3bd7e718a68b { text-align:center; } .ablocks-block-cb7e2493-5e03-4ba9-a4c2-3bd7e718a68b .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-cb7e2493-5e03-4ba9-a4c2-3bd7e718a68b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-24e1b59a-0ce0-4ab4-8fe8-e453ece62f96 { margin-top:48px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-24e1b59a-0ce0-4ab4-8fe8-e453ece62f96 { margin-top:32px; } } .ablocks-block-24e1b59a-0ce0-4ab4-8fe8-e453ece62f96:not(.ablocks-has-block-container), .ablocks-block-24e1b59a-0ce0-4ab4-8fe8-e453ece62f96.ablocks-block--dual-button > .ablocks-block-container { gap:14px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:center; } 
.ablocks-block-c3bfa441-0c1b-4e33-8ed7-d91ba0b00192 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c3bfa441-0c1b-4e33-8ed7-d91ba0b00192 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-c3bfa441-0c1b-4e33-8ed7-d91ba0b00192 { text-align:center; } } .ablocks-block-c3bfa441-0c1b-4e33-8ed7-d91ba0b00192 .ablocks-button { column-gap:12px;background:#475467;justify-content:left;color:#ffffff;border-width:1px;border-style:solid;border-color:#475467;border-radius:8px;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:26px;padding-top:12px;padding-right:20px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 480px) { .ablocks-block-c3bfa441-0c1b-4e33-8ed7-d91ba0b00192 .ablocks-button { padding-top:10px;padding-right:12px;padding-bottom:10px;padding-left:12px; } } .ablocks-block-c3bfa441-0c1b-4e33-8ed7-d91ba0b00192 .ablocks-button:hover { transition-duration:0.5s;color:#475467;background:#f9fafb;border-width:1px;border-color:#475467;border-style:solid;border-radius:8px; } .ablocks-block-c3bfa441-0c1b-4e33-8ed7-d91ba0b00192 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#475467; } .ablocks-block-c3bfa441-0c1b-4e33-8ed7-d91ba0b00192 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-c3bfa441-0c1b-4e33-8ed7-d91ba0b00192 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-c3bfa441-0c1b-4e33-8ed7-d91ba0b00192 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-f21be1f3-04b1-4cd3-be2e-155db50b0bde { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f21be1f3-04b1-4cd3-be2e-155db50b0bde { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-f21be1f3-04b1-4cd3-be2e-155db50b0bde { text-align:center; } } .ablocks-block-f21be1f3-04b1-4cd3-be2e-155db50b0bde .ablocks-button { column-gap:12px;background:#F9FAFB;justify-content:left;color:#475467;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:8px;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:26px;padding-top:12px;padding-right:20px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 480px) { .ablocks-block-f21be1f3-04b1-4cd3-be2e-155db50b0bde .ablocks-button { padding-top:10px;padding-right:12px;padding-bottom:10px;padding-left:12px; } } .ablocks-block-f21be1f3-04b1-4cd3-be2e-155db50b0bde .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#475467; } .ablocks-block-f21be1f3-04b1-4cd3-be2e-155db50b0bde .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-f21be1f3-04b1-4cd3-be2e-155db50b0bde .ablocks-icon-wrap { font-size:16px; } .ablocks-block-f21be1f3-04b1-4cd3-be2e-155db50b0bde .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-f21be1f3-04b1-4cd3-be2e-155db50b0bde .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#475467; } 
.ablocks-block-234ce8c8-51eb-45e4-959a-f7deab428784 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-234ce8c8-51eb-45e4-959a-f7deab428784.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-234ce8c8-51eb-45e4-959a-f7deab428784 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-234ce8c8-51eb-45e4-959a-f7deab428784 { flex-direction:column;align-items:center; } } .ablocks-block-234ce8c8-51eb-45e4-959a-f7deab428784.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-234ce8c8-51eb-45e4-959a-f7deab428784.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center; } } .ablocks-block-234ce8c8-51eb-45e4-959a-f7deab428784 { display:inline-flex; } 
.ablocks-block-7bfa92e5-8e06-4958-a9e5-538bfc2b099b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7bfa92e5-8e06-4958-a9e5-538bfc2b099b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7bfa92e5-8e06-4958-a9e5-538bfc2b099b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7bfa92e5-8e06-4958-a9e5-538bfc2b099b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8331c83d-f03d-4f4e-9392-e94dba237ad0 { margin-right:-10px;border-top-left-radius:8px;border-bottom-left-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8331c83d-f03d-4f4e-9392-e94dba237ad0 { margin-right:0px; } } .ablocks-block-8331c83d-f03d-4f4e-9392-e94dba237ad0 { display:flex;justify-content:center; } .ablocks-block-8331c83d-f03d-4f4e-9392-e94dba237ad0 .ablocks-image-figure img { height:auto;opacity:1;border-top-left-radius:8px;border-bottom-left-radius:8px; } @media screen and (max-width: 800px) { .ablocks-block-8331c83d-f03d-4f4e-9392-e94dba237ad0 .ablocks-image-figure img { border-top-right-radius:8px;border-bottom-right-radius:0px;border-bottom-left-radius:0px; } } .ablocks-block-8331c83d-f03d-4f4e-9392-e94dba237ad0 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8331c83d-f03d-4f4e-9392-e94dba237ad0 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-fda4476f-1dca-448c-b431-8e6b8651edca { padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:16px;background:#EAECF0;border-top-right-radius:8px;border-bottom-right-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-fda4476f-1dca-448c-b431-8e6b8651edca { border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:8px; } } .ablocks-block-fda4476f-1dca-448c-b431-8e6b8651edca.ablocks-block--container { padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:16px;max-width:min(100%,40%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fda4476f-1dca-448c-b431-8e6b8651edca.ablocks-block--container { max-width:min(100%,98%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-fda4476f-1dca-448c-b431-8e6b8651edca.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-fda4476f-1dca-448c-b431-8e6b8651edca { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fda4476f-1dca-448c-b431-8e6b8651edca.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-77fa6065-13ac-4a65-9f45-f4c87d0ad7d7 { padding-top:24px;padding-right:24px;padding-bottom:50px;padding-left:24px;background:#ffffff;border-radius:8px;box-shadow:0px 12px 24px -4px rgba(16,24,40,0.08);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-77fa6065-13ac-4a65-9f45-f4c87d0ad7d7.ablocks-block--container { padding-top:24px;padding-right:24px;padding-bottom:50px;padding-left:24px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-77fa6065-13ac-4a65-9f45-f4c87d0ad7d7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-77fa6065-13ac-4a65-9f45-f4c87d0ad7d7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4e6cc511-5c6e-44e4-9835-d603b54a3314 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4e6cc511-5c6e-44e4-9835-d603b54a3314.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4e6cc511-5c6e-44e4-9835-d603b54a3314 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4e6cc511-5c6e-44e4-9835-d603b54a3314.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; } .ablocks-block-4e6cc511-5c6e-44e4-9835-d603b54a3314 { display:inline-flex; } 
.ablocks-block-46cc61b6-805b-4417-bfc7-0c38781afe5b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-46cc61b6-805b-4417-bfc7-0c38781afe5b { text-align:left; } .ablocks-block-46cc61b6-805b-4417-bfc7-0c38781afe5b .ablocks-paragraph-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px; } .ablocks-block-46cc61b6-805b-4417-bfc7-0c38781afe5b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4b1bf90a-9a7a-436e-943f-0061f432d617 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4b1bf90a-9a7a-436e-943f-0061f432d617 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-4b1bf90a-9a7a-436e-943f-0061f432d617 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-4b1bf90a-9a7a-436e-943f-0061f432d617 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-4b1bf90a-9a7a-436e-943f-0061f432d617 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#101828; } 
.ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c .ablocks-counter__content { color:#1b1b1b;font-family:Poppins;font-weight:600;font-style:normal;font-size:21.067px;display:block; } .ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c .ablocks-counter__text { color:#575757;font-family:Poppins;font-weight:500;font-style:normal;font-size:15.8px; } .ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#ebebeb;stroke-width:24; } .ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:#105447;stroke-width:24px; } .ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c .ablocks-icon-wrap { font-size:55px; } .ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-e347ed60-65dd-457e-9a86-4e47c482c07c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d80eaf96-5f4d-4e38-9978-1020d8c2037b { margin-top:24px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d80eaf96-5f4d-4e38-9978-1020d8c2037b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d80eaf96-5f4d-4e38-9978-1020d8c2037b { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:stretch;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d80eaf96-5f4d-4e38-9978-1020d8c2037b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:stretch;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d80eaf96-5f4d-4e38-9978-1020d8c2037b { display:inline-flex; } 
.ablocks-block-4d4555af-474d-418a-bccb-31551b518ce6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4d4555af-474d-418a-bccb-31551b518ce6.ablocks-block--container { padding:0px;max-width:min(100%,22%) !important;overflow:visible; } .ablocks-block-4d4555af-474d-418a-bccb-31551b518ce6 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4d4555af-474d-418a-bccb-31551b518ce6.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-a14f3899-efe9-418a-a75d-4ca276f39251 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a14f3899-efe9-418a-a75d-4ca276f39251 { font-family:Poppins;font-weight:600;font-style:normal;font-size:21.067px;line-height:31.6px; } .ablocks-block-a14f3899-efe9-418a-a75d-4ca276f39251 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-a14f3899-efe9-418a-a75d-4ca276f39251 .ablocks-list__item-content { gap:8px; } .ablocks-block-a14f3899-efe9-418a-a75d-4ca276f39251 .ablocks-list__item-content .ablocks-list__item-marker { background:#105447; } .ablocks-block-a14f3899-efe9-418a-a75d-4ca276f39251 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;font-size:20px; } .ablocks-block-a14f3899-efe9-418a-a75d-4ca276f39251 .ablocks-list__item-content .ablocks-list__item-text { color:#000000; } 
.ablocks-block-3da5c32a-2452-48a8-a4a4-da5a4d5b32a0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3da5c32a-2452-48a8-a4a4-da5a4d5b32a0 { text-align:left; } .ablocks-block-3da5c32a-2452-48a8-a4a4-da5a4d5b32a0 .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:21.067px; } .ablocks-block-3da5c32a-2452-48a8-a4a4-da5a4d5b32a0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2d591c2e-7621-49e7-8781-f74d9348acd0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2d591c2e-7621-49e7-8781-f74d9348acd0.ablocks-block--container { padding:0px;max-width:min(100%,22%) !important;overflow:visible; } .ablocks-block-2d591c2e-7621-49e7-8781-f74d9348acd0 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2d591c2e-7621-49e7-8781-f74d9348acd0.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-ed716cbf-3a91-4c35-8b87-7b9f297c415c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ed716cbf-3a91-4c35-8b87-7b9f297c415c { font-family:Poppins;font-weight:600;font-style:normal;font-size:21.067px;line-height:31.6px; } .ablocks-block-ed716cbf-3a91-4c35-8b87-7b9f297c415c .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ed716cbf-3a91-4c35-8b87-7b9f297c415c .ablocks-list__item-content { gap:8px; } .ablocks-block-ed716cbf-3a91-4c35-8b87-7b9f297c415c .ablocks-list__item-content .ablocks-list__item-marker { background:#105447; } .ablocks-block-ed716cbf-3a91-4c35-8b87-7b9f297c415c .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;font-size:20px; } .ablocks-block-ed716cbf-3a91-4c35-8b87-7b9f297c415c .ablocks-list__item-content .ablocks-list__item-text { color:#000000; } 
.ablocks-block-b39e08f6-65ee-41a4-abb3-b0a3cfc32d67 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b39e08f6-65ee-41a4-abb3-b0a3cfc32d67 { text-align:left; } .ablocks-block-b39e08f6-65ee-41a4-abb3-b0a3cfc32d67 .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:21.067px; } .ablocks-block-b39e08f6-65ee-41a4-abb3-b0a3cfc32d67 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ad5d11a9-cd7f-4ca1-8e11-2319a3292a1b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ad5d11a9-cd7f-4ca1-8e11-2319a3292a1b.ablocks-block--container { padding:0px;max-width:min(100%,22%) !important;overflow:visible; } .ablocks-block-ad5d11a9-cd7f-4ca1-8e11-2319a3292a1b { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ad5d11a9-cd7f-4ca1-8e11-2319a3292a1b.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-133166cb-4839-48e1-aef4-88c43e1790ea { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-133166cb-4839-48e1-aef4-88c43e1790ea { font-family:Poppins;font-weight:600;font-style:normal;font-size:21.067px;line-height:31.6px; } .ablocks-block-133166cb-4839-48e1-aef4-88c43e1790ea .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-133166cb-4839-48e1-aef4-88c43e1790ea .ablocks-list__item-content { gap:8px; } .ablocks-block-133166cb-4839-48e1-aef4-88c43e1790ea .ablocks-list__item-content .ablocks-list__item-marker { background:#105447; } .ablocks-block-133166cb-4839-48e1-aef4-88c43e1790ea .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;font-size:20px; } .ablocks-block-133166cb-4839-48e1-aef4-88c43e1790ea .ablocks-list__item-content .ablocks-list__item-text { color:#000000; } 
.ablocks-block-e19aae1a-8c71-4750-83d7-2822ca9b4911 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e19aae1a-8c71-4750-83d7-2822ca9b4911 { text-align:left; } .ablocks-block-e19aae1a-8c71-4750-83d7-2822ca9b4911 .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:21.067px; } .ablocks-block-e19aae1a-8c71-4750-83d7-2822ca9b4911 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4f3a9c55-c38f-437d-a934-afd4b8c29e2e { margin-top:0px;padding-top:48px;padding-bottom:48px;background:#F2F5FE;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f3a9c55-c38f-437d-a934-afd4b8c29e2e.ablocks-block--container { padding-top:48px;padding-bottom:48px;overflow:visible; } .ablocks-block-4f3a9c55-c38f-437d-a934-afd4b8c29e2e > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-4f3a9c55-c38f-437d-a934-afd4b8c29e2e > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-4f3a9c55-c38f-437d-a934-afd4b8c29e2e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-951ecdc8-22cd-480a-bd28-a584c02dfca5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-951ecdc8-22cd-480a-bd28-a584c02dfca5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-951ecdc8-22cd-480a-bd28-a584c02dfca5 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-951ecdc8-22cd-480a-bd28-a584c02dfca5 { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-951ecdc8-22cd-480a-bd28-a584c02dfca5 { flex-direction:column;row-gap:24px; } } .ablocks-block-951ecdc8-22cd-480a-bd28-a584c02dfca5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-951ecdc8-22cd-480a-bd28-a584c02dfca5.ablocks-has-block-container > .ablocks-block-container { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-951ecdc8-22cd-480a-bd28-a584c02dfca5.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-951ecdc8-22cd-480a-bd28-a584c02dfca5 { display:inline-flex; } 
.ablocks-block-b21bdcdb-f2f4-467d-b2a1-aaa3be9388f0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b21bdcdb-f2f4-467d-b2a1-aaa3be9388f0.ablocks-block--container { padding:0px;max-width:min(100%,40%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b21bdcdb-f2f4-467d-b2a1-aaa3be9388f0.ablocks-block--container { max-width:min(100%,59%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-b21bdcdb-f2f4-467d-b2a1-aaa3be9388f0.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-b21bdcdb-f2f4-467d-b2a1-aaa3be9388f0 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b21bdcdb-f2f4-467d-b2a1-aaa3be9388f0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d6539582-0e2a-429e-a17c-48e3e90f1408 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d6539582-0e2a-429e-a17c-48e3e90f1408 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-d6539582-0e2a-429e-a17c-48e3e90f1408 { text-align:center; } } .ablocks-block-d6539582-0e2a-429e-a17c-48e3e90f1408 .ablocks-paragraph-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;line-height:28px; } .ablocks-block-d6539582-0e2a-429e-a17c-48e3e90f1408 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-822b7f78-77ff-4278-bed9-139174c6550d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-822b7f78-77ff-4278-bed9-139174c6550d.ablocks-block--container { padding:0px;max-width:min(100%,67%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-822b7f78-77ff-4278-bed9-139174c6550d.ablocks-block--container { max-width:min(100%,52%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-822b7f78-77ff-4278-bed9-139174c6550d.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-822b7f78-77ff-4278-bed9-139174c6550d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-822b7f78-77ff-4278-bed9-139174c6550d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-34843319-44bc-4b87-a238-8078ad045c4a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-34843319-44bc-4b87-a238-8078ad045c4a .ablocks-carousel-swiper .swiper-wrapper { min-height:47px;align-items:center; } .ablocks-block-34843319-44bc-4b87-a238-8078ad045c4a .ablocks-carousel-navigation__button { top:50%; } .ablocks-block-34843319-44bc-4b87-a238-8078ad045c4a .ablocks-carousel-navigation__button--next { right:-3%; } .ablocks-block-34843319-44bc-4b87-a238-8078ad045c4a .ablocks-carousel-navigation__button--prev { left:-3%; } .ablocks-block-34843319-44bc-4b87-a238-8078ad045c4a .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:35px; } .ablocks-block-34843319-44bc-4b87-a238-8078ad045c4a .ablocks-carousel-pagination { left:47%;top:100%; } .ablocks-block-34843319-44bc-4b87-a238-8078ad045c4a .swiper-pagination-bullet { background-color:gray;width:8px;height:8px; } .ablocks-block-34843319-44bc-4b87-a238-8078ad045c4a .swiper-pagination-bullet:hover { background-color:black;width:8px;height:8px; } .ablocks-block-34843319-44bc-4b87-a238-8078ad045c4a .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:#000000;width:8px;height:8px; } .ablocks-block-34843319-44bc-4b87-a238-8078ad045c4a .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:black;width:8px;height:8px; } .ablocks-block-34843319-44bc-4b87-a238-8078ad045c4a .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#686868;background-color:#e4e4e4; } .ablocks-block-34843319-44bc-4b87-a238-8078ad045c4a .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:s; } 
.ablocks-block-9b6d7495-d820-4a7e-9611-719ac50e25c4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-cd2d488e-1006-4d86-8184-eca38a044fe4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cd2d488e-1006-4d86-8184-eca38a044fe4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-cd2d488e-1006-4d86-8184-eca38a044fe4 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-cd2d488e-1006-4d86-8184-eca38a044fe4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-876f6875-0d1f-4a9d-9efd-5d7598b47e20 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-876f6875-0d1f-4a9d-9efd-5d7598b47e20 { display:flex;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-876f6875-0d1f-4a9d-9efd-5d7598b47e20 { justify-content:center; } } .ablocks-block-876f6875-0d1f-4a9d-9efd-5d7598b47e20 .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-876f6875-0d1f-4a9d-9efd-5d7598b47e20 .ablocks-image-figure img { width:126px; } } .ablocks-block-876f6875-0d1f-4a9d-9efd-5d7598b47e20 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-876f6875-0d1f-4a9d-9efd-5d7598b47e20 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f40ab7e2-5ab7-4f37-ae15-e1f7f64aa61f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-11046fca-dcc7-4e2c-b74b-f407e99ef3e5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-11046fca-dcc7-4e2c-b74b-f407e99ef3e5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-11046fca-dcc7-4e2c-b74b-f407e99ef3e5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-11046fca-dcc7-4e2c-b74b-f407e99ef3e5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f8683d15-f202-4965-be5d-942fa26ba841 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8683d15-f202-4965-be5d-942fa26ba841 { display:flex;justify-content:left; } .ablocks-block-f8683d15-f202-4965-be5d-942fa26ba841 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f8683d15-f202-4965-be5d-942fa26ba841 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f8683d15-f202-4965-be5d-942fa26ba841 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7b4ca447-63f9-48bb-ba03-b4451b67bf2e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-f24ec328-b5ae-4a30-8a01-30a2e84961b1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f24ec328-b5ae-4a30-8a01-30a2e84961b1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f24ec328-b5ae-4a30-8a01-30a2e84961b1 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f24ec328-b5ae-4a30-8a01-30a2e84961b1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6e1f35f0-36a1-4d7c-9725-1100c6c924f4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6e1f35f0-36a1-4d7c-9725-1100c6c924f4 { display:flex;justify-content:left; } .ablocks-block-6e1f35f0-36a1-4d7c-9725-1100c6c924f4 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-6e1f35f0-36a1-4d7c-9725-1100c6c924f4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-6e1f35f0-36a1-4d7c-9725-1100c6c924f4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-5de21ff3-75d1-40c3-bd37-91dc1bbcaf05 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-f398a3a4-5e1f-4371-90bb-3d45cac51797 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f398a3a4-5e1f-4371-90bb-3d45cac51797.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f398a3a4-5e1f-4371-90bb-3d45cac51797 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f398a3a4-5e1f-4371-90bb-3d45cac51797.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-18eda6d4-2b06-436b-b6aa-db8e676963c4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18eda6d4-2b06-436b-b6aa-db8e676963c4 { display:flex;justify-content:left; } .ablocks-block-18eda6d4-2b06-436b-b6aa-db8e676963c4 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-18eda6d4-2b06-436b-b6aa-db8e676963c4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-18eda6d4-2b06-436b-b6aa-db8e676963c4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-737fe30d-b204-43d7-ab56-cb0617b3c719 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-6eb56e58-51a7-4be4-bfb9-585e95d9d2d7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6eb56e58-51a7-4be4-bfb9-585e95d9d2d7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6eb56e58-51a7-4be4-bfb9-585e95d9d2d7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6eb56e58-51a7-4be4-bfb9-585e95d9d2d7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a6614ab4-fc14-4a31-978e-7aeb08130e9d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a6614ab4-fc14-4a31-978e-7aeb08130e9d { display:flex;justify-content:left; } .ablocks-block-a6614ab4-fc14-4a31-978e-7aeb08130e9d .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-a6614ab4-fc14-4a31-978e-7aeb08130e9d .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-a6614ab4-fc14-4a31-978e-7aeb08130e9d .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-765ecfe6-61be-466c-b1d1-c3821ec275fc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-2377a576-788f-41a6-a328-2be693ea9dea { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2377a576-788f-41a6-a328-2be693ea9dea.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2377a576-788f-41a6-a328-2be693ea9dea { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2377a576-788f-41a6-a328-2be693ea9dea.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3119366d-d292-428c-b6c5-2c1dc433df05 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3119366d-d292-428c-b6c5-2c1dc433df05 { display:flex;justify-content:left; } .ablocks-block-3119366d-d292-428c-b6c5-2c1dc433df05 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-3119366d-d292-428c-b6c5-2c1dc433df05 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3119366d-d292-428c-b6c5-2c1dc433df05 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-87cdeb9a-92e8-4edf-a87e-a4b451331cca { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-0a300276-cbca-4970-821e-7d9eadcfad0f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a300276-cbca-4970-821e-7d9eadcfad0f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0a300276-cbca-4970-821e-7d9eadcfad0f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0a300276-cbca-4970-821e-7d9eadcfad0f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0fdfcf6c-b818-4894-920e-700e77ed0850 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0fdfcf6c-b818-4894-920e-700e77ed0850 { display:flex;justify-content:left; } .ablocks-block-0fdfcf6c-b818-4894-920e-700e77ed0850 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-0fdfcf6c-b818-4894-920e-700e77ed0850 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0fdfcf6c-b818-4894-920e-700e77ed0850 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-caad1068-e5ae-4da1-ab95-7d22d089ca41 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-ae0f6bab-32e3-4c90-9e4a-6f2e1cb38abe { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ae0f6bab-32e3-4c90-9e4a-6f2e1cb38abe.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ae0f6bab-32e3-4c90-9e4a-6f2e1cb38abe { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ae0f6bab-32e3-4c90-9e4a-6f2e1cb38abe.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-25a58dcd-8a6a-4b72-9ae3-a46ac68af1bd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-25a58dcd-8a6a-4b72-9ae3-a46ac68af1bd { display:flex;justify-content:left; } .ablocks-block-25a58dcd-8a6a-4b72-9ae3-a46ac68af1bd .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-25a58dcd-8a6a-4b72-9ae3-a46ac68af1bd .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-25a58dcd-8a6a-4b72-9ae3-a46ac68af1bd .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-9cc9c717-8cf0-48f5-976c-b05d4b644fa0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-3a5da9f8-709c-4818-b892-5c5d4bebf42e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3a5da9f8-709c-4818-b892-5c5d4bebf42e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3a5da9f8-709c-4818-b892-5c5d4bebf42e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3a5da9f8-709c-4818-b892-5c5d4bebf42e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5e87e8f8-f360-42d3-8a7c-631c67792539 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5e87e8f8-f360-42d3-8a7c-631c67792539 { display:flex;justify-content:left; } .ablocks-block-5e87e8f8-f360-42d3-8a7c-631c67792539 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-5e87e8f8-f360-42d3-8a7c-631c67792539 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-5e87e8f8-f360-42d3-8a7c-631c67792539 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-cc8f5aad-b9bc-4c42-8e44-60b7d21e1c91 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-768f286c-6ba6-460c-b9c9-295f829a8224 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-768f286c-6ba6-460c-b9c9-295f829a8224.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-768f286c-6ba6-460c-b9c9-295f829a8224 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-768f286c-6ba6-460c-b9c9-295f829a8224.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2cbd2b5b-0fdb-4db4-a446-072c3ecd862d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2cbd2b5b-0fdb-4db4-a446-072c3ecd862d { display:flex;justify-content:left; } .ablocks-block-2cbd2b5b-0fdb-4db4-a446-072c3ecd862d .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-2cbd2b5b-0fdb-4db4-a446-072c3ecd862d .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-2cbd2b5b-0fdb-4db4-a446-072c3ecd862d .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-adc0bbb0-a52d-4359-a97a-6e4e03fa7f8c { margin-top:0px;padding-top:100px;padding-bottom:100px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-adc0bbb0-a52d-4359-a97a-6e4e03fa7f8c { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-adc0bbb0-a52d-4359-a97a-6e4e03fa7f8c { padding-top:60px; } } .ablocks-block-adc0bbb0-a52d-4359-a97a-6e4e03fa7f8c.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-adc0bbb0-a52d-4359-a97a-6e4e03fa7f8c.ablocks-block--container { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-adc0bbb0-a52d-4359-a97a-6e4e03fa7f8c.ablocks-block--container { padding-top:60px; } } .ablocks-block-adc0bbb0-a52d-4359-a97a-6e4e03fa7f8c > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-adc0bbb0-a52d-4359-a97a-6e4e03fa7f8c > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-adc0bbb0-a52d-4359-a97a-6e4e03fa7f8c > .ablocks-block-container { row-gap:40px; } } .ablocks-block-adc0bbb0-a52d-4359-a97a-6e4e03fa7f8c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-adc0bbb0-a52d-4359-a97a-6e4e03fa7f8c.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-d1761938-e8b1-4d3d-9f9b-afefd6781fd7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1761938-e8b1-4d3d-9f9b-afefd6781fd7.ablocks-block--container { padding:0px;max-width:min(100%,59%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d1761938-e8b1-4d3d-9f9b-afefd6781fd7.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-d1761938-e8b1-4d3d-9f9b-afefd6781fd7 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-d1761938-e8b1-4d3d-9f9b-afefd6781fd7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-8553f281-d437-4c5e-b5f8-8a0b2b728670 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8553f281-d437-4c5e-b5f8-8a0b2b728670 { text-align:left; } .ablocks-block-8553f281-d437-4c5e-b5f8-8a0b2b728670 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:48px;line-height:56px; } @media screen and (max-width: 800px) { .ablocks-block-8553f281-d437-4c5e-b5f8-8a0b2b728670 .ablocks-heading-text { font-size:32px;line-height:49px; } } @media screen and (max-width: 480px) { .ablocks-block-8553f281-d437-4c5e-b5f8-8a0b2b728670 .ablocks-heading-text { font-size:28px;line-height:42px; } } 
.ablocks-block-e888cc66-1126-499c-9a85-073c879665e7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e888cc66-1126-499c-9a85-073c879665e7 { text-align:left; } .ablocks-block-e888cc66-1126-499c-9a85-073c879665e7 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-e888cc66-1126-499c-9a85-073c879665e7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-71496d6f-bb02-4da0-8474-8dfa3da01efd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-71496d6f-bb02-4da0-8474-8dfa3da01efd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-71496d6f-bb02-4da0-8474-8dfa3da01efd { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-71496d6f-bb02-4da0-8474-8dfa3da01efd { row-gap:20px; } } .ablocks-block-71496d6f-bb02-4da0-8474-8dfa3da01efd.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:20px; } @media screen and (max-width: 480px) { .ablocks-block-71496d6f-bb02-4da0-8474-8dfa3da01efd.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } .ablocks-block-71496d6f-bb02-4da0-8474-8dfa3da01efd { display:inline-flex; } 
.ablocks-block-1c08c193-3cfe-49e1-ad92-d76c05fa247b { padding:20px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:8px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1c08c193-3cfe-49e1-ad92-d76c05fa247b { padding:10px; } } .ablocks-block-1c08c193-3cfe-49e1-ad92-d76c05fa247b.ablocks-block--container { padding:20px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1c08c193-3cfe-49e1-ad92-d76c05fa247b.ablocks-block--container { padding:10px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-1c08c193-3cfe-49e1-ad92-d76c05fa247b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-1c08c193-3cfe-49e1-ad92-d76c05fa247b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1c08c193-3cfe-49e1-ad92-d76c05fa247b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-691d081b-4e87-45e5-88cb-e6cf9486196c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-691d081b-4e87-45e5-88cb-e6cf9486196c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-691d081b-4e87-45e5-88cb-e6cf9486196c .ablocks-icon-wrap { background:#ffffff;padding:.5em;border-radius:50%;border:2px solid #69727d;font-size:unset;padding-top:12px;padding-right:12px;padding-bottom:10px;padding-left:12px; } .ablocks-block-691d081b-4e87-45e5-88cb-e6cf9486196c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-691d081b-4e87-45e5-88cb-e6cf9486196c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ec47cefc-48b3-4040-a4ac-6778883cd536 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec47cefc-48b3-4040-a4ac-6778883cd536 { text-align:left; } .ablocks-block-ec47cefc-48b3-4040-a4ac-6778883cd536 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-ec47cefc-48b3-4040-a4ac-6778883cd536 .ablocks-heading-text { font-size:20px;line-height:30px; } } 
.ablocks-block-c844d28c-c71a-430e-91fc-1bc9e47f5064 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c844d28c-c71a-430e-91fc-1bc9e47f5064 { text-align:left; } .ablocks-block-c844d28c-c71a-430e-91fc-1bc9e47f5064 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-c844d28c-c71a-430e-91fc-1bc9e47f5064 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-923fba83-899c-48e4-b2bd-565d3ada0d1a { padding:20px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:8px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-923fba83-899c-48e4-b2bd-565d3ada0d1a { padding:10px; } } .ablocks-block-923fba83-899c-48e4-b2bd-565d3ada0d1a.ablocks-block--container { padding:20px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-923fba83-899c-48e4-b2bd-565d3ada0d1a.ablocks-block--container { padding:10px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-923fba83-899c-48e4-b2bd-565d3ada0d1a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-923fba83-899c-48e4-b2bd-565d3ada0d1a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-923fba83-899c-48e4-b2bd-565d3ada0d1a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cca28496-c29c-4369-b657-b1d28b698338 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cca28496-c29c-4369-b657-b1d28b698338 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-cca28496-c29c-4369-b657-b1d28b698338 .ablocks-icon-wrap { background:#ffffff;padding:.5em;border-radius:50%;border:2px solid #69727d;font-size:unset;padding-top:12px;padding-right:12px;padding-bottom:10px;padding-left:12px; } .ablocks-block-cca28496-c29c-4369-b657-b1d28b698338 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-cca28496-c29c-4369-b657-b1d28b698338 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1876baf9-74e0-4da6-b7a1-d47c8897dd67 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1876baf9-74e0-4da6-b7a1-d47c8897dd67 { text-align:left; } .ablocks-block-1876baf9-74e0-4da6-b7a1-d47c8897dd67 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-1876baf9-74e0-4da6-b7a1-d47c8897dd67 .ablocks-heading-text { font-size:20px;line-height:30px; } } 
.ablocks-block-c2a7f533-bed2-4556-b6a5-cb6ed2237783 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c2a7f533-bed2-4556-b6a5-cb6ed2237783 { text-align:left; } .ablocks-block-c2a7f533-bed2-4556-b6a5-cb6ed2237783 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-c2a7f533-bed2-4556-b6a5-cb6ed2237783 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e16b7569-c3d6-4cfc-bc57-800c8824dd66 { padding:20px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:8px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e16b7569-c3d6-4cfc-bc57-800c8824dd66 { padding:10px; } } .ablocks-block-e16b7569-c3d6-4cfc-bc57-800c8824dd66.ablocks-block--container { padding:20px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e16b7569-c3d6-4cfc-bc57-800c8824dd66.ablocks-block--container { padding:10px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-e16b7569-c3d6-4cfc-bc57-800c8824dd66.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e16b7569-c3d6-4cfc-bc57-800c8824dd66 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e16b7569-c3d6-4cfc-bc57-800c8824dd66.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9c8588d8-7928-41dc-b4ef-1b9454a4e019 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c8588d8-7928-41dc-b4ef-1b9454a4e019 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-9c8588d8-7928-41dc-b4ef-1b9454a4e019 .ablocks-icon-wrap { background:#ffffff;padding:.5em;border-radius:50%;border:2px solid #69727d;font-size:unset;padding-top:12px;padding-right:12px;padding-bottom:10px;padding-left:12px; } .ablocks-block-9c8588d8-7928-41dc-b4ef-1b9454a4e019 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-9c8588d8-7928-41dc-b4ef-1b9454a4e019 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d25def8b-1778-4552-95ee-27b61a8efe03 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d25def8b-1778-4552-95ee-27b61a8efe03 { text-align:left; } .ablocks-block-d25def8b-1778-4552-95ee-27b61a8efe03 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-d25def8b-1778-4552-95ee-27b61a8efe03 .ablocks-heading-text { font-size:20px;line-height:30px; } } 
.ablocks-block-ea9158a4-fe3b-40ba-aa8d-742fc7ffed4b { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea9158a4-fe3b-40ba-aa8d-742fc7ffed4b { text-align:left; } .ablocks-block-ea9158a4-fe3b-40ba-aa8d-742fc7ffed4b .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-ea9158a4-fe3b-40ba-aa8d-742fc7ffed4b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-dc427da4-e656-4ac7-b63b-49a9909343ed { margin-top:0px;padding-top:100px;padding-bottom:100px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-dc427da4-e656-4ac7-b63b-49a9909343ed { padding-top:60px;padding-bottom:60px; } } .ablocks-block-dc427da4-e656-4ac7-b63b-49a9909343ed.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-dc427da4-e656-4ac7-b63b-49a9909343ed.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-dc427da4-e656-4ac7-b63b-49a9909343ed > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-dc427da4-e656-4ac7-b63b-49a9909343ed > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-dc427da4-e656-4ac7-b63b-49a9909343ed > .ablocks-block-container { row-gap:32px; } } .ablocks-block-dc427da4-e656-4ac7-b63b-49a9909343ed.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-dc427da4-e656-4ac7-b63b-49a9909343ed.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } 
.ablocks-block-91ca283b-119b-450c-95c4-3ed47d5bdb88 { width:40%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-91ca283b-119b-450c-95c4-3ed47d5bdb88 { width:51%; } } @media screen and (max-width: 480px) { .ablocks-block-91ca283b-119b-450c-95c4-3ed47d5bdb88 { width:100%; } } .ablocks-block-91ca283b-119b-450c-95c4-3ed47d5bdb88 { text-align:center; } .ablocks-block-91ca283b-119b-450c-95c4-3ed47d5bdb88 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:48px;line-height:56px; } @media screen and (max-width: 800px) { .ablocks-block-91ca283b-119b-450c-95c4-3ed47d5bdb88 .ablocks-heading-text { font-size:32px;line-height:43px; } } @media screen and (max-width: 480px) { .ablocks-block-91ca283b-119b-450c-95c4-3ed47d5bdb88 .ablocks-heading-text { font-size:28px;line-height:38px; } } 
.ablocks-block-cb3a02cb-38df-4804-a18e-e2e43d9895b9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cb3a02cb-38df-4804-a18e-e2e43d9895b9.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-cb3a02cb-38df-4804-a18e-e2e43d9895b9 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-cb3a02cb-38df-4804-a18e-e2e43d9895b9 { column-gap:16px; } } @media screen and (max-width: 480px) { .ablocks-block-cb3a02cb-38df-4804-a18e-e2e43d9895b9 { flex-direction:column; } } .ablocks-block-cb3a02cb-38df-4804-a18e-e2e43d9895b9.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-cb3a02cb-38df-4804-a18e-e2e43d9895b9.ablocks-has-block-container > .ablocks-block-container { column-gap:16px; } } @media screen and (max-width: 480px) { .ablocks-block-cb3a02cb-38df-4804-a18e-e2e43d9895b9.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-cb3a02cb-38df-4804-a18e-e2e43d9895b9 { display:inline-flex; } 
.ablocks-block-d734bb55-8474-44cc-9af7-7878e8a31324 { padding:0px;border-width:0px;border-color:#eaecf0;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d734bb55-8474-44cc-9af7-7878e8a31324.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d734bb55-8474-44cc-9af7-7878e8a31324 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d734bb55-8474-44cc-9af7-7878e8a31324.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-55b70944-7ba7-4beb-bd02-f41edb6a43fb { padding-top:20px;padding-right:20px;padding-bottom:0px;padding-left:20px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:12px;box-shadow:0px 0.5px 2px 0px rgba(16,24,40,0.15);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-55b70944-7ba7-4beb-bd02-f41edb6a43fb.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:0px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-55b70944-7ba7-4beb-bd02-f41edb6a43fb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-55b70944-7ba7-4beb-bd02-f41edb6a43fb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-22deb7f4-5d87-4303-8003-0080c966c99b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-22deb7f4-5d87-4303-8003-0080c966c99b { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-22deb7f4-5d87-4303-8003-0080c966c99b .ablocks-icon-wrap { background:#ffffff;padding:.5em;border-radius:50%;border:2px solid #69727d;font-size:unset;padding-top:12px;padding-right:12px;padding-bottom:9px;padding-left:12px; } .ablocks-block-22deb7f4-5d87-4303-8003-0080c966c99b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-22deb7f4-5d87-4303-8003-0080c966c99b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c0bfafd1-657d-4350-936f-51e969dd5e21 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c0bfafd1-657d-4350-936f-51e969dd5e21 { text-align:left; } .ablocks-block-c0bfafd1-657d-4350-936f-51e969dd5e21 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-f26cb5dc-0883-40d4-824b-39cbeb27bd4e { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f26cb5dc-0883-40d4-824b-39cbeb27bd4e { text-align:left; } .ablocks-block-f26cb5dc-0883-40d4-824b-39cbeb27bd4e .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } .ablocks-block-f26cb5dc-0883-40d4-824b-39cbeb27bd4e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cba8cf13-5877-4547-a419-279e71286bf6 { margin-top:24px;margin-bottom:-7px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cba8cf13-5877-4547-a419-279e71286bf6 { display:flex;justify-content:left; } .ablocks-block-cba8cf13-5877-4547-a419-279e71286bf6 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-cba8cf13-5877-4547-a419-279e71286bf6 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-cba8cf13-5877-4547-a419-279e71286bf6 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-6ef1d8bd-85db-44ac-82e6-bb411f6652d1 { margin-top:32px;padding-top:20px;padding-right:20px;padding-bottom:0px;padding-left:20px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:12px;box-shadow:0px 1px 2px 0px rgba(16,24,40,0.15);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6ef1d8bd-85db-44ac-82e6-bb411f6652d1 { margin-top:16px;padding-top:16px;padding-right:16px;padding-left:16px; } } .ablocks-block-6ef1d8bd-85db-44ac-82e6-bb411f6652d1.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:0px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6ef1d8bd-85db-44ac-82e6-bb411f6652d1.ablocks-block--container { padding-top:16px;padding-right:16px;padding-left:16px; } } .ablocks-block-6ef1d8bd-85db-44ac-82e6-bb411f6652d1 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6ef1d8bd-85db-44ac-82e6-bb411f6652d1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-92e7e43e-6d3c-4401-9d05-634423610604 { padding-top:17px;padding-right:10px;padding-bottom:97px;padding-left:10px;background:#ffffff;border-width:1px 1px 0px 1px;border-style:solid;border-color:#ebebeb;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;box-shadow:0px 464px 392px 0px rgba(24,27,29,0.02);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-92e7e43e-6d3c-4401-9d05-634423610604.ablocks-block--container { padding-top:17px;padding-right:10px;padding-bottom:97px;padding-left:10px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-92e7e43e-6d3c-4401-9d05-634423610604 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-92e7e43e-6d3c-4401-9d05-634423610604.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-73016b62-9cb5-4d46-9037-7bfe0ce8066d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-73016b62-9cb5-4d46-9037-7bfe0ce8066d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-73016b62-9cb5-4d46-9037-7bfe0ce8066d { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-73016b62-9cb5-4d46-9037-7bfe0ce8066d.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; } .ablocks-block-73016b62-9cb5-4d46-9037-7bfe0ce8066d { display:inline-flex; } 
.ablocks-block-4e3d971a-e7fb-443f-9df1-b3af8651e57e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4e3d971a-e7fb-443f-9df1-b3af8651e57e { text-align:left; } .ablocks-block-4e3d971a-e7fb-443f-9df1-b3af8651e57e .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-d1638374-d159-4446-b9e1-078f83f3840a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1638374-d159-4446-b9e1-078f83f3840a { text-align:left; } .ablocks-block-d1638374-d159-4446-b9e1-078f83f3840a .ablocks-button { column-gap:6px;background:#ffffff;justify-content:left;color:#1b1b1b;border-width:1px;border-style:solid;border-color:#ebebeb;border-radius:10px;font-family:Poppins;font-weight:600;font-style:normal;font-size:16.392px;letter-spacing:-0.164px;padding-top:5px;padding-right:16px;padding-bottom:5px;padding-left:16px; } @media screen and (max-width: 800px) { .ablocks-block-d1638374-d159-4446-b9e1-078f83f3840a .ablocks-button { column-gap:4px;font-size:14px; } } .ablocks-block-d1638374-d159-4446-b9e1-078f83f3840a .ablocks-button:hover { transition-duration:s; } .ablocks-block-d1638374-d159-4446-b9e1-078f83f3840a .ablocks-icon-wrap { font-size:16px; } .ablocks-block-d1638374-d159-4446-b9e1-078f83f3840a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-d1638374-d159-4446-b9e1-078f83f3840a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-b9db8c7e-fdaa-4d80-98d6-f74848fe970c { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b9db8c7e-fdaa-4d80-98d6-f74848fe970c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b9db8c7e-fdaa-4d80-98d6-f74848fe970c .ablocks-icon-wrap { background:#ffffff;padding:.5em;border-radius:50%;border:2px solid #69727d;font-size:unset;padding-top:12px;padding-right:12px;padding-bottom:10px;padding-left:12px; } .ablocks-block-b9db8c7e-fdaa-4d80-98d6-f74848fe970c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-b9db8c7e-fdaa-4d80-98d6-f74848fe970c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-57d322b8-b7c5-4a84-899d-e18e0326efe0 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57d322b8-b7c5-4a84-899d-e18e0326efe0 { text-align:left; } .ablocks-block-57d322b8-b7c5-4a84-899d-e18e0326efe0 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-c0f6d399-dc2c-4acb-9264-f697ab80f247 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c0f6d399-dc2c-4acb-9264-f697ab80f247 { text-align:left; } .ablocks-block-c0f6d399-dc2c-4acb-9264-f697ab80f247 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } .ablocks-block-c0f6d399-dc2c-4acb-9264-f697ab80f247 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d60cb8d7-68ce-47f0-a9a6-eb656f282b87 { margin-top:16px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d60cb8d7-68ce-47f0-a9a6-eb656f282b87.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d60cb8d7-68ce-47f0-a9a6-eb656f282b87 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-d60cb8d7-68ce-47f0-a9a6-eb656f282b87.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-d60cb8d7-68ce-47f0-a9a6-eb656f282b87 { display:inline-flex; } 
.ablocks-block-54b7a219-e4cb-4d5e-8ba6-1afe29a1d491 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-54b7a219-e4cb-4d5e-8ba6-1afe29a1d491 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-54b7a219-e4cb-4d5e-8ba6-1afe29a1d491 .ablocks-icon-wrap { background:#f5f5f5;border-radius:50%;padding:.5em;font-size:unset;padding-top:10px;padding-right:10px;padding-bottom:8px;padding-left:10px; } .ablocks-block-54b7a219-e4cb-4d5e-8ba6-1afe29a1d491 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:31px; } .ablocks-block-54b7a219-e4cb-4d5e-8ba6-1afe29a1d491 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f8ffe5b0-8ce1-40ee-a1d0-2cbabccab27d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8ffe5b0-8ce1-40ee-a1d0-2cbabccab27d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f8ffe5b0-8ce1-40ee-a1d0-2cbabccab27d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f8ffe5b0-8ce1-40ee-a1d0-2cbabccab27d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-abdf5ade-d219-4dd3-b719-68d8980511a5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-abdf5ade-d219-4dd3-b719-68d8980511a5 { text-align:left; } .ablocks-block-abdf5ade-d219-4dd3-b719-68d8980511a5 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } 
.ablocks-block-d71a1b56-b00b-40e6-bbc5-7faea9f900e1 { margin-top:4px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d71a1b56-b00b-40e6-bbc5-7faea9f900e1 { text-align:left; } .ablocks-block-d71a1b56-b00b-40e6-bbc5-7faea9f900e1 .ablocks-paragraph-text { color:#575757;font-family:Poppins;font-weight:400;font-style:normal;font-size:12px;line-height:16px; } .ablocks-block-d71a1b56-b00b-40e6-bbc5-7faea9f900e1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fa82e21e-af76-40a8-91e9-ac72329ba8d6 { padding:0px;border-width:1px;border-color:#eaecf0;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa82e21e-af76-40a8-91e9-ac72329ba8d6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fa82e21e-af76-40a8-91e9-ac72329ba8d6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-fa82e21e-af76-40a8-91e9-ac72329ba8d6 { row-gap:8px; } } .ablocks-block-fa82e21e-af76-40a8-91e9-ac72329ba8d6.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-fa82e21e-af76-40a8-91e9-ac72329ba8d6.ablocks-has-block-container > .ablocks-block-container { row-gap:8px; } } 
.ablocks-block-d3be9993-1b99-4abd-a87b-a92a948926fc { background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:12px;box-shadow:0px 1px 2px 0px rgba(16,24,40,0.15);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d3be9993-1b99-4abd-a87b-a92a948926fc { margin-top:16px; } } .ablocks-block-d3be9993-1b99-4abd-a87b-a92a948926fc.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d3be9993-1b99-4abd-a87b-a92a948926fc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d3be9993-1b99-4abd-a87b-a92a948926fc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0fcb9c7d-56e6-4a7c-b848-6146c25150e7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0fcb9c7d-56e6-4a7c-b848-6146c25150e7 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-0fcb9c7d-56e6-4a7c-b848-6146c25150e7 .ablocks-icon-wrap { background:#ffffff;padding:.5em;border-radius:50%;border:2px solid #69727d;font-size:unset;padding-top:12px;padding-right:12px;padding-bottom:9px;padding-left:12px; } .ablocks-block-0fcb9c7d-56e6-4a7c-b848-6146c25150e7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-0fcb9c7d-56e6-4a7c-b848-6146c25150e7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-abccd273-a78f-4911-bde3-275ecfb88606 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-abccd273-a78f-4911-bde3-275ecfb88606 { text-align:left; } .ablocks-block-abccd273-a78f-4911-bde3-275ecfb88606 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-b66b89d7-b4ba-4ea5-b147-08e93386aa76 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b66b89d7-b4ba-4ea5-b147-08e93386aa76 { text-align:left; } .ablocks-block-b66b89d7-b4ba-4ea5-b147-08e93386aa76 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } .ablocks-block-b66b89d7-b4ba-4ea5-b147-08e93386aa76 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-47e3cf62-097a-49d7-bdc6-5d35cdf87364 { margin-top:24px;margin-bottom:-10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-47e3cf62-097a-49d7-bdc6-5d35cdf87364 { display:flex;justify-content:left; } .ablocks-block-47e3cf62-097a-49d7-bdc6-5d35cdf87364 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-47e3cf62-097a-49d7-bdc6-5d35cdf87364 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-47e3cf62-097a-49d7-bdc6-5d35cdf87364 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7add037e-51e4-471f-8987-43e4331740d5 { margin-top:32px;padding-top:20px;padding-right:20px;padding-bottom:0px;padding-left:20px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:12px;box-shadow:0px 1px 2px 0px rgba(16,24,40,0.15);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7add037e-51e4-471f-8987-43e4331740d5 { margin-top:16px;padding-top:16px;padding-right:16px;padding-left:16px; } } .ablocks-block-7add037e-51e4-471f-8987-43e4331740d5.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:0px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7add037e-51e4-471f-8987-43e4331740d5.ablocks-block--container { padding-top:16px;padding-right:16px;padding-left:16px; } } .ablocks-block-7add037e-51e4-471f-8987-43e4331740d5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7add037e-51e4-471f-8987-43e4331740d5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2e95034a-5cc3-422c-93a2-ab84af90691c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2e95034a-5cc3-422c-93a2-ab84af90691c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-2e95034a-5cc3-422c-93a2-ab84af90691c .ablocks-icon-wrap { background:#ffffff;padding:.5em;border-radius:50%;border:2px solid #69727d;font-size:unset;padding-top:12px;padding-right:12px;padding-bottom:10px;padding-left:12px; } .ablocks-block-2e95034a-5cc3-422c-93a2-ab84af90691c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-2e95034a-5cc3-422c-93a2-ab84af90691c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5cdf3b6f-c6db-40be-a8a8-8f6bd6697a68 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5cdf3b6f-c6db-40be-a8a8-8f6bd6697a68 { text-align:left; } .ablocks-block-5cdf3b6f-c6db-40be-a8a8-8f6bd6697a68 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-e123cef2-2b78-43f1-af1a-7f62a1c7ab4e { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e123cef2-2b78-43f1-af1a-7f62a1c7ab4e { text-align:left; } .ablocks-block-e123cef2-2b78-43f1-af1a-7f62a1c7ab4e .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } .ablocks-block-e123cef2-2b78-43f1-af1a-7f62a1c7ab4e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6047334e-dda2-4040-8357-7e29cac3a2bd { margin-top:24px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6047334e-dda2-4040-8357-7e29cac3a2bd { margin-top:18px; } } .ablocks-block-6047334e-dda2-4040-8357-7e29cac3a2bd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6047334e-dda2-4040-8357-7e29cac3a2bd { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6047334e-dda2-4040-8357-7e29cac3a2bd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b0726664-628f-4a4a-9a46-82a24251647c { padding:20px;background:#f5f5f5;border-width:1px 1px 0px 1px;border-style:solid;border-color:#ebebeb;border-top-left-radius:11px;border-top-right-radius:11px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b0726664-628f-4a4a-9a46-82a24251647c.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b0726664-628f-4a4a-9a46-82a24251647c { 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-b0726664-628f-4a4a-9a46-82a24251647c.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-b0726664-628f-4a4a-9a46-82a24251647c { display:inline-flex; } 
.ablocks-block-1bce2079-1345-4f99-b1d7-51122a51aba4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1bce2079-1345-4f99-b1d7-51122a51aba4 { text-align:left; } .ablocks-block-1bce2079-1345-4f99-b1d7-51122a51aba4 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-3385f6fd-a631-4761-a139-8649eb35560a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3385f6fd-a631-4761-a139-8649eb35560a { text-align:left; } .ablocks-block-3385f6fd-a631-4761-a139-8649eb35560a .ablocks-button { column-gap:5px;background:#ffffff;justify-content:left;color:#1B1B1B;border-width:1px;border-style:solid;border-color:#ebebeb;border-radius:11px;box-shadow:0px 6px 6px 0px rgba(27,32,19,0.03);font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-3385f6fd-a631-4761-a139-8649eb35560a .ablocks-button:hover { transition-duration:s; } .ablocks-block-3385f6fd-a631-4761-a139-8649eb35560a .ablocks-icon-wrap { font-size:15px; } .ablocks-block-3385f6fd-a631-4761-a139-8649eb35560a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:15px; } .ablocks-block-3385f6fd-a631-4761-a139-8649eb35560a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#1b1b1b; } 
.ablocks-block-8faacf5f-da88-4c9d-bdee-b7be4917a8d4 { margin-top:0px;margin-bottom:0px;padding-top:19px;padding-right:19px;padding-left:19px;background:#ffffff;border-width:0px 1px 0px 1px;border-style:solid;border-color:#ebebeb;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8faacf5f-da88-4c9d-bdee-b7be4917a8d4 { padding-top:16px;padding-right:16px;padding-left:16px; } } .ablocks-block-8faacf5f-da88-4c9d-bdee-b7be4917a8d4.ablocks-block--container { padding-top:19px;padding-right:19px;padding-left:19px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8faacf5f-da88-4c9d-bdee-b7be4917a8d4.ablocks-block--container { padding-top:16px;padding-right:16px;padding-left:16px; } } .ablocks-block-8faacf5f-da88-4c9d-bdee-b7be4917a8d4 { display:flex;flex-direction:column;min-height:0px;row-gap:11px;column-gap:0px; } .ablocks-block-8faacf5f-da88-4c9d-bdee-b7be4917a8d4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:11px;column-gap:0px; } 
.ablocks-block-6fd88532-ab20-4375-a3c8-25c07b9c1854 { padding:17px;background:#ffffff;border-width:1px;border-style:solid;border-color:#ebebeb;border-radius:11px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6fd88532-ab20-4375-a3c8-25c07b9c1854.ablocks-block--container { padding:17px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6fd88532-ab20-4375-a3c8-25c07b9c1854 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6fd88532-ab20-4375-a3c8-25c07b9c1854.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2a9ca4f6-944a-4c1c-bd35-f7ed93f59217 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2a9ca4f6-944a-4c1c-bd35-f7ed93f59217.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2a9ca4f6-944a-4c1c-bd35-f7ed93f59217 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-2a9ca4f6-944a-4c1c-bd35-f7ed93f59217.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-2a9ca4f6-944a-4c1c-bd35-f7ed93f59217 { display:inline-flex; } 
.ablocks-block-8bf81751-68f7-47cc-893c-ddb59ed981e2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8bf81751-68f7-47cc-893c-ddb59ed981e2 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-8bf81751-68f7-47cc-893c-ddb59ed981e2 .ablocks-icon-wrap { background:rgba(26,90,76,0.12);border-radius:50%;padding:.5em;font-size:unset;padding-top:12px;padding-right:12px;padding-bottom:10px;padding-left:12px; } .ablocks-block-8bf81751-68f7-47cc-893c-ddb59ed981e2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-8bf81751-68f7-47cc-893c-ddb59ed981e2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-34187d62-2764-4663-b7c6-288bb5a917b6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-34187d62-2764-4663-b7c6-288bb5a917b6 { text-align:left; } .ablocks-block-34187d62-2764-4663-b7c6-288bb5a917b6 .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-e741c64a-7870-48b8-86e9-116d84c39776 { margin-top:17px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e741c64a-7870-48b8-86e9-116d84c39776 { text-align:left; } .ablocks-block-e741c64a-7870-48b8-86e9-116d84c39776 .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-4516e024-6b55-49bf-826e-6354d6eb8f9a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4516e024-6b55-49bf-826e-6354d6eb8f9a { text-align:left; } .ablocks-block-4516e024-6b55-49bf-826e-6354d6eb8f9a .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-1781b367-3cb2-4b73-a467-b6c27c3f67c5 { margin-bottom:-12px;padding-top:17px;padding-right:17px;padding-left:17px;border-width:1px 1px 0px 1px;border-style:solid;border-color:#ebebeb;border-top-left-radius:11px;border-top-right-radius:11px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1781b367-3cb2-4b73-a467-b6c27c3f67c5 { padding-bottom:0px; } } .ablocks-block-1781b367-3cb2-4b73-a467-b6c27c3f67c5.ablocks-block--container { padding-top:17px;padding-right:17px;padding-left:17px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1781b367-3cb2-4b73-a467-b6c27c3f67c5.ablocks-block--container { padding-bottom:0px; } } .ablocks-block-1781b367-3cb2-4b73-a467-b6c27c3f67c5 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:11px;column-gap:8px; } .ablocks-block-1781b367-3cb2-4b73-a467-b6c27c3f67c5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:11px;column-gap:8px; } .ablocks-block-1781b367-3cb2-4b73-a467-b6c27c3f67c5 { display:inline-flex; } 
.ablocks-block-6de25d2d-0234-4b8c-b72f-8866959d4537 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6de25d2d-0234-4b8c-b72f-8866959d4537 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-6de25d2d-0234-4b8c-b72f-8866959d4537 .ablocks-icon-wrap { background:#ddd;border-radius:50%;padding:.5em;font-size:unset;padding-top:12px;padding-right:12px;padding-bottom:10px;padding-left:12px; } .ablocks-block-6de25d2d-0234-4b8c-b72f-8866959d4537 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-6de25d2d-0234-4b8c-b72f-8866959d4537 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-83a87f97-55ba-4e4d-9280-59a03c93082d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-83a87f97-55ba-4e4d-9280-59a03c93082d { text-align:left; } .ablocks-block-83a87f97-55ba-4e4d-9280-59a03c93082d .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-0eee1c23-31d2-466b-9576-1d062001984f { margin-top:0px;padding-top:60px;padding-bottom:60px;background:#F9FAFB;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0eee1c23-31d2-466b-9576-1d062001984f.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } .ablocks-block-0eee1c23-31d2-466b-9576-1d062001984f > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-0eee1c23-31d2-466b-9576-1d062001984f > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:20px; } .ablocks-block-0eee1c23-31d2-466b-9576-1d062001984f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:20px; } 
.ablocks-block-837e4dfe-0c2d-4533-9006-4936098a8fd0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-837e4dfe-0c2d-4533-9006-4936098a8fd0 { text-align:center; } .ablocks-block-837e4dfe-0c2d-4533-9006-4936098a8fd0 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:48px;line-height:56px; } @media screen and (max-width: 800px) { .ablocks-block-837e4dfe-0c2d-4533-9006-4936098a8fd0 .ablocks-heading-text { font-size:32px;line-height:44px; } } @media screen and (max-width: 480px) { .ablocks-block-837e4dfe-0c2d-4533-9006-4936098a8fd0 .ablocks-heading-text { font-size:28px;line-height:33px; } } 
.ablocks-block-3e96e9c2-690e-4791-82a8-3b7160a8bbd7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3e96e9c2-690e-4791-82a8-3b7160a8bbd7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3e96e9c2-690e-4791-82a8-3b7160a8bbd7 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-3e96e9c2-690e-4791-82a8-3b7160a8bbd7 { row-gap:24px;column-gap:24px; } } .ablocks-block-3e96e9c2-690e-4791-82a8-3b7160a8bbd7.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:32px; } @media screen and (max-width: 800px) { .ablocks-block-3e96e9c2-690e-4791-82a8-3b7160a8bbd7.ablocks-has-block-container > .ablocks-block-container { row-gap:24px;column-gap:24px; } } .ablocks-block-3e96e9c2-690e-4791-82a8-3b7160a8bbd7 { display:inline-flex; } 
.ablocks-block-6385ca92-8b60-4857-b9c0-93594be78421 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6385ca92-8b60-4857-b9c0-93594be78421.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6385ca92-8b60-4857-b9c0-93594be78421.ablocks-block--container { max-width:min(100%,40%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6385ca92-8b60-4857-b9c0-93594be78421.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6385ca92-8b60-4857-b9c0-93594be78421 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6385ca92-8b60-4857-b9c0-93594be78421.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4448a797-f3a5-4b82-9def-4d972f09d69c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4448a797-f3a5-4b82-9def-4d972f09d69c .ablocks-block-container:first-child { transition:1s; } .ablocks-block-4448a797-f3a5-4b82-9def-4d972f09d69c .ablocks-flipbox__front > div:nth-child(1) { padding:0px; } .ablocks-block-4448a797-f3a5-4b82-9def-4d972f09d69c .ablocks-flipbox__back > div:nth-child(1) { padding:0px; } .ablocks-block-4448a797-f3a5-4b82-9def-4d972f09d69c .ablocks-flipbox__front:hover > div:nth-child(1) { padding:0px; } .ablocks-block-4448a797-f3a5-4b82-9def-4d972f09d69c .ablocks-flipbox__back:hover > div:nth-child(1) { padding:0px; } 

.ablocks-block-f3868858-4bdd-4362-8ff7-a4612ce3e933 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f3868858-4bdd-4362-8ff7-a4612ce3e933.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f3868858-4bdd-4362-8ff7-a4612ce3e933 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f3868858-4bdd-4362-8ff7-a4612ce3e933.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-bd64e35f-0046-40dd-8ae3-f2a992fb18e6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bd64e35f-0046-40dd-8ae3-f2a992fb18e6 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-bd64e35f-0046-40dd-8ae3-f2a992fb18e6 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-bd64e35f-0046-40dd-8ae3-f2a992fb18e6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:230px; } .ablocks-block-bd64e35f-0046-40dd-8ae3-f2a992fb18e6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c716e248-1af4-44f3-985e-6139a085bf1d { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c716e248-1af4-44f3-985e-6139a085bf1d { text-align:left; } .ablocks-block-c716e248-1af4-44f3-985e-6139a085bf1d .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-ef4e6bcb-5fc6-4f4c-b444-e66a1e307cf7 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef4e6bcb-5fc6-4f4c-b444-e66a1e307cf7 { text-align:left; } .ablocks-block-ef4e6bcb-5fc6-4f4c-b444-e66a1e307cf7 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:26px; } .ablocks-block-ef4e6bcb-5fc6-4f4c-b444-e66a1e307cf7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-469564a7-2f0c-44ec-a86b-c7b3d829b73e { padding:20px;background:#1D2939;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-469564a7-2f0c-44ec-a86b-c7b3d829b73e.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-469564a7-2f0c-44ec-a86b-c7b3d829b73e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-469564a7-2f0c-44ec-a86b-c7b3d829b73e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b740fd51-b341-4531-a471-11a33363cf88 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b740fd51-b341-4531-a471-11a33363cf88.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b740fd51-b341-4531-a471-11a33363cf88 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-b740fd51-b341-4531-a471-11a33363cf88.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-b740fd51-b341-4531-a471-11a33363cf88 { display:inline-flex; } 
.ablocks-block-6641e84f-98e9-41ee-a6cc-53061a5acbaa { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6641e84f-98e9-41ee-a6cc-53061a5acbaa { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-6641e84f-98e9-41ee-a6cc-53061a5acbaa .ablocks-icon-wrap { font-size:unset; } .ablocks-block-6641e84f-98e9-41ee-a6cc-53061a5acbaa .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:54px; } .ablocks-block-6641e84f-98e9-41ee-a6cc-53061a5acbaa .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-8cb273cb-4df4-416a-b662-7886f607b624 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8cb273cb-4df4-416a-b662-7886f607b624.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8cb273cb-4df4-416a-b662-7886f607b624 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8cb273cb-4df4-416a-b662-7886f607b624.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-dbbb2eff-e201-419a-a759-b526de052fcc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dbbb2eff-e201-419a-a759-b526de052fcc { text-align:center; } .ablocks-block-dbbb2eff-e201-419a-a759-b526de052fcc .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-d3d4c795-73de-4e7d-ae46-7005e9a4a2e7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d3d4c795-73de-4e7d-ae46-7005e9a4a2e7 { text-align:center; } .ablocks-block-d3d4c795-73de-4e7d-ae46-7005e9a4a2e7 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } .ablocks-block-d3d4c795-73de-4e7d-ae46-7005e9a4a2e7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a1272514-be7a-412e-9f0f-895b58e8c23d { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a1272514-be7a-412e-9f0f-895b58e8c23d { text-align:left; } .ablocks-block-a1272514-be7a-412e-9f0f-895b58e8c23d .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-a1272514-be7a-412e-9f0f-895b58e8c23d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e1f8690e-9710-4ed6-baa0-6b9f5998730c { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1f8690e-9710-4ed6-baa0-6b9f5998730c { text-align:center; } .ablocks-block-e1f8690e-9710-4ed6-baa0-6b9f5998730c .ablocks-button { column-gap:10px;background:#ffffff;justify-content:center;color:#105447;border-radius:33px;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px;padding-top:8px;padding-right:12px;padding-bottom:8px;padding-left:12px; } .ablocks-block-e1f8690e-9710-4ed6-baa0-6b9f5998730c .ablocks-button:hover { transition-duration:s; } .ablocks-block-e1f8690e-9710-4ed6-baa0-6b9f5998730c .ablocks-icon-wrap { font-size:16px; } .ablocks-block-e1f8690e-9710-4ed6-baa0-6b9f5998730c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-e1f8690e-9710-4ed6-baa0-6b9f5998730c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6eba7bf9-a768-435f-b1e6-068fcfd06c46 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6eba7bf9-a768-435f-b1e6-068fcfd06c46.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6eba7bf9-a768-435f-b1e6-068fcfd06c46.ablocks-block--container { max-width:min(100%,40%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6eba7bf9-a768-435f-b1e6-068fcfd06c46.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6eba7bf9-a768-435f-b1e6-068fcfd06c46 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6eba7bf9-a768-435f-b1e6-068fcfd06c46.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0b7918c9-9aa8-4548-9932-6053146d4fff { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b7918c9-9aa8-4548-9932-6053146d4fff .ablocks-block-container:first-child { transition:1s; } .ablocks-block-0b7918c9-9aa8-4548-9932-6053146d4fff .ablocks-flipbox__front > div:nth-child(1) { padding:0px; } .ablocks-block-0b7918c9-9aa8-4548-9932-6053146d4fff .ablocks-flipbox__back > div:nth-child(1) { padding:0px; } .ablocks-block-0b7918c9-9aa8-4548-9932-6053146d4fff .ablocks-flipbox__front:hover > div:nth-child(1) { padding:0px; } .ablocks-block-0b7918c9-9aa8-4548-9932-6053146d4fff .ablocks-flipbox__back:hover > div:nth-child(1) { padding:0px; } 

.ablocks-block-ab2cc0a1-11e3-413f-8379-c117d2d22440 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab2cc0a1-11e3-413f-8379-c117d2d22440.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ab2cc0a1-11e3-413f-8379-c117d2d22440 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ab2cc0a1-11e3-413f-8379-c117d2d22440.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-08cf736f-fc6f-4b3e-bf16-017dc7fd6667 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-08cf736f-fc6f-4b3e-bf16-017dc7fd6667 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-08cf736f-fc6f-4b3e-bf16-017dc7fd6667 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-08cf736f-fc6f-4b3e-bf16-017dc7fd6667 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:230px; } .ablocks-block-08cf736f-fc6f-4b3e-bf16-017dc7fd6667 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-2cadb340-3dd4-4c85-8b8c-e6f03c6973ad { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2cadb340-3dd4-4c85-8b8c-e6f03c6973ad { text-align:left; } .ablocks-block-2cadb340-3dd4-4c85-8b8c-e6f03c6973ad .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-081ada30-7df9-4ceb-9391-3b5ffadb84a9 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-081ada30-7df9-4ceb-9391-3b5ffadb84a9 { text-align:left; } .ablocks-block-081ada30-7df9-4ceb-9391-3b5ffadb84a9 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:26px; } .ablocks-block-081ada30-7df9-4ceb-9391-3b5ffadb84a9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-4e658eca-181d-4138-9e82-b2f866ca720c { padding:20px;background:#1D2939;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4e658eca-181d-4138-9e82-b2f866ca720c.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4e658eca-181d-4138-9e82-b2f866ca720c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4e658eca-181d-4138-9e82-b2f866ca720c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-dfa5dab8-8718-4c03-9244-c090ea65d41a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dfa5dab8-8718-4c03-9244-c090ea65d41a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-dfa5dab8-8718-4c03-9244-c090ea65d41a { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-dfa5dab8-8718-4c03-9244-c090ea65d41a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-dfa5dab8-8718-4c03-9244-c090ea65d41a { display:inline-flex; } 
.ablocks-block-17efbed6-d2f4-4dc8-85a1-b0b611b5c539 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-17efbed6-d2f4-4dc8-85a1-b0b611b5c539 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-17efbed6-d2f4-4dc8-85a1-b0b611b5c539 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-17efbed6-d2f4-4dc8-85a1-b0b611b5c539 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:54px; } .ablocks-block-17efbed6-d2f4-4dc8-85a1-b0b611b5c539 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-24916510-be33-4972-9a72-7cc40e9a6b9b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-24916510-be33-4972-9a72-7cc40e9a6b9b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-24916510-be33-4972-9a72-7cc40e9a6b9b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-24916510-be33-4972-9a72-7cc40e9a6b9b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-61540217-1720-4183-841c-0cf2acd706f7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-61540217-1720-4183-841c-0cf2acd706f7 { text-align:center; } .ablocks-block-61540217-1720-4183-841c-0cf2acd706f7 .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-1ce6ea2f-c098-43ec-91a8-62adb5b157ed { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ce6ea2f-c098-43ec-91a8-62adb5b157ed { text-align:center; } .ablocks-block-1ce6ea2f-c098-43ec-91a8-62adb5b157ed .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } .ablocks-block-1ce6ea2f-c098-43ec-91a8-62adb5b157ed .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5eeb2fae-2c94-4f28-84e1-20826d099a96 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5eeb2fae-2c94-4f28-84e1-20826d099a96 { text-align:left; } .ablocks-block-5eeb2fae-2c94-4f28-84e1-20826d099a96 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-5eeb2fae-2c94-4f28-84e1-20826d099a96 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1b36cbbd-24a1-4c65-af4d-788d46a5e27f { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1b36cbbd-24a1-4c65-af4d-788d46a5e27f { text-align:center; } .ablocks-block-1b36cbbd-24a1-4c65-af4d-788d46a5e27f .ablocks-button { column-gap:10px;background:#ffffff;justify-content:center;color:#105447;border-radius:33px;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px;padding-top:8px;padding-right:12px;padding-bottom:8px;padding-left:12px; } .ablocks-block-1b36cbbd-24a1-4c65-af4d-788d46a5e27f .ablocks-button:hover { transition-duration:s; } .ablocks-block-1b36cbbd-24a1-4c65-af4d-788d46a5e27f .ablocks-icon-wrap { font-size:16px; } .ablocks-block-1b36cbbd-24a1-4c65-af4d-788d46a5e27f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-1b36cbbd-24a1-4c65-af4d-788d46a5e27f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-418eca20-4294-4c8e-b1ea-1cef689d1316 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-418eca20-4294-4c8e-b1ea-1cef689d1316.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-418eca20-4294-4c8e-b1ea-1cef689d1316.ablocks-block--container { max-width:min(100%,40%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-418eca20-4294-4c8e-b1ea-1cef689d1316.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-418eca20-4294-4c8e-b1ea-1cef689d1316 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-418eca20-4294-4c8e-b1ea-1cef689d1316.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5f7b54d7-9b53-4223-a259-702796863fcf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5f7b54d7-9b53-4223-a259-702796863fcf .ablocks-block-container:first-child { transition:1s; } .ablocks-block-5f7b54d7-9b53-4223-a259-702796863fcf .ablocks-flipbox__front > div:nth-child(1) { padding:0px; } .ablocks-block-5f7b54d7-9b53-4223-a259-702796863fcf .ablocks-flipbox__back > div:nth-child(1) { padding:0px; } .ablocks-block-5f7b54d7-9b53-4223-a259-702796863fcf .ablocks-flipbox__front:hover > div:nth-child(1) { padding:0px; } .ablocks-block-5f7b54d7-9b53-4223-a259-702796863fcf .ablocks-flipbox__back:hover > div:nth-child(1) { padding:0px; } 

.ablocks-block-5b307601-54ca-4377-b780-5df3a956b030 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5b307601-54ca-4377-b780-5df3a956b030.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5b307601-54ca-4377-b780-5df3a956b030 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5b307601-54ca-4377-b780-5df3a956b030.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-241b012e-9b80-46d5-9194-2ed77391765f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-241b012e-9b80-46d5-9194-2ed77391765f { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-241b012e-9b80-46d5-9194-2ed77391765f .ablocks-icon-wrap { font-size:unset; } .ablocks-block-241b012e-9b80-46d5-9194-2ed77391765f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:230px; } .ablocks-block-241b012e-9b80-46d5-9194-2ed77391765f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5c467541-1662-488e-a238-feab3a2d2e97 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5c467541-1662-488e-a238-feab3a2d2e97 { text-align:left; } .ablocks-block-5c467541-1662-488e-a238-feab3a2d2e97 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-009b53b5-e9d7-4b45-b60c-5e35025de2ce { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-009b53b5-e9d7-4b45-b60c-5e35025de2ce { text-align:left; } .ablocks-block-009b53b5-e9d7-4b45-b60c-5e35025de2ce .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:26px; } .ablocks-block-009b53b5-e9d7-4b45-b60c-5e35025de2ce .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-913a8d83-5f4c-469e-b16f-05fd4dc30e84 { padding:20px;background:#1D2939;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-913a8d83-5f4c-469e-b16f-05fd4dc30e84.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-913a8d83-5f4c-469e-b16f-05fd4dc30e84 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-913a8d83-5f4c-469e-b16f-05fd4dc30e84.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-314f3923-d97c-47c7-a141-1a3ceae673c4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-314f3923-d97c-47c7-a141-1a3ceae673c4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-314f3923-d97c-47c7-a141-1a3ceae673c4 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-314f3923-d97c-47c7-a141-1a3ceae673c4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-314f3923-d97c-47c7-a141-1a3ceae673c4 { display:inline-flex; } 
.ablocks-block-f8e83ea6-9f4a-421b-b18d-382908817a7b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8e83ea6-9f4a-421b-b18d-382908817a7b { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-f8e83ea6-9f4a-421b-b18d-382908817a7b .ablocks-icon-wrap { font-size:unset; } .ablocks-block-f8e83ea6-9f4a-421b-b18d-382908817a7b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:54px; } .ablocks-block-f8e83ea6-9f4a-421b-b18d-382908817a7b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1dc5a736-fa54-4d59-b32b-270a83383dd3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1dc5a736-fa54-4d59-b32b-270a83383dd3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1dc5a736-fa54-4d59-b32b-270a83383dd3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1dc5a736-fa54-4d59-b32b-270a83383dd3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a3e8f209-6b05-4afb-ac1d-9bbf78c733e2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a3e8f209-6b05-4afb-ac1d-9bbf78c733e2 { text-align:center; } .ablocks-block-a3e8f209-6b05-4afb-ac1d-9bbf78c733e2 .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-a7b66436-615f-4c2a-8e2b-32be25de26b0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7b66436-615f-4c2a-8e2b-32be25de26b0 { text-align:center; } .ablocks-block-a7b66436-615f-4c2a-8e2b-32be25de26b0 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } .ablocks-block-a7b66436-615f-4c2a-8e2b-32be25de26b0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-52c09ba1-80fb-486f-b199-724a99ff54ab { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-52c09ba1-80fb-486f-b199-724a99ff54ab { text-align:left; } .ablocks-block-52c09ba1-80fb-486f-b199-724a99ff54ab .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-52c09ba1-80fb-486f-b199-724a99ff54ab .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4cdb4804-d085-491c-a750-73b2b54aec68 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4cdb4804-d085-491c-a750-73b2b54aec68 { text-align:center; } .ablocks-block-4cdb4804-d085-491c-a750-73b2b54aec68 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:center;color:#105447;border-radius:33px;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px;padding-top:8px;padding-right:12px;padding-bottom:8px;padding-left:12px; } .ablocks-block-4cdb4804-d085-491c-a750-73b2b54aec68 .ablocks-button:hover { transition-duration:s; } .ablocks-block-4cdb4804-d085-491c-a750-73b2b54aec68 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-4cdb4804-d085-491c-a750-73b2b54aec68 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-4cdb4804-d085-491c-a750-73b2b54aec68 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-4f80d41a-1d83-4588-9971-9426e2747811 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f80d41a-1d83-4588-9971-9426e2747811.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4f80d41a-1d83-4588-9971-9426e2747811.ablocks-block--container { max-width:min(100%,40%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-4f80d41a-1d83-4588-9971-9426e2747811.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-4f80d41a-1d83-4588-9971-9426e2747811 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4f80d41a-1d83-4588-9971-9426e2747811.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-16b5803f-43dd-4ad1-a3a9-5fdb127b9b14 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-16b5803f-43dd-4ad1-a3a9-5fdb127b9b14 .ablocks-block-container:first-child { transition:1s; } .ablocks-block-16b5803f-43dd-4ad1-a3a9-5fdb127b9b14 .ablocks-flipbox__front > div:nth-child(1) { padding:0px; } .ablocks-block-16b5803f-43dd-4ad1-a3a9-5fdb127b9b14 .ablocks-flipbox__back > div:nth-child(1) { padding:0px; } .ablocks-block-16b5803f-43dd-4ad1-a3a9-5fdb127b9b14 .ablocks-flipbox__front:hover > div:nth-child(1) { padding:0px; } .ablocks-block-16b5803f-43dd-4ad1-a3a9-5fdb127b9b14 .ablocks-flipbox__back:hover > div:nth-child(1) { padding:0px; } 

.ablocks-block-bcd913a4-06f3-44da-a069-14467373e8e7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bcd913a4-06f3-44da-a069-14467373e8e7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bcd913a4-06f3-44da-a069-14467373e8e7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bcd913a4-06f3-44da-a069-14467373e8e7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-763a4178-4397-4409-bdb3-e82a71ebcf57 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-763a4178-4397-4409-bdb3-e82a71ebcf57 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-763a4178-4397-4409-bdb3-e82a71ebcf57 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-763a4178-4397-4409-bdb3-e82a71ebcf57 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:230px; } .ablocks-block-763a4178-4397-4409-bdb3-e82a71ebcf57 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a8fd770b-7293-407d-8d40-cff2b30de2b1 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a8fd770b-7293-407d-8d40-cff2b30de2b1 { text-align:left; } .ablocks-block-a8fd770b-7293-407d-8d40-cff2b30de2b1 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-ff6f545e-cbc6-45d0-9fc8-059eaef6a884 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ff6f545e-cbc6-45d0-9fc8-059eaef6a884 { text-align:left; } .ablocks-block-ff6f545e-cbc6-45d0-9fc8-059eaef6a884 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:26px; } .ablocks-block-ff6f545e-cbc6-45d0-9fc8-059eaef6a884 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-31881619-07cd-4965-945b-c701beab302c { padding:20px;background:#1D2939;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-31881619-07cd-4965-945b-c701beab302c.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-31881619-07cd-4965-945b-c701beab302c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-31881619-07cd-4965-945b-c701beab302c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4c29dd22-d5e9-4fef-895e-a677d00d8c63 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4c29dd22-d5e9-4fef-895e-a677d00d8c63.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4c29dd22-d5e9-4fef-895e-a677d00d8c63 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-4c29dd22-d5e9-4fef-895e-a677d00d8c63.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-4c29dd22-d5e9-4fef-895e-a677d00d8c63 { display:inline-flex; } 
.ablocks-block-3cdce479-6f92-4a60-838e-2d6abd6c91b6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3cdce479-6f92-4a60-838e-2d6abd6c91b6 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-3cdce479-6f92-4a60-838e-2d6abd6c91b6 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-3cdce479-6f92-4a60-838e-2d6abd6c91b6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:54px; } .ablocks-block-3cdce479-6f92-4a60-838e-2d6abd6c91b6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-17f65669-9f47-4d73-a7ce-b47d649ceee3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-17f65669-9f47-4d73-a7ce-b47d649ceee3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-17f65669-9f47-4d73-a7ce-b47d649ceee3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-17f65669-9f47-4d73-a7ce-b47d649ceee3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-91cc9c02-7514-45b2-8dd8-db8d4a9a2791 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-91cc9c02-7514-45b2-8dd8-db8d4a9a2791 { text-align:center; } .ablocks-block-91cc9c02-7514-45b2-8dd8-db8d4a9a2791 .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-982b0534-40c2-4e10-84bd-d40960836186 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-982b0534-40c2-4e10-84bd-d40960836186 { text-align:center; } .ablocks-block-982b0534-40c2-4e10-84bd-d40960836186 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } .ablocks-block-982b0534-40c2-4e10-84bd-d40960836186 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7aaa0ad4-17b1-4a63-810d-bb9f64169c32 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7aaa0ad4-17b1-4a63-810d-bb9f64169c32 { text-align:left; } .ablocks-block-7aaa0ad4-17b1-4a63-810d-bb9f64169c32 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-7aaa0ad4-17b1-4a63-810d-bb9f64169c32 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e5e87dd2-e8fe-4e05-87f5-aab6018a5103 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5e87dd2-e8fe-4e05-87f5-aab6018a5103 { text-align:center; } .ablocks-block-e5e87dd2-e8fe-4e05-87f5-aab6018a5103 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:center;color:#105447;border-radius:33px;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px;padding-top:8px;padding-right:12px;padding-bottom:8px;padding-left:12px; } .ablocks-block-e5e87dd2-e8fe-4e05-87f5-aab6018a5103 .ablocks-button:hover { transition-duration:s; } .ablocks-block-e5e87dd2-e8fe-4e05-87f5-aab6018a5103 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-e5e87dd2-e8fe-4e05-87f5-aab6018a5103 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-e5e87dd2-e8fe-4e05-87f5-aab6018a5103 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-b8dafaf6-0fa3-4d12-91e7-d61e20b31dd5 { margin-top:0px;padding-top:100px;padding-bottom:100px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b8dafaf6-0fa3-4d12-91e7-d61e20b31dd5 { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-b8dafaf6-0fa3-4d12-91e7-d61e20b31dd5 { padding-top:50px;padding-bottom:50px; } } .ablocks-block-b8dafaf6-0fa3-4d12-91e7-d61e20b31dd5.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b8dafaf6-0fa3-4d12-91e7-d61e20b31dd5.ablocks-block--container { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-b8dafaf6-0fa3-4d12-91e7-d61e20b31dd5.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-b8dafaf6-0fa3-4d12-91e7-d61e20b31dd5 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-b8dafaf6-0fa3-4d12-91e7-d61e20b31dd5 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-b8dafaf6-0fa3-4d12-91e7-d61e20b31dd5 > .ablocks-block-container { row-gap:40px; } } .ablocks-block-b8dafaf6-0fa3-4d12-91e7-d61e20b31dd5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-b8dafaf6-0fa3-4d12-91e7-d61e20b31dd5.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-c9437e57-4891-4882-9eba-79cde43bdc99 { width:44%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c9437e57-4891-4882-9eba-79cde43bdc99 { width:42%; } } @media screen and (max-width: 480px) { .ablocks-block-c9437e57-4891-4882-9eba-79cde43bdc99 { width:100%; } } .ablocks-block-c9437e57-4891-4882-9eba-79cde43bdc99 { text-align:center; } .ablocks-block-c9437e57-4891-4882-9eba-79cde43bdc99 .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:48px;line-height:56px; } @media screen and (max-width: 800px) { .ablocks-block-c9437e57-4891-4882-9eba-79cde43bdc99 .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-c9437e57-4891-4882-9eba-79cde43bdc99 .ablocks-heading-text { font-size:28px;line-height:34px; } } 
.ablocks-block-c2bf9c65-eb89-4893-9cc4-e0e7dddb9439 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c2bf9c65-eb89-4893-9cc4-e0e7dddb9439.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c2bf9c65-eb89-4893-9cc4-e0e7dddb9439 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-c2bf9c65-eb89-4893-9cc4-e0e7dddb9439 { row-gap:24px;column-gap:24px; } } .ablocks-block-c2bf9c65-eb89-4893-9cc4-e0e7dddb9439.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:32px; } @media screen and (max-width: 800px) { .ablocks-block-c2bf9c65-eb89-4893-9cc4-e0e7dddb9439.ablocks-has-block-container > .ablocks-block-container { row-gap:24px;column-gap:24px; } } .ablocks-block-c2bf9c65-eb89-4893-9cc4-e0e7dddb9439 { display:inline-flex; } 
.ablocks-block-2515d4f7-3db4-4bde-9d62-b29026cef9cc { padding:24px;background:#ffffff;border-width:1px;border-style:solid;border-color:#f2f4f7;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2515d4f7-3db4-4bde-9d62-b29026cef9cc { padding:12px; } } .ablocks-block-2515d4f7-3db4-4bde-9d62-b29026cef9cc.ablocks-block--container { padding:24px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2515d4f7-3db4-4bde-9d62-b29026cef9cc.ablocks-block--container { padding:12px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-2515d4f7-3db4-4bde-9d62-b29026cef9cc.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2515d4f7-3db4-4bde-9d62-b29026cef9cc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2515d4f7-3db4-4bde-9d62-b29026cef9cc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3f6d13d2-0d20-474e-ab6d-69da431c7136 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f6d13d2-0d20-474e-ab6d-69da431c7136 { text-align:left; } .ablocks-block-3f6d13d2-0d20-474e-ab6d-69da431c7136 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:32px;line-height:40px; } 
.ablocks-block-1d7d9cf9-f12e-43de-a5f0-b5547c759945 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d7d9cf9-f12e-43de-a5f0-b5547c759945.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1d7d9cf9-f12e-43de-a5f0-b5547c759945 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-1d7d9cf9-f12e-43de-a5f0-b5547c759945.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-1d7d9cf9-f12e-43de-a5f0-b5547c759945 { display:inline-flex; } 
.ablocks-block-36cf0be6-c922-4314-b57d-75f42bffd69e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-36cf0be6-c922-4314-b57d-75f42bffd69e { text-align:left; } .ablocks-block-36cf0be6-c922-4314-b57d-75f42bffd69e .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:600;font-style:normal;font-size:48px;line-height:56px; } 
.ablocks-block-ad0b7b6f-8c78-409a-93e3-241b3220512c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ad0b7b6f-8c78-409a-93e3-241b3220512c { text-align:left; } .ablocks-block-ad0b7b6f-8c78-409a-93e3-241b3220512c .ablocks-paragraph-text { color:#575757;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-ad0b7b6f-8c78-409a-93e3-241b3220512c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c97baa81-3a17-450e-bbca-ca9bafc15283 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c97baa81-3a17-450e-bbca-ca9bafc15283 { text-align:left; } .ablocks-block-c97baa81-3a17-450e-bbca-ca9bafc15283 .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-c97baa81-3a17-450e-bbca-ca9bafc15283 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4c33ab23-09b5-413f-a5ff-6114ac90204f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4c33ab23-09b5-413f-a5ff-6114ac90204f.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-4c33ab23-09b5-413f-a5ff-6114ac90204f.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-4c33ab23-09b5-413f-a5ff-6114ac90204f .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-4c33ab23-09b5-413f-a5ff-6114ac90204f .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-4c33ab23-09b5-413f-a5ff-6114ac90204f .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-4c33ab23-09b5-413f-a5ff-6114ac90204f .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-4c33ab23-09b5-413f-a5ff-6114ac90204f .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-4c33ab23-09b5-413f-a5ff-6114ac90204f .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e98901ec-12d9-4252-b3f5-b556c02b651c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e98901ec-12d9-4252-b3f5-b556c02b651c { font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-e98901ec-12d9-4252-b3f5-b556c02b651c .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-e98901ec-12d9-4252-b3f5-b556c02b651c .ablocks-list__item-content { align-items:center;gap:12px; } .ablocks-block-e98901ec-12d9-4252-b3f5-b556c02b651c .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:24px; } .ablocks-block-e98901ec-12d9-4252-b3f5-b556c02b651c .ablocks-list__item-content .ablocks-list__item-text { color:#000000; } 
.ablocks-block-18f403cc-fa85-48d6-98e9-db213c3e9518 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18f403cc-fa85-48d6-98e9-db213c3e9518 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:center;width:100%;color:#101828;border-width:1px;border-style:solid;border-color:#d0d5dd;border-radius:33px;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } .ablocks-block-18f403cc-fa85-48d6-98e9-db213c3e9518 .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#2296dc; } .ablocks-block-18f403cc-fa85-48d6-98e9-db213c3e9518 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-18f403cc-fa85-48d6-98e9-db213c3e9518 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-18f403cc-fa85-48d6-98e9-db213c3e9518 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-18f403cc-fa85-48d6-98e9-db213c3e9518 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-3faa9bb4-7eef-45c0-82ce-0899f56eca0b { padding:24px;background:#1D2939;border-width:1px;border-style:solid;border-color:#f2f4f7;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3faa9bb4-7eef-45c0-82ce-0899f56eca0b { padding:12px; } } .ablocks-block-3faa9bb4-7eef-45c0-82ce-0899f56eca0b.ablocks-block--container { padding:24px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3faa9bb4-7eef-45c0-82ce-0899f56eca0b.ablocks-block--container { padding:12px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-3faa9bb4-7eef-45c0-82ce-0899f56eca0b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3faa9bb4-7eef-45c0-82ce-0899f56eca0b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3faa9bb4-7eef-45c0-82ce-0899f56eca0b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ef486524-bd40-4d74-a908-ce015eb9aa8d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef486524-bd40-4d74-a908-ce015eb9aa8d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ef486524-bd40-4d74-a908-ce015eb9aa8d { 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-ef486524-bd40-4d74-a908-ce015eb9aa8d { align-items:flex-start; } } .ablocks-block-ef486524-bd40-4d74-a908-ce015eb9aa8d.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-ef486524-bd40-4d74-a908-ce015eb9aa8d.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } .ablocks-block-ef486524-bd40-4d74-a908-ce015eb9aa8d { display:inline-flex; } 
.ablocks-block-172efcfb-7e51-4e45-8565-e81df833daaa { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-172efcfb-7e51-4e45-8565-e81df833daaa { text-align:left; } .ablocks-block-172efcfb-7e51-4e45-8565-e81df833daaa .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:32px;line-height:40px; } 
.ablocks-block-41b88ff8-5cf4-4f55-84d6-e63695e7f8f1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-41b88ff8-5cf4-4f55-84d6-e63695e7f8f1 { text-align:left; } .ablocks-block-41b88ff8-5cf4-4f55-84d6-e63695e7f8f1 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#475467;border-radius:33px;font-family:Poppins;font-weight:500;font-style:normal;font-size:12px;line-height:20px;padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px; } .ablocks-block-41b88ff8-5cf4-4f55-84d6-e63695e7f8f1 .ablocks-button:hover { transition-duration:s; } .ablocks-block-41b88ff8-5cf4-4f55-84d6-e63695e7f8f1 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-41b88ff8-5cf4-4f55-84d6-e63695e7f8f1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-41b88ff8-5cf4-4f55-84d6-e63695e7f8f1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-134f505f-61a8-479c-9470-b4ff4c63ba55 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-134f505f-61a8-479c-9470-b4ff4c63ba55.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-134f505f-61a8-479c-9470-b4ff4c63ba55 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-134f505f-61a8-479c-9470-b4ff4c63ba55.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-134f505f-61a8-479c-9470-b4ff4c63ba55 { display:inline-flex; } 
.ablocks-block-d4aca197-e7ca-4c84-851c-6d913db4bb82 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d4aca197-e7ca-4c84-851c-6d913db4bb82 { text-align:left; } .ablocks-block-d4aca197-e7ca-4c84-851c-6d913db4bb82 .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:600;font-style:normal;font-size:48px;line-height:56px; } 
.ablocks-block-8da63f78-b5b4-4b06-917f-fc5d68a8a141 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8da63f78-b5b4-4b06-917f-fc5d68a8a141 { text-align:left; } .ablocks-block-8da63f78-b5b4-4b06-917f-fc5d68a8a141 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-8da63f78-b5b4-4b06-917f-fc5d68a8a141 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d6e0d203-0dcb-42c5-8289-621423ef2d64 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d6e0d203-0dcb-42c5-8289-621423ef2d64 { text-align:left; } .ablocks-block-d6e0d203-0dcb-42c5-8289-621423ef2d64 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-d6e0d203-0dcb-42c5-8289-621423ef2d64 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-16346a4a-65ea-433e-af51-06c457dc426f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-16346a4a-65ea-433e-af51-06c457dc426f.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-16346a4a-65ea-433e-af51-06c457dc426f.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-16346a4a-65ea-433e-af51-06c457dc426f .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-16346a4a-65ea-433e-af51-06c457dc426f .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-16346a4a-65ea-433e-af51-06c457dc426f .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-16346a4a-65ea-433e-af51-06c457dc426f .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-16346a4a-65ea-433e-af51-06c457dc426f .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-16346a4a-65ea-433e-af51-06c457dc426f .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1ee07973-2ff0-4614-914f-4f9630bc7105 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ee07973-2ff0-4614-914f-4f9630bc7105 { font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-1ee07973-2ff0-4614-914f-4f9630bc7105 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-1ee07973-2ff0-4614-914f-4f9630bc7105 .ablocks-list__item-content { align-items:center;gap:12px; } .ablocks-block-1ee07973-2ff0-4614-914f-4f9630bc7105 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:24px; } .ablocks-block-1ee07973-2ff0-4614-914f-4f9630bc7105 .ablocks-list__item-content .ablocks-list__item-text { color:#ffffff; } 
.ablocks-block-d2e41bbc-a05f-46b2-a7c6-5aa7c7f9a636 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d2e41bbc-a05f-46b2-a7c6-5aa7c7f9a636 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:center;width:100%;color:#101828;border-width:1px;border-color:#d0d5dd;border-radius:33px;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } .ablocks-block-d2e41bbc-a05f-46b2-a7c6-5aa7c7f9a636 .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#2296dc;border-radius:33px; } .ablocks-block-d2e41bbc-a05f-46b2-a7c6-5aa7c7f9a636 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-d2e41bbc-a05f-46b2-a7c6-5aa7c7f9a636 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-d2e41bbc-a05f-46b2-a7c6-5aa7c7f9a636 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-d2e41bbc-a05f-46b2-a7c6-5aa7c7f9a636 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d5c681d6-f177-4a84-b549-567fa2944501 { padding:24px;background:#ffffff;border-width:1px;border-style:solid;border-color:#f2f4f7;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d5c681d6-f177-4a84-b549-567fa2944501 { padding:12px; } } .ablocks-block-d5c681d6-f177-4a84-b549-567fa2944501.ablocks-block--container { padding:24px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d5c681d6-f177-4a84-b549-567fa2944501.ablocks-block--container { padding:12px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-d5c681d6-f177-4a84-b549-567fa2944501.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-d5c681d6-f177-4a84-b549-567fa2944501 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d5c681d6-f177-4a84-b549-567fa2944501.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-84b82e69-bef9-4572-8615-ab257412fe73 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-84b82e69-bef9-4572-8615-ab257412fe73 { text-align:left; } .ablocks-block-84b82e69-bef9-4572-8615-ab257412fe73 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:32px;line-height:40px; } 
.ablocks-block-1a22bcb3-b741-49ec-853d-304004ca59b6 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1a22bcb3-b741-49ec-853d-304004ca59b6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1a22bcb3-b741-49ec-853d-304004ca59b6 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-1a22bcb3-b741-49ec-853d-304004ca59b6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-1a22bcb3-b741-49ec-853d-304004ca59b6 { display:inline-flex; } 
.ablocks-block-67260ee8-5498-4f77-b495-c0d68a355524 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-67260ee8-5498-4f77-b495-c0d68a355524 { text-align:left; } .ablocks-block-67260ee8-5498-4f77-b495-c0d68a355524 .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:600;font-style:normal;font-size:48px;line-height:56px; } 
.ablocks-block-8791c670-9ef7-4b2b-ab28-022b040a8e86 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8791c670-9ef7-4b2b-ab28-022b040a8e86 { text-align:left; } .ablocks-block-8791c670-9ef7-4b2b-ab28-022b040a8e86 .ablocks-paragraph-text { color:#575757;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-8791c670-9ef7-4b2b-ab28-022b040a8e86 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-934ded6a-071b-4d6c-b8e0-4741cf7ec925 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-934ded6a-071b-4d6c-b8e0-4741cf7ec925 { text-align:left; } .ablocks-block-934ded6a-071b-4d6c-b8e0-4741cf7ec925 .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-934ded6a-071b-4d6c-b8e0-4741cf7ec925 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-53ddbfbc-dcc9-4b75-b0c5-feb1fd78424d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-53ddbfbc-dcc9-4b75-b0c5-feb1fd78424d.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-53ddbfbc-dcc9-4b75-b0c5-feb1fd78424d.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-53ddbfbc-dcc9-4b75-b0c5-feb1fd78424d .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-53ddbfbc-dcc9-4b75-b0c5-feb1fd78424d .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-53ddbfbc-dcc9-4b75-b0c5-feb1fd78424d .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-53ddbfbc-dcc9-4b75-b0c5-feb1fd78424d .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-53ddbfbc-dcc9-4b75-b0c5-feb1fd78424d .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-53ddbfbc-dcc9-4b75-b0c5-feb1fd78424d .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-944a0c4c-4d23-4383-b28d-a0f410cb185b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-944a0c4c-4d23-4383-b28d-a0f410cb185b { font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-944a0c4c-4d23-4383-b28d-a0f410cb185b .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-944a0c4c-4d23-4383-b28d-a0f410cb185b .ablocks-list__item-content { align-items:center;gap:12px; } .ablocks-block-944a0c4c-4d23-4383-b28d-a0f410cb185b .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:24px; } .ablocks-block-944a0c4c-4d23-4383-b28d-a0f410cb185b .ablocks-list__item-content .ablocks-list__item-text { color:#000000; } 
.ablocks-block-e1f7ffcf-e39f-4824-bfb6-7bf7ee4f2cb8 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1f7ffcf-e39f-4824-bfb6-7bf7ee4f2cb8 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:center;width:100%;color:#101828;border-width:1px;border-style:solid;border-color:#d0d5dd;border-radius:33px;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } .ablocks-block-e1f7ffcf-e39f-4824-bfb6-7bf7ee4f2cb8 .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#2296dc; } .ablocks-block-e1f7ffcf-e39f-4824-bfb6-7bf7ee4f2cb8 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-e1f7ffcf-e39f-4824-bfb6-7bf7ee4f2cb8 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-e1f7ffcf-e39f-4824-bfb6-7bf7ee4f2cb8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-e1f7ffcf-e39f-4824-bfb6-7bf7ee4f2cb8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-632e9a6a-5693-4202-ba44-c084b4a40d62 { margin-top:0px;padding-top:100px;padding-bottom:100px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-632e9a6a-5693-4202-ba44-c084b4a40d62 { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-632e9a6a-5693-4202-ba44-c084b4a40d62 { padding-top:50px;padding-bottom:50px; } } .ablocks-block-632e9a6a-5693-4202-ba44-c084b4a40d62.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-632e9a6a-5693-4202-ba44-c084b4a40d62.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-632e9a6a-5693-4202-ba44-c084b4a40d62.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-632e9a6a-5693-4202-ba44-c084b4a40d62 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-632e9a6a-5693-4202-ba44-c084b4a40d62 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-632e9a6a-5693-4202-ba44-c084b4a40d62 > .ablocks-block-container { row-gap:40px; } } .ablocks-block-632e9a6a-5693-4202-ba44-c084b4a40d62.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-632e9a6a-5693-4202-ba44-c084b4a40d62.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-290cb0af-f108-4049-8666-5d3429c3a632 { width:50%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-290cb0af-f108-4049-8666-5d3429c3a632 { width:51%; } } @media screen and (max-width: 480px) { .ablocks-block-290cb0af-f108-4049-8666-5d3429c3a632 { width:100%; } } .ablocks-block-290cb0af-f108-4049-8666-5d3429c3a632 { text-align:center; } .ablocks-block-290cb0af-f108-4049-8666-5d3429c3a632 .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:48px;line-height:56px; } @media screen and (max-width: 800px) { .ablocks-block-290cb0af-f108-4049-8666-5d3429c3a632 .ablocks-heading-text { font-size:32px;line-height:46px; } } @media screen and (max-width: 480px) { .ablocks-block-290cb0af-f108-4049-8666-5d3429c3a632 .ablocks-heading-text { font-size:28px;line-height:39px; } } 
.ablocks-block-839cf2c7-116f-43f3-8282-bda72f2a6edf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-839cf2c7-116f-43f3-8282-bda72f2a6edf.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-839cf2c7-116f-43f3-8282-bda72f2a6edf { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-839cf2c7-116f-43f3-8282-bda72f2a6edf.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:20px;column-gap:20px; } .ablocks-block-839cf2c7-116f-43f3-8282-bda72f2a6edf { display:inline-flex; } 
.ablocks-block-65ba2664-b371-4d1c-93f8-1d59e188008b { padding:24px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-65ba2664-b371-4d1c-93f8-1d59e188008b.ablocks-block--container { padding:24px;max-width:min(100%,49%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-65ba2664-b371-4d1c-93f8-1d59e188008b.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-65ba2664-b371-4d1c-93f8-1d59e188008b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-65ba2664-b371-4d1c-93f8-1d59e188008b { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-65ba2664-b371-4d1c-93f8-1d59e188008b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3:not(.ablocks-has-block-container), .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .ablocks-block--info-box__content { gap:1px; } } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .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-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px;color:#101828; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:24px; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .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-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .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-7de55344-bc91-4ad0-aeb1-f22b859aecf3.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-7de55344-bc91-4ad0-aeb1-f22b859aecf3.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-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .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-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-7de55344-bc91-4ad0-aeb1-f22b859aecf3 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-9a743335-6b3c-4361-af87-c58228f2474f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9a743335-6b3c-4361-af87-c58228f2474f { text-align:left; } .ablocks-block-9a743335-6b3c-4361-af87-c58228f2474f .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-9a743335-6b3c-4361-af87-c58228f2474f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-442516d8-bff8-49bc-9686-661a45c9c6de { padding:24px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-442516d8-bff8-49bc-9686-661a45c9c6de.ablocks-block--container { padding:24px;max-width:min(100%,49%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-442516d8-bff8-49bc-9686-661a45c9c6de.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-442516d8-bff8-49bc-9686-661a45c9c6de.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-442516d8-bff8-49bc-9686-661a45c9c6de { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-442516d8-bff8-49bc-9686-661a45c9c6de.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184:not(.ablocks-has-block-container), .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 .ablocks-block--info-box__content { gap:1px; } } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 .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-0682c8da-1ab7-479f-978c-ab0e34d44184 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px;color:#101828; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:24px; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 .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-0682c8da-1ab7-479f-978c-ab0e34d44184 .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-0682c8da-1ab7-479f-978c-ab0e34d44184.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-0682c8da-1ab7-479f-978c-ab0e34d44184.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-0682c8da-1ab7-479f-978c-ab0e34d44184 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 .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-0682c8da-1ab7-479f-978c-ab0e34d44184 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0682c8da-1ab7-479f-978c-ab0e34d44184 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-9442e2d5-e043-4eec-abac-8e6515ceff3b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9442e2d5-e043-4eec-abac-8e6515ceff3b { text-align:left; } .ablocks-block-9442e2d5-e043-4eec-abac-8e6515ceff3b .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-9442e2d5-e043-4eec-abac-8e6515ceff3b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6b259f05-357d-4fab-9d44-1b1a9ab8be4f { padding:24px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6b259f05-357d-4fab-9d44-1b1a9ab8be4f { padding:17px; } } .ablocks-block-6b259f05-357d-4fab-9d44-1b1a9ab8be4f.ablocks-block--container { padding:24px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6b259f05-357d-4fab-9d44-1b1a9ab8be4f.ablocks-block--container { padding:17px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6b259f05-357d-4fab-9d44-1b1a9ab8be4f.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6b259f05-357d-4fab-9d44-1b1a9ab8be4f { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-6b259f05-357d-4fab-9d44-1b1a9ab8be4f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030:not(.ablocks-has-block-container), .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 .ablocks-block--info-box__content { gap:1px; } } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 .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-b8b34b3e-166c-4934-8b62-936124b9a030 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px;color:#101828; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:24px; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 .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-b8b34b3e-166c-4934-8b62-936124b9a030 .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-b8b34b3e-166c-4934-8b62-936124b9a030.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-b8b34b3e-166c-4934-8b62-936124b9a030.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-b8b34b3e-166c-4934-8b62-936124b9a030 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 .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-b8b34b3e-166c-4934-8b62-936124b9a030 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b8b34b3e-166c-4934-8b62-936124b9a030 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-2a0bf5df-c705-46c6-b7f7-63bbf38f6668 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2a0bf5df-c705-46c6-b7f7-63bbf38f6668 { text-align:left; } .ablocks-block-2a0bf5df-c705-46c6-b7f7-63bbf38f6668 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-2a0bf5df-c705-46c6-b7f7-63bbf38f6668 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5843f458-7b8b-4f7a-92ea-e6812bd142ee { padding:24px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5843f458-7b8b-4f7a-92ea-e6812bd142ee { padding:17px; } } .ablocks-block-5843f458-7b8b-4f7a-92ea-e6812bd142ee.ablocks-block--container { padding:24px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5843f458-7b8b-4f7a-92ea-e6812bd142ee.ablocks-block--container { padding:17px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-5843f458-7b8b-4f7a-92ea-e6812bd142ee.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5843f458-7b8b-4f7a-92ea-e6812bd142ee { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-5843f458-7b8b-4f7a-92ea-e6812bd142ee.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9:not(.ablocks-has-block-container), .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 .ablocks-block--info-box__content { gap:1px; } } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 .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-0a6da1ef-4234-45e4-a682-240451811ca9 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px;color:#101828; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:24px; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 .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-0a6da1ef-4234-45e4-a682-240451811ca9 .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-0a6da1ef-4234-45e4-a682-240451811ca9.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-0a6da1ef-4234-45e4-a682-240451811ca9.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-0a6da1ef-4234-45e4-a682-240451811ca9 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 .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-0a6da1ef-4234-45e4-a682-240451811ca9 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0a6da1ef-4234-45e4-a682-240451811ca9 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-f94d4647-15d2-49d1-8c75-391fc6afdb68 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f94d4647-15d2-49d1-8c75-391fc6afdb68 { text-align:left; } .ablocks-block-f94d4647-15d2-49d1-8c75-391fc6afdb68 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-f94d4647-15d2-49d1-8c75-391fc6afdb68 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-43b60824-7d84-414f-9177-8237d6f385f6 { padding:24px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-43b60824-7d84-414f-9177-8237d6f385f6 { padding:17px; } } .ablocks-block-43b60824-7d84-414f-9177-8237d6f385f6.ablocks-block--container { padding:24px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-43b60824-7d84-414f-9177-8237d6f385f6.ablocks-block--container { padding:17px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-43b60824-7d84-414f-9177-8237d6f385f6.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-43b60824-7d84-414f-9177-8237d6f385f6 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-43b60824-7d84-414f-9177-8237d6f385f6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738:not(.ablocks-has-block-container), .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 .ablocks-block--info-box__content { gap:1px; } } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 .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-9de0cea1-791b-406e-90f1-586ef52bf738 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px;color:#101828; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:24px; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 .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-9de0cea1-791b-406e-90f1-586ef52bf738 .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-9de0cea1-791b-406e-90f1-586ef52bf738.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-9de0cea1-791b-406e-90f1-586ef52bf738.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-9de0cea1-791b-406e-90f1-586ef52bf738 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 .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-9de0cea1-791b-406e-90f1-586ef52bf738 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9de0cea1-791b-406e-90f1-586ef52bf738 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-93b83f8a-b70c-4cea-9d0b-03fa9da4ced3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-93b83f8a-b70c-4cea-9d0b-03fa9da4ced3 { text-align:left; } .ablocks-block-93b83f8a-b70c-4cea-9d0b-03fa9da4ced3 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-93b83f8a-b70c-4cea-9d0b-03fa9da4ced3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0eef5620-b2e1-4906-9d9c-a8c7804fc77e { margin-top:0px;padding-top:100px;padding-bottom:100px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0eef5620-b2e1-4906-9d9c-a8c7804fc77e { padding-top:60px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-0eef5620-b2e1-4906-9d9c-a8c7804fc77e { padding-top:50px;padding-bottom:60px; } } .ablocks-block-0eef5620-b2e1-4906-9d9c-a8c7804fc77e.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0eef5620-b2e1-4906-9d9c-a8c7804fc77e.ablocks-block--container { padding-top:60px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-0eef5620-b2e1-4906-9d9c-a8c7804fc77e.ablocks-block--container { padding-top:50px;padding-bottom:60px; } } .ablocks-block-0eef5620-b2e1-4906-9d9c-a8c7804fc77e > .ablocks-block-container { max-width:min(100%,1060px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-0eef5620-b2e1-4906-9d9c-a8c7804fc77e > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-0eef5620-b2e1-4906-9d9c-a8c7804fc77e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-7bf5fb1d-8731-4aac-aa49-cc428c3799a8 { padding-top:110px;padding-bottom:110px;background-image:url("https://library.template-kits.com/fintrust/wp-content/uploads/sites/19/2025/06/frame_1000005123.webp");background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7bf5fb1d-8731-4aac-aa49-cc428c3799a8 { padding-top:100px;padding-bottom:100px; } } @media screen and (max-width: 480px) { .ablocks-block-7bf5fb1d-8731-4aac-aa49-cc428c3799a8 { padding-top:80px;padding-bottom:80px; } } .ablocks-block-7bf5fb1d-8731-4aac-aa49-cc428c3799a8.ablocks-block--container { padding-top:110px;padding-bottom:110px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7bf5fb1d-8731-4aac-aa49-cc428c3799a8.ablocks-block--container { padding-top:100px;padding-bottom:100px; } } @media screen and (max-width: 480px) { .ablocks-block-7bf5fb1d-8731-4aac-aa49-cc428c3799a8.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } .ablocks-block-7bf5fb1d-8731-4aac-aa49-cc428c3799a8 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7bf5fb1d-8731-4aac-aa49-cc428c3799a8.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-23ede3c9-1d10-4493-b179-64b09f9acdf4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-23ede3c9-1d10-4493-b179-64b09f9acdf4 { text-align:center; } .ablocks-block-23ede3c9-1d10-4493-b179-64b09f9acdf4 .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:48px;line-height:56px; } @media screen and (max-width: 800px) { .ablocks-block-23ede3c9-1d10-4493-b179-64b09f9acdf4 .ablocks-heading-text { font-size:38px;line-height:49px; } } 
.ablocks-block-694e3570-274f-4a05-97d7-8ef05b815585 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-694e3570-274f-4a05-97d7-8ef05b815585 { text-align:center; } .ablocks-block-694e3570-274f-4a05-97d7-8ef05b815585 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-694e3570-274f-4a05-97d7-8ef05b815585 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9a466888-7874-4feb-a8e5-0eaa333fad4f { margin-top:24px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9a466888-7874-4feb-a8e5-0eaa333fad4f.ablocks-block--container { padding:0px;max-width:min(100%,50%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-9a466888-7874-4feb-a8e5-0eaa333fad4f.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9a466888-7874-4feb-a8e5-0eaa333fad4f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9a466888-7874-4feb-a8e5-0eaa333fad4f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 { padding:4px;background:#FFF;border-style:none;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 .ablocks-form-builder { flex-direction:row;align-items:center; } .ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 > .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;display:none;margin-top:10px; } .ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 .ablocks-form-builder__input { background:white;text-align:left;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;border-style:none;padding-left:24px;box-sizing:border-box; } .ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 .ablocks-form-builder__input::placeholder { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left;color:#575757!important; } .ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 .ablocks-form-builder__input-icon,.ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 .ablocks-form-builder__submit-button { text-align:center; } .ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 .ablocks-form-builder__submit-button { color:#FFF;background:#475467;border-radius:6px;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px; } .ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-38f021b5-394e-4850-9d51-3f54554487f4 .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-943abde0-3df0-4ae6-88b0-084517f65276 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-943abde0-3df0-4ae6-88b0-084517f65276.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-943abde0-3df0-4ae6-88b0-084517f65276 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-943abde0-3df0-4ae6-88b0-084517f65276 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa { margin-top:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.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-3ca3b30d-f0df-401b-9a56-61ce1c43f437 { 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-3ca3b30d-f0df-401b-9a56-61ce1c43f437 { padding-top:60px;padding-right:12px;padding-left:12px;border-top-left-radius:20px;border-top-right-radius:20px; } } .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437.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-3ca3b30d-f0df-401b-9a56-61ce1c43f437.ablocks-block--container { padding-top:60px;padding-right:12px;padding-left:12px; } } .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437.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-f627a10f-1131-4d52-b7c7-7f637f4e5809 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-block--container { padding:0px;max-width:min(100%,85%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { 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-f627a10f-1131-4d52-b7c7-7f637f4e5809 { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { flex-direction:column; } } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.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-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { display:inline-flex; } 
.ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-block--container { max-width:min(100%,37%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } 
.ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3.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-8754e139-40ed-4ccb-a99a-b8264d2c55a3 { display:inline-flex; } 
.ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:203px; } @media screen and (max-width: 800px) { .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap img.ablocks-image-icon { width:164px; } } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 { text-align:left; } .ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 .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-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 .ablocks-paragraph-text { font-family:Inter;font-size:14px; } } .ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784 { margin-top:38px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784.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-4ed9617a-7f69-4642-9191-e52f7bd04784 { display:inline-flex; } 
.ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e { text-align:left; } .ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e .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-a4c2b654-d29e-4065-b56d-4d7d22645e2e .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 { 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-f60910a3-5999-4976-adf6-54576aefb129 { font-family:Inter;font-size:14px; } } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list { gap:10px; } } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-block--container { max-width:min(100%,58%) !important; } } .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 { text-align:left; } .ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 .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-568363ed-fe14-4d67-8771-edccb3a9ce77 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f { 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-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f { font-family:Inter;font-size:14px; } } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list { gap:10px; } } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-block--container { max-width:min(100%,17%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-block--container { max-width:min(100%,54%) !important; } } .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b { text-align:left; } .ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b .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-47d126d2-257d-434a-a9aa-cf7e1005439b .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 { 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-bb88b291-8fe1-446a-9b4b-2c023d446f53 { font-family:Inter;font-size:14px; } } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list { gap:10px; } } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { 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-22c6be6a-86d1-4705-b533-794ef3404038.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-22c6be6a-86d1-4705-b533-794ef3404038.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { flex-direction:column;row-gap:21px; } } .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038.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-22c6be6a-86d1-4705-b533-794ef3404038.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:21px; } } .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { display:inline-flex; } 
.ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde { text-align:left; } .ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde .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-7207fc1f-8ba4-4358-85d7-2bb79ae87cde .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f { 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-e401df2f-89a2-4a1f-9fa2-b231a720d99f { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f.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-e401df2f-89a2-4a1f-9fa2-b231a720d99f.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f { display:inline-flex; } 
.ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { width:50%; } } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { display:flex;justify-content:right; } @media screen and (max-width: 480px) { .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { justify-content:left; } } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure img { width:149px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure img { width:170px; } } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
