@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-modal-trigger-wrap .ablocks-modal-button{background-color:#1759d2;border:1px solid #1759d2;border-radius:5px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;padding:5px 15px;transition:.5s}.ablocks-modal-trigger-wrap .ablocks-modal-button:hover{background-color:#06307e;border-color:#06307e}.ablocks-block-modal---panel-wrap{background:rgba(0,0,0,.7);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .5s,visibility .3s;visibility:hidden;z-index:99999}.ablocks-block--modal.ablocks-block-modal-position--left .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap,.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap,.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{min-height:100%;top:0;transform:none;width:400px}.ablocks-block--modal.ablocks-block-modal-position--left .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{left:-100%}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--left .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{left:0}.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{right:-100%}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{right:0}.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap,.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{left:unset}.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close,.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{left:-5px;transform:translateX(-100%)}.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{right:0;top:-100%}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{top:0}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap{position:absolute;top:100%;width:600px;z-index:999999}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{display:none;left:0;transform:none}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{display:block}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{left:calc(100% + 5px);transform:none}.ablocks-block--modal.ablocks-block-modal-panel-direction--right.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{left:unset;right:calc(100% + 5px)}.ablocks-block--modal.ablocks-block-modal-panel-direction--left.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap{left:unset;right:100%}.ablocks-block--modal.ablocks-block-modal-panel-direction--right.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap{left:100%}.ablocks-block--modal.ablocks-block-modal-panel-direction--top.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap,.ablocks-block--modal.ablocks-block-modal-panel-direction--top.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{bottom:100%;top:unset}.ablocks-block--modal.ablocks-block-modal-panel-direction--bottom.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{bottom:unset;top:100%}.ablocks-block--modal.ablocks-block-modal-position--popup.ablocks-block-modal-panel-popup-on-top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{top:0;transform:translate(-50%)}.ablocks-modal-trigger-wrap{cursor:pointer}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open .ablocks-block-modal---panel-wrap{opacity:1;visibility:visible}.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{background-color:#fff;border:1px solid #ddd;box-sizing:border-box;display:flex;left:50%;max-width:92vw;min-height:400px;padding:40px 20px 20px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:1s;width:600px}.ablocks-block-modal---panel-wrap .ablocks-modal-popup--content{overflow:hidden;width:100%}.ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{align-items:center;background-color:#fff;border:1px solid #eee;border-radius:50%;cursor:pointer;display:flex;height:25px;justify-content:center;position:absolute;right:12px;top:12px;width:25px}.ablocks-block-modal---panel-wrap .ablocks-modal-popup-close svg{fill:#aaa;height:12px;width:12px}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block--modal-panel{position:static}

.ablocks-button{align-items:center;border-radius:6px;box-sizing:border-box;color:#000;column-gap:5px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:auto}.ablocks-button--link{background:none;border:none;box-shadow:none;cursor:pointer!important;padding:0}.ablocks-button--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-button--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-button--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-button--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-button--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-button.ablocks-button--icon-left .ablocks-icon-wrap{order:5}.ablocks-button__text{order:10}.ablocks-button.ablocks-button--icon-right .ablocks-icon-wrap{order:15}

.ablocks-block--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-family:Roboto;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-family:Roboto;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-family:Roboto;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-family:Roboto;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-family:Roboto;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-family:Roboto;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;width:100%}.ablocks-form-builder input.ablocks-form-builder__input::placeholder{color:#a7aaad;font-family:Roboto;font-style:normal;font-weight:400;line-height:150%;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%;position:absolute;top:40%;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-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;width:100%}.ablocks-block--counter--circle .ablocks-block-container,.ablocks-block--counter--circle:not(.ablocks-has-container){display:flex;flex-direction:column;width:100%}.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;width:100%}.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-4c30c733-b523-4e80-b677-a754ea89bcb1 { margin-top:0px;margin-right:0px;margin-bottom:-19px;margin-left:0px;padding-top:16px;padding-bottom:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4c30c733-b523-4e80-b677-a754ea89bcb1.ablocks-block--container { padding-top:16px;padding-bottom:16px;overflow:visible; } .ablocks-block-4c30c733-b523-4e80-b677-a754ea89bcb1 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-4c30c733-b523-4e80-b677-a754ea89bcb1 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-4c30c733-b523-4e80-b677-a754ea89bcb1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba { 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-28e0daa6-d70b-4065-b298-a407f5897bba { column-gap:21px; } } @media screen and (max-width: 480px) { .ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba { column-gap:11px; } } .ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba.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-28e0daa6-d70b-4065-b298-a407f5897bba.ablocks-has-block-container > .ablocks-block-container { column-gap:21px; } } @media screen and (max-width: 480px) { .ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba.ablocks-has-block-container > .ablocks-block-container { column-gap:11px; } } .ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba { display:inline-flex; } 
.ablocks-block-6442d544-a7a4-4520-9f1c-a425a7602917 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6442d544-a7a4-4520-9f1c-a425a7602917.ablocks-block--container { padding:0px;max-width:min(100%,19%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6442d544-a7a4-4520-9f1c-a425a7602917.ablocks-block--container { max-width:min(100%,14%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6442d544-a7a4-4520-9f1c-a425a7602917.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6442d544-a7a4-4520-9f1c-a425a7602917 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6442d544-a7a4-4520-9f1c-a425a7602917.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8e14b5f7-214d-4e9e-9b1a-1c05a081a423 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8e14b5f7-214d-4e9e-9b1a-1c05a081a423.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-8e14b5f7-214d-4e9e-9b1a-1c05a081a423.ablocks-block--container { max-width:min(100%,44%) !important; } } .ablocks-block-8e14b5f7-214d-4e9e-9b1a-1c05a081a423 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-8e14b5f7-214d-4e9e-9b1a-1c05a081a423 { align-items:flex-end; } } .ablocks-block-8e14b5f7-214d-4e9e-9b1a-1c05a081a423.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: 480px) { .ablocks-block-8e14b5f7-214d-4e9e-9b1a-1c05a081a423.ablocks-has-block-container > .ablocks-block-container { align-items:flex-end; } } 
.ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-menu { justify-content:left; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c.ablocks-menu { justify-content:left; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item { color:#475467;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#475467;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item:hover { color:#101828; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#101828; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-block--menu-child-sub { width:250px; } @media screen and (max-width: 480px) { .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#475467; } @media screen and (max-width: 480px) { .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#101828; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#475467; } @media screen and (max-width: 480px) { .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#101828; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-menu__trigger-wrapper { justify-content:left; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:black;height:3px;width:30px; } 





.ablocks-block-f16a28b7-3787-427b-903e-a85d322b5fe1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f16a28b7-3787-427b-903e-a85d322b5fe1.ablocks-hide-on-desktop,.ablocks-block-f16a28b7-3787-427b-903e-a85d322b5fe1.ablocks-hide-on-tablet,.ablocks-block-f16a28b7-3787-427b-903e-a85d322b5fe1.ablocks-hide-on-mobile { display:none; } } .ablocks-block-f16a28b7-3787-427b-903e-a85d322b5fe1.ablocks-block--container { padding:0px;max-width:min(100%,27%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f16a28b7-3787-427b-903e-a85d322b5fe1.ablocks-block--container { max-width:min(100%,23%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-f16a28b7-3787-427b-903e-a85d322b5fe1.ablocks-block--container { max-width:min(100%,1%) !important; } } .ablocks-block-f16a28b7-3787-427b-903e-a85d322b5fe1 { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-f16a28b7-3787-427b-903e-a85d322b5fe1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-f16a28b7-3787-427b-903e-a85d322b5fe1 { display:inline-flex; } 
.ablocks-block-1f8a83e8-ce1d-4832-83fb-5f2d2cc9f327 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f8a83e8-ce1d-4832-83fb-5f2d2cc9f327 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap { background-color:#000000b3; } .ablocks-block-1f8a83e8-ce1d-4832-83fb-5f2d2cc9f327 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap { width:40%;min-height:50%;align-items:auto;padding:0px;transition:all 1s; } @media screen and (max-width: 800px) { .ablocks-block-1f8a83e8-ce1d-4832-83fb-5f2d2cc9f327 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap { width:70%; } } .ablocks-block-1f8a83e8-ce1d-4832-83fb-5f2d2cc9f327 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap:hover { padding:0px; } .ablocks-block-1f8a83e8-ce1d-4832-83fb-5f2d2cc9f327 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-close { top:5px;right:5px;left:unset; } 

.ablocks-block-5e38c0e5-9b18-4b0a-b45a-3ef2c47859f3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5e38c0e5-9b18-4b0a-b45a-3ef2c47859f3 { text-align:left; } .ablocks-block-5e38c0e5-9b18-4b0a-b45a-3ef2c47859f3 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#1b1b1b;border-width:1px;border-style:solid;border-color:#98a2b3;border-radius:6px;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-5e38c0e5-9b18-4b0a-b45a-3ef2c47859f3 .ablocks-button { padding-top:8px;padding-right:14px;padding-bottom:8px;padding-left:14px; } } .ablocks-block-5e38c0e5-9b18-4b0a-b45a-3ef2c47859f3 .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#475467; } .ablocks-block-5e38c0e5-9b18-4b0a-b45a-3ef2c47859f3 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-5e38c0e5-9b18-4b0a-b45a-3ef2c47859f3 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-5e38c0e5-9b18-4b0a-b45a-3ef2c47859f3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-5e38c0e5-9b18-4b0a-b45a-3ef2c47859f3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 

.ablocks-block-1171cc44-80c5-4d79-aa9b-65849698f82b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1171cc44-80c5-4d79-aa9b-65849698f82b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1171cc44-80c5-4d79-aa9b-65849698f82b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1171cc44-80c5-4d79-aa9b-65849698f82b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d { border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__label { color:#171717;font-family:SF Pro Display;font-weight:400;font-style:normal;font-size:18px;line-height:24px;text-align:left;margin-bottom:10px !important; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;margin-top:10px; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__input { background:white;border:1px solid #A7AAAD;border-radius:5px;text-align:left;font-family:SF Pro Display;font-weight:400;font-style:normal;font-size:18px;line-height:24px;box-sizing:border-box; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__input:hover { border:1px solid #A7AAAD;border-radius:5px; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__input:focus { border:1px solid #A7AAAD;border-radius:5px; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__input::placeholder { font-family:SF Pro Display;font-weight:400;font-style:normal;font-size:18px;line-height:24px;text-align:left;color:#667085!important; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__input-icon,.ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__submit-button { text-align:center; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__submit-button { color:#FFF;background:#475467;border-radius:6px;font-family:SF Pro Display;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-1a8e5289-1465-4d4e-bcd7-535093c6f5e0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1a8e5289-1465-4d4e-bcd7-535093c6f5e0.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-1a8e5289-1465-4d4e-bcd7-535093c6f5e0 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-1a8e5289-1465-4d4e-bcd7-535093c6f5e0 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-e8050ff1-1d05-4525-92a5-e4e6b8387178 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e8050ff1-1d05-4525-92a5-e4e6b8387178.ablocks-block--form-password { box-sizing:border-box;width:99%; } .ablocks-block-e8050ff1-1d05-4525-92a5-e4e6b8387178 .ablocks-form-builder__input-icon .ablocks-icon-wrap { font-size:28px;fill:#69727d; } .ablocks-block-e8050ff1-1d05-4525-92a5-e4e6b8387178 .ablocks-form-builder__input-show-icon { padding-left:38px; } .ablocks-block-e8050ff1-1d05-4525-92a5-e4e6b8387178 .ablocks-form-builder__input-toggle-password .ablocks-icon-wrap { font-size:18px; } 
.ablocks-block-2d019328-900a-4155-a89b-a2ecc2cf6de5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2d019328-900a-4155-a89b-a2ecc2cf6de5.ablocks-block--form-checkbox { box-sizing:border-box;width:99%; } 
.ablocks-block-57f78b4e-fb76-478d-947b-a8e6fb5f95fc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57f78b4e-fb76-478d-947b-a8e6fb5f95fc:not(.ablocks-has-block-container), .ablocks-block-57f78b4e-fb76-478d-947b-a8e6fb5f95fc.ablocks-block--dual-button > .ablocks-block-container { gap:12px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-end; } 
.ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 { text-align:left; } .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 .ablocks-button { column-gap:10px;background:#475467;justify-content:left;color:#ffffff;border-width:0px;border-color:#98a2b3;border-radius:6px;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 .ablocks-button { padding-top:8px;padding-right:14px;padding-bottom:8px;padding-left:14px; } } .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#252c36; } .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-193c0c31-1355-4296-82d6-5635c6804ea1 { 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-193c0c31-1355-4296-82d6-5635c6804ea1 { padding-top:80px;padding-bottom:90px; } } @media screen and (max-width: 480px) { .ablocks-block-193c0c31-1355-4296-82d6-5635c6804ea1 { padding-top:70px;padding-bottom:70px; } } .ablocks-block-193c0c31-1355-4296-82d6-5635c6804ea1.ablocks-block--container { padding-top:98px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-193c0c31-1355-4296-82d6-5635c6804ea1.ablocks-block--container { padding-top:80px;padding-bottom:90px; } } @media screen and (max-width: 480px) { .ablocks-block-193c0c31-1355-4296-82d6-5635c6804ea1.ablocks-block--container { padding-top:70px;padding-bottom:70px; } } .ablocks-block-193c0c31-1355-4296-82d6-5635c6804ea1 > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-193c0c31-1355-4296-82d6-5635c6804ea1 > .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-193c0c31-1355-4296-82d6-5635c6804ea1 > .ablocks-block-container { row-gap:34px; } } .ablocks-block-193c0c31-1355-4296-82d6-5635c6804ea1.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-193c0c31-1355-4296-82d6-5635c6804ea1.ablocks-has-block-container > .ablocks-block-container { row-gap:34px; } } 
.ablocks-block-ee6f0086-2e36-48fd-bb6b-045c3a5bb2ff { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ee6f0086-2e36-48fd-bb6b-045c3a5bb2ff.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ee6f0086-2e36-48fd-bb6b-045c3a5bb2ff { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ee6f0086-2e36-48fd-bb6b-045c3a5bb2ff.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-a8517433-bb9e-412c-9856-daae4900d4a0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a8517433-bb9e-412c-9856-daae4900d4a0 { text-align:left; } .ablocks-block-a8517433-bb9e-412c-9856-daae4900d4a0 .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-a8517433-bb9e-412c-9856-daae4900d4a0 .ablocks-button:hover { transition-duration:s; } .ablocks-block-a8517433-bb9e-412c-9856-daae4900d4a0 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-a8517433-bb9e-412c-9856-daae4900d4a0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-a8517433-bb9e-412c-9856-daae4900d4a0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085; } 
.ablocks-block-691d6392-7bb5-480e-a870-60bfe503600f { 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-691d6392-7bb5-480e-a870-60bfe503600f { width:100%; } } .ablocks-block-691d6392-7bb5-480e-a870-60bfe503600f { text-align:center; } .ablocks-block-691d6392-7bb5-480e-a870-60bfe503600f .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-691d6392-7bb5-480e-a870-60bfe503600f .ablocks-heading-text { font-size:50px;line-height:62px; } } 
.ablocks-block-4f4d7e4c-2bfa-4414-a896-d8782e49fdd2 { 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-4f4d7e4c-2bfa-4414-a896-d8782e49fdd2 { margin-top:20px;width:70%; } } @media screen and (max-width: 480px) { .ablocks-block-4f4d7e4c-2bfa-4414-a896-d8782e49fdd2 { width:100%; } } .ablocks-block-4f4d7e4c-2bfa-4414-a896-d8782e49fdd2 { text-align:center; } .ablocks-block-4f4d7e4c-2bfa-4414-a896-d8782e49fdd2 .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-4f4d7e4c-2bfa-4414-a896-d8782e49fdd2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6ebda6fc-eb43-4bb9-b291-6457d1ee9c7c { margin-top:48px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6ebda6fc-eb43-4bb9-b291-6457d1ee9c7c { margin-top:32px; } } .ablocks-block-6ebda6fc-eb43-4bb9-b291-6457d1ee9c7c:not(.ablocks-has-block-container), .ablocks-block-6ebda6fc-eb43-4bb9-b291-6457d1ee9c7c.ablocks-block--dual-button > .ablocks-block-container { gap:14px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:center; } 
.ablocks-block-fcbecd44-15a4-420e-9cae-e70259708afc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fcbecd44-15a4-420e-9cae-e70259708afc { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-fcbecd44-15a4-420e-9cae-e70259708afc { text-align:center; } } .ablocks-block-fcbecd44-15a4-420e-9cae-e70259708afc .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-fcbecd44-15a4-420e-9cae-e70259708afc .ablocks-button { padding-top:10px;padding-right:12px;padding-bottom:10px;padding-left:12px; } } .ablocks-block-fcbecd44-15a4-420e-9cae-e70259708afc .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-fcbecd44-15a4-420e-9cae-e70259708afc .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#475467; } .ablocks-block-fcbecd44-15a4-420e-9cae-e70259708afc .ablocks-icon-wrap { font-size:16px; } .ablocks-block-fcbecd44-15a4-420e-9cae-e70259708afc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-fcbecd44-15a4-420e-9cae-e70259708afc .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-4b0adcfd-0139-4164-92c8-0655368db944 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4b0adcfd-0139-4164-92c8-0655368db944 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-4b0adcfd-0139-4164-92c8-0655368db944 { text-align:center; } } .ablocks-block-4b0adcfd-0139-4164-92c8-0655368db944 .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-4b0adcfd-0139-4164-92c8-0655368db944 .ablocks-button { padding-top:10px;padding-right:12px;padding-bottom:10px;padding-left:12px; } } .ablocks-block-4b0adcfd-0139-4164-92c8-0655368db944 .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#475467; } .ablocks-block-4b0adcfd-0139-4164-92c8-0655368db944 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-4b0adcfd-0139-4164-92c8-0655368db944 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-4b0adcfd-0139-4164-92c8-0655368db944 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-4b0adcfd-0139-4164-92c8-0655368db944 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#475467; } 
.ablocks-block-31e01bee-84cb-401f-8c39-3b3c32176919 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-31e01bee-84cb-401f-8c39-3b3c32176919.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-31e01bee-84cb-401f-8c39-3b3c32176919 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-31e01bee-84cb-401f-8c39-3b3c32176919 { flex-direction:column;align-items:center; } } .ablocks-block-31e01bee-84cb-401f-8c39-3b3c32176919.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-31e01bee-84cb-401f-8c39-3b3c32176919.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center; } } .ablocks-block-31e01bee-84cb-401f-8c39-3b3c32176919 { display:inline-flex; } 
.ablocks-block-77a786e6-21ed-455e-aee9-aa7c02bca30b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-77a786e6-21ed-455e-aee9-aa7c02bca30b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-77a786e6-21ed-455e-aee9-aa7c02bca30b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-77a786e6-21ed-455e-aee9-aa7c02bca30b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8076a81c-3cd4-4980-84be-85d342133a56 { 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-8076a81c-3cd4-4980-84be-85d342133a56 { margin-right:0px; } } .ablocks-block-8076a81c-3cd4-4980-84be-85d342133a56 { display:flex;justify-content:center; } .ablocks-block-8076a81c-3cd4-4980-84be-85d342133a56 .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-8076a81c-3cd4-4980-84be-85d342133a56 .ablocks-image-figure img { border-top-right-radius:8px;border-bottom-right-radius:0px;border-bottom-left-radius:0px; } } .ablocks-block-8076a81c-3cd4-4980-84be-85d342133a56 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8076a81c-3cd4-4980-84be-85d342133a56 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8fc211f0-e0cb-4a38-b3cf-72c041d4a142 { 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-8fc211f0-e0cb-4a38-b3cf-72c041d4a142 { border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:8px; } } .ablocks-block-8fc211f0-e0cb-4a38-b3cf-72c041d4a142.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-8fc211f0-e0cb-4a38-b3cf-72c041d4a142.ablocks-block--container { max-width:min(100%,98%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-8fc211f0-e0cb-4a38-b3cf-72c041d4a142.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-8fc211f0-e0cb-4a38-b3cf-72c041d4a142 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8fc211f0-e0cb-4a38-b3cf-72c041d4a142.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e97f9563-13c3-4681-ad5f-9cd2518a47ff { 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-e97f9563-13c3-4681-ad5f-9cd2518a47ff.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-e97f9563-13c3-4681-ad5f-9cd2518a47ff { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e97f9563-13c3-4681-ad5f-9cd2518a47ff.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-82ac2e4e-26d9-456a-b41a-7489e3b269b9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82ac2e4e-26d9-456a-b41a-7489e3b269b9.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-82ac2e4e-26d9-456a-b41a-7489e3b269b9 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-82ac2e4e-26d9-456a-b41a-7489e3b269b9.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-82ac2e4e-26d9-456a-b41a-7489e3b269b9 { display:inline-flex; } 
.ablocks-block-f8328c1b-95ed-4c91-8c7b-d564a670ba29 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8328c1b-95ed-4c91-8c7b-d564a670ba29 { text-align:left; } .ablocks-block-f8328c1b-95ed-4c91-8c7b-d564a670ba29 .ablocks-paragraph-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px; } .ablocks-block-f8328c1b-95ed-4c91-8c7b-d564a670ba29 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-185f5594-69b0-4179-b5aa-8a0ef44b320c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-185f5594-69b0-4179-b5aa-8a0ef44b320c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-185f5594-69b0-4179-b5aa-8a0ef44b320c .ablocks-icon-wrap { font-size:18px; } .ablocks-block-185f5594-69b0-4179-b5aa-8a0ef44b320c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-185f5594-69b0-4179-b5aa-8a0ef44b320c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#101828; } 
.ablocks-block-fff013ae-e733-4c26-b92e-734152348135 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fff013ae-e733-4c26-b92e-734152348135.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-fff013ae-e733-4c26-b92e-734152348135.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-fff013ae-e733-4c26-b92e-734152348135.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-fff013ae-e733-4c26-b92e-734152348135.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-fff013ae-e733-4c26-b92e-734152348135 .ablocks-counter__content { color:#1b1b1b;font-family:Poppins;font-weight:600;font-style:normal;font-size:21.067px;display:block; } .ablocks-block-fff013ae-e733-4c26-b92e-734152348135 .ablocks-counter__text { color:#575757;font-family:Poppins;font-weight:500;font-style:normal;font-size:15.8px; } .ablocks-block-fff013ae-e733-4c26-b92e-734152348135.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-fff013ae-e733-4c26-b92e-734152348135.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-fff013ae-e733-4c26-b92e-734152348135.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-fff013ae-e733-4c26-b92e-734152348135 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-fff013ae-e733-4c26-b92e-734152348135.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#ebebeb;stroke-width:24; } .ablocks-block-fff013ae-e733-4c26-b92e-734152348135.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:#105447;stroke-width:24px; } .ablocks-block-fff013ae-e733-4c26-b92e-734152348135 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-fff013ae-e733-4c26-b92e-734152348135 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-fff013ae-e733-4c26-b92e-734152348135 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-9f76749b-4dca-45c7-a09f-55dfb3f1240f { margin-top:24px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9f76749b-4dca-45c7-a09f-55dfb3f1240f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9f76749b-4dca-45c7-a09f-55dfb3f1240f { 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-9f76749b-4dca-45c7-a09f-55dfb3f1240f.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-9f76749b-4dca-45c7-a09f-55dfb3f1240f { display:inline-flex; } 
.ablocks-block-bb92b2b5-260f-47c0-a987-0f5ddaf3732d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bb92b2b5-260f-47c0-a987-0f5ddaf3732d.ablocks-block--container { padding:0px;max-width:min(100%,22%) !important;overflow:visible; } .ablocks-block-bb92b2b5-260f-47c0-a987-0f5ddaf3732d { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bb92b2b5-260f-47c0-a987-0f5ddaf3732d.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-2a39e143-3d40-4e84-affe-d84cf2e8d60c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2a39e143-3d40-4e84-affe-d84cf2e8d60c { font-family:Poppins;font-weight:600;font-style:normal;font-size:21.067px;line-height:31.6px; } .ablocks-block-2a39e143-3d40-4e84-affe-d84cf2e8d60c .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-2a39e143-3d40-4e84-affe-d84cf2e8d60c .ablocks-list__item-content { gap:8px; } .ablocks-block-2a39e143-3d40-4e84-affe-d84cf2e8d60c .ablocks-list__item-content .ablocks-list__item-marker { background:#105447; } .ablocks-block-2a39e143-3d40-4e84-affe-d84cf2e8d60c .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;font-size:20px; } .ablocks-block-2a39e143-3d40-4e84-affe-d84cf2e8d60c .ablocks-list__item-content .ablocks-list__item-text { color:#000000; } 
.ablocks-block-46258557-a2db-4a12-9b59-82cf2592e837 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-46258557-a2db-4a12-9b59-82cf2592e837 { text-align:left; } .ablocks-block-46258557-a2db-4a12-9b59-82cf2592e837 .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:21.067px; } .ablocks-block-46258557-a2db-4a12-9b59-82cf2592e837 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-554b0fb5-d320-4b14-a101-eca7b9b34993 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-554b0fb5-d320-4b14-a101-eca7b9b34993.ablocks-block--container { padding:0px;max-width:min(100%,22%) !important;overflow:visible; } .ablocks-block-554b0fb5-d320-4b14-a101-eca7b9b34993 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-554b0fb5-d320-4b14-a101-eca7b9b34993.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-cf38b3b9-5b31-4060-9762-365fe9d16fbf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cf38b3b9-5b31-4060-9762-365fe9d16fbf { font-family:Poppins;font-weight:600;font-style:normal;font-size:21.067px;line-height:31.6px; } .ablocks-block-cf38b3b9-5b31-4060-9762-365fe9d16fbf .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-cf38b3b9-5b31-4060-9762-365fe9d16fbf .ablocks-list__item-content { gap:8px; } .ablocks-block-cf38b3b9-5b31-4060-9762-365fe9d16fbf .ablocks-list__item-content .ablocks-list__item-marker { background:#105447; } .ablocks-block-cf38b3b9-5b31-4060-9762-365fe9d16fbf .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;font-size:20px; } .ablocks-block-cf38b3b9-5b31-4060-9762-365fe9d16fbf .ablocks-list__item-content .ablocks-list__item-text { color:#000000; } 
.ablocks-block-88b36476-b7bf-4d8f-bc6e-c5ebb32fe02f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-88b36476-b7bf-4d8f-bc6e-c5ebb32fe02f { text-align:left; } .ablocks-block-88b36476-b7bf-4d8f-bc6e-c5ebb32fe02f .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:21.067px; } .ablocks-block-88b36476-b7bf-4d8f-bc6e-c5ebb32fe02f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0a794129-3b95-4ae7-89b3-1c010271da80 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a794129-3b95-4ae7-89b3-1c010271da80.ablocks-block--container { padding:0px;max-width:min(100%,22%) !important;overflow:visible; } .ablocks-block-0a794129-3b95-4ae7-89b3-1c010271da80 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0a794129-3b95-4ae7-89b3-1c010271da80.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-563699b6-37fe-4b54-84af-9fff988ec806 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-563699b6-37fe-4b54-84af-9fff988ec806 { font-family:Poppins;font-weight:600;font-style:normal;font-size:21.067px;line-height:31.6px; } .ablocks-block-563699b6-37fe-4b54-84af-9fff988ec806 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-563699b6-37fe-4b54-84af-9fff988ec806 .ablocks-list__item-content { gap:8px; } .ablocks-block-563699b6-37fe-4b54-84af-9fff988ec806 .ablocks-list__item-content .ablocks-list__item-marker { background:#105447; } .ablocks-block-563699b6-37fe-4b54-84af-9fff988ec806 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;font-size:20px; } .ablocks-block-563699b6-37fe-4b54-84af-9fff988ec806 .ablocks-list__item-content .ablocks-list__item-text { color:#000000; } 
.ablocks-block-26c0fc37-17e5-4ec2-b38c-376ec99543eb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-26c0fc37-17e5-4ec2-b38c-376ec99543eb { text-align:left; } .ablocks-block-26c0fc37-17e5-4ec2-b38c-376ec99543eb .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:21.067px; } .ablocks-block-26c0fc37-17e5-4ec2-b38c-376ec99543eb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-44de8f29-86ee-48a5-945e-6bafa4224eb9 { 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-44de8f29-86ee-48a5-945e-6bafa4224eb9.ablocks-block--container { padding-top:48px;padding-bottom:48px;overflow:visible; } .ablocks-block-44de8f29-86ee-48a5-945e-6bafa4224eb9 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-44de8f29-86ee-48a5-945e-6bafa4224eb9 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-44de8f29-86ee-48a5-945e-6bafa4224eb9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-efd892c6-6d94-47d5-9a29-802872be97ae { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-efd892c6-6d94-47d5-9a29-802872be97ae.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-efd892c6-6d94-47d5-9a29-802872be97ae { 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-efd892c6-6d94-47d5-9a29-802872be97ae { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-efd892c6-6d94-47d5-9a29-802872be97ae { flex-direction:column;row-gap:24px; } } .ablocks-block-efd892c6-6d94-47d5-9a29-802872be97ae.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-efd892c6-6d94-47d5-9a29-802872be97ae.ablocks-has-block-container > .ablocks-block-container { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-efd892c6-6d94-47d5-9a29-802872be97ae.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-efd892c6-6d94-47d5-9a29-802872be97ae { display:inline-flex; } 
.ablocks-block-8cd0c391-cfc6-4527-9849-5cf2e9716d35 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8cd0c391-cfc6-4527-9849-5cf2e9716d35.ablocks-block--container { padding:0px;max-width:min(100%,40%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8cd0c391-cfc6-4527-9849-5cf2e9716d35.ablocks-block--container { max-width:min(100%,59%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-8cd0c391-cfc6-4527-9849-5cf2e9716d35.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-8cd0c391-cfc6-4527-9849-5cf2e9716d35 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8cd0c391-cfc6-4527-9849-5cf2e9716d35.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-45f3ce6b-285b-4fd1-95b2-396fa2686da6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-45f3ce6b-285b-4fd1-95b2-396fa2686da6 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-45f3ce6b-285b-4fd1-95b2-396fa2686da6 { text-align:center; } } .ablocks-block-45f3ce6b-285b-4fd1-95b2-396fa2686da6 .ablocks-paragraph-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;line-height:28px; } .ablocks-block-45f3ce6b-285b-4fd1-95b2-396fa2686da6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ef12d672-ef04-4b84-aaa4-0dd3fe2f787a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef12d672-ef04-4b84-aaa4-0dd3fe2f787a.ablocks-block--container { padding:0px;max-width:min(100%,67%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ef12d672-ef04-4b84-aaa4-0dd3fe2f787a.ablocks-block--container { max-width:min(100%,52%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ef12d672-ef04-4b84-aaa4-0dd3fe2f787a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ef12d672-ef04-4b84-aaa4-0dd3fe2f787a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ef12d672-ef04-4b84-aaa4-0dd3fe2f787a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-675b529d-a46f-41ad-8b88-5b31ffcff819 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-675b529d-a46f-41ad-8b88-5b31ffcff819 .ablocks-carousel-swiper .swiper-wrapper { min-height:47px;align-items:center; } .ablocks-block-675b529d-a46f-41ad-8b88-5b31ffcff819 .ablocks-carousel-navigation__button { top:50%; } .ablocks-block-675b529d-a46f-41ad-8b88-5b31ffcff819 .ablocks-carousel-navigation__button--next { right:-3%; } .ablocks-block-675b529d-a46f-41ad-8b88-5b31ffcff819 .ablocks-carousel-navigation__button--prev { left:-3%; } .ablocks-block-675b529d-a46f-41ad-8b88-5b31ffcff819 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:35px; } .ablocks-block-675b529d-a46f-41ad-8b88-5b31ffcff819 .ablocks-carousel-pagination { left:47%;top:100%; } .ablocks-block-675b529d-a46f-41ad-8b88-5b31ffcff819 .swiper-pagination-bullet { background-color:gray;width:8px;height:8px; } .ablocks-block-675b529d-a46f-41ad-8b88-5b31ffcff819 .swiper-pagination-bullet:hover { background-color:black;width:8px;height:8px; } .ablocks-block-675b529d-a46f-41ad-8b88-5b31ffcff819 .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:#000000;width:8px;height:8px; } .ablocks-block-675b529d-a46f-41ad-8b88-5b31ffcff819 .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:black;width:8px;height:8px; } .ablocks-block-675b529d-a46f-41ad-8b88-5b31ffcff819 .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#686868;background-color:#e4e4e4; } .ablocks-block-675b529d-a46f-41ad-8b88-5b31ffcff819 .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:s; } 
.ablocks-block-f3ded483-d7de-4c9b-ae8e-a837b7a68ee5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-7fbf1f7f-e849-4334-9f5b-5f5859916ab2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7fbf1f7f-e849-4334-9f5b-5f5859916ab2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7fbf1f7f-e849-4334-9f5b-5f5859916ab2 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7fbf1f7f-e849-4334-9f5b-5f5859916ab2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d08944a4-d0f4-463a-aa80-70b4d4e08587 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d08944a4-d0f4-463a-aa80-70b4d4e08587 { display:flex;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-d08944a4-d0f4-463a-aa80-70b4d4e08587 { justify-content:center; } } .ablocks-block-d08944a4-d0f4-463a-aa80-70b4d4e08587 .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-d08944a4-d0f4-463a-aa80-70b4d4e08587 .ablocks-image-figure img { width:126px; } } .ablocks-block-d08944a4-d0f4-463a-aa80-70b4d4e08587 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d08944a4-d0f4-463a-aa80-70b4d4e08587 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-eaee79fc-d076-4344-938b-e5dec1cde60f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-6fe45113-79f0-409f-b0d0-1bcfe5512fac { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6fe45113-79f0-409f-b0d0-1bcfe5512fac.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6fe45113-79f0-409f-b0d0-1bcfe5512fac { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6fe45113-79f0-409f-b0d0-1bcfe5512fac.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-95def277-e769-43be-b5ac-16f7a2a72c74 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-95def277-e769-43be-b5ac-16f7a2a72c74 { display:flex;justify-content:left; } .ablocks-block-95def277-e769-43be-b5ac-16f7a2a72c74 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-95def277-e769-43be-b5ac-16f7a2a72c74 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-95def277-e769-43be-b5ac-16f7a2a72c74 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-72d374ce-b5db-4405-9962-74947d193d7f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-f77314cc-c719-41af-be63-bff9419644be { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f77314cc-c719-41af-be63-bff9419644be.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f77314cc-c719-41af-be63-bff9419644be { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f77314cc-c719-41af-be63-bff9419644be.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-61b23d30-7fb2-4457-952f-1e3e8bcb64bf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-61b23d30-7fb2-4457-952f-1e3e8bcb64bf { display:flex;justify-content:left; } .ablocks-block-61b23d30-7fb2-4457-952f-1e3e8bcb64bf .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-61b23d30-7fb2-4457-952f-1e3e8bcb64bf .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-61b23d30-7fb2-4457-952f-1e3e8bcb64bf .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-5debacff-6028-429e-adcb-03731587d038 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-13b84be7-b0c2-4614-89d2-270550f8ced1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-13b84be7-b0c2-4614-89d2-270550f8ced1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-13b84be7-b0c2-4614-89d2-270550f8ced1 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-13b84be7-b0c2-4614-89d2-270550f8ced1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3e1e17ce-162a-43ae-b9cb-8bcfe274ab26 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3e1e17ce-162a-43ae-b9cb-8bcfe274ab26 { display:flex;justify-content:left; } .ablocks-block-3e1e17ce-162a-43ae-b9cb-8bcfe274ab26 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-3e1e17ce-162a-43ae-b9cb-8bcfe274ab26 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3e1e17ce-162a-43ae-b9cb-8bcfe274ab26 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-2f975e42-29ad-4260-8cfd-02fad987b74a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-23166046-6da4-43eb-822f-d0ace97b350c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-23166046-6da4-43eb-822f-d0ace97b350c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-23166046-6da4-43eb-822f-d0ace97b350c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-23166046-6da4-43eb-822f-d0ace97b350c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-fdd4f75f-b745-404e-9421-dac16d56425b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fdd4f75f-b745-404e-9421-dac16d56425b { display:flex;justify-content:left; } .ablocks-block-fdd4f75f-b745-404e-9421-dac16d56425b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-fdd4f75f-b745-404e-9421-dac16d56425b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-fdd4f75f-b745-404e-9421-dac16d56425b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-df520169-7ae7-4155-8ea8-c3658951d024 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-1c6b4e12-620d-4839-a856-6d10ce537993 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c6b4e12-620d-4839-a856-6d10ce537993.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1c6b4e12-620d-4839-a856-6d10ce537993 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1c6b4e12-620d-4839-a856-6d10ce537993.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-83e3fbaa-b41e-4d4a-bea6-c656da1d0379 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-83e3fbaa-b41e-4d4a-bea6-c656da1d0379 { display:flex;justify-content:left; } .ablocks-block-83e3fbaa-b41e-4d4a-bea6-c656da1d0379 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-83e3fbaa-b41e-4d4a-bea6-c656da1d0379 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-83e3fbaa-b41e-4d4a-bea6-c656da1d0379 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-338ec949-91da-4904-9960-4b482535a536 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-d8710ef7-8632-456a-a143-e2c83bbab23f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d8710ef7-8632-456a-a143-e2c83bbab23f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d8710ef7-8632-456a-a143-e2c83bbab23f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d8710ef7-8632-456a-a143-e2c83bbab23f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8dd8a6f1-1c43-4932-ab6a-923d7a8db670 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8dd8a6f1-1c43-4932-ab6a-923d7a8db670 { display:flex;justify-content:left; } .ablocks-block-8dd8a6f1-1c43-4932-ab6a-923d7a8db670 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-8dd8a6f1-1c43-4932-ab6a-923d7a8db670 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8dd8a6f1-1c43-4932-ab6a-923d7a8db670 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-a1367bd7-ee80-4d51-87cb-d657bb47fc9c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-655754d5-ad08-4e37-8482-79ecf605e1cc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-655754d5-ad08-4e37-8482-79ecf605e1cc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-655754d5-ad08-4e37-8482-79ecf605e1cc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-655754d5-ad08-4e37-8482-79ecf605e1cc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b60ba5aa-4c02-4bca-be8d-217fadaaf9be { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b60ba5aa-4c02-4bca-be8d-217fadaaf9be { display:flex;justify-content:left; } .ablocks-block-b60ba5aa-4c02-4bca-be8d-217fadaaf9be .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-b60ba5aa-4c02-4bca-be8d-217fadaaf9be .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-b60ba5aa-4c02-4bca-be8d-217fadaaf9be .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-fee00e60-11eb-4766-bc72-9d2117ac61e0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-5075e49f-14c4-4a7e-8580-dae4a6291ed4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5075e49f-14c4-4a7e-8580-dae4a6291ed4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5075e49f-14c4-4a7e-8580-dae4a6291ed4 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5075e49f-14c4-4a7e-8580-dae4a6291ed4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e916d894-d881-4b19-8c0f-d8c2d440b4ee { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e916d894-d881-4b19-8c0f-d8c2d440b4ee { display:flex;justify-content:left; } .ablocks-block-e916d894-d881-4b19-8c0f-d8c2d440b4ee .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e916d894-d881-4b19-8c0f-d8c2d440b4ee .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e916d894-d881-4b19-8c0f-d8c2d440b4ee .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ee730fc6-28dd-4b69-b292-0a71f84e61c3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-eff50e44-76ab-4dda-b898-f7722aa66e97 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eff50e44-76ab-4dda-b898-f7722aa66e97.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-eff50e44-76ab-4dda-b898-f7722aa66e97 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-eff50e44-76ab-4dda-b898-f7722aa66e97.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-85747a1e-90bd-4b08-9cf7-a565325c9f09 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-85747a1e-90bd-4b08-9cf7-a565325c9f09 { display:flex;justify-content:left; } .ablocks-block-85747a1e-90bd-4b08-9cf7-a565325c9f09 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-85747a1e-90bd-4b08-9cf7-a565325c9f09 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-85747a1e-90bd-4b08-9cf7-a565325c9f09 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8d94d103-8926-448e-8dda-91edaabfa2d4 { 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-8d94d103-8926-448e-8dda-91edaabfa2d4 { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-8d94d103-8926-448e-8dda-91edaabfa2d4 { padding-top:60px; } } .ablocks-block-8d94d103-8926-448e-8dda-91edaabfa2d4.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8d94d103-8926-448e-8dda-91edaabfa2d4.ablocks-block--container { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-8d94d103-8926-448e-8dda-91edaabfa2d4.ablocks-block--container { padding-top:60px; } } .ablocks-block-8d94d103-8926-448e-8dda-91edaabfa2d4 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-8d94d103-8926-448e-8dda-91edaabfa2d4 > .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-8d94d103-8926-448e-8dda-91edaabfa2d4 > .ablocks-block-container { row-gap:40px; } } .ablocks-block-8d94d103-8926-448e-8dda-91edaabfa2d4.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-8d94d103-8926-448e-8dda-91edaabfa2d4.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-7edfecf9-3ac4-4f40-bfb0-a58b09873466 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7edfecf9-3ac4-4f40-bfb0-a58b09873466.ablocks-block--container { padding:0px;max-width:min(100%,59%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7edfecf9-3ac4-4f40-bfb0-a58b09873466.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-7edfecf9-3ac4-4f40-bfb0-a58b09873466 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-7edfecf9-3ac4-4f40-bfb0-a58b09873466.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-6c8db6e0-e563-4ed2-9191-7dfffd4a1968 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6c8db6e0-e563-4ed2-9191-7dfffd4a1968 { text-align:left; } .ablocks-block-6c8db6e0-e563-4ed2-9191-7dfffd4a1968 .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-6c8db6e0-e563-4ed2-9191-7dfffd4a1968 .ablocks-heading-text { font-size:32px;line-height:49px; } } @media screen and (max-width: 480px) { .ablocks-block-6c8db6e0-e563-4ed2-9191-7dfffd4a1968 .ablocks-heading-text { font-size:28px;line-height:42px; } } 
.ablocks-block-2cd1dc66-d1b6-4696-9c6b-6ef22beb8fd0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2cd1dc66-d1b6-4696-9c6b-6ef22beb8fd0 { text-align:left; } .ablocks-block-2cd1dc66-d1b6-4696-9c6b-6ef22beb8fd0 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-2cd1dc66-d1b6-4696-9c6b-6ef22beb8fd0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bdae4ea4-ee84-469e-901f-16d7b9b7b22e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bdae4ea4-ee84-469e-901f-16d7b9b7b22e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bdae4ea4-ee84-469e-901f-16d7b9b7b22e { 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-bdae4ea4-ee84-469e-901f-16d7b9b7b22e { row-gap:20px; } } .ablocks-block-bdae4ea4-ee84-469e-901f-16d7b9b7b22e.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-bdae4ea4-ee84-469e-901f-16d7b9b7b22e.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } .ablocks-block-bdae4ea4-ee84-469e-901f-16d7b9b7b22e { display:inline-flex; } 
.ablocks-block-5c2dce6c-3f19-437a-b1a9-9709e803b521 { 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-5c2dce6c-3f19-437a-b1a9-9709e803b521 { padding:10px; } } .ablocks-block-5c2dce6c-3f19-437a-b1a9-9709e803b521.ablocks-block--container { padding:20px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5c2dce6c-3f19-437a-b1a9-9709e803b521.ablocks-block--container { padding:10px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-5c2dce6c-3f19-437a-b1a9-9709e803b521.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5c2dce6c-3f19-437a-b1a9-9709e803b521 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5c2dce6c-3f19-437a-b1a9-9709e803b521.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-02c1f0fb-4ce1-449f-b7f1-b2437a7dc42c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-02c1f0fb-4ce1-449f-b7f1-b2437a7dc42c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-02c1f0fb-4ce1-449f-b7f1-b2437a7dc42c .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-02c1f0fb-4ce1-449f-b7f1-b2437a7dc42c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-02c1f0fb-4ce1-449f-b7f1-b2437a7dc42c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-236bc5cc-211f-4cfa-a6ba-a42bf06e4a1c { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-236bc5cc-211f-4cfa-a6ba-a42bf06e4a1c { text-align:left; } .ablocks-block-236bc5cc-211f-4cfa-a6ba-a42bf06e4a1c .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-236bc5cc-211f-4cfa-a6ba-a42bf06e4a1c .ablocks-heading-text { font-size:20px;line-height:30px; } } 
.ablocks-block-3d9a5e4b-ab8d-4d03-b81f-aa2c6bd949c9 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3d9a5e4b-ab8d-4d03-b81f-aa2c6bd949c9 { text-align:left; } .ablocks-block-3d9a5e4b-ab8d-4d03-b81f-aa2c6bd949c9 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-3d9a5e4b-ab8d-4d03-b81f-aa2c6bd949c9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9e517e85-5b8e-4eca-bcc6-5115bfe2003e { 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-9e517e85-5b8e-4eca-bcc6-5115bfe2003e { padding:10px; } } .ablocks-block-9e517e85-5b8e-4eca-bcc6-5115bfe2003e.ablocks-block--container { padding:20px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9e517e85-5b8e-4eca-bcc6-5115bfe2003e.ablocks-block--container { padding:10px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9e517e85-5b8e-4eca-bcc6-5115bfe2003e.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9e517e85-5b8e-4eca-bcc6-5115bfe2003e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9e517e85-5b8e-4eca-bcc6-5115bfe2003e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0155b2c3-bd6a-4375-a96b-d991d998f5e9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0155b2c3-bd6a-4375-a96b-d991d998f5e9 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-0155b2c3-bd6a-4375-a96b-d991d998f5e9 .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-0155b2c3-bd6a-4375-a96b-d991d998f5e9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-0155b2c3-bd6a-4375-a96b-d991d998f5e9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-3c03b453-c540-400c-aae9-e64c04f196c5 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c03b453-c540-400c-aae9-e64c04f196c5 { text-align:left; } .ablocks-block-3c03b453-c540-400c-aae9-e64c04f196c5 .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-3c03b453-c540-400c-aae9-e64c04f196c5 .ablocks-heading-text { font-size:20px;line-height:30px; } } 
.ablocks-block-21887164-6a8d-41c9-a389-89d405178f07 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-21887164-6a8d-41c9-a389-89d405178f07 { text-align:left; } .ablocks-block-21887164-6a8d-41c9-a389-89d405178f07 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-21887164-6a8d-41c9-a389-89d405178f07 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-60c6a285-4a59-47b2-93d5-a85395e3452a { 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-60c6a285-4a59-47b2-93d5-a85395e3452a { padding:10px; } } .ablocks-block-60c6a285-4a59-47b2-93d5-a85395e3452a.ablocks-block--container { padding:20px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-60c6a285-4a59-47b2-93d5-a85395e3452a.ablocks-block--container { padding:10px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-60c6a285-4a59-47b2-93d5-a85395e3452a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-60c6a285-4a59-47b2-93d5-a85395e3452a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-60c6a285-4a59-47b2-93d5-a85395e3452a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0e3a45f9-9635-4cb1-9187-535cb481eb25 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e3a45f9-9635-4cb1-9187-535cb481eb25 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-0e3a45f9-9635-4cb1-9187-535cb481eb25 .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-0e3a45f9-9635-4cb1-9187-535cb481eb25 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-0e3a45f9-9635-4cb1-9187-535cb481eb25 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-04e14cae-717a-4591-a8a4-5615438967e3 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-04e14cae-717a-4591-a8a4-5615438967e3 { text-align:left; } .ablocks-block-04e14cae-717a-4591-a8a4-5615438967e3 .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-04e14cae-717a-4591-a8a4-5615438967e3 .ablocks-heading-text { font-size:20px;line-height:30px; } } 
.ablocks-block-d3af6b81-ab3b-417d-a021-247d801fb4ed { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d3af6b81-ab3b-417d-a021-247d801fb4ed { text-align:left; } .ablocks-block-d3af6b81-ab3b-417d-a021-247d801fb4ed .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-d3af6b81-ab3b-417d-a021-247d801fb4ed .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ef6795a6-3432-4317-b8f5-5e54357f2d37 { 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-ef6795a6-3432-4317-b8f5-5e54357f2d37 { padding-top:60px;padding-bottom:60px; } } .ablocks-block-ef6795a6-3432-4317-b8f5-5e54357f2d37.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ef6795a6-3432-4317-b8f5-5e54357f2d37.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-ef6795a6-3432-4317-b8f5-5e54357f2d37 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-ef6795a6-3432-4317-b8f5-5e54357f2d37 > .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-ef6795a6-3432-4317-b8f5-5e54357f2d37 > .ablocks-block-container { row-gap:32px; } } .ablocks-block-ef6795a6-3432-4317-b8f5-5e54357f2d37.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-ef6795a6-3432-4317-b8f5-5e54357f2d37.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } 
.ablocks-block-f715c2c1-7800-4f33-a798-48f0c7fc3dc0 { width:40%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f715c2c1-7800-4f33-a798-48f0c7fc3dc0 { width:51%; } } @media screen and (max-width: 480px) { .ablocks-block-f715c2c1-7800-4f33-a798-48f0c7fc3dc0 { width:100%; } } .ablocks-block-f715c2c1-7800-4f33-a798-48f0c7fc3dc0 { text-align:center; } .ablocks-block-f715c2c1-7800-4f33-a798-48f0c7fc3dc0 .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-f715c2c1-7800-4f33-a798-48f0c7fc3dc0 .ablocks-heading-text { font-size:32px;line-height:43px; } } @media screen and (max-width: 480px) { .ablocks-block-f715c2c1-7800-4f33-a798-48f0c7fc3dc0 .ablocks-heading-text { font-size:28px;line-height:38px; } } 
.ablocks-block-ade75dde-1583-4172-8ee4-07ab31e590da { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ade75dde-1583-4172-8ee4-07ab31e590da.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ade75dde-1583-4172-8ee4-07ab31e590da { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-ade75dde-1583-4172-8ee4-07ab31e590da { column-gap:16px; } } @media screen and (max-width: 480px) { .ablocks-block-ade75dde-1583-4172-8ee4-07ab31e590da { flex-direction:column; } } .ablocks-block-ade75dde-1583-4172-8ee4-07ab31e590da.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-ade75dde-1583-4172-8ee4-07ab31e590da.ablocks-has-block-container > .ablocks-block-container { column-gap:16px; } } @media screen and (max-width: 480px) { .ablocks-block-ade75dde-1583-4172-8ee4-07ab31e590da.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-ade75dde-1583-4172-8ee4-07ab31e590da { display:inline-flex; } 
.ablocks-block-f4871eb2-1084-4cbf-aa19-da7081041098 { padding:0px;border-width:0px;border-color:#eaecf0;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f4871eb2-1084-4cbf-aa19-da7081041098.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f4871eb2-1084-4cbf-aa19-da7081041098 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f4871eb2-1084-4cbf-aa19-da7081041098.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c1187ed0-58dc-44cb-8240-46d42627f643 { 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-c1187ed0-58dc-44cb-8240-46d42627f643.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-c1187ed0-58dc-44cb-8240-46d42627f643 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c1187ed0-58dc-44cb-8240-46d42627f643.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7ca95563-bc55-4870-9165-d37300caf99e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7ca95563-bc55-4870-9165-d37300caf99e { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-7ca95563-bc55-4870-9165-d37300caf99e .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-7ca95563-bc55-4870-9165-d37300caf99e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-7ca95563-bc55-4870-9165-d37300caf99e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-34b49472-d736-4e31-9b57-d6330f8298f4 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-34b49472-d736-4e31-9b57-d6330f8298f4 { text-align:left; } .ablocks-block-34b49472-d736-4e31-9b57-d6330f8298f4 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-ba068f9b-882a-4290-82a8-609dbf89778e { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ba068f9b-882a-4290-82a8-609dbf89778e { text-align:left; } .ablocks-block-ba068f9b-882a-4290-82a8-609dbf89778e .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } .ablocks-block-ba068f9b-882a-4290-82a8-609dbf89778e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-340a9064-818e-44c8-9d50-2c8e8ea634af { margin-top:24px;margin-bottom:-7px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-340a9064-818e-44c8-9d50-2c8e8ea634af { display:flex;justify-content:left; } .ablocks-block-340a9064-818e-44c8-9d50-2c8e8ea634af .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-340a9064-818e-44c8-9d50-2c8e8ea634af .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-340a9064-818e-44c8-9d50-2c8e8ea634af .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-5a1c3fb6-e34e-446a-9f25-0b128d7cf47e { 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-5a1c3fb6-e34e-446a-9f25-0b128d7cf47e { margin-top:16px;padding-top:16px;padding-right:16px;padding-left:16px; } } .ablocks-block-5a1c3fb6-e34e-446a-9f25-0b128d7cf47e.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-5a1c3fb6-e34e-446a-9f25-0b128d7cf47e.ablocks-block--container { padding-top:16px;padding-right:16px;padding-left:16px; } } .ablocks-block-5a1c3fb6-e34e-446a-9f25-0b128d7cf47e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5a1c3fb6-e34e-446a-9f25-0b128d7cf47e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a7f3a53b-99b7-4ba5-baf3-03f666efb728 { 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-a7f3a53b-99b7-4ba5-baf3-03f666efb728.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-a7f3a53b-99b7-4ba5-baf3-03f666efb728 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a7f3a53b-99b7-4ba5-baf3-03f666efb728.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4dc43d48-0614-408a-b6e5-2fe2d263ae97 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4dc43d48-0614-408a-b6e5-2fe2d263ae97.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4dc43d48-0614-408a-b6e5-2fe2d263ae97 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4dc43d48-0614-408a-b6e5-2fe2d263ae97.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-4dc43d48-0614-408a-b6e5-2fe2d263ae97 { display:inline-flex; } 
.ablocks-block-91a93384-c81f-4a79-a614-5cb971a8a424 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-91a93384-c81f-4a79-a614-5cb971a8a424 { text-align:left; } .ablocks-block-91a93384-c81f-4a79-a614-5cb971a8a424 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-6b5271fb-1336-48df-894c-dd212606761a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b5271fb-1336-48df-894c-dd212606761a { text-align:left; } .ablocks-block-6b5271fb-1336-48df-894c-dd212606761a .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-6b5271fb-1336-48df-894c-dd212606761a .ablocks-button { column-gap:4px;font-size:14px; } } .ablocks-block-6b5271fb-1336-48df-894c-dd212606761a .ablocks-button:hover { transition-duration:s; } .ablocks-block-6b5271fb-1336-48df-894c-dd212606761a .ablocks-icon-wrap { font-size:16px; } .ablocks-block-6b5271fb-1336-48df-894c-dd212606761a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-6b5271fb-1336-48df-894c-dd212606761a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f355d711-37fb-4541-8b13-ed3e8eea9de1 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f355d711-37fb-4541-8b13-ed3e8eea9de1 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-f355d711-37fb-4541-8b13-ed3e8eea9de1 .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-f355d711-37fb-4541-8b13-ed3e8eea9de1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-f355d711-37fb-4541-8b13-ed3e8eea9de1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a7fef85d-1ebc-4bcd-98fc-74af26f47fa8 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7fef85d-1ebc-4bcd-98fc-74af26f47fa8 { text-align:left; } .ablocks-block-a7fef85d-1ebc-4bcd-98fc-74af26f47fa8 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-3a32fb8e-8c14-47ae-9815-c701f9389dbe { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3a32fb8e-8c14-47ae-9815-c701f9389dbe { text-align:left; } .ablocks-block-3a32fb8e-8c14-47ae-9815-c701f9389dbe .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } .ablocks-block-3a32fb8e-8c14-47ae-9815-c701f9389dbe .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6f0dcb3b-bcb9-49b5-ab70-37d3058d8ae4 { margin-top:16px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6f0dcb3b-bcb9-49b5-ab70-37d3058d8ae4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6f0dcb3b-bcb9-49b5-ab70-37d3058d8ae4 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-6f0dcb3b-bcb9-49b5-ab70-37d3058d8ae4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-6f0dcb3b-bcb9-49b5-ab70-37d3058d8ae4 { display:inline-flex; } 
.ablocks-block-84779fb0-51d7-44fa-8879-3f77954dd1f5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-84779fb0-51d7-44fa-8879-3f77954dd1f5 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-84779fb0-51d7-44fa-8879-3f77954dd1f5 .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-84779fb0-51d7-44fa-8879-3f77954dd1f5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:31px; } .ablocks-block-84779fb0-51d7-44fa-8879-3f77954dd1f5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f007a7fa-dbff-4580-855b-0f0f9da32edc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f007a7fa-dbff-4580-855b-0f0f9da32edc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f007a7fa-dbff-4580-855b-0f0f9da32edc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f007a7fa-dbff-4580-855b-0f0f9da32edc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-da3829e5-56f5-4000-8103-a8e2454e431b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-da3829e5-56f5-4000-8103-a8e2454e431b { text-align:left; } .ablocks-block-da3829e5-56f5-4000-8103-a8e2454e431b .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } 
.ablocks-block-08cde671-5c57-4897-a775-2a964cf2ecb5 { margin-top:4px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-08cde671-5c57-4897-a775-2a964cf2ecb5 { text-align:left; } .ablocks-block-08cde671-5c57-4897-a775-2a964cf2ecb5 .ablocks-paragraph-text { color:#575757;font-family:Poppins;font-weight:400;font-style:normal;font-size:12px;line-height:16px; } .ablocks-block-08cde671-5c57-4897-a775-2a964cf2ecb5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-757f6f30-c1c8-48e8-9c29-577e7c6e1385 { padding:0px;border-width:1px;border-color:#eaecf0;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-757f6f30-c1c8-48e8-9c29-577e7c6e1385.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-757f6f30-c1c8-48e8-9c29-577e7c6e1385 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-757f6f30-c1c8-48e8-9c29-577e7c6e1385 { row-gap:8px; } } .ablocks-block-757f6f30-c1c8-48e8-9c29-577e7c6e1385.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-757f6f30-c1c8-48e8-9c29-577e7c6e1385.ablocks-has-block-container > .ablocks-block-container { row-gap:8px; } } 
.ablocks-block-356d3f16-111a-4a66-869f-8f25adba30cf { 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-356d3f16-111a-4a66-869f-8f25adba30cf { margin-top:16px; } } .ablocks-block-356d3f16-111a-4a66-869f-8f25adba30cf.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-356d3f16-111a-4a66-869f-8f25adba30cf { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-356d3f16-111a-4a66-869f-8f25adba30cf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e27618c9-c3b7-44d7-9c8a-4650640939b5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e27618c9-c3b7-44d7-9c8a-4650640939b5 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-e27618c9-c3b7-44d7-9c8a-4650640939b5 .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-e27618c9-c3b7-44d7-9c8a-4650640939b5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-e27618c9-c3b7-44d7-9c8a-4650640939b5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d9ca7c47-0847-431e-9a9d-44d758d119e3 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d9ca7c47-0847-431e-9a9d-44d758d119e3 { text-align:left; } .ablocks-block-d9ca7c47-0847-431e-9a9d-44d758d119e3 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-f8966928-3a1e-43f8-9aed-6c4ae568c9eb { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8966928-3a1e-43f8-9aed-6c4ae568c9eb { text-align:left; } .ablocks-block-f8966928-3a1e-43f8-9aed-6c4ae568c9eb .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } .ablocks-block-f8966928-3a1e-43f8-9aed-6c4ae568c9eb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ce89ed0d-dc1d-4bd7-aec7-220737cc72d4 { margin-top:24px;margin-bottom:-10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ce89ed0d-dc1d-4bd7-aec7-220737cc72d4 { display:flex;justify-content:left; } .ablocks-block-ce89ed0d-dc1d-4bd7-aec7-220737cc72d4 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-ce89ed0d-dc1d-4bd7-aec7-220737cc72d4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-ce89ed0d-dc1d-4bd7-aec7-220737cc72d4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-9681d763-d871-4112-9738-27db2b2e5df5 { 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-9681d763-d871-4112-9738-27db2b2e5df5 { margin-top:16px;padding-top:16px;padding-right:16px;padding-left:16px; } } .ablocks-block-9681d763-d871-4112-9738-27db2b2e5df5.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-9681d763-d871-4112-9738-27db2b2e5df5.ablocks-block--container { padding-top:16px;padding-right:16px;padding-left:16px; } } .ablocks-block-9681d763-d871-4112-9738-27db2b2e5df5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9681d763-d871-4112-9738-27db2b2e5df5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a33fdafb-7acb-44e7-b389-feb673a54775 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a33fdafb-7acb-44e7-b389-feb673a54775 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-a33fdafb-7acb-44e7-b389-feb673a54775 .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-a33fdafb-7acb-44e7-b389-feb673a54775 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-a33fdafb-7acb-44e7-b389-feb673a54775 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6982c186-87d6-4365-a993-0ca7879483a4 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6982c186-87d6-4365-a993-0ca7879483a4 { text-align:left; } .ablocks-block-6982c186-87d6-4365-a993-0ca7879483a4 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-376dfc18-f692-40d6-bf8c-494f29135772 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-376dfc18-f692-40d6-bf8c-494f29135772 { text-align:left; } .ablocks-block-376dfc18-f692-40d6-bf8c-494f29135772 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } .ablocks-block-376dfc18-f692-40d6-bf8c-494f29135772 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4dc04fb4-fdd3-46a1-954f-beed950cc057 { 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-4dc04fb4-fdd3-46a1-954f-beed950cc057 { margin-top:18px; } } .ablocks-block-4dc04fb4-fdd3-46a1-954f-beed950cc057.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4dc04fb4-fdd3-46a1-954f-beed950cc057 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4dc04fb4-fdd3-46a1-954f-beed950cc057.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7a9d1837-97ec-40fa-a61e-3ec3f8f930e0 { 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-7a9d1837-97ec-40fa-a61e-3ec3f8f930e0.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7a9d1837-97ec-40fa-a61e-3ec3f8f930e0 { 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-7a9d1837-97ec-40fa-a61e-3ec3f8f930e0.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-7a9d1837-97ec-40fa-a61e-3ec3f8f930e0 { display:inline-flex; } 
.ablocks-block-f647f203-8043-4e93-af4d-ad101b9b71d2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f647f203-8043-4e93-af4d-ad101b9b71d2 { text-align:left; } .ablocks-block-f647f203-8043-4e93-af4d-ad101b9b71d2 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-abf4085a-03e5-4a25-855c-32bea70972ed { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-abf4085a-03e5-4a25-855c-32bea70972ed { text-align:left; } .ablocks-block-abf4085a-03e5-4a25-855c-32bea70972ed .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-abf4085a-03e5-4a25-855c-32bea70972ed .ablocks-button:hover { transition-duration:s; } .ablocks-block-abf4085a-03e5-4a25-855c-32bea70972ed .ablocks-icon-wrap { font-size:15px; } .ablocks-block-abf4085a-03e5-4a25-855c-32bea70972ed .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:15px; } .ablocks-block-abf4085a-03e5-4a25-855c-32bea70972ed .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#1b1b1b; } 
.ablocks-block-412c001a-4a3d-4be3-9397-3d8905e52b8e { 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-412c001a-4a3d-4be3-9397-3d8905e52b8e { padding-top:16px;padding-right:16px;padding-left:16px; } } .ablocks-block-412c001a-4a3d-4be3-9397-3d8905e52b8e.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-412c001a-4a3d-4be3-9397-3d8905e52b8e.ablocks-block--container { padding-top:16px;padding-right:16px;padding-left:16px; } } .ablocks-block-412c001a-4a3d-4be3-9397-3d8905e52b8e { display:flex;flex-direction:column;min-height:0px;row-gap:11px;column-gap:0px; } .ablocks-block-412c001a-4a3d-4be3-9397-3d8905e52b8e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:11px;column-gap:0px; } 
.ablocks-block-5bdadff9-d989-431e-865f-29673317dc42 { 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-5bdadff9-d989-431e-865f-29673317dc42.ablocks-block--container { padding:17px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5bdadff9-d989-431e-865f-29673317dc42 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5bdadff9-d989-431e-865f-29673317dc42.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-23641e20-7b2a-4691-a7db-966f71c38a73 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-23641e20-7b2a-4691-a7db-966f71c38a73.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-23641e20-7b2a-4691-a7db-966f71c38a73 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-23641e20-7b2a-4691-a7db-966f71c38a73.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-23641e20-7b2a-4691-a7db-966f71c38a73 { display:inline-flex; } 
.ablocks-block-c067be13-cbe6-4731-822b-ced01b21b02a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c067be13-cbe6-4731-822b-ced01b21b02a { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-c067be13-cbe6-4731-822b-ced01b21b02a .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-c067be13-cbe6-4731-822b-ced01b21b02a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-c067be13-cbe6-4731-822b-ced01b21b02a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-114a0f52-87cb-42ea-99db-cb02403a8571 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-114a0f52-87cb-42ea-99db-cb02403a8571 { text-align:left; } .ablocks-block-114a0f52-87cb-42ea-99db-cb02403a8571 .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-ea212c44-26fc-4057-b557-ef707875d195 { margin-top:17px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea212c44-26fc-4057-b557-ef707875d195 { text-align:left; } .ablocks-block-ea212c44-26fc-4057-b557-ef707875d195 .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-b28639d3-a62b-4c88-adc5-4c2ed88c8896 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b28639d3-a62b-4c88-adc5-4c2ed88c8896 { text-align:left; } .ablocks-block-b28639d3-a62b-4c88-adc5-4c2ed88c8896 .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-3d8bec6e-5940-4244-8e6c-fc37e7975b74 { 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-3d8bec6e-5940-4244-8e6c-fc37e7975b74 { padding-bottom:0px; } } .ablocks-block-3d8bec6e-5940-4244-8e6c-fc37e7975b74.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-3d8bec6e-5940-4244-8e6c-fc37e7975b74.ablocks-block--container { padding-bottom:0px; } } .ablocks-block-3d8bec6e-5940-4244-8e6c-fc37e7975b74 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:11px;column-gap:8px; } .ablocks-block-3d8bec6e-5940-4244-8e6c-fc37e7975b74.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-3d8bec6e-5940-4244-8e6c-fc37e7975b74 { display:inline-flex; } 
.ablocks-block-5af0be68-e72c-4c87-a2f7-13585a96b626 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5af0be68-e72c-4c87-a2f7-13585a96b626 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-5af0be68-e72c-4c87-a2f7-13585a96b626 .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-5af0be68-e72c-4c87-a2f7-13585a96b626 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-5af0be68-e72c-4c87-a2f7-13585a96b626 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-8a6f0d65-b152-4ef1-9d7e-7720e9be0241 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8a6f0d65-b152-4ef1-9d7e-7720e9be0241 { text-align:left; } .ablocks-block-8a6f0d65-b152-4ef1-9d7e-7720e9be0241 .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-0b9551e1-3e1f-47a7-83e0-83d8da37982b { 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-0b9551e1-3e1f-47a7-83e0-83d8da37982b.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } .ablocks-block-0b9551e1-3e1f-47a7-83e0-83d8da37982b > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-0b9551e1-3e1f-47a7-83e0-83d8da37982b > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:20px; } .ablocks-block-0b9551e1-3e1f-47a7-83e0-83d8da37982b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:20px; } 
.ablocks-block-b55e9aaf-efa8-4b21-b1e8-5d31f898006f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b55e9aaf-efa8-4b21-b1e8-5d31f898006f { text-align:center; } .ablocks-block-b55e9aaf-efa8-4b21-b1e8-5d31f898006f .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-b55e9aaf-efa8-4b21-b1e8-5d31f898006f .ablocks-heading-text { font-size:32px;line-height:44px; } } @media screen and (max-width: 480px) { .ablocks-block-b55e9aaf-efa8-4b21-b1e8-5d31f898006f .ablocks-heading-text { font-size:28px;line-height:33px; } } 
.ablocks-block-9f9ab2f7-842a-4012-9310-e87cc6bdbb54 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9f9ab2f7-842a-4012-9310-e87cc6bdbb54.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9f9ab2f7-842a-4012-9310-e87cc6bdbb54 { 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-9f9ab2f7-842a-4012-9310-e87cc6bdbb54 { row-gap:24px;column-gap:24px; } } .ablocks-block-9f9ab2f7-842a-4012-9310-e87cc6bdbb54.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-9f9ab2f7-842a-4012-9310-e87cc6bdbb54.ablocks-has-block-container > .ablocks-block-container { row-gap:24px;column-gap:24px; } } .ablocks-block-9f9ab2f7-842a-4012-9310-e87cc6bdbb54 { display:inline-flex; } 
.ablocks-block-13e97171-2422-44b8-8dda-4356fea28bd7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-13e97171-2422-44b8-8dda-4356fea28bd7.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-13e97171-2422-44b8-8dda-4356fea28bd7.ablocks-block--container { max-width:min(100%,40%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-13e97171-2422-44b8-8dda-4356fea28bd7.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-13e97171-2422-44b8-8dda-4356fea28bd7 { 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-13e97171-2422-44b8-8dda-4356fea28bd7.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-af0f5c30-8ef3-49d9-805a-d0ed2ab15ce7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-af0f5c30-8ef3-49d9-805a-d0ed2ab15ce7 .ablocks-block-container:first-child { transition:1s; } .ablocks-block-af0f5c30-8ef3-49d9-805a-d0ed2ab15ce7 .ablocks-flipbox__front > div:nth-child(1) { padding:0px; } .ablocks-block-af0f5c30-8ef3-49d9-805a-d0ed2ab15ce7 .ablocks-flipbox__back > div:nth-child(1) { padding:0px; } .ablocks-block-af0f5c30-8ef3-49d9-805a-d0ed2ab15ce7 .ablocks-flipbox__front:hover > div:nth-child(1) { padding:0px; } .ablocks-block-af0f5c30-8ef3-49d9-805a-d0ed2ab15ce7 .ablocks-flipbox__back:hover > div:nth-child(1) { padding:0px; } 

.ablocks-block-1f5b879e-7b17-4a64-91e7-fdf2b7c09024 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f5b879e-7b17-4a64-91e7-fdf2b7c09024.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1f5b879e-7b17-4a64-91e7-fdf2b7c09024 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1f5b879e-7b17-4a64-91e7-fdf2b7c09024.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-93ca6c83-b6ff-44a0-9ee0-311d7f671969 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-93ca6c83-b6ff-44a0-9ee0-311d7f671969 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-93ca6c83-b6ff-44a0-9ee0-311d7f671969 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-93ca6c83-b6ff-44a0-9ee0-311d7f671969 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:230px; } .ablocks-block-93ca6c83-b6ff-44a0-9ee0-311d7f671969 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-243ef4e7-d9fb-4167-846b-88b4c1f92027 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-243ef4e7-d9fb-4167-846b-88b4c1f92027 { text-align:left; } .ablocks-block-243ef4e7-d9fb-4167-846b-88b4c1f92027 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-b4d67689-c07a-4b2e-a055-2db59c940bfc { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b4d67689-c07a-4b2e-a055-2db59c940bfc { text-align:left; } .ablocks-block-b4d67689-c07a-4b2e-a055-2db59c940bfc .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:26px; } .ablocks-block-b4d67689-c07a-4b2e-a055-2db59c940bfc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-c78d3a07-5f31-4d5a-91b1-1ceeb5585c10 { padding:20px;background:#1D2939;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c78d3a07-5f31-4d5a-91b1-1ceeb5585c10.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c78d3a07-5f31-4d5a-91b1-1ceeb5585c10 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c78d3a07-5f31-4d5a-91b1-1ceeb5585c10.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e21f7269-91c8-4126-b02e-c83c9875a17e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e21f7269-91c8-4126-b02e-c83c9875a17e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e21f7269-91c8-4126-b02e-c83c9875a17e { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-e21f7269-91c8-4126-b02e-c83c9875a17e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-e21f7269-91c8-4126-b02e-c83c9875a17e { display:inline-flex; } 
.ablocks-block-e35c3573-5cd8-471b-8043-332ab49d90cc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e35c3573-5cd8-471b-8043-332ab49d90cc { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-e35c3573-5cd8-471b-8043-332ab49d90cc .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e35c3573-5cd8-471b-8043-332ab49d90cc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:54px; } .ablocks-block-e35c3573-5cd8-471b-8043-332ab49d90cc .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6dc6063d-020b-490c-aaae-b82dffc8e6a8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6dc6063d-020b-490c-aaae-b82dffc8e6a8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6dc6063d-020b-490c-aaae-b82dffc8e6a8 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6dc6063d-020b-490c-aaae-b82dffc8e6a8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7a14fc06-3754-4052-920c-7cff2768e0f6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7a14fc06-3754-4052-920c-7cff2768e0f6 { text-align:center; } .ablocks-block-7a14fc06-3754-4052-920c-7cff2768e0f6 .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-3eac1c63-da72-4fc2-9243-116be3a6d581 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3eac1c63-da72-4fc2-9243-116be3a6d581 { text-align:center; } .ablocks-block-3eac1c63-da72-4fc2-9243-116be3a6d581 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } .ablocks-block-3eac1c63-da72-4fc2-9243-116be3a6d581 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-39b18e4c-7be8-43c8-b01d-3aab4f3fa204 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-39b18e4c-7be8-43c8-b01d-3aab4f3fa204 { text-align:left; } .ablocks-block-39b18e4c-7be8-43c8-b01d-3aab4f3fa204 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-39b18e4c-7be8-43c8-b01d-3aab4f3fa204 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e1d29d48-a3ab-4a92-a916-86a0a9bf674b { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1d29d48-a3ab-4a92-a916-86a0a9bf674b { text-align:center; } .ablocks-block-e1d29d48-a3ab-4a92-a916-86a0a9bf674b .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-e1d29d48-a3ab-4a92-a916-86a0a9bf674b .ablocks-button:hover { transition-duration:s; } .ablocks-block-e1d29d48-a3ab-4a92-a916-86a0a9bf674b .ablocks-icon-wrap { font-size:16px; } .ablocks-block-e1d29d48-a3ab-4a92-a916-86a0a9bf674b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-e1d29d48-a3ab-4a92-a916-86a0a9bf674b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6fd28a27-f41b-413b-b88b-2b7a7f041c26 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6fd28a27-f41b-413b-b88b-2b7a7f041c26.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6fd28a27-f41b-413b-b88b-2b7a7f041c26.ablocks-block--container { max-width:min(100%,40%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6fd28a27-f41b-413b-b88b-2b7a7f041c26.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6fd28a27-f41b-413b-b88b-2b7a7f041c26 { 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-6fd28a27-f41b-413b-b88b-2b7a7f041c26.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-353321e4-fba4-452a-8646-e04d00334d7d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-353321e4-fba4-452a-8646-e04d00334d7d .ablocks-block-container:first-child { transition:1s; } .ablocks-block-353321e4-fba4-452a-8646-e04d00334d7d .ablocks-flipbox__front > div:nth-child(1) { padding:0px; } .ablocks-block-353321e4-fba4-452a-8646-e04d00334d7d .ablocks-flipbox__back > div:nth-child(1) { padding:0px; } .ablocks-block-353321e4-fba4-452a-8646-e04d00334d7d .ablocks-flipbox__front:hover > div:nth-child(1) { padding:0px; } .ablocks-block-353321e4-fba4-452a-8646-e04d00334d7d .ablocks-flipbox__back:hover > div:nth-child(1) { padding:0px; } 

.ablocks-block-ab597fc1-8837-49b9-9ea1-af9e58f85ba6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab597fc1-8837-49b9-9ea1-af9e58f85ba6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ab597fc1-8837-49b9-9ea1-af9e58f85ba6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ab597fc1-8837-49b9-9ea1-af9e58f85ba6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1ade5bf8-e3f6-4c89-ac71-36e9a8aac7e2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ade5bf8-e3f6-4c89-ac71-36e9a8aac7e2 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-1ade5bf8-e3f6-4c89-ac71-36e9a8aac7e2 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-1ade5bf8-e3f6-4c89-ac71-36e9a8aac7e2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:230px; } .ablocks-block-1ade5bf8-e3f6-4c89-ac71-36e9a8aac7e2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6c87a3d2-4cdf-498c-8d82-db13f4a15ee1 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6c87a3d2-4cdf-498c-8d82-db13f4a15ee1 { text-align:left; } .ablocks-block-6c87a3d2-4cdf-498c-8d82-db13f4a15ee1 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-ce0af10f-1b13-43ef-83db-84eb474fd190 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ce0af10f-1b13-43ef-83db-84eb474fd190 { text-align:left; } .ablocks-block-ce0af10f-1b13-43ef-83db-84eb474fd190 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:26px; } .ablocks-block-ce0af10f-1b13-43ef-83db-84eb474fd190 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-1006cb54-3ee4-4a8f-837a-865a57a8192f { padding:20px;background:#1D2939;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1006cb54-3ee4-4a8f-837a-865a57a8192f.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1006cb54-3ee4-4a8f-837a-865a57a8192f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1006cb54-3ee4-4a8f-837a-865a57a8192f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-347defd1-467c-411f-b912-4496f2a096cb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-347defd1-467c-411f-b912-4496f2a096cb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-347defd1-467c-411f-b912-4496f2a096cb { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-347defd1-467c-411f-b912-4496f2a096cb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-347defd1-467c-411f-b912-4496f2a096cb { display:inline-flex; } 
.ablocks-block-6f1a32e3-628b-4595-b875-3fe9a352c323 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6f1a32e3-628b-4595-b875-3fe9a352c323 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-6f1a32e3-628b-4595-b875-3fe9a352c323 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-6f1a32e3-628b-4595-b875-3fe9a352c323 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:54px; } .ablocks-block-6f1a32e3-628b-4595-b875-3fe9a352c323 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ab901764-8703-41ff-abdb-cfb2a74d2576 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab901764-8703-41ff-abdb-cfb2a74d2576.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ab901764-8703-41ff-abdb-cfb2a74d2576 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ab901764-8703-41ff-abdb-cfb2a74d2576.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b48d8942-1835-43cd-88cb-aaf8caf208ad { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b48d8942-1835-43cd-88cb-aaf8caf208ad { text-align:center; } .ablocks-block-b48d8942-1835-43cd-88cb-aaf8caf208ad .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-5b97ba71-5317-452b-829b-9839b630e72a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5b97ba71-5317-452b-829b-9839b630e72a { text-align:center; } .ablocks-block-5b97ba71-5317-452b-829b-9839b630e72a .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } .ablocks-block-5b97ba71-5317-452b-829b-9839b630e72a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f2a1e8c5-3b10-4a01-ad35-0b95c54ba600 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f2a1e8c5-3b10-4a01-ad35-0b95c54ba600 { text-align:left; } .ablocks-block-f2a1e8c5-3b10-4a01-ad35-0b95c54ba600 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-f2a1e8c5-3b10-4a01-ad35-0b95c54ba600 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-25b5b54b-c177-4479-beb3-446df6164759 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-25b5b54b-c177-4479-beb3-446df6164759 { text-align:center; } .ablocks-block-25b5b54b-c177-4479-beb3-446df6164759 .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-25b5b54b-c177-4479-beb3-446df6164759 .ablocks-button:hover { transition-duration:s; } .ablocks-block-25b5b54b-c177-4479-beb3-446df6164759 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-25b5b54b-c177-4479-beb3-446df6164759 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-25b5b54b-c177-4479-beb3-446df6164759 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0286cb1e-6ab0-4a64-9f72-89fc9beefd0b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0286cb1e-6ab0-4a64-9f72-89fc9beefd0b.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0286cb1e-6ab0-4a64-9f72-89fc9beefd0b.ablocks-block--container { max-width:min(100%,40%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-0286cb1e-6ab0-4a64-9f72-89fc9beefd0b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-0286cb1e-6ab0-4a64-9f72-89fc9beefd0b { 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-0286cb1e-6ab0-4a64-9f72-89fc9beefd0b.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-b0bb7a7c-b838-4849-b17d-a1d4d0f2f76e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b0bb7a7c-b838-4849-b17d-a1d4d0f2f76e .ablocks-block-container:first-child { transition:1s; } .ablocks-block-b0bb7a7c-b838-4849-b17d-a1d4d0f2f76e .ablocks-flipbox__front > div:nth-child(1) { padding:0px; } .ablocks-block-b0bb7a7c-b838-4849-b17d-a1d4d0f2f76e .ablocks-flipbox__back > div:nth-child(1) { padding:0px; } .ablocks-block-b0bb7a7c-b838-4849-b17d-a1d4d0f2f76e .ablocks-flipbox__front:hover > div:nth-child(1) { padding:0px; } .ablocks-block-b0bb7a7c-b838-4849-b17d-a1d4d0f2f76e .ablocks-flipbox__back:hover > div:nth-child(1) { padding:0px; } 

.ablocks-block-7597931c-fdf4-4a32-b73c-dd65a133a34d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7597931c-fdf4-4a32-b73c-dd65a133a34d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7597931c-fdf4-4a32-b73c-dd65a133a34d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7597931c-fdf4-4a32-b73c-dd65a133a34d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-91a1349f-7588-487a-9544-f3d5e76eb34f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-91a1349f-7588-487a-9544-f3d5e76eb34f { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-91a1349f-7588-487a-9544-f3d5e76eb34f .ablocks-icon-wrap { font-size:unset; } .ablocks-block-91a1349f-7588-487a-9544-f3d5e76eb34f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:230px; } .ablocks-block-91a1349f-7588-487a-9544-f3d5e76eb34f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-b6c03f2b-7fed-43bb-8218-f5b2990a7b9b { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b6c03f2b-7fed-43bb-8218-f5b2990a7b9b { text-align:left; } .ablocks-block-b6c03f2b-7fed-43bb-8218-f5b2990a7b9b .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-1454426e-b8df-4dae-9779-ddb96d465443 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1454426e-b8df-4dae-9779-ddb96d465443 { text-align:left; } .ablocks-block-1454426e-b8df-4dae-9779-ddb96d465443 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:26px; } .ablocks-block-1454426e-b8df-4dae-9779-ddb96d465443 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-1e324572-4e81-408a-b938-122a77dda597 { padding:20px;background:#1D2939;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1e324572-4e81-408a-b938-122a77dda597.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1e324572-4e81-408a-b938-122a77dda597 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1e324572-4e81-408a-b938-122a77dda597.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9dcd1fdc-283b-4288-8945-352bc3a1ec17 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9dcd1fdc-283b-4288-8945-352bc3a1ec17.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9dcd1fdc-283b-4288-8945-352bc3a1ec17 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-9dcd1fdc-283b-4288-8945-352bc3a1ec17.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-9dcd1fdc-283b-4288-8945-352bc3a1ec17 { display:inline-flex; } 
.ablocks-block-a63a4d75-440f-4d2f-bf6d-b4d9de0d0d1f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a63a4d75-440f-4d2f-bf6d-b4d9de0d0d1f { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-a63a4d75-440f-4d2f-bf6d-b4d9de0d0d1f .ablocks-icon-wrap { font-size:unset; } .ablocks-block-a63a4d75-440f-4d2f-bf6d-b4d9de0d0d1f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:54px; } .ablocks-block-a63a4d75-440f-4d2f-bf6d-b4d9de0d0d1f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d74def55-c07d-421f-a7d0-72829ce4bdf8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d74def55-c07d-421f-a7d0-72829ce4bdf8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d74def55-c07d-421f-a7d0-72829ce4bdf8 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d74def55-c07d-421f-a7d0-72829ce4bdf8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0f89bce0-cf07-4990-b2ef-14adf674de2b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0f89bce0-cf07-4990-b2ef-14adf674de2b { text-align:center; } .ablocks-block-0f89bce0-cf07-4990-b2ef-14adf674de2b .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-d474e563-9b88-4486-a774-f6d2b82e82bb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d474e563-9b88-4486-a774-f6d2b82e82bb { text-align:center; } .ablocks-block-d474e563-9b88-4486-a774-f6d2b82e82bb .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } .ablocks-block-d474e563-9b88-4486-a774-f6d2b82e82bb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-dc7b7651-fb49-4f71-ae5b-a5d684f9cd08 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dc7b7651-fb49-4f71-ae5b-a5d684f9cd08 { text-align:left; } .ablocks-block-dc7b7651-fb49-4f71-ae5b-a5d684f9cd08 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-dc7b7651-fb49-4f71-ae5b-a5d684f9cd08 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-94ea8698-fc7d-4e14-937b-86d8ec0fbba4 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-94ea8698-fc7d-4e14-937b-86d8ec0fbba4 { text-align:center; } .ablocks-block-94ea8698-fc7d-4e14-937b-86d8ec0fbba4 .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-94ea8698-fc7d-4e14-937b-86d8ec0fbba4 .ablocks-button:hover { transition-duration:s; } .ablocks-block-94ea8698-fc7d-4e14-937b-86d8ec0fbba4 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-94ea8698-fc7d-4e14-937b-86d8ec0fbba4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-94ea8698-fc7d-4e14-937b-86d8ec0fbba4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-33de31f1-bf01-4980-b5b5-b7554589617a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-33de31f1-bf01-4980-b5b5-b7554589617a.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-33de31f1-bf01-4980-b5b5-b7554589617a.ablocks-block--container { max-width:min(100%,40%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-33de31f1-bf01-4980-b5b5-b7554589617a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-33de31f1-bf01-4980-b5b5-b7554589617a { 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-33de31f1-bf01-4980-b5b5-b7554589617a.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-97fa8a2b-8713-4e8d-896a-af50ce0b5907 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-97fa8a2b-8713-4e8d-896a-af50ce0b5907 .ablocks-block-container:first-child { transition:1s; } .ablocks-block-97fa8a2b-8713-4e8d-896a-af50ce0b5907 .ablocks-flipbox__front > div:nth-child(1) { padding:0px; } .ablocks-block-97fa8a2b-8713-4e8d-896a-af50ce0b5907 .ablocks-flipbox__back > div:nth-child(1) { padding:0px; } .ablocks-block-97fa8a2b-8713-4e8d-896a-af50ce0b5907 .ablocks-flipbox__front:hover > div:nth-child(1) { padding:0px; } .ablocks-block-97fa8a2b-8713-4e8d-896a-af50ce0b5907 .ablocks-flipbox__back:hover > div:nth-child(1) { padding:0px; } 

.ablocks-block-228099fc-1913-4e63-aa7b-c5ec6c793346 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-228099fc-1913-4e63-aa7b-c5ec6c793346.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-228099fc-1913-4e63-aa7b-c5ec6c793346 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-228099fc-1913-4e63-aa7b-c5ec6c793346.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1ba4088f-68ec-4020-b207-1190e24032cf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ba4088f-68ec-4020-b207-1190e24032cf { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-1ba4088f-68ec-4020-b207-1190e24032cf .ablocks-icon-wrap { font-size:unset; } .ablocks-block-1ba4088f-68ec-4020-b207-1190e24032cf .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:230px; } .ablocks-block-1ba4088f-68ec-4020-b207-1190e24032cf .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-dd6a1413-ed32-477c-9730-3d17a88ba0bc { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dd6a1413-ed32-477c-9730-3d17a88ba0bc { text-align:left; } .ablocks-block-dd6a1413-ed32-477c-9730-3d17a88ba0bc .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } 
.ablocks-block-68874a27-4c1d-436b-9eca-360c7e06f6f3 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-68874a27-4c1d-436b-9eca-360c7e06f6f3 { text-align:left; } .ablocks-block-68874a27-4c1d-436b-9eca-360c7e06f6f3 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:26px; } .ablocks-block-68874a27-4c1d-436b-9eca-360c7e06f6f3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-b0be8e54-346c-4989-ab2c-be03bb5e21dc { padding:20px;background:#1D2939;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b0be8e54-346c-4989-ab2c-be03bb5e21dc.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b0be8e54-346c-4989-ab2c-be03bb5e21dc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b0be8e54-346c-4989-ab2c-be03bb5e21dc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a672c372-22cb-4122-9446-32f9f0bd08c6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a672c372-22cb-4122-9446-32f9f0bd08c6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a672c372-22cb-4122-9446-32f9f0bd08c6 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-a672c372-22cb-4122-9446-32f9f0bd08c6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-a672c372-22cb-4122-9446-32f9f0bd08c6 { display:inline-flex; } 
.ablocks-block-fbbddff0-c262-440f-8ee7-1e98d00d50a3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fbbddff0-c262-440f-8ee7-1e98d00d50a3 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-fbbddff0-c262-440f-8ee7-1e98d00d50a3 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-fbbddff0-c262-440f-8ee7-1e98d00d50a3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:54px; } .ablocks-block-fbbddff0-c262-440f-8ee7-1e98d00d50a3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7ba3e137-35b8-49ef-8e6e-eba5ff8cbd63 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7ba3e137-35b8-49ef-8e6e-eba5ff8cbd63.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7ba3e137-35b8-49ef-8e6e-eba5ff8cbd63 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7ba3e137-35b8-49ef-8e6e-eba5ff8cbd63.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-de373d9f-b5d0-4795-9702-4a50da6f823e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-de373d9f-b5d0-4795-9702-4a50da6f823e { text-align:center; } .ablocks-block-de373d9f-b5d0-4795-9702-4a50da6f823e .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-37ae28e3-cde6-48bc-a832-3c737d647646 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-37ae28e3-cde6-48bc-a832-3c737d647646 { text-align:center; } .ablocks-block-37ae28e3-cde6-48bc-a832-3c737d647646 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } .ablocks-block-37ae28e3-cde6-48bc-a832-3c737d647646 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-881d4046-55c6-4111-9c2f-93f0e18c6dbc { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-881d4046-55c6-4111-9c2f-93f0e18c6dbc { text-align:left; } .ablocks-block-881d4046-55c6-4111-9c2f-93f0e18c6dbc .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-881d4046-55c6-4111-9c2f-93f0e18c6dbc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5a44c19f-53f1-442c-ad0f-0ebbf6114930 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5a44c19f-53f1-442c-ad0f-0ebbf6114930 { text-align:center; } .ablocks-block-5a44c19f-53f1-442c-ad0f-0ebbf6114930 .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-5a44c19f-53f1-442c-ad0f-0ebbf6114930 .ablocks-button:hover { transition-duration:s; } .ablocks-block-5a44c19f-53f1-442c-ad0f-0ebbf6114930 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-5a44c19f-53f1-442c-ad0f-0ebbf6114930 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-5a44c19f-53f1-442c-ad0f-0ebbf6114930 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-88291bd2-c28a-4408-9671-f4b333e32179 { 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-88291bd2-c28a-4408-9671-f4b333e32179 { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-88291bd2-c28a-4408-9671-f4b333e32179 { padding-top:50px;padding-bottom:50px; } } .ablocks-block-88291bd2-c28a-4408-9671-f4b333e32179.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-88291bd2-c28a-4408-9671-f4b333e32179.ablocks-block--container { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-88291bd2-c28a-4408-9671-f4b333e32179.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-88291bd2-c28a-4408-9671-f4b333e32179 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-88291bd2-c28a-4408-9671-f4b333e32179 > .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-88291bd2-c28a-4408-9671-f4b333e32179 > .ablocks-block-container { row-gap:40px; } } .ablocks-block-88291bd2-c28a-4408-9671-f4b333e32179.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-88291bd2-c28a-4408-9671-f4b333e32179.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-1d1073fd-930c-438e-8014-f87f6c14ebc5 { width:44%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1d1073fd-930c-438e-8014-f87f6c14ebc5 { width:42%; } } @media screen and (max-width: 480px) { .ablocks-block-1d1073fd-930c-438e-8014-f87f6c14ebc5 { width:100%; } } .ablocks-block-1d1073fd-930c-438e-8014-f87f6c14ebc5 { text-align:center; } .ablocks-block-1d1073fd-930c-438e-8014-f87f6c14ebc5 .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-1d1073fd-930c-438e-8014-f87f6c14ebc5 .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-1d1073fd-930c-438e-8014-f87f6c14ebc5 .ablocks-heading-text { font-size:28px;line-height:34px; } } 
.ablocks-block-fa19cf52-cbf7-4726-a972-5d4a58824e6c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa19cf52-cbf7-4726-a972-5d4a58824e6c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fa19cf52-cbf7-4726-a972-5d4a58824e6c { 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-fa19cf52-cbf7-4726-a972-5d4a58824e6c { row-gap:24px;column-gap:24px; } } .ablocks-block-fa19cf52-cbf7-4726-a972-5d4a58824e6c.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-fa19cf52-cbf7-4726-a972-5d4a58824e6c.ablocks-has-block-container > .ablocks-block-container { row-gap:24px;column-gap:24px; } } .ablocks-block-fa19cf52-cbf7-4726-a972-5d4a58824e6c { display:inline-flex; } 
.ablocks-block-155ef9e7-bdcb-4145-9bc6-bc4455398005 { 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-155ef9e7-bdcb-4145-9bc6-bc4455398005 { padding:12px; } } .ablocks-block-155ef9e7-bdcb-4145-9bc6-bc4455398005.ablocks-block--container { padding:24px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-155ef9e7-bdcb-4145-9bc6-bc4455398005.ablocks-block--container { padding:12px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-155ef9e7-bdcb-4145-9bc6-bc4455398005.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-155ef9e7-bdcb-4145-9bc6-bc4455398005 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-155ef9e7-bdcb-4145-9bc6-bc4455398005.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-21e5247b-451a-49d9-bad5-72bb529073c8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-21e5247b-451a-49d9-bad5-72bb529073c8 { text-align:left; } .ablocks-block-21e5247b-451a-49d9-bad5-72bb529073c8 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:32px;line-height:40px; } 
.ablocks-block-117c07cf-053c-4f85-8e03-927416984efe { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-117c07cf-053c-4f85-8e03-927416984efe.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-117c07cf-053c-4f85-8e03-927416984efe { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-117c07cf-053c-4f85-8e03-927416984efe.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-117c07cf-053c-4f85-8e03-927416984efe { display:inline-flex; } 
.ablocks-block-d6f08df7-4332-4547-be39-faeeae9cecef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d6f08df7-4332-4547-be39-faeeae9cecef { text-align:left; } .ablocks-block-d6f08df7-4332-4547-be39-faeeae9cecef .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:600;font-style:normal;font-size:48px;line-height:56px; } 
.ablocks-block-c60ebacd-7817-47b6-81d8-d9cbd172fe74 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c60ebacd-7817-47b6-81d8-d9cbd172fe74 { text-align:left; } .ablocks-block-c60ebacd-7817-47b6-81d8-d9cbd172fe74 .ablocks-paragraph-text { color:#575757;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-c60ebacd-7817-47b6-81d8-d9cbd172fe74 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-34f14e88-22b9-4637-ba4a-b4194b6c71d1 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-34f14e88-22b9-4637-ba4a-b4194b6c71d1 { text-align:left; } .ablocks-block-34f14e88-22b9-4637-ba4a-b4194b6c71d1 .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-34f14e88-22b9-4637-ba4a-b4194b6c71d1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d98fcfa5-1b47-4f3d-bb49-5e7e9c5ec9df { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d98fcfa5-1b47-4f3d-bb49-5e7e9c5ec9df.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-d98fcfa5-1b47-4f3d-bb49-5e7e9c5ec9df.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-d98fcfa5-1b47-4f3d-bb49-5e7e9c5ec9df .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-d98fcfa5-1b47-4f3d-bb49-5e7e9c5ec9df .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-d98fcfa5-1b47-4f3d-bb49-5e7e9c5ec9df .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d98fcfa5-1b47-4f3d-bb49-5e7e9c5ec9df .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-d98fcfa5-1b47-4f3d-bb49-5e7e9c5ec9df .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-d98fcfa5-1b47-4f3d-bb49-5e7e9c5ec9df .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-71c5aa83-251d-4d67-a8fd-6ef6ac4b0fc7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-71c5aa83-251d-4d67-a8fd-6ef6ac4b0fc7 { font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-71c5aa83-251d-4d67-a8fd-6ef6ac4b0fc7 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-71c5aa83-251d-4d67-a8fd-6ef6ac4b0fc7 .ablocks-list__item-content { align-items:center;gap:12px; } .ablocks-block-71c5aa83-251d-4d67-a8fd-6ef6ac4b0fc7 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:24px; } .ablocks-block-71c5aa83-251d-4d67-a8fd-6ef6ac4b0fc7 .ablocks-list__item-content .ablocks-list__item-text { color:#000000; } 
.ablocks-block-41d04668-cf12-434c-ad46-54ddb61d214c { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-41d04668-cf12-434c-ad46-54ddb61d214c .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-41d04668-cf12-434c-ad46-54ddb61d214c .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#2296dc; } .ablocks-block-41d04668-cf12-434c-ad46-54ddb61d214c .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-41d04668-cf12-434c-ad46-54ddb61d214c .ablocks-icon-wrap { font-size:16px; } .ablocks-block-41d04668-cf12-434c-ad46-54ddb61d214c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-41d04668-cf12-434c-ad46-54ddb61d214c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-fa3765b1-5e88-4af7-afa7-ab97180890d3 { 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-fa3765b1-5e88-4af7-afa7-ab97180890d3 { padding:12px; } } .ablocks-block-fa3765b1-5e88-4af7-afa7-ab97180890d3.ablocks-block--container { padding:24px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fa3765b1-5e88-4af7-afa7-ab97180890d3.ablocks-block--container { padding:12px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-fa3765b1-5e88-4af7-afa7-ab97180890d3.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-fa3765b1-5e88-4af7-afa7-ab97180890d3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fa3765b1-5e88-4af7-afa7-ab97180890d3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5ac7fab8-c4a6-47ea-9151-0bfce8ba134e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5ac7fab8-c4a6-47ea-9151-0bfce8ba134e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5ac7fab8-c4a6-47ea-9151-0bfce8ba134e { 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-5ac7fab8-c4a6-47ea-9151-0bfce8ba134e { align-items:flex-start; } } .ablocks-block-5ac7fab8-c4a6-47ea-9151-0bfce8ba134e.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-5ac7fab8-c4a6-47ea-9151-0bfce8ba134e.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } .ablocks-block-5ac7fab8-c4a6-47ea-9151-0bfce8ba134e { display:inline-flex; } 
.ablocks-block-cb226eb0-2ffd-4b4c-a77e-7b4c3a4723eb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cb226eb0-2ffd-4b4c-a77e-7b4c3a4723eb { text-align:left; } .ablocks-block-cb226eb0-2ffd-4b4c-a77e-7b4c3a4723eb .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:32px;line-height:40px; } 
.ablocks-block-f0898846-7ba2-48f4-9765-b37b889d09d4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f0898846-7ba2-48f4-9765-b37b889d09d4 { text-align:left; } .ablocks-block-f0898846-7ba2-48f4-9765-b37b889d09d4 .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-f0898846-7ba2-48f4-9765-b37b889d09d4 .ablocks-button:hover { transition-duration:s; } .ablocks-block-f0898846-7ba2-48f4-9765-b37b889d09d4 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-f0898846-7ba2-48f4-9765-b37b889d09d4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-f0898846-7ba2-48f4-9765-b37b889d09d4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7090af4f-27eb-4b4f-8f93-b93dac9edcfe { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7090af4f-27eb-4b4f-8f93-b93dac9edcfe.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7090af4f-27eb-4b4f-8f93-b93dac9edcfe { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-7090af4f-27eb-4b4f-8f93-b93dac9edcfe.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-7090af4f-27eb-4b4f-8f93-b93dac9edcfe { display:inline-flex; } 
.ablocks-block-f804d885-612f-416a-98e2-b3275e522cb5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f804d885-612f-416a-98e2-b3275e522cb5 { text-align:left; } .ablocks-block-f804d885-612f-416a-98e2-b3275e522cb5 .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:600;font-style:normal;font-size:48px;line-height:56px; } 
.ablocks-block-479b6745-5035-4188-97f7-ef8641ab24df { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-479b6745-5035-4188-97f7-ef8641ab24df { text-align:left; } .ablocks-block-479b6745-5035-4188-97f7-ef8641ab24df .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-479b6745-5035-4188-97f7-ef8641ab24df .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2246b191-d112-451e-9437-02358693aa8a { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2246b191-d112-451e-9437-02358693aa8a { text-align:left; } .ablocks-block-2246b191-d112-451e-9437-02358693aa8a .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-2246b191-d112-451e-9437-02358693aa8a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-889cbb09-6628-4a01-b731-ae6f60065bee { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-889cbb09-6628-4a01-b731-ae6f60065bee.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-889cbb09-6628-4a01-b731-ae6f60065bee.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-889cbb09-6628-4a01-b731-ae6f60065bee .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-889cbb09-6628-4a01-b731-ae6f60065bee .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-889cbb09-6628-4a01-b731-ae6f60065bee .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-889cbb09-6628-4a01-b731-ae6f60065bee .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-889cbb09-6628-4a01-b731-ae6f60065bee .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-889cbb09-6628-4a01-b731-ae6f60065bee .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7f514359-2190-45bc-a59d-25093ff11f59 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7f514359-2190-45bc-a59d-25093ff11f59 { font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-7f514359-2190-45bc-a59d-25093ff11f59 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-7f514359-2190-45bc-a59d-25093ff11f59 .ablocks-list__item-content { align-items:center;gap:12px; } .ablocks-block-7f514359-2190-45bc-a59d-25093ff11f59 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:24px; } .ablocks-block-7f514359-2190-45bc-a59d-25093ff11f59 .ablocks-list__item-content .ablocks-list__item-text { color:#ffffff; } 
.ablocks-block-aa75d2ff-d500-471a-8eec-4abab4b9222d { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aa75d2ff-d500-471a-8eec-4abab4b9222d .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-aa75d2ff-d500-471a-8eec-4abab4b9222d .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#2296dc;border-radius:33px; } .ablocks-block-aa75d2ff-d500-471a-8eec-4abab4b9222d .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-aa75d2ff-d500-471a-8eec-4abab4b9222d .ablocks-icon-wrap { font-size:16px; } .ablocks-block-aa75d2ff-d500-471a-8eec-4abab4b9222d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-aa75d2ff-d500-471a-8eec-4abab4b9222d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-db554937-f82b-4bf6-b0a7-eca4a5b7dc11 { 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-db554937-f82b-4bf6-b0a7-eca4a5b7dc11 { padding:12px; } } .ablocks-block-db554937-f82b-4bf6-b0a7-eca4a5b7dc11.ablocks-block--container { padding:24px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-db554937-f82b-4bf6-b0a7-eca4a5b7dc11.ablocks-block--container { padding:12px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-db554937-f82b-4bf6-b0a7-eca4a5b7dc11.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-db554937-f82b-4bf6-b0a7-eca4a5b7dc11 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-db554937-f82b-4bf6-b0a7-eca4a5b7dc11.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-befa008b-01da-4b75-95fe-a9fbd53b91df { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-befa008b-01da-4b75-95fe-a9fbd53b91df { text-align:left; } .ablocks-block-befa008b-01da-4b75-95fe-a9fbd53b91df .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:32px;line-height:40px; } 
.ablocks-block-3153dc93-a3a8-472c-98fb-784df7f5f15a { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3153dc93-a3a8-472c-98fb-784df7f5f15a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3153dc93-a3a8-472c-98fb-784df7f5f15a { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-3153dc93-a3a8-472c-98fb-784df7f5f15a.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-3153dc93-a3a8-472c-98fb-784df7f5f15a { display:inline-flex; } 
.ablocks-block-f14f463a-dc1a-45fb-b7de-030eeaa20cca { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f14f463a-dc1a-45fb-b7de-030eeaa20cca { text-align:left; } .ablocks-block-f14f463a-dc1a-45fb-b7de-030eeaa20cca .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:600;font-style:normal;font-size:48px;line-height:56px; } 
.ablocks-block-fdd7ad44-e124-477a-b8ba-6d57553d22d7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fdd7ad44-e124-477a-b8ba-6d57553d22d7 { text-align:left; } .ablocks-block-fdd7ad44-e124-477a-b8ba-6d57553d22d7 .ablocks-paragraph-text { color:#575757;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-fdd7ad44-e124-477a-b8ba-6d57553d22d7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ae3e096c-4a82-45f5-a2b5-91359398ec29 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ae3e096c-4a82-45f5-a2b5-91359398ec29 { text-align:left; } .ablocks-block-ae3e096c-4a82-45f5-a2b5-91359398ec29 .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-ae3e096c-4a82-45f5-a2b5-91359398ec29 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5835e8c7-a8f9-4012-a119-db4ec1e8fd56 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5835e8c7-a8f9-4012-a119-db4ec1e8fd56.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-5835e8c7-a8f9-4012-a119-db4ec1e8fd56.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-5835e8c7-a8f9-4012-a119-db4ec1e8fd56 .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-5835e8c7-a8f9-4012-a119-db4ec1e8fd56 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-5835e8c7-a8f9-4012-a119-db4ec1e8fd56 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-5835e8c7-a8f9-4012-a119-db4ec1e8fd56 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-5835e8c7-a8f9-4012-a119-db4ec1e8fd56 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-5835e8c7-a8f9-4012-a119-db4ec1e8fd56 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-814830e1-f956-4c56-9940-202fafb993f3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-814830e1-f956-4c56-9940-202fafb993f3 { font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-814830e1-f956-4c56-9940-202fafb993f3 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-814830e1-f956-4c56-9940-202fafb993f3 .ablocks-list__item-content { align-items:center;gap:12px; } .ablocks-block-814830e1-f956-4c56-9940-202fafb993f3 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:24px; } .ablocks-block-814830e1-f956-4c56-9940-202fafb993f3 .ablocks-list__item-content .ablocks-list__item-text { color:#000000; } 
.ablocks-block-038e3800-d086-4441-9844-9f87616269c4 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-038e3800-d086-4441-9844-9f87616269c4 .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-038e3800-d086-4441-9844-9f87616269c4 .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#2296dc; } .ablocks-block-038e3800-d086-4441-9844-9f87616269c4 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-038e3800-d086-4441-9844-9f87616269c4 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-038e3800-d086-4441-9844-9f87616269c4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-038e3800-d086-4441-9844-9f87616269c4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-306ab91d-11e8-4657-9df0-c1d8e6054c98 { 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-306ab91d-11e8-4657-9df0-c1d8e6054c98 { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-306ab91d-11e8-4657-9df0-c1d8e6054c98 { padding-top:50px;padding-bottom:50px; } } .ablocks-block-306ab91d-11e8-4657-9df0-c1d8e6054c98.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-306ab91d-11e8-4657-9df0-c1d8e6054c98.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-306ab91d-11e8-4657-9df0-c1d8e6054c98.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-306ab91d-11e8-4657-9df0-c1d8e6054c98 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-306ab91d-11e8-4657-9df0-c1d8e6054c98 > .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-306ab91d-11e8-4657-9df0-c1d8e6054c98 > .ablocks-block-container { row-gap:40px; } } .ablocks-block-306ab91d-11e8-4657-9df0-c1d8e6054c98.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-306ab91d-11e8-4657-9df0-c1d8e6054c98.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-cb98d03e-73fd-4491-9485-6177d9a20ea7 { width:50%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cb98d03e-73fd-4491-9485-6177d9a20ea7 { width:51%; } } @media screen and (max-width: 480px) { .ablocks-block-cb98d03e-73fd-4491-9485-6177d9a20ea7 { width:100%; } } .ablocks-block-cb98d03e-73fd-4491-9485-6177d9a20ea7 { text-align:center; } .ablocks-block-cb98d03e-73fd-4491-9485-6177d9a20ea7 .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-cb98d03e-73fd-4491-9485-6177d9a20ea7 .ablocks-heading-text { font-size:32px;line-height:46px; } } @media screen and (max-width: 480px) { .ablocks-block-cb98d03e-73fd-4491-9485-6177d9a20ea7 .ablocks-heading-text { font-size:28px;line-height:39px; } } 
.ablocks-block-39100740-94f7-4ea0-a23c-4e1ade0fbbf3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-39100740-94f7-4ea0-a23c-4e1ade0fbbf3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-39100740-94f7-4ea0-a23c-4e1ade0fbbf3 { 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-39100740-94f7-4ea0-a23c-4e1ade0fbbf3.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-39100740-94f7-4ea0-a23c-4e1ade0fbbf3 { display:inline-flex; } 
.ablocks-block-fede63a4-049a-4f70-8cbe-0d7206b40ab7 { 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-fede63a4-049a-4f70-8cbe-0d7206b40ab7.ablocks-block--container { padding:24px;max-width:min(100%,49%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fede63a4-049a-4f70-8cbe-0d7206b40ab7.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-fede63a4-049a-4f70-8cbe-0d7206b40ab7.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-fede63a4-049a-4f70-8cbe-0d7206b40ab7 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-fede63a4-049a-4f70-8cbe-0d7206b40ab7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a:not(.ablocks-has-block-container), .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .ablocks-block--info-box__content { gap:1px; } } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .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-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .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-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .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-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .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-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .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-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .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-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a.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-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a.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-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .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-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f736a33e-9e66-4e7c-9a8d-b38e6c17b13a .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-89207048-e28a-45fe-bf3a-5b0aa4aea59b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-89207048-e28a-45fe-bf3a-5b0aa4aea59b { text-align:left; } .ablocks-block-89207048-e28a-45fe-bf3a-5b0aa4aea59b .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-89207048-e28a-45fe-bf3a-5b0aa4aea59b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-74b66ee5-40b9-4eb9-ae17-6124a29ca645 { 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-74b66ee5-40b9-4eb9-ae17-6124a29ca645.ablocks-block--container { padding:24px;max-width:min(100%,49%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-74b66ee5-40b9-4eb9-ae17-6124a29ca645.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-74b66ee5-40b9-4eb9-ae17-6124a29ca645.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-74b66ee5-40b9-4eb9-ae17-6124a29ca645 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-74b66ee5-40b9-4eb9-ae17-6124a29ca645.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6:not(.ablocks-has-block-container), .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .ablocks-block--info-box__content { gap:1px; } } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .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-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .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-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .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-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .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-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .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-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .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-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6.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-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6.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-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .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-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f85bf6ca-b1b1-47f1-9b9a-f7a6741ca8f6 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-297841ed-09a1-4caf-b4a4-8bf7f2c067f0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-297841ed-09a1-4caf-b4a4-8bf7f2c067f0 { text-align:left; } .ablocks-block-297841ed-09a1-4caf-b4a4-8bf7f2c067f0 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-297841ed-09a1-4caf-b4a4-8bf7f2c067f0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b2ecbc40-7413-4cd3-941b-8f6c21d35202 { 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-b2ecbc40-7413-4cd3-941b-8f6c21d35202 { padding:17px; } } .ablocks-block-b2ecbc40-7413-4cd3-941b-8f6c21d35202.ablocks-block--container { padding:24px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b2ecbc40-7413-4cd3-941b-8f6c21d35202.ablocks-block--container { padding:17px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-b2ecbc40-7413-4cd3-941b-8f6c21d35202.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-b2ecbc40-7413-4cd3-941b-8f6c21d35202 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-b2ecbc40-7413-4cd3-941b-8f6c21d35202.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7:not(.ablocks-has-block-container), .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 .ablocks-block--info-box__content { gap:1px; } } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 .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-aa478b93-2662-4041-b2dd-7f553235ced7 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 .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-aa478b93-2662-4041-b2dd-7f553235ced7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 .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-aa478b93-2662-4041-b2dd-7f553235ced7 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 .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-aa478b93-2662-4041-b2dd-7f553235ced7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 .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-aa478b93-2662-4041-b2dd-7f553235ced7 .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-aa478b93-2662-4041-b2dd-7f553235ced7.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-aa478b93-2662-4041-b2dd-7f553235ced7.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-aa478b93-2662-4041-b2dd-7f553235ced7 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 .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-aa478b93-2662-4041-b2dd-7f553235ced7 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-aa478b93-2662-4041-b2dd-7f553235ced7 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-ea0a8da1-930c-49ab-9d17-2c3378edd3cc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea0a8da1-930c-49ab-9d17-2c3378edd3cc { text-align:left; } .ablocks-block-ea0a8da1-930c-49ab-9d17-2c3378edd3cc .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-ea0a8da1-930c-49ab-9d17-2c3378edd3cc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-67f9ce44-5cdf-4d8e-bc84-96f81fe4c492 { 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-67f9ce44-5cdf-4d8e-bc84-96f81fe4c492 { padding:17px; } } .ablocks-block-67f9ce44-5cdf-4d8e-bc84-96f81fe4c492.ablocks-block--container { padding:24px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-67f9ce44-5cdf-4d8e-bc84-96f81fe4c492.ablocks-block--container { padding:17px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-67f9ce44-5cdf-4d8e-bc84-96f81fe4c492.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-67f9ce44-5cdf-4d8e-bc84-96f81fe4c492 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-67f9ce44-5cdf-4d8e-bc84-96f81fe4c492.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95:not(.ablocks-has-block-container), .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .ablocks-block--info-box__content { gap:1px; } } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .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-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .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-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .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-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .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-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .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-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .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-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95.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-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95.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-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .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-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-bf5cb563-6cd6-42c4-8f5c-e7a4f062ef95 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-50970def-dfd4-49a2-b6d5-2d5855b3c5f6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-50970def-dfd4-49a2-b6d5-2d5855b3c5f6 { text-align:left; } .ablocks-block-50970def-dfd4-49a2-b6d5-2d5855b3c5f6 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-50970def-dfd4-49a2-b6d5-2d5855b3c5f6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fd467b37-abbe-4087-947e-433bdc9a2ded { 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-fd467b37-abbe-4087-947e-433bdc9a2ded { padding:17px; } } .ablocks-block-fd467b37-abbe-4087-947e-433bdc9a2ded.ablocks-block--container { padding:24px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fd467b37-abbe-4087-947e-433bdc9a2ded.ablocks-block--container { padding:17px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-fd467b37-abbe-4087-947e-433bdc9a2ded.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-fd467b37-abbe-4087-947e-433bdc9a2ded { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-fd467b37-abbe-4087-947e-433bdc9a2ded.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341:not(.ablocks-has-block-container), .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 .ablocks-block--info-box__content { gap:1px; } } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 .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-3da6a72c-0bae-494f-843f-c08ceecbc341 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 .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-3da6a72c-0bae-494f-843f-c08ceecbc341.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 .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-3da6a72c-0bae-494f-843f-c08ceecbc341 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 .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-3da6a72c-0bae-494f-843f-c08ceecbc341.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 .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-3da6a72c-0bae-494f-843f-c08ceecbc341 .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-3da6a72c-0bae-494f-843f-c08ceecbc341.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-3da6a72c-0bae-494f-843f-c08ceecbc341.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-3da6a72c-0bae-494f-843f-c08ceecbc341 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 .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-3da6a72c-0bae-494f-843f-c08ceecbc341 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3da6a72c-0bae-494f-843f-c08ceecbc341 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-24b313e2-5d8e-4a35-8df3-e4e00ee130b3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-24b313e2-5d8e-4a35-8df3-e4e00ee130b3 { text-align:left; } .ablocks-block-24b313e2-5d8e-4a35-8df3-e4e00ee130b3 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-24b313e2-5d8e-4a35-8df3-e4e00ee130b3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5979639e-2275-4642-b089-aee1fbfd1445 { 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-5979639e-2275-4642-b089-aee1fbfd1445 { padding-top:60px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-5979639e-2275-4642-b089-aee1fbfd1445 { padding-top:50px;padding-bottom:60px; } } .ablocks-block-5979639e-2275-4642-b089-aee1fbfd1445.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5979639e-2275-4642-b089-aee1fbfd1445.ablocks-block--container { padding-top:60px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-5979639e-2275-4642-b089-aee1fbfd1445.ablocks-block--container { padding-top:50px;padding-bottom:60px; } } .ablocks-block-5979639e-2275-4642-b089-aee1fbfd1445 > .ablocks-block-container { max-width:min(100%,1060px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-5979639e-2275-4642-b089-aee1fbfd1445 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-5979639e-2275-4642-b089-aee1fbfd1445.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-ce6200dd-a920-4d5a-9c72-fff480dd0ee1 { padding-top:110px;padding-bottom:110px;background-image:url("https://library-kits-uirg7j.flywp.xyz/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-ce6200dd-a920-4d5a-9c72-fff480dd0ee1 { padding-top:100px;padding-bottom:100px; } } @media screen and (max-width: 480px) { .ablocks-block-ce6200dd-a920-4d5a-9c72-fff480dd0ee1 { padding-top:80px;padding-bottom:80px; } } .ablocks-block-ce6200dd-a920-4d5a-9c72-fff480dd0ee1.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-ce6200dd-a920-4d5a-9c72-fff480dd0ee1.ablocks-block--container { padding-top:100px;padding-bottom:100px; } } @media screen and (max-width: 480px) { .ablocks-block-ce6200dd-a920-4d5a-9c72-fff480dd0ee1.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } .ablocks-block-ce6200dd-a920-4d5a-9c72-fff480dd0ee1 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ce6200dd-a920-4d5a-9c72-fff480dd0ee1.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-b1f990f3-54da-42fb-8cd3-11b2c473a03e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b1f990f3-54da-42fb-8cd3-11b2c473a03e { text-align:center; } .ablocks-block-b1f990f3-54da-42fb-8cd3-11b2c473a03e .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-b1f990f3-54da-42fb-8cd3-11b2c473a03e .ablocks-heading-text { font-size:38px;line-height:49px; } } 
.ablocks-block-6bd97b9e-4275-463a-9ff0-1bdee503510e { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6bd97b9e-4275-463a-9ff0-1bdee503510e { text-align:center; } .ablocks-block-6bd97b9e-4275-463a-9ff0-1bdee503510e .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-6bd97b9e-4275-463a-9ff0-1bdee503510e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ef54529a-2c56-460b-a1ea-5da86493b68b { margin-top:24px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef54529a-2c56-460b-a1ea-5da86493b68b.ablocks-block--container { padding:0px;max-width:min(100%,50%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-ef54529a-2c56-460b-a1ea-5da86493b68b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ef54529a-2c56-460b-a1ea-5da86493b68b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ef54529a-2c56-460b-a1ea-5da86493b68b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3a79d812-a62d-41e5-9ee8-9ada3ba2410b { 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-3a79d812-a62d-41e5-9ee8-9ada3ba2410b .ablocks-form-builder { flex-direction:row;align-items:center; } .ablocks-block-3a79d812-a62d-41e5-9ee8-9ada3ba2410b .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-3a79d812-a62d-41e5-9ee8-9ada3ba2410b .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-3a79d812-a62d-41e5-9ee8-9ada3ba2410b .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;display:none;margin-top:10px; } .ablocks-block-3a79d812-a62d-41e5-9ee8-9ada3ba2410b .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-3a79d812-a62d-41e5-9ee8-9ada3ba2410b .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-3a79d812-a62d-41e5-9ee8-9ada3ba2410b .ablocks-form-builder__input-icon,.ablocks-block-3a79d812-a62d-41e5-9ee8-9ada3ba2410b .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-3a79d812-a62d-41e5-9ee8-9ada3ba2410b .ablocks-form-builder__submit-button { text-align:center; } .ablocks-block-3a79d812-a62d-41e5-9ee8-9ada3ba2410b .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-3a79d812-a62d-41e5-9ee8-9ada3ba2410b .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-3a79d812-a62d-41e5-9ee8-9ada3ba2410b .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-3a79d812-a62d-41e5-9ee8-9ada3ba2410b .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-3a79d812-a62d-41e5-9ee8-9ada3ba2410b .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-3a79d812-a62d-41e5-9ee8-9ada3ba2410b .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-6b546db7-50a1-44e8-9581-1d5fc4642819 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b546db7-50a1-44e8-9581-1d5fc4642819.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-6b546db7-50a1-44e8-9581-1d5fc4642819 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-6b546db7-50a1-44e8-9581-1d5fc4642819 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505 { margin-top:-20px;padding-top:100px;padding-bottom:40px;background:#F9FAFB;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505 { padding-top:80px; } } @media screen and (max-width: 480px) { .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505 { padding-top:60px; } } .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505.ablocks-block--container { padding-top:100px;padding-bottom:40px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505.ablocks-block--container { padding-top:80px; } } @media screen and (max-width: 480px) { .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505.ablocks-block--container { padding-top:60px; } } .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:28px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505 > .ablocks-block-container { row-gap:24px; } } .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:28px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505.ablocks-has-block-container > .ablocks-block-container { row-gap:24px; } } 
.ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33 { row-gap:40px;column-gap:32px; } } @media screen and (max-width: 480px) { .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33 { flex-direction:column; } } .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33.ablocks-has-block-container > .ablocks-block-container { row-gap:40px;column-gap:32px; } } @media screen and (max-width: 480px) { .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33 { display:inline-flex; } 
.ablocks-block-ef97c2aa-b60e-478d-8f25-4a5cd322987c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef97c2aa-b60e-478d-8f25-4a5cd322987c.ablocks-block--container { padding:0px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ef97c2aa-b60e-478d-8f25-4a5cd322987c.ablocks-block--container { max-width:min(100%,45%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ef97c2aa-b60e-478d-8f25-4a5cd322987c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ef97c2aa-b60e-478d-8f25-4a5cd322987c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ef97c2aa-b60e-478d-8f25-4a5cd322987c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a640a08b-0167-4d92-93fa-891fcac77449 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a640a08b-0167-4d92-93fa-891fcac77449 { text-align:left; } .ablocks-block-a640a08b-0167-4d92-93fa-891fcac77449 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:28px;letter-spacing:-0.18px; } .ablocks-block-a640a08b-0167-4d92-93fa-891fcac77449 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0b18b51a-9d32-4867-aeff-14b7932f6b45 { margin-top:24px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b18b51a-9d32-4867-aeff-14b7932f6b45.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0b18b51a-9d32-4867-aeff-14b7932f6b45 { display:flex;flex-direction:column;min-height:0px;row-gap:12px;column-gap:0px; } .ablocks-block-0b18b51a-9d32-4867-aeff-14b7932f6b45.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:12px;column-gap:0px; } 
.ablocks-block-4c6303f7-dd00-4eee-b6f0-539f508ce8f5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4c6303f7-dd00-4eee-b6f0-539f508ce8f5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4c6303f7-dd00-4eee-b6f0-539f508ce8f5 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-4c6303f7-dd00-4eee-b6f0-539f508ce8f5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-4c6303f7-dd00-4eee-b6f0-539f508ce8f5 { display:inline-flex; } 
.ablocks-block-bef6d7ca-ccb1-429d-94b8-399900ac01b4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bef6d7ca-ccb1-429d-94b8-399900ac01b4 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-bef6d7ca-ccb1-429d-94b8-399900ac01b4 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-bef6d7ca-ccb1-429d-94b8-399900ac01b4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-bef6d7ca-ccb1-429d-94b8-399900ac01b4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#344054; } 
.ablocks-block-d1f18e99-12b2-4244-bf36-d371b05a301b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1f18e99-12b2-4244-bf36-d371b05a301b { text-align:left; } .ablocks-block-d1f18e99-12b2-4244-bf36-d371b05a301b .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-d1f18e99-12b2-4244-bf36-d371b05a301b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-63b9efae-0976-4699-8a3a-fcfe04847287 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-63b9efae-0976-4699-8a3a-fcfe04847287.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-63b9efae-0976-4699-8a3a-fcfe04847287 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-63b9efae-0976-4699-8a3a-fcfe04847287.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-63b9efae-0976-4699-8a3a-fcfe04847287 { display:inline-flex; } 
.ablocks-block-c363fced-e9fe-4bb3-a5c9-8076b9f6d626 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c363fced-e9fe-4bb3-a5c9-8076b9f6d626 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-c363fced-e9fe-4bb3-a5c9-8076b9f6d626 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c363fced-e9fe-4bb3-a5c9-8076b9f6d626 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c363fced-e9fe-4bb3-a5c9-8076b9f6d626 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#344054; } 
.ablocks-block-b7182cde-8295-4e10-a8e6-b54dceaaf354 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b7182cde-8295-4e10-a8e6-b54dceaaf354 { text-align:left; } .ablocks-block-b7182cde-8295-4e10-a8e6-b54dceaaf354 .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-b7182cde-8295-4e10-a8e6-b54dceaaf354 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7013979a-c0cf-4631-ad98-57f8828811e0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7013979a-c0cf-4631-ad98-57f8828811e0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7013979a-c0cf-4631-ad98-57f8828811e0 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-7013979a-c0cf-4631-ad98-57f8828811e0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-7013979a-c0cf-4631-ad98-57f8828811e0 { display:inline-flex; } 
.ablocks-block-b5afec1f-d261-4102-949b-5aaef2ae5d84 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b5afec1f-d261-4102-949b-5aaef2ae5d84 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b5afec1f-d261-4102-949b-5aaef2ae5d84 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b5afec1f-d261-4102-949b-5aaef2ae5d84 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b5afec1f-d261-4102-949b-5aaef2ae5d84 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#344054; } 
.ablocks-block-2839fd9a-b0a5-4b7f-a273-88eee3f37a5f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2839fd9a-b0a5-4b7f-a273-88eee3f37a5f { text-align:left; } .ablocks-block-2839fd9a-b0a5-4b7f-a273-88eee3f37a5f .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-2839fd9a-b0a5-4b7f-a273-88eee3f37a5f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e { column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e { flex-direction:column;row-gap:24px; } } .ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e.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-d08898d3-9477-408c-86d1-25c1765dd92e.ablocks-has-block-container > .ablocks-block-container { column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e { display:inline-flex; } 
.ablocks-block-1ef4ebe3-f8c6-4646-9e6e-08a057d5a614 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ef4ebe3-f8c6-4646-9e6e-08a057d5a614.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1ef4ebe3-f8c6-4646-9e6e-08a057d5a614.ablocks-block--container { max-width:min(100%,22%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-1ef4ebe3-f8c6-4646-9e6e-08a057d5a614.ablocks-block--container { max-width:min(100%,76%) !important; } } .ablocks-block-1ef4ebe3-f8c6-4646-9e6e-08a057d5a614 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1ef4ebe3-f8c6-4646-9e6e-08a057d5a614.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e90fdcc7-1701-49f5-ba71-64fa3d575b1b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e90fdcc7-1701-49f5-ba71-64fa3d575b1b { text-align:left; } .ablocks-block-e90fdcc7-1701-49f5-ba71-64fa3d575b1b .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:14px;line-height:24px;letter-spacing:1.25px; } 
.ablocks-block-e5ba9494-0afb-415f-aa96-ba899e5db65a { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5ba9494-0afb-415f-aa96-ba899e5db65a { text-align:left; } .ablocks-block-e5ba9494-0afb-415f-aa96-ba899e5db65a .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-e5ba9494-0afb-415f-aa96-ba899e5db65a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-be9026cd-975c-4ecc-9660-391d33b4bad7 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be9026cd-975c-4ecc-9660-391d33b4bad7 { text-align:left; } .ablocks-block-be9026cd-975c-4ecc-9660-391d33b4bad7 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-be9026cd-975c-4ecc-9660-391d33b4bad7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1fdd078d-b5be-470b-af21-204fd2996bd4 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1fdd078d-b5be-470b-af21-204fd2996bd4 { text-align:left; } .ablocks-block-1fdd078d-b5be-470b-af21-204fd2996bd4 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-1fdd078d-b5be-470b-af21-204fd2996bd4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c036d8eb-b180-4858-ab42-0cc272137bf9 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c036d8eb-b180-4858-ab42-0cc272137bf9 { text-align:left; } .ablocks-block-c036d8eb-b180-4858-ab42-0cc272137bf9 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-c036d8eb-b180-4858-ab42-0cc272137bf9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9855b9f8-c38c-4443-a31e-466cbcdaa45f { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9855b9f8-c38c-4443-a31e-466cbcdaa45f { text-align:left; } .ablocks-block-9855b9f8-c38c-4443-a31e-466cbcdaa45f .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-9855b9f8-c38c-4443-a31e-466cbcdaa45f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ddb0fda5-4528-455e-8042-02589db2ca78 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ddb0fda5-4528-455e-8042-02589db2ca78.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ddb0fda5-4528-455e-8042-02589db2ca78.ablocks-block--container { max-width:min(100%,43%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ddb0fda5-4528-455e-8042-02589db2ca78.ablocks-block--container { max-width:min(100%,81%) !important; } } .ablocks-block-ddb0fda5-4528-455e-8042-02589db2ca78 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ddb0fda5-4528-455e-8042-02589db2ca78.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-69bf4ce4-c325-4790-a1e8-18477f28e4e3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-69bf4ce4-c325-4790-a1e8-18477f28e4e3 { text-align:left; } .ablocks-block-69bf4ce4-c325-4790-a1e8-18477f28e4e3 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:14px;line-height:24px;letter-spacing:1.25px; } 
.ablocks-block-1a00838b-9670-412b-941a-f7391ca3689d { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1a00838b-9670-412b-941a-f7391ca3689d { text-align:left; } .ablocks-block-1a00838b-9670-412b-941a-f7391ca3689d .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-1a00838b-9670-412b-941a-f7391ca3689d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-db479ab2-6f7d-4e05-917d-abcb8b75b820 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-db479ab2-6f7d-4e05-917d-abcb8b75b820 { text-align:left; } .ablocks-block-db479ab2-6f7d-4e05-917d-abcb8b75b820 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-db479ab2-6f7d-4e05-917d-abcb8b75b820 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2c70c8b1-38ca-449a-93c3-e2d051563bb4 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2c70c8b1-38ca-449a-93c3-e2d051563bb4 { text-align:left; } .ablocks-block-2c70c8b1-38ca-449a-93c3-e2d051563bb4 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-2c70c8b1-38ca-449a-93c3-e2d051563bb4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ef235def-3ab1-42f5-93bf-e62e5210858f { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef235def-3ab1-42f5-93bf-e62e5210858f { text-align:left; } .ablocks-block-ef235def-3ab1-42f5-93bf-e62e5210858f .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-ef235def-3ab1-42f5-93bf-e62e5210858f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e8619690-94bc-44ac-a296-8648a742d711 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e8619690-94bc-44ac-a296-8648a742d711 { text-align:left; } .ablocks-block-e8619690-94bc-44ac-a296-8648a742d711 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-e8619690-94bc-44ac-a296-8648a742d711 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-91fc4a94-87c4-49d3-83c8-3f9ef59bc90a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-91fc4a94-87c4-49d3-83c8-3f9ef59bc90a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-91fc4a94-87c4-49d3-83c8-3f9ef59bc90a.ablocks-block--container { max-width:min(100%,22%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-91fc4a94-87c4-49d3-83c8-3f9ef59bc90a.ablocks-block--container { max-width:min(100%,88%) !important; } } .ablocks-block-91fc4a94-87c4-49d3-83c8-3f9ef59bc90a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-91fc4a94-87c4-49d3-83c8-3f9ef59bc90a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-dcfe1b5e-4722-4211-bd17-3f52174596b7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dcfe1b5e-4722-4211-bd17-3f52174596b7 { text-align:left; } .ablocks-block-dcfe1b5e-4722-4211-bd17-3f52174596b7 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:14px;line-height:24px;letter-spacing:1.25px; } 
.ablocks-block-284e7b4e-53a6-4090-930a-fb68f1436550 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-284e7b4e-53a6-4090-930a-fb68f1436550 { text-align:left; } .ablocks-block-284e7b4e-53a6-4090-930a-fb68f1436550 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-284e7b4e-53a6-4090-930a-fb68f1436550 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-40f19d34-53d1-4dc0-b2f2-5b53ec26735b { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-40f19d34-53d1-4dc0-b2f2-5b53ec26735b { text-align:left; } .ablocks-block-40f19d34-53d1-4dc0-b2f2-5b53ec26735b .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-40f19d34-53d1-4dc0-b2f2-5b53ec26735b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e1c0b8e8-6f6b-46e0-9773-d17e91232ea6 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1c0b8e8-6f6b-46e0-9773-d17e91232ea6 { text-align:left; } .ablocks-block-e1c0b8e8-6f6b-46e0-9773-d17e91232ea6 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-e1c0b8e8-6f6b-46e0-9773-d17e91232ea6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6fefc0fd-b50f-40e9-9ed5-05545c209c3d { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6fefc0fd-b50f-40e9-9ed5-05545c209c3d { text-align:left; } .ablocks-block-6fefc0fd-b50f-40e9-9ed5-05545c209c3d .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-6fefc0fd-b50f-40e9-9ed5-05545c209c3d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-72a03ffb-0e5a-4894-9a84-ed3f0821725a { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-72a03ffb-0e5a-4894-9a84-ed3f0821725a { text-align:left; } .ablocks-block-72a03ffb-0e5a-4894-9a84-ed3f0821725a .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-72a03ffb-0e5a-4894-9a84-ed3f0821725a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5dadecb1-ded5-4859-a030-9c44f80c6e51 { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#eaecf0;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5dadecb1-ded5-4859-a030-9c44f80c6e51.ablocks-block--container { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5dadecb1-ded5-4859-a030-9c44f80c6e51 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-5dadecb1-ded5-4859-a030-9c44f80c6e51 { flex-direction:column;row-gap:12px; } } .ablocks-block-5dadecb1-ded5-4859-a030-9c44f80c6e51.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-5dadecb1-ded5-4859-a030-9c44f80c6e51.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:12px; } } .ablocks-block-5dadecb1-ded5-4859-a030-9c44f80c6e51 { display:inline-flex; } 
.ablocks-block-667a7a80-dd96-474f-8bb5-f16b46c30a77 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-667a7a80-dd96-474f-8bb5-f16b46c30a77.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-667a7a80-dd96-474f-8bb5-f16b46c30a77 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-667a7a80-dd96-474f-8bb5-f16b46c30a77.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-759fb134-7e8d-4732-bc75-e5db6628063d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-759fb134-7e8d-4732-bc75-e5db6628063d { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-759fb134-7e8d-4732-bc75-e5db6628063d { text-align:center; } } .ablocks-block-759fb134-7e8d-4732-bc75-e5db6628063d .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:28px;letter-spacing:-0.18px; } .ablocks-block-759fb134-7e8d-4732-bc75-e5db6628063d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-329177a1-3d15-4ea4-890f-2a1d78dd064c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-329177a1-3d15-4ea4-890f-2a1d78dd064c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-329177a1-3d15-4ea4-890f-2a1d78dd064c { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-329177a1-3d15-4ea4-890f-2a1d78dd064c { justify-content:center;justify-items:center; } } .ablocks-block-329177a1-3d15-4ea4-890f-2a1d78dd064c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-329177a1-3d15-4ea4-890f-2a1d78dd064c.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-329177a1-3d15-4ea4-890f-2a1d78dd064c { display:inline-flex; } 
.ablocks-block-ba3d38a7-118c-4e8d-9bd3-082b44e7bac2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ba3d38a7-118c-4e8d-9bd3-082b44e7bac2 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ba3d38a7-118c-4e8d-9bd3-082b44e7bac2 .ablocks-icon-wrap { background:#667085;border-radius:50%;padding:.5em;font-size:24px; } .ablocks-block-ba3d38a7-118c-4e8d-9bd3-082b44e7bac2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-ba3d38a7-118c-4e8d-9bd3-082b44e7bac2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-59d39f52-3337-4549-a7fe-7c4d6771e491 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-59d39f52-3337-4549-a7fe-7c4d6771e491 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-59d39f52-3337-4549-a7fe-7c4d6771e491 .ablocks-icon-wrap { background:#667085;border-radius:50%;padding:.5em;font-size:24px; } .ablocks-block-59d39f52-3337-4549-a7fe-7c4d6771e491 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-59d39f52-3337-4549-a7fe-7c4d6771e491 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-5e433fc7-ebda-44e7-aad1-59f4cbf7194c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5e433fc7-ebda-44e7-aad1-59f4cbf7194c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-5e433fc7-ebda-44e7-aad1-59f4cbf7194c .ablocks-icon-wrap { background:#667085;border-radius:50%;padding:.5em;font-size:24px; } .ablocks-block-5e433fc7-ebda-44e7-aad1-59f4cbf7194c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-5e433fc7-ebda-44e7-aad1-59f4cbf7194c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
