@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}



.ablocks-block--container{box-sizing:border-box!important;padding:var(--ablocks-container-padding)}a.ablocks-block--container{display:block;text-decoration:none}.ablocks-block--container.ablocks-has-block-container>.ablocks-block-container{width:100%}:not(.ablocks-block--container--is-root).ablocks-block--container{max-width:min(100%,100%);width:100%}.ablocks-is-fse-theme .is-layout-constrained .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(var(--wp--style--root--padding-left)*-1)!important;margin-right:calc(var(--wp--style--root--padding-right)*-1)!important;max-width:100vw}.ablocks-is-classic-theme .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;max-width:100vw;width:100vw}.ablocks-container-shape{left:0;margin:0 auto;overflow:hidden;pointer-events:none;position:absolute;width:100%}.ablocks-container-shape-top{top:-9px;transform:rotate(1turn)}.ablocks-container-shape-bottom{bottom:-9px;transform:rotate(180deg)}.ablocks-container-shape-fill{transform:rotateY(0deg);transform-origin:center}.ablocks-block-container>.ablocks-container-shape-bottom,.ablocks-block-container>.ablocks-container-shape-top{width:100%!important}.ablocks-container-shape-bottom>svg,.ablocks-container-shape-top>svg{width:100%}
.ablocks-image-figure{display:flex;flex-direction:column;height:auto;margin:0;max-width:100%;position:relative;width:fit-content;width:-moz-fit-content}.ablocks-image-figure img{display:block;height:100%;max-width:100%}.ablocks-image-figure .components-resizable-box__container{max-width:100%!important}.ablocks-alt-text-control{display:flex;flex-direction:column;width:100%}.ablocks-alt-text-control__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.ablocks-alt-text-control__clear{cursor:pointer}.ablocks-alt-text-control .components-base-control .components-base-control__field,.ablocks-alt-text-control .components-base-control{width:100%}.ablocks-image--effect{transition:all .3s ease}.ablocks-image--effect-zoomin{transform:scale(1)}.ablocks-image--effect-zoomin:hover{transform:scale(1.1)}.ablocks-image--effect-grayscale:hover{filter:grayscale(100%)}.ablocks-image--effect-blur:hover{filter:blur(3px)}.ablocks-image--effect-slide{transform:translate3d(-20px,0,0)}.ablocks-image--effect-slide:hover{transform:translateZ(0)}.ablocks-image-caption{margin-top:.5em}
.ablocks-menu__new-item{background-color:#000;border:none;color:#fff;outline:none;padding:2px 5px}.ablocks-menu{box-sizing:border-box;display:flex}.ablocks-block--menu .ablocks-block-container>.ablocks-menu>.ablocks-main-menu,.ablocks-main-menu,.ablocks-menu{list-style:none;margin:0;padding:0}.ablocks-menu-item.ablocks-has-sub-menu{position:relative}.ablocks-menu-item.ablocks-has-mega-menu{position:static!important}.ablocks-main-menu>.ablocks-menu-item{align-items:center;cursor:pointer;display:inline-flex;flex-wrap:wrap;padding:10px}.ablocks-block--menu .ablocks-menu-item a:focus{box-shadow:none;outline:none}.ablocks-menu-child-sub .ablocks-menu-item{display:flex;padding:10px}.ablocks-menu-item a{box-sizing:border-box;text-decoration:none!important}.ablocks-menu-child-mega,.ablocks-menu-item>.ablocks-menu-child-sub{left:0;list-style:none;margin:0;padding:0;position:absolute!important;top:100%;z-index:10}.ablocks-menu-child-mega{background-color:transparent;width:100%}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item>.ablocks-menu-child-sub{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s;visibility:hidden}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item:hover>.ablocks-menu-child-sub{opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s;visibility:visible}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item>.ablocks-menu-child-mega{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s;visibility:hidden}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item:hover>.ablocks-menu-child-mega{opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s;visibility:visible}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item:not(:hover)>.ablocks-menu-child-mega{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s;visibility:hidden}.ablocks-menu-item>.ablocks-menu-child-sub .ablocks-menu-item .ablocks-menu-child-sub{left:100%;top:0}.ablocks-menu__trigger-wrapper{display:flex}.ablocks-menu__trigger{cursor:pointer;display:none;height:30px;width:30px}.ablocks-menu__trigger-toggle{height:30px;opacity:0;position:absolute;width:30px;z-index:5}.ablocks-menu__trigger .ablocks-menu__trigger-item{display:block;height:3px;transition:transform .3s ease,opacity .3s ease;width:30px}.ablocks-menu__trigger .ablocks-menu__trigger-item:nth-child(2){transform:translateY(-5px)}.ablocks-menu__trigger .ablocks-menu__trigger-item:nth-child(4){transform:translateY(5px);transform-origin:60%}.ablocks-menu__trigger-toggle:checked~.ablocks-menu__trigger-item:nth-child(2){transform:rotate(-45deg)}.ablocks-menu__trigger-toggle:checked~.ablocks-menu__trigger-item:nth-child(3){display:none;opacity:0}.ablocks-menu__trigger-toggle:checked~.ablocks-menu__trigger-item:nth-child(4){transform:rotate(45deg)}.ablocks-menu-item__dropdown-icon.rotate-icon{transform:rotate(-180deg)}@media (min-width:800px){.ablocks-menu-tablet .ablocks-menu-item:hover>.ablocks-menu-child-mega,.ablocks-menu-tablet .ablocks-menu-item:hover>.ablocks-menu-child-sub{display:block;padding-left:0}.ablocks-menu--outside,.ablocks-menu-tablet--active{display:none}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-tablet .ablocks-menu-item:hover>.ablocks-menu-item__dropdown-icon svg{transform:rotate(-180deg);transition:.2s}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-tablet .ablocks-menu-child-sub>.ablocks-menu-item:hover .ablocks-menu-item__dropdown-icon svg{transform:rotate(-90deg);transition:.2s}}@media (min-width:480px){.ablocks-menu-mobile .ablocks-menu-item:hover>.ablocks-menu-child-mega,.ablocks-menu-mobile .ablocks-menu-item:hover>.ablocks-menu-child-sub{display:block;padding-left:0}.ablocks-menu--outside,.ablocks-menu-mobile--active{display:none}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-mobile .ablocks-menu-item:hover>.ablocks-menu-item__dropdown-icon svg{transform:rotate(-180deg);transition:.2s}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-mobile .ablocks-menu-child-sub>.ablocks-menu-item:hover .ablocks-menu-item__dropdown-icon svg{transform:rotate(-90deg);transition:.2s}}.ablocks-menu-child-mega--editor,.ablocks-menu-child-sub--editor{display:block!important}@media (max-width:480px){.ablocks-block--menu{position:static!important}.ablocks-menu-mobile{display:none;transition:transform .3s ease}.ablocks-menu-mobile--active .ablocks-menu-item>.ablocks-menu-child-sub{position:static!important;width:100%!important}.ablocks-menu-item>.ablocks-menu-child-mega{position:static!important}.ablocks-menu-mobile--active{background-color:#fff;display:block;left:0;position:absolute;top:100%;width:100%;z-index:99}.ablocks-menu-mobile .ablocks-menu-item{display:flex!important;flex-wrap:wrap;justify-content:space-between;position:static!important}.ablocks-sub-menu--active>.ablocks-menu-child-mega,.ablocks-sub-menu--active>.ablocks-menu-child-sub{display:block}.ablocks-sub-menu--active>.ablocks-menu-item__dropdown-icon svg{transform:rotate(180deg)}.ablocks-menu-mobile__trigger{align-items:center;display:flex;flex-direction:column;justify-content:center}.ablocks-menu-item>.ablocks-menu-child-mega,.ablocks-menu-item>.ablocks-menu-child-sub{display:none}}@media (max-width:800px){.ablocks-menu-item .ablocks-menu-child-mega,.ablocks-menu-item .ablocks-menu-child-sub{display:none}.ablocks-block--menu{position:static!important}.ablocks-menu-tablet{display:none;transition:transform .3s ease}.ablocks-menu-tablet--active .ablocks-menu-item>.ablocks-menu-child-sub{position:static!important;width:100%!important}.ablocks-menu-tablet--active{background-color:#fff;display:block;left:0;position:absolute;top:100%;width:100%;z-index:99}.ablocks-menu-tablet .ablocks-menu-item{display:flex!important;flex-wrap:wrap;justify-content:space-between;position:static!important}.ablocks-sub-menu--active>.ablocks-menu-child-mega,.ablocks-sub-menu--active>.ablocks-menu-child-sub{display:block;padding-left:0}.ablocks-sub-menu--active>.ablocks-menu-item__dropdown-icon svg{transform:rotate(180deg)}.ablocks-menu-tablet__trigger{align-items:center;display:flex;flex-direction:column;justify-content:center}}.ablocks-block--menu-child-mega{white-space:nowrap}.ablocks-menu-child-sub__new-item{background-color:transparent;border:1px solid rgba(0,0,0,.452);padding:5px 0;width:100%}.ablocks-menu-child-sub{align-items:flex-start;align-self:stretch;background:#fff;border:1px solid #eaecf0;box-shadow:0 12px 16px -4px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03);display:flex;flex-direction:column;gap:8px;padding:12px}.ablocks-menu-child-sub li{display:flex;padding-left:6px}.ablocks-menu-item__submenu-overlay{background:#000;height:100%;left:0;opacity:0;position:fixed;right:0;top:0;width:100%}.ablocks-menu-item-toolbar-dropdown-icon{align-items:center;cursor:pointer;display:flex;font-size:16px;justify-content:center;margin:0 5px}.ablocks-menu-item-toolbar-dropdown-icon .ablocks-tooltip:hover .ablocks-tooltip__text{padding:15px}.ablocks-menu-item__dropdown-icon{align-items:center;display:flex;font-size:16px;margin:0 5px}.ablocks-menu-item__dropdown-icon svg{height:1em;width:1em}


.ablocks-button{align-items:center;border-radius:6px;box-sizing:border-box;color:#000;column-gap:5px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:auto}.ablocks-button--link{background:none;border:none;box-shadow:none;cursor:pointer!important;padding:0}.ablocks-button--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-button--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-button--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-button--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-button--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-button.ablocks-button--icon-left .ablocks-icon-wrap{order:5}.ablocks-button__text{order:10}.ablocks-button.ablocks-button--icon-right .ablocks-icon-wrap{order:15}
.ablocks-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-heading-text{margin:0;padding:0}.ablocks-animated-text .ablocks-animated-text-wrapper{display:inline-block;font-style:normal;position:relative}.ablocks-animated-text .ablocks-animated-text-wrapper svg{height:calc(100% + 8px);left:-8px;overflow:visible;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 16px)}.ablocks-animated-text path{stroke:#ff000e;stroke-dasharray:1500 1500;stroke-width:.5em}.ablocks-animated-text .ablocks-animated-text-wrapper path{animation:draw-auto 6s infinite forwards;animation-iteration-count:infinite}@keyframes draw-auto{0%{stroke-dasharray:0 1500}80%{stroke-dasharray:1500 0}to{stroke-dasharray:1500 0}}:root{--typing-selected-bg-color:#0d0d0d;--typing-selected-color:var(--dynamic-text-color,#aebcb9)}.ablocks-rotate-typing .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-typing .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:90%;left:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.ablocks-rotate-typing .ablocks-animated-text-wrapper:not(.ablocks-typing-selected):after{animation:ablocks-headline-pulse 1s infinite}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected:after{visibility:hidden}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected .ablocks-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color,#aebcb9))}.ablocks-rotate-typing .ablocks-dynamic-text:not(.ablocks-headline-text-active){visibility:hidden}.ablocks-rotate-typing .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}@keyframes ablocks-headline-pulse{0%{opacity:1;transform:translateY(-50%) scale(1)}40%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0;transform:translateY(-50%) scale(0)}}.ablocks-rotate-clip{display:inline-block;padding:.2em 0}.ablocks-rotate-clip .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-clip .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:100%;left:auto;position:absolute;right:0;top:0;width:2px}.ablocks-rotate-clip .ablocks-dynamic-text{opacity:0}.ablocks-rotate-clip .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1}.ablocks-rotate-flip .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-flip .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transform-origin:50% 100%;transition:all .6s ease;visibility:hidden}.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-flip-in 1.2s;opacity:1;transform:rotateX(0deg);visibility:visible}.ablocks-rotate-flip .ablocks-dynamic-text{animation:ablocks-heading-flip-out 1.2s;transform:rotateX(180deg)}@keyframes ablocks-heading-flip-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(1turn)}}@keyframes ablocks-heading-flip-out{0%{opacity:1;transform:rotateX(0deg)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.ablocks-rotate-blind .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-blind .ablocks-dynamic-text{opacity:0}.ablocks-rotate-blind .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.ablocks-rotate-blind .ablocks-headline-text-active .ablocks-dynamic-letter{transform:rotateY(0deg)}.ablocks-rotate-blind .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-heading-blinds-in .6s forwards}.ablocks-rotate-blind .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-heading-blind-out .6s forwards}@keyframes ablocks-heading-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes ablocks-heading-blind-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.ablocks-rotate-swirl .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-swirl .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block}.ablocks-rotate-swirl .ablocks-dynamic-text{transform:scaleX(1.0005)}.ablocks-rotate-swirl .ablocks-dynamic-letter .ablocks-headline-text-active{opacity:1;transform:translateZ(-20px) rotateX(90deg);transform-style:preserve-3d}.ablocks-rotate-swirl .ablocks-headline-text-active{opacity:1}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}.ablocks-rotate-swirl .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-swirl-in .4s forwards}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-swirl-out .4s forwards}@keyframes ablocks-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes ablocks-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.ablocks-morph-letter{display:inline-block;transform-origin:center;transition:transform .4s,opacity .4s}.morph-flip{color:#e91e63;transform:rotateX(180deg)}.ablocks-rotate-slide-down .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide-down .ablocks-dynamic-text{animation:ablocksHeadingSlideDownOut .6s ease forwards;left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden;visibility:visible}.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideDownIn .6s ease forwards;opacity:1}@keyframes ablocksHeadingSlideDownIn{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes ablocksHeadingSlideDownOut{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.ablocks-rotate-slide .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide .ablocks-dynamic-text{animation:ablocksHeadingSlideOut .6s;opacity:0;position:absolute;top:-5px;visibility:hidden}.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideIn .6s;opacity:1;visibility:visible}@keyframes ablocksHeadingSlideIn{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes ablocksHeadingSlideOut{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.ablocks-rotate-drop-in .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-drop-in .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-drop-in-in .8s;opacity:1;visibility:visible}.ablocks-rotate-drop-in .ablocks-dynamic-text{animation:ablocks-heading-drop-in-out .8s}@keyframes ablocks-heading-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes ablocks-heading-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.ablocks-rotate-wave .ablocks-dynamic-text{opacity:0}.ablocks-rotate-wave .ablocks-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.ablocks-rotate-wave .ablocks-headline-text-active .ablocks-dynamic-letter{opacity:1}.ablocks-rotate-wave .ablocks-dynamic-letter.ablocks-animation-in{animation:elementor-headline-wave-up .6s forwards}.ablocks-rotate-wave .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes elementor-headline-wave-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.ablocks-rotate-bind .ablocks-animated-text-wrapper,.ablocks-rotate-drop-in .ablocks-animated-text-wrapper,.ablocks-rotate-flip .ablocks-animated-text-wrapper,.ablocks-rotate-slide .ablocks-animated-text-wrapper,.ablocks-rotate-slide-down .ablocks-animated-text-wrapper,.ablocks-rotate-swirl .ablocks-animated-text-wrapper,.ablocks-rotate-wave .ablocks-animated-text-wrapper{transition:width .5s}.ablocks-rotate-swirl .ablocks-dynamic-letter{white-space:pre}.ablocks-rotate-drop-in .ablocks-dynamic-text,.ablocks-rotate-flip .ablocks-dynamic-text,.ablocks-rotate-slide .ablocks-dynamic-text,.ablocks-rotate-slide-down .ablocks-dynamic-text{opacity:0;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1;visibility:visible}
.ablocks-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;text-wrap-mode:nowrap}.ablocks-form-builder .ablocks-form-builder__submit-button--default{background:#13191b;border-radius:8px;color:#fff;font-size:14px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:6px 90px}.ablocks-form-builder .ablocks-form-builder__submit-button--small{background:#13191b;border-radius:8px;color:#fff;font-size:14px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:8px 90px}.ablocks-form-builder .ablocks-form-builder__submit-button--medium{background:#13191b;border-radius:8px;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:12px 130px}.ablocks-form-builder .ablocks-form-builder__submit-button--large{background:#13191b;border-radius:8px;color:#fff;font-size:18px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:16px 230px}.ablocks-form-builder .ablocks-form-builder__submit-button--extra-large{background:#13191b;border-radius:8px;color:#fff;font-size:20px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:18px 280px}.ablocks-form-builder .ablocks-form-builder__submit-button--full-width{background:#13191b;border-radius:8px;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:14px 28px;width:100%}.ablocks-form-builder__label{color:#0f0e16;display:block;font-size:16px;font-style:normal;font-weight:400;line-height:150%;text-transform:capitalize}.ablocks-form-builder input.ablocks-form-builder__input{box-sizing:border-box;color:#0f0e16;height:49px;padding:10px;width:100%}.ablocks-form-builder input.ablocks-form-builder__input::placeholder{color:#a7aaad;opacity:.8}input.ablocks-form-builder__input:focus{box-shadow:none;outline:none}.ablocks-feedback-messag .error-msg{color:#f70404}.ablocks-feedback-messag .success-msg{color:#0eff0e}.ablocks-form-builder button[type=submit].loading{pointer-events:none;position:relative}.ablocks-form-builder button[type=submit].loading:after{animation:spin 1s linear infinite;border:3px solid #fff;border-radius:50%;border-top-color:transparent;content:"";height:20px;left:50%;margin-top:-10px;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.ablocks-form-builder-toobar-button--active{color:#fff}.ablocks-form-builder-toobar-button--active:before{background-color:#007cba;border:1px solid #000}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations>li{height:170px}.ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations{margin:70px 0 0}.ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations span{font-size:13px;font-weight:700;margin-top:50px}.ablocks-block--form-builder__navigator{font-size:16px;padding-left:24px;padding-top:20px}.ablocks-block--form-builder__navigator a{text-decoration:none}.ablocks-block--form-builder__navigator .ablocks-block--form-builder__navigator-redirect-page a{padding:5px}.ablocks-block--form-builder__feedback-message{border-radius:5px;font-size:16px;margin-top:10px;padding:20px 10px;text-align:center}.ablocks-block--form-builder__arrow-icon{fill:gray;padding-right:5px;width:14px}.ablocks-block--form-builder__feedback-message p{margin:0;padding:0}.ablocks-form-builder__field__content{align-items:center;display:flex}.ablocks-form-builder__field__content .ablocks-form-builder__label{cursor:pointer;margin-top:10px;padding-left:2px}.ablocks-form-builder__checkbox .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-top:-14px;padding-left:19px}.ablocks-block-block-wrap{height:16px}.ablocks-form-builder__field .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400}.ablocks-form-builder__field.error-msg .ablocks-form-builder-input{border-color:red}.ablocks-form-builder__input-icon{font-size:18px;left:10px;position:absolute;top:75%;transform:translateY(-50%)}.ablocks-form-builder__input-toggle--hide-password,.ablocks-form-builder__input-toggle--show-password{visibility:hidden}.components-popover__content>.components-accessible-toolbar>.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-toolbar-group>.components-button:hover{color:var(--ablocks-primary-color)}.ablocks-block--form-multi-step{padding:20px 10px;width:100%}.ablocks-form-multi-step__btns{align-items:center;display:flex;gap:10px;margin-top:24px}.ablocks-form-multi-step__btns button{background-color:#000;border:none;border-radius:5px;color:#fff;outline:none;padding:10px 30px}.ablocks-form-multi-step__btns button:first-of-type{background-color:#fff;border:1px solid #707070;color:#000;margin-right:auto}.ablocks-form-multi-step__btns button:nth-of-type(2){margin-left:auto}.ablocks-form-multi-step-child{display:none}.ablocks-form-multi-step-child--active{display:flex;flex-wrap:wrap}.ablocks-form-multi-step__progress{margin-bottom:20px}.ablocks-form-multi-step__progress,.ablocks-form-multi-step__step-wrapper{align-items:center;display:flex;justify-content:center}.ablocks-form-multi-step__step{align-items:center;display:flex}.ablocks-form-multi-step__step-number{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:50%;display:flex;height:24px;justify-content:center;margin-right:5px;width:24px}.ablocks-form-multi-step__step-title{color:#000}.ablocks-form-multi-step__divider{color:#ccc;margin:0 8px}.ablocks-form-multi-step__step-wrapper:last-child .ablocks-form-multi-step__divider{display:none}.ablocks-form-multi-step__step--active .ablocks-form-multi-step__step-number{background-color:#000;border:none;color:#fff}.ablocks-editor-multi-step__wrapper{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:space-between;padding:10px}.ablocks-block--form-multi-step .block-editor-block-list__block.ablocks-block.is-selected>.ablocks-editor-block-control-wrap{display:none!important}.ablocks-editor-multi-step{border:1px solid #ddd;border-radius:4px;margin:10px 0}.ablocks-editor-multi-step__content-wrapper{align-items:center;display:flex;flex:1;gap:10px}.ablocks-editor-multi-step__inner-content{padding:10px}.ablocks-editor-multi-step__new-option input{border:1px solid #1b1b1b;border-radius:5px;outline:none;padding:10px;width:100%}.ablocks-editor-multi-step__new-option input:focus{border:1px solid #1b1b1b;box-shadow:none;outline:none}.ablocks-editor-multi-step__new-option button{background-color:#fff;border:1px solid #1b1b1b;border-radius:5px;cursor:pointer;margin:10px 0;padding:10px 15px;width:100%}.ablocks-block-form-custom-input .ablocks-block-container>.block-editor-inner-blocks>.block-editor-block-list__layout{display:flex;width:100%}:not(.block-editor-block-list__block).ablocks-block-form-custom-input--is-root.alignfull{margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;max-width:100vw;width:100vw}.ablocks-block-form-custom-input{box-sizing:border-box!important;max-width:min(100%,100%);padding:var(--ablocks-container-padding);width:100%}.ablocks-block-form-custom-input--is-root{margin-left:auto!important;margin-right:auto!important}:not(.block-editor-block-list__block).ablocks-block-form-custom-input>.ablocks-block-container{display:flex}.ablocks-form-builder-input{width:100%}.ablocks-form-builder__label--required:after{color:red;content:"*"}.ablocks-form-builder__input-show-icon{padding:10px 40px}.ablocks-block--form-password .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400}.ablocks-form-builder__input-toggle--hide-password,.ablocks-form-builder__input-toggle--show-password{background:transparent;border:none;color:#007cba;cursor:pointer;font-size:14px;opacity:0;padding:0;position:absolute;right:10px;top:63%;transform:translateY(-50%);transition:color .3s;visibility:none}.ablocks-form-builder__input-toggle--hide-password--active,.ablocks-form-builder__input-toggle--show-password--active{opacity:1;visibility:visible}.ablocks-block--form-builder .wp-block-ablocks-form-radio{width:100%}.ablocks-form-builder__radio-all-options{display:flex;flex-wrap:wrap}.ablocks-form-builder__radio-option{align-items:center;border:1px solid hsl(from #1e1e1e h s l/.25);border-radius:6px;color:#1e1e1e;cursor:pointer;display:flex;font-size:16px;font-weight:400;gap:8px;justify-content:space-between;margin:4px;padding:10px 12px}.ablocks-form-builder__radio-content{align-items:center;display:flex;gap:5px}.ablocks-form-builder__radio-content .ablocks-icon-wrap{font-size:20px}.ablocks-form-builder__radio-option{background-color:#fff}.ablocks-form-builder__radio-option.checked{background-color:green}.ablocks-form-builder__radio-field .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-bottom:2px;margin-top:-6px}.ablocks-editor-radio__wrapper{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:space-between;padding:10px}.ablocks-editor-radio{border:1px solid #ddd;border-radius:4px;margin:10px 0}.ablocks-editor-radio__content-wrapper{align-items:center;display:flex;flex:1;gap:10px}.ablocks-editor-radio__inner-content{padding:10px}.ablocks-editor-radio__new-option input{border:1px solid #1b1b1b;border-radius:5px;outline:none;padding:10px;width:100%}.ablocks-editor-radio__new-option input:focus{border:1px solid #1b1b1b;box-shadow:none;outline:none}.ablocks-editor-radio__new-option button{background-color:#fff;border:1px solid #1b1b1b;border-radius:5px;cursor:pointer;margin:10px 0;padding:10px 15px;width:100%}.ablocks-form-builder__field .ablocks-form-builder__select{max-width:100%;padding:8px 16px;width:100%}.ablocks-form-builder__field{box-sizing:border-box;width:100%}.ablocks-form-builder__field.error-msg .ablocks-form-builder__field__text{border-color:red}.ablocks-form-builder__field.error-msg .ablocks-block-error-msg{color:#dc2626;font-size:12px;font-weight:500;visibility:visible}.ablocks-form-builder-textarea .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-bottom:2px;margin-top:-14px}.ablocks-form-builder__field__label{display:block;text-transform:capitalize}.ablocks-form-builder__field__text{display:flex}textarea.ablocks-form-builder__field__text{border:1px solid rgba(0,0,0,.493);border-radius:3px;box-sizing:border-box;outline:none;padding:12px;resize:vertical;width:100%}.ablocks-form-builder__field__text textarea::placeholder{opacity:.8}.ablocks-form-builder__field__text textarea:focus{border:none;outline:none}

.ablocks-block--social-shares .ablocks-block-container,.ablocks-block--social-shares:not(.ablocks-has-container){align-items:center;display:flex;flex-direction:column;flex-wrap:wrap}.ablocks-social-share{background-color:#fff;border:2px solid #eeeef7;border-radius:100%!important;color:#fff;cursor:pointer;height:48px;padding:14px;transition:background-color .3s ease,border-color .3s ease;width:48px}.ablocks-social-share>.ablocks-svg-icon{fill:#000!important;height:16px;width:16px}.ablocks-social-share:hover{background-color:#f3e8e8;color:#fff}.ablocks-social-share-item--icon>.ablocks-svg-icon{height:25px}.ablocks-block--social-shares .ablocks-social-share-item{color:#fff!important;text-decoration:none!important}.ablocks-social-share-item{align-items:center;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;text-align:center;text-decoration:none;width:fit-content}.ablocks-social-share-item:hover{background:var(--background-hover)!important}.ablocks-block--social-shares .ablocks-social-share-icon-size{height:20px;width:21px}.ablocks-social-share-item--icon{align-items:center;border-radius:4px;display:flex;height:42px;justify-content:center;padding:-10px;transition:background .3s ease;width:43px}.ablocks-social-share-item--icon:hover{background:var(--hover-icon-bg-color)!important}.ablocks-social-share-item--text{align-items:center;border-radius:4px;display:flex;font-size:16px;height:26px;justify-content:center;padding:0 8px;transition:background .3s ease;width:80px}.ablocks-social-share-item--text:hover{background:var(--hover-text-bg-color)!important}.ablocks-social-share-item--rounded{border-radius:15px}.ablocks-social-share-item--circle{border-radius:24px}.ablocks-social-share-item--circle-full{border-radius:100%!important}.ablocks-social-share-item-icon--icon-text-Square{border-radius:4px 0 0 4px!important}.ablocks-social-share-item-text--icon-text-Square{border-radius:0 4px 4px 0!important}.ablocks-social-share-item--facebook-icon-bg{background-color:#366cdd}.ablocks-social-share-item--facebook-icon-bg>.ablocks_icon_size>.ablocks-svg-icon{height:23px;width:1.5rem}.ablocks-social-share-item--facebook-icon-bg:hover{background-color:#2a4eb5}.ablocks-social-share-item--facebook-bg{background-color:#3b5998}.ablocks-social-share-item--facebook-bg:hover{background-color:#2d4373}.ablocks-social-share-item--twitter-bg{background-color:#007aa5}.ablocks-social-share-item--twitter-bg:hover{background-color:#005f82}.ablocks-social-share-item--twitter-icon-bg{background-color:#27c1e4}.ablocks-social-share-item--twitter-icon-bg:hover{background-color:#38b0d8}.ablocks-social-share-item--linkedin-icon-bg{background-color:#0077b5}.ablocks-social-share-item--linkedin-icon-bg:hover{background-color:#005f87}.ablocks-social-share-item--linkedin-bg{background-color:#4c8caf}.ablocks-social-share-item--linkedin-bg:hover{background-color:#3a6f87}.ablocks-social-share-item--pinterest-icon-bg{background-color:#e60023}.ablocks-social-share-item--pinterest-icon-bg:hover{background-color:#b8001b}.ablocks-social-share-item--pinterest-bg{background-color:#df2d47}.ablocks-social-share-item--pinterest-bg:hover{background-color:#bf2037}.ablocks-social-share-item--reddit-icon-bg{background-color:#ff4500}.ablocks-social-share-item--reddit-icon-bg:hover{background-color:#cc3700}.ablocks-social-share-item--reddit-bg{background-color:#c45b36}.ablocks-social-share-item--reddit-bg:hover{background-color:#a0492c}.ablocks-social-share-item--vk-icon-bg{background-color:#216bbe}.ablocks-social-share-item--vk-icon-bg:hover{background-color:#1a54a0}.ablocks-social-share-item--vk-bg{background-color:#4680c2}.ablocks-social-share-item--vk-bg:hover{background-color:#3666a0}.ablocks-social-share-item--ok-icon-bg{background-color:#f57c00}.ablocks-social-share-item--ok-icon-bg:hover{background-color:#c46200}.ablocks-social-share-item--ok-bg{background-color:#b17941}.ablocks-social-share-item--ok-bg:hover{background-color:#8f5e33}.ablocks-social-share-item--tumblr-icon-bg{background-color:#0a2d5c}.ablocks-social-share-item--tumblr-icon-bg:hover{background-color:#081c40}.ablocks-social-share-item--tumblr-bg{background-color:#35465c}.ablocks-social-share-item--tumblr-bg:hover{background-color:#2a3647}.ablocks-social-share-item--digg-icon-bg{background-color:#185396}.ablocks-social-share-item--digg-icon-bg:hover{background-color:#143d73}.ablocks-social-share-item--digg-bg{background-color:#4c75a3}.ablocks-social-share-item--digg-bg:hover{background-color:#395782}.ablocks-social-share-item--skype-icon-bg{background-color:#00aff0}.ablocks-social-share-item--skype-icon-bg:hover{background-color:#08c}.ablocks-social-share-item--skype-bg{background-color:#3a96b8}.ablocks-social-share-item--skype-bg:hover{background-color:#2e7590}.ablocks-social-share-item--stumbleupon-icon-bg{background-color:#e03a0c}.ablocks-social-share-item--stumbleupon-icon-bg:hover{background-color:#b72f0a}.ablocks-social-share-item--stumbleupon-bg{background-color:#ec572f}.ablocks-social-share-item--stumbleupon-bg:hover{background-color:#d1421c}.ablocks-social-share-item--mix-icon-bg{background-color:#bb7504}.ablocks-social-share-item--mix-icon-bg:hover{background-color:#945c03}.ablocks-social-share-item--mix-bg{background-color:#f5a623}.ablocks-social-share-item--mix-bg:hover{background-color:#d28d1f}.ablocks-social-share-item--telegram-icon-bg{background-color:#08c}.ablocks-social-share-item--telegram-bg>.ablocks_icon_size>.ablocks-svg-icon{height:21px;width:1.5rem}.ablocks-social-share-item--telegram-bg{background-color:#006fa1}.ablocks-social-share-item--telegram-bg:hover{background-color:#005679}.social-pocket-icon{background-color:#c91830}.social-pocket-icon:hover{background-color:#a41426}.social-button--pocket{background-color:#ef4056}.social-button--pocket:hover{background-color:#d33044}.social-xlng-icon{background-color:#0875a8}.social-xlng-icon:hover{background-color:#065b82}.ablocks-social-share-item--xlng-bg{background-color:#1878a5}.ablocks-social-share-item--xlng-bg:hover{background-color:#135f80}.ablocks-social-share-item--whatsapp-icon-bg{background-color:#05c94d}.ablocks-social-share-item--whatsapp-icon-bg:hover{background-color:#039639}.ablocks-social-share-item--whatsapp-bg{background-color:#25d366}.ablocks-social-share-item--whatsapp-bg:hover{background-color:#1ea952}.ablocks-social-share-item--email-icon-bg{background-color:#bd2112}.ablocks-social-share-item--email-icon-bg:hover{background-color:#941a0e}.ablocks-social-share-item--email-bg{background-color:#d44638}.ablocks-social-share-item--email-bg:hover{background-color:#b0352b}.ablocks-social-share-item--print-icon-bg{background-color:#aaa}.ablocks-social-share-item--print-icon-bg:hover{background-color:#888}.ablocks-social-share-item--print-bg{background-color:#9a9a9a}.ablocks-social-share-item--print-bg:hover{background-color:#7a7a7a}.ablocks-social-share-item--pocket-icon-bg{background-color:#cd3a4d}.ablocks-social-share-item--pocket-icon-bg:hover{background-color:#c03}.ablocks-social-share-item--pocket-bg{background-color:#e54254}.ablocks-social-share-item--pocket-bg:hover{background-color:#b83244}.social-x-icon{background-color:#000}.social-x-icon:hover{background-color:#1a1a1a}.social-button--x{background-color:#272525}.social-button--x:hover{background-color:#1f1f1f}.social-threads-icon{background-color:#000}.social-threads-icon:hover{background-color:#1a1a1a}.social-button--threads{background-color:#161616}.social-button--threads:hover{background-color:#0f0f0f}.ablocks-social-share-item--gmail-icon-bg{background-color:#a5584e}.ablocks-social-share-item--gmail-icon-bg:hover{background-color:#b23121}.ablocks-social-share-item--gmail-bg{background-color:#d14836}.ablocks-social-share-item--gmail-bg:hover{background-color:#b23121}.ablocks-social-share-item--messenger-icon-bg{background-color:#0084ff}.ablocks-social-share-item--messenger-icon-bg:hover{background-color:#006bd6}.ablocks-social-share-item--messenger-bg{background-color:#00a6fb}.ablocks-social-share-item--messenger-bg:hover{background-color:#0084ff}.ablocks-social-share-item--flipboard-icon-bg{background-color:#e12828}.ablocks-social-share-item--flipboard-icon-bg:hover{background-color:#c41e1e}.ablocks-social-share-item--flipboard-bg{background-color:#f03030}.ablocks-social-share-item--flipboard-bg:hover{background-color:#d42525}.ablocks-social-share-item--blogger-icon-bg{background-color:#ff5722}.ablocks-social-share-item--blogger-icon-bg:hover{background-color:#e64a19}.ablocks-social-share-item--blogger-bg{background-color:#ff6f47}.ablocks-social-share-item--blogger-bg:hover{background-color:#e64a19}
.ablocks-list{display:flex;flex-direction:column;flex-wrap:wrap}.ablocks-list__item-content{align-items:center;display:flex;gap:8px;text-decoration:none!important}.ablocks-list__icon{display:flex;font-size:20px}.ablocks-list__icon i{align-items:center;display:flex;justify-content:center;width:1em}.ablocks-list__item-marker{background-color:#000;display:block;height:100%;max-height:10px;max-width:10px;min-height:10px;min-width:10px;width:100%}.ablocks-list__item-disc{border-radius:100%}.ablocks-block--list .ablocks-svg-icon{box-sizing:border-box;height:auto;width:20px}.ablocks-block--list .ablocks-svg-icon.empty-svg{height:20px}.ablocks-list_item-content-divider:last-child{border:none!important}.ablocks-list a{color:inherit!important}
.ablocks-block--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--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--icon .ablocks-block-container{display:flex}


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

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




.ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-hide-on-desktop,.ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-hide-on-tablet,.ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-hide-on-mobile { display:none; } } .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-block--container { padding:0px;max-width:min(100%,19%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-block--container { max-width:min(100%,2%) !important; } } .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97.ablocks-hide-on-desktop,.ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97.ablocks-hide-on-tablet,.ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97.ablocks-hide-on-mobile { display:none; } } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 { text-align:left; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-button { column-gap:6px;background:#9B8AFB;justify-content:left;color:#fefefe;border-width:1px;border-style:none;border-color:#ffffff;border-radius:6px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.18px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-button { font-family:Inter; } } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-button:hover { transition-duration:s; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-icon-wrap { font-size:14px; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-5aed205f-0d77-4acb-9795-6c8c60af2d3c { margin-top:-20px;padding-right:0px;padding-bottom:20px;padding-left:0px;background:#212b33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5aed205f-0d77-4acb-9795-6c8c60af2d3c { margin-top:-41px;padding-top:0px;padding-bottom:15px; } } @media screen and (max-width: 480px) { .ablocks-block-5aed205f-0d77-4acb-9795-6c8c60af2d3c { margin-right:0px;margin-bottom:0px;margin-left:0px; } } .ablocks-block-5aed205f-0d77-4acb-9795-6c8c60af2d3c.ablocks-block--container { padding-right:0px;padding-bottom:20px;padding-left:0px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5aed205f-0d77-4acb-9795-6c8c60af2d3c.ablocks-block--container { padding-top:0px;padding-bottom:15px; } } .ablocks-block-5aed205f-0d77-4acb-9795-6c8c60af2d3c > .ablocks-block-container { max-width:min(100%,1400px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-5aed205f-0d77-4acb-9795-6c8c60af2d3c > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-e6f9b51c-6d40-44c8-810c-ac53f1ebf922 { margin-top:-160px;padding-top:87px;padding-right:105px;padding-bottom:87px;padding-left:105px;background:linear-gradient(180deg,#212B33 0.00%,#152028 104.00%);border-radius:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e6f9b51c-6d40-44c8-810c-ac53f1ebf922 { margin-top:50px;padding:30px; } } .ablocks-is-fse-theme .ablocks-block-e6f9b51c-6d40-44c8-810c-ac53f1ebf922:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-e6f9b51c-6d40-44c8-810c-ac53f1ebf922:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-e6f9b51c-6d40-44c8-810c-ac53f1ebf922.ablocks-block--container { padding-top:87px;padding-right:105px;padding-bottom:87px;padding-left:105px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e6f9b51c-6d40-44c8-810c-ac53f1ebf922.ablocks-block--container { padding:30px;max-width:min(100%,85%) !important; } } .ablocks-block-e6f9b51c-6d40-44c8-810c-ac53f1ebf922 > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:78px; } @media screen and (max-width: 800px) { .ablocks-block-e6f9b51c-6d40-44c8-810c-ac53f1ebf922 > .ablocks-block-container { column-gap:16px; } } @media screen and (max-width: 480px) { .ablocks-block-e6f9b51c-6d40-44c8-810c-ac53f1ebf922 > .ablocks-block-container { flex-direction:column;row-gap:18px; } } .ablocks-block-e6f9b51c-6d40-44c8-810c-ac53f1ebf922 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-ce02bf64-0d15-45ba-a8d3-253ba8409075 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-ce02bf64-0d15-45ba-a8d3-253ba8409075:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-ce02bf64-0d15-45ba-a8d3-253ba8409075:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-ce02bf64-0d15-45ba-a8d3-253ba8409075.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ce02bf64-0d15-45ba-a8d3-253ba8409075 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2061c69e-4dd0-4e64-bb7d-3df55c40a6bb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2061c69e-4dd0-4e64-bb7d-3df55c40a6bb { text-align:left; } .ablocks-block-2061c69e-4dd0-4e64-bb7d-3df55c40a6bb .ablocks-paragraph-text { color:#08D565;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-2061c69e-4dd0-4e64-bb7d-3df55c40a6bb .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-2061c69e-4dd0-4e64-bb7d-3df55c40a6bb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-81791d63-cdd3-4982-82dd-d3219ddc4587 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-81791d63-cdd3-4982-82dd-d3219ddc4587 { text-align:left; } .ablocks-block-81791d63-cdd3-4982-82dd-d3219ddc4587 .ablocks-heading-text { color:#FFF;font-family:Plus Jakarta Sans;font-weight:700;font-style:normal;font-size:48px;line-height:58px;letter-spacing:-1px; } @media screen and (max-width: 800px) { .ablocks-block-81791d63-cdd3-4982-82dd-d3219ddc4587 .ablocks-heading-text { font-size:25px;line-height:35px; } } .ablocks-block-81791d63-cdd3-4982-82dd-d3219ddc4587 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-81791d63-cdd3-4982-82dd-d3219ddc4587 .ablocks-animated-text { color:#FFF;font-family:Plus Jakarta Sans;font-weight:700;font-style:normal;font-size:48px;line-height:58px;letter-spacing:-1px; } @media screen and (max-width: 800px) { .ablocks-block-81791d63-cdd3-4982-82dd-d3219ddc4587 .ablocks-animated-text { font-size:25px;line-height:35px; } } 
.ablocks-block-9bbe14f0-ec5f-43a5-bae3-dc1542ca1ae6 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;background:#9900cc00;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9bbe14f0-ec5f-43a5-bae3-dc1542ca1ae6 { padding:0px; } } .ablocks-is-fse-theme .ablocks-block-9bbe14f0-ec5f-43a5-bae3-dc1542ca1ae6:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-9bbe14f0-ec5f-43a5-bae3-dc1542ca1ae6:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-9bbe14f0-ec5f-43a5-bae3-dc1542ca1ae6.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9bbe14f0-ec5f-43a5-bae3-dc1542ca1ae6.ablocks-block--container { padding:0px; } } .ablocks-block-9bbe14f0-ec5f-43a5-bae3-dc1542ca1ae6 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:19px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-9bbe14f0-ec5f-43a5-bae3-dc1542ca1ae6 > .ablocks-block-container { row-gap:12px; } } 
.ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e { padding:0px;background:#9900cc00;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e > .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;display:none;margin-top:10px; } .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-form-builder__input , .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-form-builder__select , .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-form-builder-timepicker-input , .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-form-builder-datepicker-input { background:white;text-align:left;border-radius:8px;padding:12px;box-sizing:border-box; } .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-form-builder__input::placeholder { text-align:left; } .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-form-builder__input-icon,.ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-form-builder__submit-button { text-align:center;align-self:flex-start; } .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-form-builder__submit-button { background:#47b36b;border-radius:8px;font-family:Roboto,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-form-builder__submit-button { font-family:Roboto; } } .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-form-builder__submit-button:hover { background:#5cdc89; } .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-d4118f06-37ec-44ad-a1cf-2522b8a0428e .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-bff04ed0-81ed-405e-8d59-9556feff00ef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bff04ed0-81ed-405e-8d59-9556feff00ef.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-bff04ed0-81ed-405e-8d59-9556feff00ef .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-bff04ed0-81ed-405e-8d59-9556feff00ef .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-a2ac03f0-17c4-407d-8c61-1ff6838bbbdd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a2ac03f0-17c4-407d-8c61-1ff6838bbbdd { text-align:left; } .ablocks-block-a2ac03f0-17c4-407d-8c61-1ff6838bbbdd .ablocks-paragraph-text { color:#979797;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-a2ac03f0-17c4-407d-8c61-1ff6838bbbdd .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-a2ac03f0-17c4-407d-8c61-1ff6838bbbdd .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8790549b-dd7a-4035-95e5-f32876849cb1 { margin-top:68px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-8790549b-dd7a-4035-95e5-f32876849cb1:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-8790549b-dd7a-4035-95e5-f32876849cb1:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-8790549b-dd7a-4035-95e5-f32876849cb1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8790549b-dd7a-4035-95e5-f32876849cb1 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8790549b-dd7a-4035-95e5-f32876849cb1 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-a38557e5-928e-4f86-92ce-d37a7771e8ab { padding-top:0px;padding-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-a38557e5-928e-4f86-92ce-d37a7771e8ab:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-a38557e5-928e-4f86-92ce-d37a7771e8ab:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-a38557e5-928e-4f86-92ce-d37a7771e8ab.ablocks-block--container { padding-top:0px;padding-bottom:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a38557e5-928e-4f86-92ce-d37a7771e8ab > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:0px;column-gap:53px; } @media screen and (max-width: 800px) { .ablocks-block-a38557e5-928e-4f86-92ce-d37a7771e8ab > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-a38557e5-928e-4f86-92ce-d37a7771e8ab > .ablocks-block-container { flex-direction:column;row-gap:40px; } } .ablocks-block-a38557e5-928e-4f86-92ce-d37a7771e8ab > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-999a1bc7-f1de-4461-9aec-3b83ace63705 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-999a1bc7-f1de-4461-9aec-3b83ace63705:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-999a1bc7-f1de-4461-9aec-3b83ace63705:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-999a1bc7-f1de-4461-9aec-3b83ace63705.ablocks-block--container { max-width:min(100%,25%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-999a1bc7-f1de-4461-9aec-3b83ace63705.ablocks-block--container { max-width:min(100%,32%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-999a1bc7-f1de-4461-9aec-3b83ace63705.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-999a1bc7-f1de-4461-9aec-3b83ace63705 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7180266e-c6e2-4ce3-9594-2e415ac0e7e0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7180266e-c6e2-4ce3-9594-2e415ac0e7e0 { display:flex;justify-content:left; } .ablocks-block-7180266e-c6e2-4ce3-9594-2e415ac0e7e0 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-7180266e-c6e2-4ce3-9594-2e415ac0e7e0 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-030f3940-037c-4138-a66d-b59076cdece8 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-030f3940-037c-4138-a66d-b59076cdece8 { text-align:left; } .ablocks-block-030f3940-037c-4138-a66d-b59076cdece8 .ablocks-paragraph-text { color:#F4F4F4;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-030f3940-037c-4138-a66d-b59076cdece8 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-030f3940-037c-4138-a66d-b59076cdece8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5466ddb1-729e-4323-9bb5-7d045f057dd4 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5466ddb1-729e-4323-9bb5-7d045f057dd4.ablocks-block--social-shares .ablocks-block-container { flex-direction:row;justify-content:flex-start;gap:14px; } .ablocks-block-5466ddb1-729e-4323-9bb5-7d045f057dd4 .ablocks-block-container .ablocks-social-share { height:48px;width:48px; } .ablocks-block-5466ddb1-729e-4323-9bb5-7d045f057dd4 .ablocks-social-share > .ablocks-svg-icon { fill:#170a1b!important;width:16px;height:16px; } .ablocks-block-5466ddb1-729e-4323-9bb5-7d045f057dd4 .ablocks-social-share > .ablocks-svg-icon:hover { fill:!important; } .ablocks-block-5466ddb1-729e-4323-9bb5-7d045f057dd4 .ablocks-social-share-item { border-radius:33px; } .ablocks-block-5466ddb1-729e-4323-9bb5-7d045f057dd4 .ablocks-social-share-item--icon { width:40px;height:40px; } .ablocks-block-5466ddb1-729e-4323-9bb5-7d045f057dd4 .ablocks-social-share-item--icon>.ablocks-svg-icon { height:22px; } .ablocks-block-5466ddb1-729e-4323-9bb5-7d045f057dd4 .ablocks-social-share-item--text { width:80px;height:42px; } 
.ablocks-block-031761f9-a8e6-432e-ba87-eee958e553a7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-031761f9-a8e6-432e-ba87-eee958e553a7:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-031761f9-a8e6-432e-ba87-eee958e553a7:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-031761f9-a8e6-432e-ba87-eee958e553a7.ablocks-block--container { max-width:min(100%,75%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-031761f9-a8e6-432e-ba87-eee958e553a7.ablocks-block--container { max-width:min(100%,73%) !important; } } .ablocks-block-031761f9-a8e6-432e-ba87-eee958e553a7 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:0px;column-gap:29px; } @media screen and (max-width: 480px) { .ablocks-block-031761f9-a8e6-432e-ba87-eee958e553a7 > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-031761f9-a8e6-432e-ba87-eee958e553a7 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-094308f6-027a-4cf3-bbca-57f2671a9b16 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-094308f6-027a-4cf3-bbca-57f2671a9b16:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-094308f6-027a-4cf3-bbca-57f2671a9b16:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-094308f6-027a-4cf3-bbca-57f2671a9b16.ablocks-block--container { max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-094308f6-027a-4cf3-bbca-57f2671a9b16.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-094308f6-027a-4cf3-bbca-57f2671a9b16 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-342972cf-b0af-4dbc-a242-59a5e9dc966b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-342972cf-b0af-4dbc-a242-59a5e9dc966b { text-align:left; } .ablocks-block-342972cf-b0af-4dbc-a242-59a5e9dc966b .ablocks-paragraph-text { color:#FFF;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:16px; } @media screen and (max-width: 800px) { .ablocks-block-342972cf-b0af-4dbc-a242-59a5e9dc966b .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-342972cf-b0af-4dbc-a242-59a5e9dc966b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b8546440-9e28-4765-b839-dec5a02fa757 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b8546440-9e28-4765-b839-dec5a02fa757 { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:14px; } @media screen and (max-width: 800px) { .ablocks-block-b8546440-9e28-4765-b839-dec5a02fa757 { font-family:DM Sans; } } .ablocks-block-b8546440-9e28-4765-b839-dec5a02fa757 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b8546440-9e28-4765-b839-dec5a02fa757 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-b8546440-9e28-4765-b839-dec5a02fa757 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-b8546440-9e28-4765-b839-dec5a02fa757 .ablocks-list__item-content .ablocks-list__item-text { color:#FFF; } 
.ablocks-block-6eade1bb-267c-4574-b68b-607e49b7170a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-6eade1bb-267c-4574-b68b-607e49b7170a:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-6eade1bb-267c-4574-b68b-607e49b7170a:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-6eade1bb-267c-4574-b68b-607e49b7170a.ablocks-block--container { max-width:min(100%,14%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-6eade1bb-267c-4574-b68b-607e49b7170a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6eade1bb-267c-4574-b68b-607e49b7170a > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b167b614-1571-445e-b7f0-4bc7b8afa6a5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b167b614-1571-445e-b7f0-4bc7b8afa6a5 { text-align:left; } .ablocks-block-b167b614-1571-445e-b7f0-4bc7b8afa6a5 .ablocks-paragraph-text { color:#FFF;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:16px; } @media screen and (max-width: 800px) { .ablocks-block-b167b614-1571-445e-b7f0-4bc7b8afa6a5 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-b167b614-1571-445e-b7f0-4bc7b8afa6a5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ff8ee841-89dd-4e03-a3ce-ef27fc3c102f { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ff8ee841-89dd-4e03-a3ce-ef27fc3c102f { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:14px; } @media screen and (max-width: 800px) { .ablocks-block-ff8ee841-89dd-4e03-a3ce-ef27fc3c102f { font-family:DM Sans; } } .ablocks-block-ff8ee841-89dd-4e03-a3ce-ef27fc3c102f .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ff8ee841-89dd-4e03-a3ce-ef27fc3c102f .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-ff8ee841-89dd-4e03-a3ce-ef27fc3c102f .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-ff8ee841-89dd-4e03-a3ce-ef27fc3c102f .ablocks-list__item-content .ablocks-list__item-text { color:#FFF; } 
.ablocks-block-8bcd84df-3a0c-49a1-b7c2-5244505cba0c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-8bcd84df-3a0c-49a1-b7c2-5244505cba0c:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-8bcd84df-3a0c-49a1-b7c2-5244505cba0c:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-8bcd84df-3a0c-49a1-b7c2-5244505cba0c.ablocks-block--container { max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-8bcd84df-3a0c-49a1-b7c2-5244505cba0c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-8bcd84df-3a0c-49a1-b7c2-5244505cba0c > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d3d0c455-668e-4ac1-9829-1d5e2a07d169 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d3d0c455-668e-4ac1-9829-1d5e2a07d169 { text-align:left; } .ablocks-block-d3d0c455-668e-4ac1-9829-1d5e2a07d169 .ablocks-paragraph-text { color:#FFF;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:16px; } @media screen and (max-width: 800px) { .ablocks-block-d3d0c455-668e-4ac1-9829-1d5e2a07d169 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-d3d0c455-668e-4ac1-9829-1d5e2a07d169 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-55337239-cec3-4f37-817c-9e68188a9c8a { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-55337239-cec3-4f37-817c-9e68188a9c8a { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:14px; } @media screen and (max-width: 800px) { .ablocks-block-55337239-cec3-4f37-817c-9e68188a9c8a { font-family:DM Sans; } } .ablocks-block-55337239-cec3-4f37-817c-9e68188a9c8a .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-55337239-cec3-4f37-817c-9e68188a9c8a .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-55337239-cec3-4f37-817c-9e68188a9c8a .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-55337239-cec3-4f37-817c-9e68188a9c8a .ablocks-list__item-content .ablocks-list__item-text { color:#FFF; } 
.ablocks-block-8d82fc85-8549-45ca-8f13-c7f57b50bfb5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-8d82fc85-8549-45ca-8f13-c7f57b50bfb5:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-8d82fc85-8549-45ca-8f13-c7f57b50bfb5:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-8d82fc85-8549-45ca-8f13-c7f57b50bfb5.ablocks-block--container { max-width:min(100%,25%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-8d82fc85-8549-45ca-8f13-c7f57b50bfb5.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-8d82fc85-8549-45ca-8f13-c7f57b50bfb5 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f760a4c9-0908-457a-8398-a35281f8d83f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f760a4c9-0908-457a-8398-a35281f8d83f { text-align:left; } .ablocks-block-f760a4c9-0908-457a-8398-a35281f8d83f .ablocks-paragraph-text { color:#FFF;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:16px; } @media screen and (max-width: 800px) { .ablocks-block-f760a4c9-0908-457a-8398-a35281f8d83f .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-f760a4c9-0908-457a-8398-a35281f8d83f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d774637e-a7ae-4fac-8ed4-fd24d84dd7dc { margin-top:19px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d774637e-a7ae-4fac-8ed4-fd24d84dd7dc { text-align:left; } .ablocks-block-d774637e-a7ae-4fac-8ed4-fd24d84dd7dc .ablocks-paragraph-text { color:#F4F4F4;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-d774637e-a7ae-4fac-8ed4-fd24d84dd7dc .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-d774637e-a7ae-4fac-8ed4-fd24d84dd7dc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f6c1cead-cb1b-4767-97b4-8119290807c8 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f6c1cead-cb1b-4767-97b4-8119290807c8 { text-align:left; } .ablocks-block-f6c1cead-cb1b-4767-97b4-8119290807c8 .ablocks-paragraph-text { color:#F4F4F4;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-f6c1cead-cb1b-4767-97b4-8119290807c8 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-f6c1cead-cb1b-4767-97b4-8119290807c8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e67d3255-d86a-4236-b73f-eca66e361234 { margin-top:11px;padding-top:24px;padding-bottom:24px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#969696;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-e67d3255-d86a-4236-b73f-eca66e361234:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-e67d3255-d86a-4236-b73f-eca66e361234:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-e67d3255-d86a-4236-b73f-eca66e361234.ablocks-block--container { padding-top:24px;padding-bottom:24px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e67d3255-d86a-4236-b73f-eca66e361234 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-e67d3255-d86a-4236-b73f-eca66e361234 > .ablocks-block-container { flex-direction:column; } } .ablocks-block-e67d3255-d86a-4236-b73f-eca66e361234 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-ce8d900e-fa8a-41b8-b4dd-13ee3fb7f64e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-ce8d900e-fa8a-41b8-b4dd-13ee3fb7f64e:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-ce8d900e-fa8a-41b8-b4dd-13ee3fb7f64e:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-ce8d900e-fa8a-41b8-b4dd-13ee3fb7f64e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ce8d900e-fa8a-41b8-b4dd-13ee3fb7f64e > .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-ce8d900e-fa8a-41b8-b4dd-13ee3fb7f64e > .ablocks-block-container { flex-direction:column;row-gap:16px; } } .ablocks-block-ce8d900e-fa8a-41b8-b4dd-13ee3fb7f64e > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-7ec9aec4-1988-444e-9d8a-9185d8983b53 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-7ec9aec4-1988-444e-9d8a-9185d8983b53:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-7ec9aec4-1988-444e-9d8a-9185d8983b53:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-7ec9aec4-1988-444e-9d8a-9185d8983b53.ablocks-block--container { padding:0px;max-width:min(100%,52%) !important;overflow:visible; } .ablocks-block-7ec9aec4-1988-444e-9d8a-9185d8983b53 > .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-7ec9aec4-1988-444e-9d8a-9185d8983b53 > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-1cda2505-b15d-4dab-b6a4-e22fd90f1fa2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1cda2505-b15d-4dab-b6a4-e22fd90f1fa2 { text-align:right; } .ablocks-block-1cda2505-b15d-4dab-b6a4-e22fd90f1fa2 .ablocks-paragraph-text { color:#F4F4F4;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:14px; } @media screen and (max-width: 800px) { .ablocks-block-1cda2505-b15d-4dab-b6a4-e22fd90f1fa2 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-1cda2505-b15d-4dab-b6a4-e22fd90f1fa2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a67532cb-a143-45cf-9c44-d294c6796f42 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-a67532cb-a143-45cf-9c44-d294c6796f42:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-a67532cb-a143-45cf-9c44-d294c6796f42:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-a67532cb-a143-45cf-9c44-d294c6796f42.ablocks-block--container { padding:0px;max-width:min(100%,47%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-a67532cb-a143-45cf-9c44-d294c6796f42.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-a67532cb-a143-45cf-9c44-d294c6796f42 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 480px) { .ablocks-block-a67532cb-a143-45cf-9c44-d294c6796f42 > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-a67532cb-a143-45cf-9c44-d294c6796f42 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-b595b5da-d09f-4d87-ab19-9aceefabf7da { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b595b5da-d09f-4d87-ab19-9aceefabf7da { text-align:left; } .ablocks-block-b595b5da-d09f-4d87-ab19-9aceefabf7da .ablocks-paragraph-text { color:#F4F4F4;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:14px; } @media screen and (max-width: 800px) { .ablocks-block-b595b5da-d09f-4d87-ab19-9aceefabf7da .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-b595b5da-d09f-4d87-ab19-9aceefabf7da .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8a617e14-07a6-44cf-b4fc-87a32cd01251 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8a617e14-07a6-44cf-b4fc-87a32cd01251 { text-align:left; } .ablocks-block-8a617e14-07a6-44cf-b4fc-87a32cd01251 .ablocks-paragraph-text { color:#F4F4F4;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:14px; } @media screen and (max-width: 800px) { .ablocks-block-8a617e14-07a6-44cf-b4fc-87a32cd01251 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-8a617e14-07a6-44cf-b4fc-87a32cd01251 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-17f5a73a-8f41-49bf-86db-7b6d3b75bfb2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-17f5a73a-8f41-49bf-86db-7b6d3b75bfb2 { text-align:left; } .ablocks-block-17f5a73a-8f41-49bf-86db-7b6d3b75bfb2 .ablocks-paragraph-text { color:#F4F4F4;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:14px; } @media screen and (max-width: 800px) { .ablocks-block-17f5a73a-8f41-49bf-86db-7b6d3b75bfb2 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-17f5a73a-8f41-49bf-86db-7b6d3b75bfb2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ca9002a7-7db6-4e68-a997-98673ba99dd3 { margin-top:231px;padding-top:0px;padding-right:10px;padding-bottom:0px;padding-left:10px;background:#F0F4F5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-ca9002a7-7db6-4e68-a997-98673ba99dd3 { margin-top:180px; } } .ablocks-block-ca9002a7-7db6-4e68-a997-98673ba99dd3.ablocks-block--container { padding-top:0px;padding-right:10px;padding-bottom:0px;padding-left:10px;overflow:visible; } .ablocks-block-ca9002a7-7db6-4e68-a997-98673ba99dd3 > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-ca9002a7-7db6-4e68-a997-98673ba99dd3 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-1bff3a84-3c9b-4155-8482-e69b8de9c14a { margin-top:-156px;padding-top:87px;padding-right:109px;padding-bottom:87px;padding-left:109px;background:linear-gradient(90deg,#1BB69C 0%,#31B979 100%);border-radius:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1bff3a84-3c9b-4155-8482-e69b8de9c14a { padding-top:20px;padding-right:15px;padding-bottom:20px;padding-left:15px; } } @media screen and (max-width: 480px) { .ablocks-block-1bff3a84-3c9b-4155-8482-e69b8de9c14a { border-radius:24px; } } .ablocks-is-fse-theme .ablocks-block-1bff3a84-3c9b-4155-8482-e69b8de9c14a:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-1bff3a84-3c9b-4155-8482-e69b8de9c14a:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-1bff3a84-3c9b-4155-8482-e69b8de9c14a.ablocks-block--container { padding-top:87px;padding-right:109px;padding-bottom:87px;padding-left:109px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1bff3a84-3c9b-4155-8482-e69b8de9c14a.ablocks-block--container { padding-top:20px;padding-right:15px;padding-bottom:20px;padding-left:15px; } } .ablocks-block-1bff3a84-3c9b-4155-8482-e69b8de9c14a > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9eb3e36e-a137-4d1d-ba3a-9e29b5c43d7a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-9eb3e36e-a137-4d1d-ba3a-9e29b5c43d7a:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-9eb3e36e-a137-4d1d-ba3a-9e29b5c43d7a:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-9eb3e36e-a137-4d1d-ba3a-9e29b5c43d7a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9eb3e36e-a137-4d1d-ba3a-9e29b5c43d7a > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-9eb3e36e-a137-4d1d-ba3a-9e29b5c43d7a > .ablocks-block-container { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-9eb3e36e-a137-4d1d-ba3a-9e29b5c43d7a > .ablocks-block-container { flex-direction:column;row-gap:24px;column-gap:46px; } } .ablocks-block-9eb3e36e-a137-4d1d-ba3a-9e29b5c43d7a > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-7cd3d80f-be9c-4942-8f70-68db722a149f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-7cd3d80f-be9c-4942-8f70-68db722a149f:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-7cd3d80f-be9c-4942-8f70-68db722a149f:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-7cd3d80f-be9c-4942-8f70-68db722a149f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7cd3d80f-be9c-4942-8f70-68db722a149f > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3b75ca64-1e1d-4183-a8d4-239a92c8b4de { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3b75ca64-1e1d-4183-a8d4-239a92c8b4de { text-align:left; } .ablocks-block-3b75ca64-1e1d-4183-a8d4-239a92c8b4de .ablocks-paragraph-text { color:#FFF;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-3b75ca64-1e1d-4183-a8d4-239a92c8b4de .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-3b75ca64-1e1d-4183-a8d4-239a92c8b4de .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2496f3f1-2ec3-4b3f-95ed-e9a8c38d9e2e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2496f3f1-2ec3-4b3f-95ed-e9a8c38d9e2e { text-align:left; } .ablocks-block-2496f3f1-2ec3-4b3f-95ed-e9a8c38d9e2e .ablocks-heading-text { color:#FFF;font-family:Plus Jakarta Sans;font-weight:700;font-style:normal;font-size:48px;line-height:58px;letter-spacing:-1px; } @media screen and (max-width: 800px) { .ablocks-block-2496f3f1-2ec3-4b3f-95ed-e9a8c38d9e2e .ablocks-heading-text { font-size:32px;line-height:42px; } } .ablocks-block-2496f3f1-2ec3-4b3f-95ed-e9a8c38d9e2e .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-2496f3f1-2ec3-4b3f-95ed-e9a8c38d9e2e .ablocks-animated-text { color:#FFF;font-family:Plus Jakarta Sans;font-weight:700;font-style:normal;font-size:48px;line-height:58px;letter-spacing:-1px; } @media screen and (max-width: 800px) { .ablocks-block-2496f3f1-2ec3-4b3f-95ed-e9a8c38d9e2e .ablocks-animated-text { font-size:32px;line-height:42px; } } 
.ablocks-block-8f34ab7c-4f0a-4329-a7bd-5df4a8dce011 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-8f34ab7c-4f0a-4329-a7bd-5df4a8dce011:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-8f34ab7c-4f0a-4329-a7bd-5df4a8dce011:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-8f34ab7c-4f0a-4329-a7bd-5df4a8dce011.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8f34ab7c-4f0a-4329-a7bd-5df4a8dce011 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:19px;column-gap:0px; } 
.ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;background:#ffffff00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c > .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;display:none;margin-top:10px; } .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-form-builder__input , .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-form-builder__select , .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-form-builder-timepicker-input , .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-form-builder-datepicker-input { background:#ffffff;text-align:left;border-width:1px;border-style:solid;border-radius:999px;box-sizing:border-box; } .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-form-builder__input::placeholder { text-align:left; } .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-form-builder__input-icon,.ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-form-builder__submit-button { text-align:center;align-self:flex-start; } .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-form-builder__submit-button { color:#FFF;background:#0ed678;border-radius:999px;font-family:Plus Jakarta Sans;font-weight:600;font-style:normal;font-size:16px;padding-right:20px;padding-left:20px; } @media screen and (max-width: 480px) { .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-form-builder__submit-button { font-size:12px;padding-right:0px;padding-left:0px; } } .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-e73d5e61-43f9-4032-9825-b15ac746b03c .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-a80db799-f619-48cf-967b-ed25875514cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a80db799-f619-48cf-967b-ed25875514cb.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-a80db799-f619-48cf-967b-ed25875514cb .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-a80db799-f619-48cf-967b-ed25875514cb .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-21a2d98d-317b-4b36-bc3f-7a9940438395 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-21a2d98d-317b-4b36-bc3f-7a9940438395 { text-align:left; } .ablocks-block-21a2d98d-317b-4b36-bc3f-7a9940438395 .ablocks-paragraph-text { color:#FFF;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-21a2d98d-317b-4b36-bc3f-7a9940438395 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-21a2d98d-317b-4b36-bc3f-7a9940438395 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-05437a18-399b-42a1-8832-c2ac47abdf60 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-05437a18-399b-42a1-8832-c2ac47abdf60:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-05437a18-399b-42a1-8832-c2ac47abdf60:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-05437a18-399b-42a1-8832-c2ac47abdf60.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-05437a18-399b-42a1-8832-c2ac47abdf60 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:200px; } @media screen and (max-width: 800px) { .ablocks-block-05437a18-399b-42a1-8832-c2ac47abdf60 > .ablocks-block-container { flex-direction:column;row-gap:30px;column-gap:50px; } } .ablocks-block-05437a18-399b-42a1-8832-c2ac47abdf60 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-149ca0cd-b6e6-424a-9ee4-aa98a160ca69 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-149ca0cd-b6e6-424a-9ee4-aa98a160ca69:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-149ca0cd-b6e6-424a-9ee4-aa98a160ca69:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-149ca0cd-b6e6-424a-9ee4-aa98a160ca69.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-149ca0cd-b6e6-424a-9ee4-aa98a160ca69.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-149ca0cd-b6e6-424a-9ee4-aa98a160ca69 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box > .ablocks-block-container > .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-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:200px; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:180%;color:#181818; } @media screen and (max-width: 800px) { .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box > .ablocks-block-container > .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-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727 .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-200873b5-ee0c-4cc8-9a28-105e4180f727 .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-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box:hover > .ablocks-block-container > .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-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box:hover > .ablocks-block-container > .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-200873b5-ee0c-4cc8-9a28-105e4180f727 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727.ablocks-block--info-box > .ablocks-block-container > .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-200873b5-ee0c-4cc8-9a28-105e4180f727 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-200873b5-ee0c-4cc8-9a28-105e4180f727 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-6e0950e9-3a47-47a8-9a8d-d83172fbdae1 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6e0950e9-3a47-47a8-9a8d-d83172fbdae1.ablocks-block--social-shares .ablocks-block-container { flex-direction:row;justify-content:flex-start;gap:16px; } .ablocks-block-6e0950e9-3a47-47a8-9a8d-d83172fbdae1 .ablocks-block-container .ablocks-social-share { height:48px;width:48px; } .ablocks-block-6e0950e9-3a47-47a8-9a8d-d83172fbdae1 .ablocks-social-share > .ablocks-svg-icon { fill:#170a1b!important;width:16px;height:16px; } .ablocks-block-6e0950e9-3a47-47a8-9a8d-d83172fbdae1 .ablocks-social-share > .ablocks-svg-icon:hover { fill:!important; } .ablocks-block-6e0950e9-3a47-47a8-9a8d-d83172fbdae1 .ablocks-social-share-item--icon { width:43px;height:42px; } .ablocks-block-6e0950e9-3a47-47a8-9a8d-d83172fbdae1 .ablocks-social-share-item--icon>.ablocks-svg-icon { height:25px; } .ablocks-block-6e0950e9-3a47-47a8-9a8d-d83172fbdae1 .ablocks-social-share-item--text { width:80px;height:42px; } 
.ablocks-block-1ac3adad-0598-4318-b370-5ee1ed378118 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-1ac3adad-0598-4318-b370-5ee1ed378118:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-1ac3adad-0598-4318-b370-5ee1ed378118:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-1ac3adad-0598-4318-b370-5ee1ed378118.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1ac3adad-0598-4318-b370-5ee1ed378118 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:50px; } @media screen and (max-width: 800px) { .ablocks-block-1ac3adad-0598-4318-b370-5ee1ed378118 > .ablocks-block-container { row-gap:65px; } } @media screen and (max-width: 480px) { .ablocks-block-1ac3adad-0598-4318-b370-5ee1ed378118 > .ablocks-block-container { flex-direction:column;row-gap:14px; } } .ablocks-block-1ac3adad-0598-4318-b370-5ee1ed378118 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-707394d9-4061-44d0-867f-87b2ce9bc885 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-707394d9-4061-44d0-867f-87b2ce9bc885:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-707394d9-4061-44d0-867f-87b2ce9bc885:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-707394d9-4061-44d0-867f-87b2ce9bc885.ablocks-block--container { padding:0px;max-width:min(100%,12%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-707394d9-4061-44d0-867f-87b2ce9bc885.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-707394d9-4061-44d0-867f-87b2ce9bc885 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a04ecda5-5061-43e2-a994-21d689419147 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a04ecda5-5061-43e2-a994-21d689419147 { text-align:left; } .ablocks-block-a04ecda5-5061-43e2-a994-21d689419147 .ablocks-paragraph-text { color:#363539;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:16px; } @media screen and (max-width: 800px) { .ablocks-block-a04ecda5-5061-43e2-a994-21d689419147 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-a04ecda5-5061-43e2-a994-21d689419147 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b4eb8d2f-6f68-4fcc-bc03-f90e257ac427 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b4eb8d2f-6f68-4fcc-bc03-f90e257ac427 { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:14px; } @media screen and (max-width: 800px) { .ablocks-block-b4eb8d2f-6f68-4fcc-bc03-f90e257ac427 { font-family:DM Sans; } } .ablocks-block-b4eb8d2f-6f68-4fcc-bc03-f90e257ac427 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b4eb8d2f-6f68-4fcc-bc03-f90e257ac427 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-b4eb8d2f-6f68-4fcc-bc03-f90e257ac427 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-b4eb8d2f-6f68-4fcc-bc03-f90e257ac427 .ablocks-list__item-content .ablocks-list__item-text { color:#181818; } 
.ablocks-block-e98060bb-794b-458f-bd10-13ebe1f68ec5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-e98060bb-794b-458f-bd10-13ebe1f68ec5:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-e98060bb-794b-458f-bd10-13ebe1f68ec5:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-e98060bb-794b-458f-bd10-13ebe1f68ec5.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-e98060bb-794b-458f-bd10-13ebe1f68ec5.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e98060bb-794b-458f-bd10-13ebe1f68ec5 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6212957a-2028-4321-a22e-790aa2b9ad7e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6212957a-2028-4321-a22e-790aa2b9ad7e { text-align:left; } .ablocks-block-6212957a-2028-4321-a22e-790aa2b9ad7e .ablocks-paragraph-text { color:#363539;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:16px; } @media screen and (max-width: 800px) { .ablocks-block-6212957a-2028-4321-a22e-790aa2b9ad7e .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-6212957a-2028-4321-a22e-790aa2b9ad7e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-51e4bb17-0590-482b-826e-934ee21250e6 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-51e4bb17-0590-482b-826e-934ee21250e6 { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:14px; } @media screen and (max-width: 800px) { .ablocks-block-51e4bb17-0590-482b-826e-934ee21250e6 { font-family:DM Sans; } } .ablocks-block-51e4bb17-0590-482b-826e-934ee21250e6 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-51e4bb17-0590-482b-826e-934ee21250e6 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-51e4bb17-0590-482b-826e-934ee21250e6 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-51e4bb17-0590-482b-826e-934ee21250e6 .ablocks-list__item-content .ablocks-list__item-text { color:#181818; } 
.ablocks-block-6d239ce4-efb4-401e-b2ab-d4960a28fe0e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-6d239ce4-efb4-401e-b2ab-d4960a28fe0e:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-6d239ce4-efb4-401e-b2ab-d4960a28fe0e:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-6d239ce4-efb4-401e-b2ab-d4960a28fe0e.ablocks-block--container { padding:0px;max-width:min(100%,22%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-6d239ce4-efb4-401e-b2ab-d4960a28fe0e.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6d239ce4-efb4-401e-b2ab-d4960a28fe0e > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-63ff1ae2-f261-4f56-b9fe-930800834b15 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-63ff1ae2-f261-4f56-b9fe-930800834b15 { text-align:left; } .ablocks-block-63ff1ae2-f261-4f56-b9fe-930800834b15 .ablocks-paragraph-text { color:#363539;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:16px; } @media screen and (max-width: 800px) { .ablocks-block-63ff1ae2-f261-4f56-b9fe-930800834b15 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-63ff1ae2-f261-4f56-b9fe-930800834b15 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e29e6849-3cf2-4092-893a-ef731ab6a832 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e29e6849-3cf2-4092-893a-ef731ab6a832 { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:14px; } @media screen and (max-width: 800px) { .ablocks-block-e29e6849-3cf2-4092-893a-ef731ab6a832 { font-family:DM Sans; } } .ablocks-block-e29e6849-3cf2-4092-893a-ef731ab6a832 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-e29e6849-3cf2-4092-893a-ef731ab6a832 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-e29e6849-3cf2-4092-893a-ef731ab6a832 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-e29e6849-3cf2-4092-893a-ef731ab6a832 .ablocks-list__item-content .ablocks-list__item-text { color:#181818; } 
.ablocks-block-5587d336-d526-4fb2-8244-5d15d6f81ed8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-5587d336-d526-4fb2-8244-5d15d6f81ed8:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-5587d336-d526-4fb2-8244-5d15d6f81ed8:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-5587d336-d526-4fb2-8244-5d15d6f81ed8.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-5587d336-d526-4fb2-8244-5d15d6f81ed8.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5587d336-d526-4fb2-8244-5d15d6f81ed8 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-acc3baad-fb13-4f0c-adc5-0aebe642388a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-acc3baad-fb13-4f0c-adc5-0aebe642388a { text-align:left; } .ablocks-block-acc3baad-fb13-4f0c-adc5-0aebe642388a .ablocks-paragraph-text { color:#363539;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:16px; } @media screen and (max-width: 800px) { .ablocks-block-acc3baad-fb13-4f0c-adc5-0aebe642388a .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-acc3baad-fb13-4f0c-adc5-0aebe642388a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1478b7fd-1e43-46af-87e5-e105e73e8dab { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1478b7fd-1e43-46af-87e5-e105e73e8dab { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:14px; } @media screen and (max-width: 800px) { .ablocks-block-1478b7fd-1e43-46af-87e5-e105e73e8dab { font-family:DM Sans; } } .ablocks-block-1478b7fd-1e43-46af-87e5-e105e73e8dab .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-1478b7fd-1e43-46af-87e5-e105e73e8dab .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-1478b7fd-1e43-46af-87e5-e105e73e8dab .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-1478b7fd-1e43-46af-87e5-e105e73e8dab .ablocks-list__item-content .ablocks-list__item-text { color:#181818; } 
.ablocks-block-f0681b43-8746-449c-ae4c-4191211fa7a1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f0681b43-8746-449c-ae4c-4191211fa7a1 { text-align:left; } .ablocks-block-f0681b43-8746-449c-ae4c-4191211fa7a1 .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-f0681b43-8746-449c-ae4c-4191211fa7a1 .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-f0681b43-8746-449c-ae4c-4191211fa7a1 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-f0681b43-8746-449c-ae4c-4191211fa7a1 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-f0681b43-8746-449c-ae4c-4191211fa7a1 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-f0681b43-8746-449c-ae4c-4191211fa7a1 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-f0681b43-8746-449c-ae4c-4191211fa7a1 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-9de3f151-42bf-434c-9839-fcbbeac1e0b6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-9de3f151-42bf-434c-9839-fcbbeac1e0b6:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-9de3f151-42bf-434c-9839-fcbbeac1e0b6:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-9de3f151-42bf-434c-9839-fcbbeac1e0b6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9de3f151-42bf-434c-9839-fcbbeac1e0b6 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-9de3f151-42bf-434c-9839-fcbbeac1e0b6 > .ablocks-block-container { flex-direction:column; } } .ablocks-block-9de3f151-42bf-434c-9839-fcbbeac1e0b6 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-e38d3b13-74b2-438c-aa17-44949f6336ad { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-e38d3b13-74b2-438c-aa17-44949f6336ad:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-e38d3b13-74b2-438c-aa17-44949f6336ad:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-e38d3b13-74b2-438c-aa17-44949f6336ad.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e38d3b13-74b2-438c-aa17-44949f6336ad > .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-e38d3b13-74b2-438c-aa17-44949f6336ad > .ablocks-block-container { justify-content:center;justify-items:center;align-items:flex-start;column-gap:46px; } } 
.ablocks-block-5af5695c-d715-4eed-ac20-27bc2d781ba2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5af5695c-d715-4eed-ac20-27bc2d781ba2 { text-align:right; } .ablocks-block-5af5695c-d715-4eed-ac20-27bc2d781ba2 .ablocks-paragraph-text { color:#363539;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:14px; } @media screen and (max-width: 800px) { .ablocks-block-5af5695c-d715-4eed-ac20-27bc2d781ba2 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-5af5695c-d715-4eed-ac20-27bc2d781ba2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2c863d04-bfee-4bcb-bdcf-f4115df5aed3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-2c863d04-bfee-4bcb-bdcf-f4115df5aed3:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-2c863d04-bfee-4bcb-bdcf-f4115df5aed3:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-2c863d04-bfee-4bcb-bdcf-f4115df5aed3.ablocks-block--container { max-width:min(100%,39%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-2c863d04-bfee-4bcb-bdcf-f4115df5aed3.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2c863d04-bfee-4bcb-bdcf-f4115df5aed3 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:83px; } @media screen and (max-width: 480px) { .ablocks-block-2c863d04-bfee-4bcb-bdcf-f4115df5aed3 > .ablocks-block-container { column-gap:20px; } } .ablocks-block-2c863d04-bfee-4bcb-bdcf-f4115df5aed3 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-3a94628f-2791-4c88-9f49-7231d9ffa555 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3a94628f-2791-4c88-9f49-7231d9ffa555 { text-align:left; } .ablocks-block-3a94628f-2791-4c88-9f49-7231d9ffa555 .ablocks-paragraph-text { color:#363539;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:14px; } @media screen and (max-width: 800px) { .ablocks-block-3a94628f-2791-4c88-9f49-7231d9ffa555 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-3a94628f-2791-4c88-9f49-7231d9ffa555 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-57b3e5d6-071b-4a27-b5bc-27952d400eff { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57b3e5d6-071b-4a27-b5bc-27952d400eff { text-align:left; } .ablocks-block-57b3e5d6-071b-4a27-b5bc-27952d400eff .ablocks-paragraph-text { color:#363539;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:14px; } @media screen and (max-width: 800px) { .ablocks-block-57b3e5d6-071b-4a27-b5bc-27952d400eff .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-57b3e5d6-071b-4a27-b5bc-27952d400eff .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-144cdb8b-5372-43b5-a901-06547eff39b4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-144cdb8b-5372-43b5-a901-06547eff39b4 { text-align:left; } .ablocks-block-144cdb8b-5372-43b5-a901-06547eff39b4 .ablocks-paragraph-text { color:#363539;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:14px; } @media screen and (max-width: 800px) { .ablocks-block-144cdb8b-5372-43b5-a901-06547eff39b4 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-144cdb8b-5372-43b5-a901-06547eff39b4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0b254f71-6a64-43ff-ad16-b35d31ca6095 { margin-top:-20px;padding-top:112px;padding-bottom:112px;background:#000000;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0b254f71-6a64-43ff-ad16-b35d31ca6095 { padding-top:80px;padding-bottom:80px; } } .ablocks-block-0b254f71-6a64-43ff-ad16-b35d31ca6095.ablocks-block--container { padding-top:112px;padding-bottom:112px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0b254f71-6a64-43ff-ad16-b35d31ca6095.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } .ablocks-block-0b254f71-6a64-43ff-ad16-b35d31ca6095 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-0b254f71-6a64-43ff-ad16-b35d31ca6095 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:20px;column-gap:89px; } @media screen and (max-width: 800px) { .ablocks-block-0b254f71-6a64-43ff-ad16-b35d31ca6095 > .ablocks-block-container { column-gap:39px; } } @media screen and (max-width: 480px) { .ablocks-block-0b254f71-6a64-43ff-ad16-b35d31ca6095 > .ablocks-block-container { flex-direction:column;row-gap:32px; } } .ablocks-block-0b254f71-6a64-43ff-ad16-b35d31ca6095.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:20px;column-gap:89px; } @media screen and (max-width: 800px) { .ablocks-block-0b254f71-6a64-43ff-ad16-b35d31ca6095.ablocks-has-block-container > .ablocks-block-container { column-gap:39px; } } @media screen and (max-width: 480px) { .ablocks-block-0b254f71-6a64-43ff-ad16-b35d31ca6095.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:32px; } } .ablocks-block-0b254f71-6a64-43ff-ad16-b35d31ca6095 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-c82959b8-07f5-414b-acc0-a3edf1643bb7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c82959b8-07f5-414b-acc0-a3edf1643bb7.ablocks-block--container { padding:0px;max-width:min(100%,35%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-c82959b8-07f5-414b-acc0-a3edf1643bb7.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-c82959b8-07f5-414b-acc0-a3edf1643bb7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c82959b8-07f5-414b-acc0-a3edf1643bb7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028:not(.ablocks-has-block-container), .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-block--info-box__content { gap:79px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-block--info-box__content { gap:39px; } } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .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-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bruno Ace;font-weight:400;font-style:normal;font-size:87.376px;color:#FFF; } @media screen and (max-width: 480px) { .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:77px; } } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Cabin,sans-serif;font-weight:400;font-style:normal;font-size:20px;line-height:32px;color:#9F9F9F; } @media screen and (max-width: 800px) { .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Cabin; } } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .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-440a0556-083b-4742-89c0-328fdee0e028 .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-440a0556-083b-4742-89c0-328fdee0e028.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-440a0556-083b-4742-89c0-328fdee0e028.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-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .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-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-440a0556-083b-4742-89c0-328fdee0e028 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 { margin-top:46px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;background:#9900cc00;border-width:0px 0px 0px 0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 > .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__label { color:#000000;text-align:center;margin-bottom:10px !important;display:none; } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__helper-text { color:#434242;font-family:Cabin,sans-serif;font-weight:400;font-style:normal;font-size:20px;text-align:center;margin-bottom:10px;display:none;margin-top:10px; } @media screen and (max-width: 800px) { .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__helper-text { font-family:Cabin; } } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__input , .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__select , .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder-timepicker-input , .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder-datepicker-input { background:#ffffff;border:1px solid #A7AAAD;border-radius:5px;font-family:Cabin,sans-serif;font-weight:400;font-style:normal;font-size:18px;padding-left:16px;box-sizing:border-box; } @media screen and (max-width: 800px) { .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__input , .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__select , .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder-timepicker-input , .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder-datepicker-input { font-family:Cabin; } } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__input:hover { border:1px solid #A7AAAD;border-radius:5px; } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__input:focus { border:1px solid #A7AAAD;border-radius:5px; } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__input::placeholder { font-family:Cabin,sans-serif;font-weight:400;font-style:normal;font-size:18px;color:#434242!important; } @media screen and (max-width: 800px) { .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__input::placeholder { font-family:Cabin; } } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__input-icon,.ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__submit-button { text-align:center;align-self:flex-start; } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__submit-button { color:#fc1e16;background:#9900cc00;border-width:1px;border-style:solid;border-color:#fc1e16;border-radius:8px;font-family:Cabin,sans-serif;font-weight:400;font-style:normal;font-size:20px;padding-top:12px;padding-right:10px;padding-bottom:12px;padding-left:10px; } @media screen and (max-width: 800px) { .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__submit-button { font-family:Cabin; } } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-form-builder__submit-button:hover { color:#ffffff;background:#fc1e16; } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-b627de1e-7c82-43cf-8980-4e63904f2238 .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-681df0cc-ac75-4381-adbf-ce2e1c62a9c5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-681df0cc-ac75-4381-adbf-ce2e1c62a9c5.ablocks-block--form-input { box-sizing:border-box;width:80%; } @media screen and (max-width: 800px) { .ablocks-block-681df0cc-ac75-4381-adbf-ce2e1c62a9c5.ablocks-block--form-input { width:99%; } } @media screen and (max-width: 480px) { .ablocks-block-681df0cc-ac75-4381-adbf-ce2e1c62a9c5.ablocks-block--form-input { width:80%; } } .ablocks-block-681df0cc-ac75-4381-adbf-ce2e1c62a9c5 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-681df0cc-ac75-4381-adbf-ce2e1c62a9c5 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-d6728d78-718a-4385-bfd8-469d067c52b6 { margin-top:170px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d6728d78-718a-4385-bfd8-469d067c52b6 { margin-top:40px; } } .ablocks-block-d6728d78-718a-4385-bfd8-469d067c52b6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d6728d78-718a-4385-bfd8-469d067c52b6 { display:flex;flex-direction:column;min-height:0px;row-gap:60px;column-gap:0px; } .ablocks-block-d6728d78-718a-4385-bfd8-469d067c52b6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:60px;column-gap:0px; } 
.ablocks-block-b279f140-1b0f-4432-9265-13022313a71f { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f:not(.ablocks-has-block-container), .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .ablocks-block--info-box__content { gap:35px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .ablocks-block--info-box__content { gap:26px; } } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .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-b279f140-1b0f-4432-9265-13022313a71f .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Impact;font-weight:500;font-style:normal;font-size:47px;color:#FFF; } @media screen and (max-width: 480px) { .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:37px; } } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Cabin,sans-serif;font-weight:400;font-style:normal;font-size:20px;line-height:32px;color:#9F9F9F; } @media screen and (max-width: 800px) { .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Cabin; } } @media screen and (max-width: 480px) { .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:18px; } } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .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-b279f140-1b0f-4432-9265-13022313a71f .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-b279f140-1b0f-4432-9265-13022313a71f.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-b279f140-1b0f-4432-9265-13022313a71f.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-b279f140-1b0f-4432-9265-13022313a71f .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .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-b279f140-1b0f-4432-9265-13022313a71f .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b279f140-1b0f-4432-9265-13022313a71f .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-287698d0-94f8-4da7-8005-161d5c6ab1a4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-287698d0-94f8-4da7-8005-161d5c6ab1a4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-287698d0-94f8-4da7-8005-161d5c6ab1a4 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-287698d0-94f8-4da7-8005-161d5c6ab1a4 { flex-direction:column;row-gap:24px; } } .ablocks-block-287698d0-94f8-4da7-8005-161d5c6ab1a4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-287698d0-94f8-4da7-8005-161d5c6ab1a4.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-287698d0-94f8-4da7-8005-161d5c6ab1a4 { display:inline-flex; } 
.ablocks-block-a37ad493-3ee8-4066-a87d-a62bd0f9dcd4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a37ad493-3ee8-4066-a87d-a62bd0f9dcd4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a37ad493-3ee8-4066-a87d-a62bd0f9dcd4 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-a37ad493-3ee8-4066-a87d-a62bd0f9dcd4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-5586c369-45bf-4296-9c27-5f22b8c6c460 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5586c369-45bf-4296-9c27-5f22b8c6c460 { text-align:left; } .ablocks-block-5586c369-45bf-4296-9c27-5f22b8c6c460 .ablocks-heading-text { color:#FFF;font-family:Cabin,sans-serif;font-weight:500;font-style:normal;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-5586c369-45bf-4296-9c27-5f22b8c6c460 .ablocks-heading-text { font-family:Cabin; } } 
.ablocks-block-671bbbe7-399f-4c33-9ced-b83315e88ad9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-671bbbe7-399f-4c33-9ced-b83315e88ad9 { font-family:Cabin,sans-serif;font-weight:400;font-style:normal;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-671bbbe7-399f-4c33-9ced-b83315e88ad9 { font-family:Cabin; } } .ablocks-block-671bbbe7-399f-4c33-9ced-b83315e88ad9 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-671bbbe7-399f-4c33-9ced-b83315e88ad9 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-671bbbe7-399f-4c33-9ced-b83315e88ad9 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-671bbbe7-399f-4c33-9ced-b83315e88ad9 .ablocks-list__item-content .ablocks-list__item-text { color:#9F9F9F; } 
.ablocks-block-bbe8679d-1801-46d7-99f9-683dce54371b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bbe8679d-1801-46d7-99f9-683dce54371b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bbe8679d-1801-46d7-99f9-683dce54371b.ablocks-block--container { max-width:min(100%,28%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-bbe8679d-1801-46d7-99f9-683dce54371b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-bbe8679d-1801-46d7-99f9-683dce54371b { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-bbe8679d-1801-46d7-99f9-683dce54371b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-d61fabe3-a2ed-4446-ae3f-04026cace79b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d61fabe3-a2ed-4446-ae3f-04026cace79b { text-align:left; } .ablocks-block-d61fabe3-a2ed-4446-ae3f-04026cace79b .ablocks-heading-text { color:#FFF;font-family:Cabin,sans-serif;font-weight:500;font-style:normal;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-d61fabe3-a2ed-4446-ae3f-04026cace79b .ablocks-heading-text { font-family:Cabin; } } 
.ablocks-block-fb0cfc15-4a2b-492f-9b57-8c1d0cf9f638 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fb0cfc15-4a2b-492f-9b57-8c1d0cf9f638 { font-family:Cabin,sans-serif;font-weight:400;font-style:normal;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-fb0cfc15-4a2b-492f-9b57-8c1d0cf9f638 { font-family:Cabin; } } .ablocks-block-fb0cfc15-4a2b-492f-9b57-8c1d0cf9f638 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-fb0cfc15-4a2b-492f-9b57-8c1d0cf9f638 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-fb0cfc15-4a2b-492f-9b57-8c1d0cf9f638 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-fb0cfc15-4a2b-492f-9b57-8c1d0cf9f638 .ablocks-list__item-content .ablocks-list__item-text { color:#9F9F9F; } 
.ablocks-block-63c04194-53a2-4e63-9a76-31986dd3b69e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-63c04194-53a2-4e63-9a76-31986dd3b69e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-63c04194-53a2-4e63-9a76-31986dd3b69e.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-63c04194-53a2-4e63-9a76-31986dd3b69e.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-63c04194-53a2-4e63-9a76-31986dd3b69e { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-63c04194-53a2-4e63-9a76-31986dd3b69e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-754435de-9764-452f-852d-b75dfefd1267 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-754435de-9764-452f-852d-b75dfefd1267 { text-align:left; } .ablocks-block-754435de-9764-452f-852d-b75dfefd1267 .ablocks-heading-text { color:#FFF;font-family:Cabin,sans-serif;font-weight:500;font-style:normal;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-754435de-9764-452f-852d-b75dfefd1267 .ablocks-heading-text { font-family:Cabin; } } 
.ablocks-block-1ec4c735-5010-491d-b754-e62cafee2d25 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ec4c735-5010-491d-b754-e62cafee2d25 { font-family:Cabin,sans-serif;font-weight:400;font-style:normal;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-1ec4c735-5010-491d-b754-e62cafee2d25 { font-family:Cabin; } } .ablocks-block-1ec4c735-5010-491d-b754-e62cafee2d25 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-1ec4c735-5010-491d-b754-e62cafee2d25 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-1ec4c735-5010-491d-b754-e62cafee2d25 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-1ec4c735-5010-491d-b754-e62cafee2d25 .ablocks-list__item-content .ablocks-list__item-text { color:#9F9F9F; } 
.ablocks-block-11856d1c-2d65-489f-8bb3-bc5d63fb2471 { margin-top:-21px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:423px;padding-bottom:40px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-11856d1c-2d65-489f-8bb3-bc5d63fb2471 { padding-top:350px;padding-right:24px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-11856d1c-2d65-489f-8bb3-bc5d63fb2471 { padding-right:16px;padding-left:16px; } } .ablocks-is-fse-theme .ablocks-block-11856d1c-2d65-489f-8bb3-bc5d63fb2471:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-11856d1c-2d65-489f-8bb3-bc5d63fb2471:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-11856d1c-2d65-489f-8bb3-bc5d63fb2471.ablocks-block--container { padding-top:423px;padding-bottom:40px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-11856d1c-2d65-489f-8bb3-bc5d63fb2471.ablocks-block--container { padding-top:350px;padding-right:24px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-11856d1c-2d65-489f-8bb3-bc5d63fb2471.ablocks-block--container { padding-right:16px;padding-left:16px; } } .ablocks-block-11856d1c-2d65-489f-8bb3-bc5d63fb2471 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-3d366fe3-119d-4376-845a-d57f30086760 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-left-radius:24px;border-top-right-radius:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-3d366fe3-119d-4376-845a-d57f30086760:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-3d366fe3-119d-4376-845a-d57f30086760:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-3d366fe3-119d-4376-845a-d57f30086760.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3d366fe3-119d-4376-845a-d57f30086760 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:87px;column-gap:0px; } 
.ablocks-block-c8e50119-3525-4061-959a-7a5ae60e13cb { margin-top:-304px;padding-top:68px;padding-right:80px;padding-bottom:68px;padding-left:80px;background:#093B3B;border-radius:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c8e50119-3525-4061-959a-7a5ae60e13cb { padding-top:34px;padding-right:40px;padding-bottom:34px;padding-left:40px; } } @media screen and (max-width: 480px) { .ablocks-block-c8e50119-3525-4061-959a-7a5ae60e13cb { padding:24px; } } .ablocks-is-fse-theme .ablocks-block-c8e50119-3525-4061-959a-7a5ae60e13cb:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-c8e50119-3525-4061-959a-7a5ae60e13cb:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-c8e50119-3525-4061-959a-7a5ae60e13cb.ablocks-block--container { padding-top:68px;padding-right:80px;padding-bottom:68px;padding-left:80px;max-width:min(100%,82%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c8e50119-3525-4061-959a-7a5ae60e13cb.ablocks-block--container { padding-top:34px;padding-right:40px;padding-bottom:34px;padding-left:40px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-c8e50119-3525-4061-959a-7a5ae60e13cb.ablocks-block--container { padding:24px; } } .ablocks-block-c8e50119-3525-4061-959a-7a5ae60e13cb > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-c8e50119-3525-4061-959a-7a5ae60e13cb > .ablocks-block-container { flex-direction:column;row-gap:32px; } } .ablocks-block-c8e50119-3525-4061-959a-7a5ae60e13cb > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-fca68c7b-a3d6-4140-9098-f30dc4ed5c31 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-fca68c7b-a3d6-4140-9098-f30dc4ed5c31:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-fca68c7b-a3d6-4140-9098-f30dc4ed5c31:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-fca68c7b-a3d6-4140-9098-f30dc4ed5c31.ablocks-block--container { padding:0px;max-width:min(100%,51%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-fca68c7b-a3d6-4140-9098-f30dc4ed5c31.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-fca68c7b-a3d6-4140-9098-f30dc4ed5c31 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-89f6eaf0-cf35-4b57-910e-1730e6ca6129 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-89f6eaf0-cf35-4b57-910e-1730e6ca6129 { text-align:left; } .ablocks-block-89f6eaf0-cf35-4b57-910e-1730e6ca6129 .ablocks-heading-text { color:#ffffff;font-family:Inter,sans-serif;font-weight:500;font-size:48px;line-height:67.2px; } @media screen and (max-width: 800px) { .ablocks-block-89f6eaf0-cf35-4b57-910e-1730e6ca6129 .ablocks-heading-text { font-family:Inter;font-size:32px;line-height:52px; } } @media screen and (max-width: 480px) { .ablocks-block-89f6eaf0-cf35-4b57-910e-1730e6ca6129 .ablocks-heading-text { font-size:28px;line-height:38px; } } .ablocks-block-89f6eaf0-cf35-4b57-910e-1730e6ca6129 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-89f6eaf0-cf35-4b57-910e-1730e6ca6129 .ablocks-animated-text { color:#ffffff;font-family:Inter,sans-serif;font-weight:500;font-size:48px;line-height:67.2px; } @media screen and (max-width: 800px) { .ablocks-block-89f6eaf0-cf35-4b57-910e-1730e6ca6129 .ablocks-animated-text { font-family:Inter;font-size:32px;line-height:52px; } } @media screen and (max-width: 480px) { .ablocks-block-89f6eaf0-cf35-4b57-910e-1730e6ca6129 .ablocks-animated-text { font-size:28px;line-height:38px; } } 
.ablocks-block-65153f52-c6ca-4f44-9c86-697205b23261 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-65153f52-c6ca-4f44-9c86-697205b23261 { text-align:left; } .ablocks-block-65153f52-c6ca-4f44-9c86-697205b23261 .ablocks-block-container .ablocks-button { column-gap:10px;background:#1570EF;justify-content:left;color:#E8F6F3;border-radius:100px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px;letter-spacing:1px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-65153f52-c6ca-4f44-9c86-697205b23261 .ablocks-block-container .ablocks-button { font-family:Inter; } } .ablocks-block-65153f52-c6ca-4f44-9c86-697205b23261 .ablocks-block-container .ablocks-button:hover { transition-duration:s;background:#005ad8; } .ablocks-block-65153f52-c6ca-4f44-9c86-697205b23261 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-65153f52-c6ca-4f44-9c86-697205b23261 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-65153f52-c6ca-4f44-9c86-697205b23261 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-97defc79-091c-4ab3-8a95-04f1274142a8 { padding:0px;background-image:url("https://library.template-kits.com/skillup/wp-content/uploads/sites/44/2025/04/vector-18.webp");background-position:bottom left;background-repeat:no-repeat;background-size:319px auto;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-97defc79-091c-4ab3-8a95-04f1274142a8:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-97defc79-091c-4ab3-8a95-04f1274142a8:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-97defc79-091c-4ab3-8a95-04f1274142a8.ablocks-block--container { padding:0px;max-width:min(100%,39%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-97defc79-091c-4ab3-8a95-04f1274142a8.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-97defc79-091c-4ab3-8a95-04f1274142a8 > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-97defc79-091c-4ab3-8a95-04f1274142a8 > .ablocks-block-container { justify-content:flex-end;justify-items:flex-end;align-items:flex-start; } } 
.ablocks-block-824c82eb-fa02-4c81-b8b4-b41ae588a3b3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-824c82eb-fa02-4c81-b8b4-b41ae588a3b3 { display:flex;justify-content:left; } .ablocks-block-824c82eb-fa02-4c81-b8b4-b41ae588a3b3 .ablocks-block--featured-image img { width:300px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-824c82eb-fa02-4c81-b8b4-b41ae588a3b3 .ablocks-block--featured-image img { width:180px; } } .ablocks-block-824c82eb-fa02-4c81-b8b4-b41ae588a3b3 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-65cd63bc-4ebb-41d7-9f1a-c326734b6d3b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-65cd63bc-4ebb-41d7-9f1a-c326734b6d3b:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-65cd63bc-4ebb-41d7-9f1a-c326734b6d3b:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-65cd63bc-4ebb-41d7-9f1a-c326734b6d3b.ablocks-block--container { padding:0px;max-width:min(100%,81%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-65cd63bc-4ebb-41d7-9f1a-c326734b6d3b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-65cd63bc-4ebb-41d7-9f1a-c326734b6d3b > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d20865fe-5901-42f6-a88e-b5c0e2a7283f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-d20865fe-5901-42f6-a88e-b5c0e2a7283f:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-d20865fe-5901-42f6-a88e-b5c0e2a7283f:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-d20865fe-5901-42f6-a88e-b5c0e2a7283f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d20865fe-5901-42f6-a88e-b5c0e2a7283f > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-d20865fe-5901-42f6-a88e-b5c0e2a7283f > .ablocks-block-container { flex-direction:column;row-gap:32px; } } .ablocks-block-d20865fe-5901-42f6-a88e-b5c0e2a7283f > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-4b501ca2-5213-4c05-b78b-a75dcc4c380f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-4b501ca2-5213-4c05-b78b-a75dcc4c380f:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-4b501ca2-5213-4c05-b78b-a75dcc4c380f:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-4b501ca2-5213-4c05-b78b-a75dcc4c380f.ablocks-block--container { padding:0px;max-width:min(100%,41%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-4b501ca2-5213-4c05-b78b-a75dcc4c380f.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-4b501ca2-5213-4c05-b78b-a75dcc4c380f > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1e4218d3-e808-40e2-a12f-178981f341a1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1e4218d3-e808-40e2-a12f-178981f341a1 { text-align:left; } .ablocks-block-1e4218d3-e808-40e2-a12f-178981f341a1 .ablocks-heading-text { color:#000000;font-family:Inter,sans-serif;font-weight:500;font-size:36px;line-height:54px; } @media screen and (max-width: 800px) { .ablocks-block-1e4218d3-e808-40e2-a12f-178981f341a1 .ablocks-heading-text { font-family:Inter;font-size:32px;line-height:48px; } } .ablocks-block-1e4218d3-e808-40e2-a12f-178981f341a1 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-1e4218d3-e808-40e2-a12f-178981f341a1 .ablocks-animated-text { color:#000000;font-family:Inter,sans-serif;font-weight:500;font-size:36px;line-height:54px; } @media screen and (max-width: 800px) { .ablocks-block-1e4218d3-e808-40e2-a12f-178981f341a1 .ablocks-animated-text { font-family:Inter;font-size:32px;line-height:48px; } } 
.ablocks-block-fe26cdd0-2ef4-4147-b202-81ca5e6613cc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-fe26cdd0-2ef4-4147-b202-81ca5e6613cc:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-fe26cdd0-2ef4-4147-b202-81ca5e6613cc:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-fe26cdd0-2ef4-4147-b202-81ca5e6613cc.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fe26cdd0-2ef4-4147-b202-81ca5e6613cc.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-fe26cdd0-2ef4-4147-b202-81ca5e6613cc.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-fe26cdd0-2ef4-4147-b202-81ca5e6613cc > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d > .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important; } .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;margin-top:10px; } .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder__input , .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder__select , .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder-timepicker-input , .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder-datepicker-input { background:#F9FAFB;text-align:left;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px;letter-spacing:1px;border-width:1px;border-style:solid;border-color:#bacac7;border-radius:100px;color:#98A2B3!important;box-sizing:border-box; } @media screen and (max-width: 800px) { .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder__input , .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder__select , .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder-timepicker-input , .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder-datepicker-input { font-family:Inter; } } .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder__input::placeholder { font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px;letter-spacing:1px;text-align:left;color:#98A2B3!important; } @media screen and (max-width: 800px) { .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder__input::placeholder { font-family:Inter; } } .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder__input-icon,.ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder__submit-button { text-align:center;align-self:flex-start; } .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder__submit-button { color:#ffffff;background:#1570EF;border-radius:100px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px;letter-spacing:1px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-form-builder__submit-button { font-family:Inter; } } .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-d6ea94ef-34f1-4cb8-8848-c4b621a9007d .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-68a5ceae-c12f-4661-8f9c-0c6922ded855 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-68a5ceae-c12f-4661-8f9c-0c6922ded855.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-68a5ceae-c12f-4661-8f9c-0c6922ded855 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-68a5ceae-c12f-4661-8f9c-0c6922ded855 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-6f727f22-ab58-41f9-b73c-11861cee6825 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6f727f22-ab58-41f9-b73c-11861cee6825 { text-align:left; } .ablocks-block-6f727f22-ab58-41f9-b73c-11861cee6825 .ablocks-block-container .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#136E61;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-6f727f22-ab58-41f9-b73c-11861cee6825 .ablocks-block-container .ablocks-button { font-family:Inter; } } .ablocks-block-6f727f22-ab58-41f9-b73c-11861cee6825 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-6f727f22-ab58-41f9-b73c-11861cee6825 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-6f727f22-ab58-41f9-b73c-11861cee6825 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-6f727f22-ab58-41f9-b73c-11861cee6825 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0af09525-12c3-44dd-8b8a-0fc103eed102 { margin-top:60px;padding-top:0px;padding-right:0px;padding-bottom:56px;padding-left:0px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#e4e4e7;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-0af09525-12c3-44dd-8b8a-0fc103eed102:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-0af09525-12c3-44dd-8b8a-0fc103eed102:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-0af09525-12c3-44dd-8b8a-0fc103eed102.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:56px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0af09525-12c3-44dd-8b8a-0fc103eed102 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-0af09525-12c3-44dd-8b8a-0fc103eed102 > .ablocks-block-container { flex-direction:column;row-gap:32px; } } .ablocks-block-0af09525-12c3-44dd-8b8a-0fc103eed102 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-5e32ec40-2bdc-4dcc-8464-ba64c5ff482c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-5e32ec40-2bdc-4dcc-8464-ba64c5ff482c:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-5e32ec40-2bdc-4dcc-8464-ba64c5ff482c:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-5e32ec40-2bdc-4dcc-8464-ba64c5ff482c.ablocks-block--container { padding:0px;max-width:min(100%,26%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5e32ec40-2bdc-4dcc-8464-ba64c5ff482c.ablocks-block--container { max-width:min(100%,54%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-5e32ec40-2bdc-4dcc-8464-ba64c5ff482c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5e32ec40-2bdc-4dcc-8464-ba64c5ff482c > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-fed00d1c-afea-4dff-904f-b077bad62485 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fed00d1c-afea-4dff-904f-b077bad62485 { display:flex;justify-content:left; } .ablocks-block-fed00d1c-afea-4dff-904f-b077bad62485 .ablocks-block--featured-image img { width:120px;height:auto;opacity:1; } .ablocks-block-fed00d1c-afea-4dff-904f-b077bad62485 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-2837dfd6-660f-44ef-b166-62bfa400aa2f { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2837dfd6-660f-44ef-b166-62bfa400aa2f { text-align:left; } .ablocks-block-2837dfd6-660f-44ef-b166-62bfa400aa2f .ablocks-paragraph-text { color:#136E61;font-family:"Open Sans",sans-serif;font-weight:400;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-2837dfd6-660f-44ef-b166-62bfa400aa2f .ablocks-paragraph-text { font-family:Open Sans; } } .ablocks-block-2837dfd6-660f-44ef-b166-62bfa400aa2f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0aa7b770-bde9-433b-867c-50c423925480 { margin-top:48px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0aa7b770-bde9-433b-867c-50c423925480 { text-align:left; } .ablocks-block-0aa7b770-bde9-433b-867c-50c423925480 .ablocks-block-container .ablocks-button { column-gap:8px;background:#dddddd00;justify-content:left;color:#093B3B;font-family:Inter,sans-serif;font-weight:700;font-size:18px;line-height:27px;letter-spacing:1px; } @media screen and (max-width: 800px) { .ablocks-block-0aa7b770-bde9-433b-867c-50c423925480 .ablocks-block-container .ablocks-button { font-family:Inter; } } .ablocks-block-0aa7b770-bde9-433b-867c-50c423925480 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-0aa7b770-bde9-433b-867c-50c423925480 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-0aa7b770-bde9-433b-867c-50c423925480 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:116px; } .ablocks-block-0aa7b770-bde9-433b-867c-50c423925480 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-84db57af-afe7-4f92-945a-f9de1c510ec4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-84db57af-afe7-4f92-945a-f9de1c510ec4:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-84db57af-afe7-4f92-945a-f9de1c510ec4:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-84db57af-afe7-4f92-945a-f9de1c510ec4.ablocks-block--container { padding:0px;max-width:min(100%,58%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-84db57af-afe7-4f92-945a-f9de1c510ec4.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-84db57af-afe7-4f92-945a-f9de1c510ec4 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-84db57af-afe7-4f92-945a-f9de1c510ec4 > .ablocks-block-container { flex-direction:column;row-gap:32px; } } .ablocks-block-84db57af-afe7-4f92-945a-f9de1c510ec4 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-6e038f46-1937-4eb8-b3ec-55f101522609 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-6e038f46-1937-4eb8-b3ec-55f101522609:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-6e038f46-1937-4eb8-b3ec-55f101522609:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-6e038f46-1937-4eb8-b3ec-55f101522609.ablocks-block--container { padding:0px;max-width:min(100%,22%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-6e038f46-1937-4eb8-b3ec-55f101522609.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6e038f46-1937-4eb8-b3ec-55f101522609 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-a49cbbc7-92a1-435c-8f0f-fb0de71a813d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a49cbbc7-92a1-435c-8f0f-fb0de71a813d { text-align:left; } .ablocks-block-a49cbbc7-92a1-435c-8f0f-fb0de71a813d .ablocks-heading-text { color:#000000;font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:30px;letter-spacing:1px; } @media screen and (max-width: 800px) { .ablocks-block-a49cbbc7-92a1-435c-8f0f-fb0de71a813d .ablocks-heading-text { font-family:Inter; } } .ablocks-block-a49cbbc7-92a1-435c-8f0f-fb0de71a813d .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-a49cbbc7-92a1-435c-8f0f-fb0de71a813d .ablocks-animated-text { color:#000000;font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:30px;letter-spacing:1px; } @media screen and (max-width: 800px) { .ablocks-block-a49cbbc7-92a1-435c-8f0f-fb0de71a813d .ablocks-animated-text { font-family:Inter; } } 
.ablocks-block-c6fabca0-3a77-4396-8eaa-53e5549f85aa { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c6fabca0-3a77-4396-8eaa-53e5549f85aa { font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:1px; } @media screen and (max-width: 800px) { .ablocks-block-c6fabca0-3a77-4396-8eaa-53e5549f85aa { font-family:Inter; } } .ablocks-block-c6fabca0-3a77-4396-8eaa-53e5549f85aa .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-c6fabca0-3a77-4396-8eaa-53e5549f85aa .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-c6fabca0-3a77-4396-8eaa-53e5549f85aa .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-c6fabca0-3a77-4396-8eaa-53e5549f85aa .ablocks-list__item-content .ablocks-list__item-text { color:#344054; } 
.ablocks-block-ed6d1f8b-cb62-4b3e-8dc0-038049918ff1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-ed6d1f8b-cb62-4b3e-8dc0-038049918ff1:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-ed6d1f8b-cb62-4b3e-8dc0-038049918ff1:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-ed6d1f8b-cb62-4b3e-8dc0-038049918ff1.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-ed6d1f8b-cb62-4b3e-8dc0-038049918ff1.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ed6d1f8b-cb62-4b3e-8dc0-038049918ff1 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-ea2dc983-7c51-4328-b9b1-119d8bc6be1f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea2dc983-7c51-4328-b9b1-119d8bc6be1f { text-align:left; } .ablocks-block-ea2dc983-7c51-4328-b9b1-119d8bc6be1f .ablocks-heading-text { color:#000000;font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:30px;letter-spacing:1px; } @media screen and (max-width: 800px) { .ablocks-block-ea2dc983-7c51-4328-b9b1-119d8bc6be1f .ablocks-heading-text { font-family:Inter; } } .ablocks-block-ea2dc983-7c51-4328-b9b1-119d8bc6be1f .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-ea2dc983-7c51-4328-b9b1-119d8bc6be1f .ablocks-animated-text { color:#000000;font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:30px;letter-spacing:1px; } @media screen and (max-width: 800px) { .ablocks-block-ea2dc983-7c51-4328-b9b1-119d8bc6be1f .ablocks-animated-text { font-family:Inter; } } 
.ablocks-block-3b19763d-7ae7-4708-8841-2983ac131b74 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3b19763d-7ae7-4708-8841-2983ac131b74 { font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:1px; } @media screen and (max-width: 800px) { .ablocks-block-3b19763d-7ae7-4708-8841-2983ac131b74 { font-family:Inter; } } .ablocks-block-3b19763d-7ae7-4708-8841-2983ac131b74 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-3b19763d-7ae7-4708-8841-2983ac131b74 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-3b19763d-7ae7-4708-8841-2983ac131b74 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-3b19763d-7ae7-4708-8841-2983ac131b74 .ablocks-list__item-content .ablocks-list__item-text { color:#344054; } 
.ablocks-block-f488a6b8-6efd-44c1-9952-4d12b3e01d91 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-f488a6b8-6efd-44c1-9952-4d12b3e01d91:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-f488a6b8-6efd-44c1-9952-4d12b3e01d91:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-f488a6b8-6efd-44c1-9952-4d12b3e01d91.ablocks-block--container { padding:0px;max-width:min(100%,34%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-f488a6b8-6efd-44c1-9952-4d12b3e01d91.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-f488a6b8-6efd-44c1-9952-4d12b3e01d91 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-779ba787-2e32-489a-98f5-d9f52ae99f19 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-779ba787-2e32-489a-98f5-d9f52ae99f19 { text-align:left; } .ablocks-block-779ba787-2e32-489a-98f5-d9f52ae99f19 .ablocks-heading-text { color:#000000;font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:30px;letter-spacing:1px; } @media screen and (max-width: 800px) { .ablocks-block-779ba787-2e32-489a-98f5-d9f52ae99f19 .ablocks-heading-text { font-family:Inter; } } .ablocks-block-779ba787-2e32-489a-98f5-d9f52ae99f19 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-779ba787-2e32-489a-98f5-d9f52ae99f19 .ablocks-animated-text { color:#000000;font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:30px;letter-spacing:1px; } @media screen and (max-width: 800px) { .ablocks-block-779ba787-2e32-489a-98f5-d9f52ae99f19 .ablocks-animated-text { font-family:Inter; } } 
.ablocks-block-95b4ce35-c63f-4001-b702-a79d601a6b96 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-95b4ce35-c63f-4001-b702-a79d601a6b96 { font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:1px; } @media screen and (max-width: 800px) { .ablocks-block-95b4ce35-c63f-4001-b702-a79d601a6b96 { font-family:Inter; } } .ablocks-block-95b4ce35-c63f-4001-b702-a79d601a6b96 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-95b4ce35-c63f-4001-b702-a79d601a6b96 .ablocks-list__item-content { align-items:center;gap:4px; } .ablocks-block-95b4ce35-c63f-4001-b702-a79d601a6b96 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:13px; } .ablocks-block-95b4ce35-c63f-4001-b702-a79d601a6b96 .ablocks-list__item-content .ablocks-list__item-text { color:#344054; } 
.ablocks-block-281d96f0-7476-4f7e-b07d-df004e280952 { margin-top:24px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-281d96f0-7476-4f7e-b07d-df004e280952:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-281d96f0-7476-4f7e-b07d-df004e280952:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-281d96f0-7476-4f7e-b07d-df004e280952.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-281d96f0-7476-4f7e-b07d-df004e280952 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-281d96f0-7476-4f7e-b07d-df004e280952 > .ablocks-block-container { align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-281d96f0-7476-4f7e-b07d-df004e280952 > .ablocks-block-container { flex-direction:column-reverse;justify-content:center;justify-items:center; } } .ablocks-block-281d96f0-7476-4f7e-b07d-df004e280952 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-f29caf60-bc8e-48d4-81fc-0ed239b2570b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f29caf60-bc8e-48d4-81fc-0ed239b2570b { text-align:left; } .ablocks-block-f29caf60-bc8e-48d4-81fc-0ed239b2570b .ablocks-paragraph-text { color:#8F8F8F;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-f29caf60-bc8e-48d4-81fc-0ed239b2570b .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-f29caf60-bc8e-48d4-81fc-0ed239b2570b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2a75b50e-0b59-4cb3-a569-141dd1af1543 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-2a75b50e-0b59-4cb3-a569-141dd1af1543:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-2a75b50e-0b59-4cb3-a569-141dd1af1543:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-2a75b50e-0b59-4cb3-a569-141dd1af1543.ablocks-block--container { padding:0px;max-width:min(100%,24%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-2a75b50e-0b59-4cb3-a569-141dd1af1543.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2a75b50e-0b59-4cb3-a569-141dd1af1543 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-2a75b50e-0b59-4cb3-a569-141dd1af1543 > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start;align-items:flex-start; } } .ablocks-block-2a75b50e-0b59-4cb3-a569-141dd1af1543 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-d84eea1c-d051-4075-8886-26d198cf0e0b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d84eea1c-d051-4075-8886-26d198cf0e0b .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-d84eea1c-d051-4075-8886-26d198cf0e0b .ablocks-icon-wrap { background:#ffffff;padding:.5em;border-radius:50%;border:2px solid #101828;font-size:22px; } .ablocks-block-d84eea1c-d051-4075-8886-26d198cf0e0b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:22px; } .ablocks-block-d84eea1c-d051-4075-8886-26d198cf0e0b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#101828; } 
.ablocks-block-a1afbb8f-3c1c-4736-824d-901c40357587 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a1afbb8f-3c1c-4736-824d-901c40357587 .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-a1afbb8f-3c1c-4736-824d-901c40357587 .ablocks-icon-wrap { background:#ffffff;padding:.5em;border-radius:50%;border:2px solid #101828;font-size:22px; } .ablocks-block-a1afbb8f-3c1c-4736-824d-901c40357587 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:22px; } .ablocks-block-a1afbb8f-3c1c-4736-824d-901c40357587 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#101828; } 
.ablocks-block-84157513-3c68-4854-8401-b9c6329ed2e6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-84157513-3c68-4854-8401-b9c6329ed2e6 .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-84157513-3c68-4854-8401-b9c6329ed2e6 .ablocks-icon-wrap { background:#ffffff;padding:.5em;border-radius:50%;border:2px solid #101828;font-size:22px; } .ablocks-block-84157513-3c68-4854-8401-b9c6329ed2e6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:22px; } .ablocks-block-84157513-3c68-4854-8401-b9c6329ed2e6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#101828; } 
.ablocks-block-dd90419d-02be-46cb-a873-0bb092c8a446 { margin-top:-19px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:32px;padding-right:0px;padding-bottom:32px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dd90419d-02be-46cb-a873-0bb092c8a446.ablocks-block--container { padding-top:32px;padding-right:0px;padding-bottom:32px;padding-left:0px;overflow:visible; } .ablocks-block-dd90419d-02be-46cb-a873-0bb092c8a446 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:32px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-dd90419d-02be-46cb-a873-0bb092c8a446 > .ablocks-block-container { row-gap:10px; } } 
.ablocks-block-f624cc79-b265-4daa-84b7-72ee09558cfc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-f624cc79-b265-4daa-84b7-72ee09558cfc:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-f624cc79-b265-4daa-84b7-72ee09558cfc:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-f624cc79-b265-4daa-84b7-72ee09558cfc.ablocks-block--container { padding:0px;max-width:min(100%,1200px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f624cc79-b265-4daa-84b7-72ee09558cfc.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-f624cc79-b265-4daa-84b7-72ee09558cfc > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f624cc79-b265-4daa-84b7-72ee09558cfc > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-74177fa9-32dc-476c-b706-8fcea5fce0ba { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-74177fa9-32dc-476c-b706-8fcea5fce0ba:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-74177fa9-32dc-476c-b706-8fcea5fce0ba:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-74177fa9-32dc-476c-b706-8fcea5fce0ba.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-74177fa9-32dc-476c-b706-8fcea5fce0ba > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c6e2b056-2800-49e3-88c3-2357fe9efd18 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c6e2b056-2800-49e3-88c3-2357fe9efd18 { display:flex;justify-content:left; } .ablocks-block-c6e2b056-2800-49e3-88c3-2357fe9efd18 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-c6e2b056-2800-49e3-88c3-2357fe9efd18 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-5160d4e5-00d6-4c66-af29-1a9917fa4216 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-5160d4e5-00d6-4c66-af29-1a9917fa4216:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-5160d4e5-00d6-4c66-af29-1a9917fa4216:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-5160d4e5-00d6-4c66-af29-1a9917fa4216.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5160d4e5-00d6-4c66-af29-1a9917fa4216 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-5160d4e5-00d6-4c66-af29-1a9917fa4216 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-ac1cebb4-3bfd-4bda-a775-06c63204b82e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ac1cebb4-3bfd-4bda-a775-06c63204b82e .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ac1cebb4-3bfd-4bda-a775-06c63204b82e .ablocks-icon-wrap { font-size:22px; } .ablocks-block-ac1cebb4-3bfd-4bda-a775-06c63204b82e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:22px; } .ablocks-block-ac1cebb4-3bfd-4bda-a775-06c63204b82e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#111111; } 
.ablocks-block-ec21c39a-896c-4eb9-9ffc-08fe9dd9ed9b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec21c39a-896c-4eb9-9ffc-08fe9dd9ed9b .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ec21c39a-896c-4eb9-9ffc-08fe9dd9ed9b .ablocks-icon-wrap { font-size:22px; } .ablocks-block-ec21c39a-896c-4eb9-9ffc-08fe9dd9ed9b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:22px; } .ablocks-block-ec21c39a-896c-4eb9-9ffc-08fe9dd9ed9b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#111111; } 
.ablocks-block-060850fd-92d4-40e4-bb55-a496399339a0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-060850fd-92d4-40e4-bb55-a496399339a0 .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-060850fd-92d4-40e4-bb55-a496399339a0 .ablocks-icon-wrap { font-size:22px; } .ablocks-block-060850fd-92d4-40e4-bb55-a496399339a0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:22px; } .ablocks-block-060850fd-92d4-40e4-bb55-a496399339a0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#010509; } 
.ablocks-block-18fbd727-804a-4d3e-929f-d7570b5f2d53 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18fbd727-804a-4d3e-929f-d7570b5f2d53 .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-18fbd727-804a-4d3e-929f-d7570b5f2d53 .ablocks-icon-wrap { font-size:22px; } .ablocks-block-18fbd727-804a-4d3e-929f-d7570b5f2d53 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:22px; } .ablocks-block-18fbd727-804a-4d3e-929f-d7570b5f2d53 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#111111; } 
.ablocks-block-c37e9a21-df98-40c0-8ddf-fb7306bd4dc2 { padding:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#dbdadc;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-c37e9a21-df98-40c0-8ddf-fb7306bd4dc2:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-c37e9a21-df98-40c0-8ddf-fb7306bd4dc2:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-c37e9a21-df98-40c0-8ddf-fb7306bd4dc2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c37e9a21-df98-40c0-8ddf-fb7306bd4dc2 > .ablocks-block-container { display:flex;flex-direction:column;min-height:1px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6c73899c-a044-4f63-ad70-9c82bfb7144c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-6c73899c-a044-4f63-ad70-9c82bfb7144c:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-6c73899c-a044-4f63-ad70-9c82bfb7144c:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-6c73899c-a044-4f63-ad70-9c82bfb7144c.ablocks-block--container { padding:0px;max-width:min(100%,1200px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6c73899c-a044-4f63-ad70-9c82bfb7144c.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-6c73899c-a044-4f63-ad70-9c82bfb7144c > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-6c73899c-a044-4f63-ad70-9c82bfb7144c > .ablocks-block-container { flex-direction:column;align-items:flex-start;row-gap:24px; } } .ablocks-block-6c73899c-a044-4f63-ad70-9c82bfb7144c > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-613c5fb0-81f0-4fde-89da-fa9250892fb0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-613c5fb0-81f0-4fde-89da-fa9250892fb0:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-613c5fb0-81f0-4fde-89da-fa9250892fb0:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-613c5fb0-81f0-4fde-89da-fa9250892fb0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-613c5fb0-81f0-4fde-89da-fa9250892fb0.ablocks-block--container { max-width:min(100%,40%) !important; } } .ablocks-block-613c5fb0-81f0-4fde-89da-fa9250892fb0 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e84718ef-deeb-46f2-b097-bc3ceef2e715 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e84718ef-deeb-46f2-b097-bc3ceef2e715 { text-align:left; } .ablocks-block-e84718ef-deeb-46f2-b097-bc3ceef2e715 .ablocks-paragraph-text { color:#111;font-family:Inter Tight;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-e84718ef-deeb-46f2-b097-bc3ceef2e715 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-89f3d068-3033-415d-bdce-d47d8aa882b0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-89f3d068-3033-415d-bdce-d47d8aa882b0:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-89f3d068-3033-415d-bdce-d47d8aa882b0:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-89f3d068-3033-415d-bdce-d47d8aa882b0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-89f3d068-3033-415d-bdce-d47d8aa882b0 > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-menu { justify-content:left; } .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934.ablocks-menu { justify-content:left; } .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-main-menu > .ablocks-menu-item { color:rgba(17,17,17,0.70);font-family:Inter Tight;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 480px) { .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-main-menu > .ablocks-menu-item { padding-top:10px;padding-bottom:10px; } } .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:rgba(17,17,17,0.70);font-family:Inter Tight;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 480px) { .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { padding-top:10px;padding-bottom:10px; } } .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-main-menu > .ablocks-menu-item:hover { color:#000000; } .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link:hover { color:#000000; } .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-block--menu-child-sub { width:250px; } @media screen and (max-width: 480px) { .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:rgba(17,17,17,0.70); } @media screen and (max-width: 480px) { .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#000000; } .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:rgba(17,17,17,0.70); } @media screen and (max-width: 480px) { .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#000000; } .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-menu__trigger-wrapper { justify-content:left; } .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-2547905c-8fef-45a9-af3e-874fc6079934 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:black;height:3px;width:30px; } 





.ablocks-block-a075612a-ccc4-43ff-bde3-84c6254186d8 { margin-top:-20px;padding-top:80px;padding-bottom:30px;background:#FDF9F5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a075612a-ccc4-43ff-bde3-84c6254186d8 { padding-top:60px;padding-right:10px;padding-bottom:20px;padding-left:10px; } } .ablocks-block-a075612a-ccc4-43ff-bde3-84c6254186d8.ablocks-block--container { padding-top:80px;padding-bottom:30px;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-a075612a-ccc4-43ff-bde3-84c6254186d8.ablocks-block--container { padding-top:60px;padding-right:10px;padding-bottom:20px;padding-left:10px; } } .ablocks-block-a075612a-ccc4-43ff-bde3-84c6254186d8 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-a075612a-ccc4-43ff-bde3-84c6254186d8 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:81px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-a075612a-ccc4-43ff-bde3-84c6254186d8 > .ablocks-block-container { row-gap:40px; } } .ablocks-block-a075612a-ccc4-43ff-bde3-84c6254186d8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:81px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-a075612a-ccc4-43ff-bde3-84c6254186d8.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-b0552ebb-bf9d-422c-abcb-123c2a3ffbb0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b0552ebb-bf9d-422c-abcb-123c2a3ffbb0.ablocks-block--container { padding:0px;max-width:min(100%,1290px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-b0552ebb-bf9d-422c-abcb-123c2a3ffbb0.ablocks-block--container { max-width:min(100%,1290%) !important; } } .ablocks-block-b0552ebb-bf9d-422c-abcb-123c2a3ffbb0 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-b0552ebb-bf9d-422c-abcb-123c2a3ffbb0 { column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-b0552ebb-bf9d-422c-abcb-123c2a3ffbb0 { flex-direction:column;align-items:flex-start;row-gap:30px; } } .ablocks-block-b0552ebb-bf9d-422c-abcb-123c2a3ffbb0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-b0552ebb-bf9d-422c-abcb-123c2a3ffbb0.ablocks-has-block-container > .ablocks-block-container { column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-b0552ebb-bf9d-422c-abcb-123c2a3ffbb0.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:flex-start;row-gap:30px; } } .ablocks-block-b0552ebb-bf9d-422c-abcb-123c2a3ffbb0 { display:inline-flex; } 
.ablocks-block-c46e3513-41b0-4620-b3ef-d67bc9ad2898 { padding-top:40px;padding-right:38px;padding-bottom:40px;padding-left:38px;background:#E94D65;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c46e3513-41b0-4620-b3ef-d67bc9ad2898 { padding-top:20px;padding-right:15px;padding-bottom:20px;padding-left:15px; } } .ablocks-block-c46e3513-41b0-4620-b3ef-d67bc9ad2898.ablocks-block--container { padding-top:40px;padding-right:38px;padding-bottom:40px;padding-left:38px;max-width:min(100%,410px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c46e3513-41b0-4620-b3ef-d67bc9ad2898.ablocks-block--container { padding-top:20px;padding-right:15px;padding-bottom:20px;padding-left:15px; } } .ablocks-block-c46e3513-41b0-4620-b3ef-d67bc9ad2898 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-c46e3513-41b0-4620-b3ef-d67bc9ad2898.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-80b0e8df-e699-4399-bab0-df37b5da7aff { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-80b0e8df-e699-4399-bab0-df37b5da7aff { display:flex;justify-content:center; } .ablocks-block-80b0e8df-e699-4399-bab0-df37b5da7aff .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-80b0e8df-e699-4399-bab0-df37b5da7aff .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-80b0e8df-e699-4399-bab0-df37b5da7aff .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d883f2fe-63f0-4e89-b015-81571ece2b61 { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d883f2fe-63f0-4e89-b015-81571ece2b61 { margin-top:0px; } } .ablocks-block-d883f2fe-63f0-4e89-b015-81571ece2b61 { text-align:center; } .ablocks-block-d883f2fe-63f0-4e89-b015-81571ece2b61 .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-d883f2fe-63f0-4e89-b015-81571ece2b61 .ablocks-paragraph-text { font-size:18px;line-height:24px; } } .ablocks-block-d883f2fe-63f0-4e89-b015-81571ece2b61 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-44be41c4-d90f-4682-8f41-56885eac7c18 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-44be41c4-d90f-4682-8f41-56885eac7c18 { text-align:center; } .ablocks-block-44be41c4-d90f-4682-8f41-56885eac7c18 .ablocks-heading-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:700;font-size:38px;line-height:38px; } @media screen and (max-width: 800px) { .ablocks-block-44be41c4-d90f-4682-8f41-56885eac7c18 .ablocks-heading-text { font-size:34px;line-height:34px; } } 
.ablocks-block-e9ad9ab5-d54e-4fd3-80ea-62835d50f614 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e9ad9ab5-d54e-4fd3-80ea-62835d50f614 { text-align:center; } .ablocks-block-e9ad9ab5-d54e-4fd3-80ea-62835d50f614 .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-e9ad9ab5-d54e-4fd3-80ea-62835d50f614 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-83845c2b-33af-4d39-a223-bf4f83110432 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-83845c2b-33af-4d39-a223-bf4f83110432 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-83845c2b-33af-4d39-a223-bf4f83110432 .ablocks-icon-wrap { background:#FFFFFF;border-radius:50%;padding:26px;font-size:26px; } @media screen and (max-width: 800px) { .ablocks-block-83845c2b-33af-4d39-a223-bf4f83110432 .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-83845c2b-33af-4d39-a223-bf4f83110432 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:26px; } .ablocks-block-83845c2b-33af-4d39-a223-bf4f83110432 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#153A4D; } 
.ablocks-block-be6ec462-efdf-4b76-ad8f-b6ffae7ee6ba { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be6ec462-efdf-4b76-ad8f-b6ffae7ee6ba { text-align:center; } .ablocks-block-be6ec462-efdf-4b76-ad8f-b6ffae7ee6ba .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:700;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-be6ec462-efdf-4b76-ad8f-b6ffae7ee6ba .ablocks-paragraph-text { font-size:24px;line-height:26px; } } .ablocks-block-be6ec462-efdf-4b76-ad8f-b6ffae7ee6ba .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7396332a-cd2a-4de6-992f-a4c1c370b9a4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7396332a-cd2a-4de6-992f-a4c1c370b9a4.ablocks-block--container { padding:0px;max-width:min(100%,220px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7396332a-cd2a-4de6-992f-a4c1c370b9a4.ablocks-block--container { max-width:min(100%,28%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-7396332a-cd2a-4de6-992f-a4c1c370b9a4.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-7396332a-cd2a-4de6-992f-a4c1c370b9a4 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-7396332a-cd2a-4de6-992f-a4c1c370b9a4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-99a15fc4-873c-4da0-983c-14f146828b67 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-99a15fc4-873c-4da0-983c-14f146828b67 { text-align:left; } .ablocks-block-99a15fc4-873c-4da0-983c-14f146828b67 .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:30px;line-height:30px; } 
.ablocks-block-04b41ee9-f4d0-4d62-96c4-4d2a23e90fc3 { margin-top:10px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-04b41ee9-f4d0-4d62-96c4-4d2a23e90fc3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-04b41ee9-f4d0-4d62-96c4-4d2a23e90fc3 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-04b41ee9-f4d0-4d62-96c4-4d2a23e90fc3 { align-items:flex-start; } } .ablocks-block-04b41ee9-f4d0-4d62-96c4-4d2a23e90fc3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-04b41ee9-f4d0-4d62-96c4-4d2a23e90fc3.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-fe4633b9-caab-48c9-8236-4db5d7269f95 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fe4633b9-caab-48c9-8236-4db5d7269f95 { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-fe4633b9-caab-48c9-8236-4db5d7269f95 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-fe4633b9-caab-48c9-8236-4db5d7269f95 .ablocks-list__item-content { align-items:center;gap:20px; } .ablocks-block-fe4633b9-caab-48c9-8236-4db5d7269f95 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#222222;fill:#222222;font-size:16px; } .ablocks-block-fe4633b9-caab-48c9-8236-4db5d7269f95 .ablocks-list__item-content .ablocks-list__item-text { color:#696969; } 
.ablocks-block-294b546f-3c3c-41a3-8d48-bd293cc24dbc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-294b546f-3c3c-41a3-8d48-bd293cc24dbc { text-align:left; } .ablocks-block-294b546f-3c3c-41a3-8d48-bd293cc24dbc .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px; } .ablocks-block-294b546f-3c3c-41a3-8d48-bd293cc24dbc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cef8d116-b622-444f-877f-6c1db0e1a537 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cef8d116-b622-444f-877f-6c1db0e1a537.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-cef8d116-b622-444f-877f-6c1db0e1a537 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-cef8d116-b622-444f-877f-6c1db0e1a537 { align-items:flex-start; } } .ablocks-block-cef8d116-b622-444f-877f-6c1db0e1a537.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-cef8d116-b622-444f-877f-6c1db0e1a537.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-ced2268e-3f00-4212-83dd-838891abe40f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ced2268e-3f00-4212-83dd-838891abe40f { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-ced2268e-3f00-4212-83dd-838891abe40f .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ced2268e-3f00-4212-83dd-838891abe40f .ablocks-list__item-content { align-items:center;gap:20px; } .ablocks-block-ced2268e-3f00-4212-83dd-838891abe40f .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#222222;fill:#222222;font-size:16px; } .ablocks-block-ced2268e-3f00-4212-83dd-838891abe40f .ablocks-list__item-content .ablocks-list__item-text { color:#696969; } 
.ablocks-block-9f28c69f-6b3a-4704-8584-c036fc4ca2a7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9f28c69f-6b3a-4704-8584-c036fc4ca2a7 { text-align:left; } .ablocks-block-9f28c69f-6b3a-4704-8584-c036fc4ca2a7 .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px; } .ablocks-block-9f28c69f-6b3a-4704-8584-c036fc4ca2a7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0939e740-f43e-4268-8e7c-8e265442c6f2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0939e740-f43e-4268-8e7c-8e265442c6f2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0939e740-f43e-4268-8e7c-8e265442c6f2 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:2px; } @media screen and (max-width: 480px) { .ablocks-block-0939e740-f43e-4268-8e7c-8e265442c6f2 { align-items:flex-start; } } .ablocks-block-0939e740-f43e-4268-8e7c-8e265442c6f2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:2px; } @media screen and (max-width: 480px) { .ablocks-block-0939e740-f43e-4268-8e7c-8e265442c6f2.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-aa548589-5a6a-4b22-8621-fca11de01dbc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aa548589-5a6a-4b22-8621-fca11de01dbc { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-aa548589-5a6a-4b22-8621-fca11de01dbc .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-aa548589-5a6a-4b22-8621-fca11de01dbc .ablocks-list__item-content { align-items:center;gap:20px; } .ablocks-block-aa548589-5a6a-4b22-8621-fca11de01dbc .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#222222;fill:#222222;font-size:16px; } .ablocks-block-aa548589-5a6a-4b22-8621-fca11de01dbc .ablocks-list__item-content .ablocks-list__item-text { color:#696969; } 
.ablocks-block-383f6a35-9689-4ab4-9095-08e5267b6907 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-383f6a35-9689-4ab4-9095-08e5267b6907 { text-align:left; } .ablocks-block-383f6a35-9689-4ab4-9095-08e5267b6907 .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px; } .ablocks-block-383f6a35-9689-4ab4-9095-08e5267b6907 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4958d0bd-ed2a-495e-8ca5-eb357ffe811d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4958d0bd-ed2a-495e-8ca5-eb357ffe811d.ablocks-block--container { padding:0px;max-width:min(100%,355px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-4958d0bd-ed2a-495e-8ca5-eb357ffe811d.ablocks-block--container { max-width:min(100%,355%) !important; } } .ablocks-block-4958d0bd-ed2a-495e-8ca5-eb357ffe811d { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-4958d0bd-ed2a-495e-8ca5-eb357ffe811d { align-items:flex-start; } } .ablocks-block-4958d0bd-ed2a-495e-8ca5-eb357ffe811d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-4958d0bd-ed2a-495e-8ca5-eb357ffe811d.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-e2de03db-d633-4fee-b4f6-47343289571d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e2de03db-d633-4fee-b4f6-47343289571d { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-e2de03db-d633-4fee-b4f6-47343289571d { text-align:center; } } .ablocks-block-e2de03db-d633-4fee-b4f6-47343289571d .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:30px;line-height:30px; } 
.ablocks-block-448812ef-6ec6-447d-8189-ba705aecea5e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-448812ef-6ec6-447d-8189-ba705aecea5e { text-align:left; } .ablocks-block-448812ef-6ec6-447d-8189-ba705aecea5e .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-448812ef-6ec6-447d-8189-ba705aecea5e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 { padding:0px;background:#9900cc00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder { flex-direction:row;align-items:center; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 > .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;display:none;margin-top:10px; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__input , .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__select , .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder-timepicker-input , .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder-datepicker-input { background:white;border:1px solid #A7AAAD;border-radius:5px;text-align:left;padding-left:18px;box-sizing:border-box; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__input:hover { border:1px solid #A7AAAD;border-radius:5px; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__input:focus { border:1px solid #A7AAAD;border-radius:5px; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__input::placeholder { text-align:left; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__input-icon,.ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__submit-button { text-align:center;align-self:center; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__submit-button { color:#ffffff;background:#153A4D;font-family:Bricolage Grotesque;font-weight:600;font-style:normal;font-size:18px;line-height:24px;padding-top:12px;padding-bottom:12px; } @media screen and (max-width: 800px) { .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__submit-button { padding:12px; } } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-7351ba32-e418-4005-9568-ebd24e73b8bd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7351ba32-e418-4005-9568-ebd24e73b8bd.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-7351ba32-e418-4005-9568-ebd24e73b8bd .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-7351ba32-e418-4005-9568-ebd24e73b8bd .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-babf2b03-a6cd-48ce-afd6-38dc8d9fecc5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-babf2b03-a6cd-48ce-afd6-38dc8d9fecc5.ablocks-block--social-shares:not(.ablocks-has-container), .ablocks-block-babf2b03-a6cd-48ce-afd6-38dc8d9fecc5.ablocks-block--social-shares .ablocks-block-container { flex-direction:row;justify-content:flex-start;gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-babf2b03-a6cd-48ce-afd6-38dc8d9fecc5.ablocks-block--social-shares:not(.ablocks-has-container), .ablocks-block-babf2b03-a6cd-48ce-afd6-38dc8d9fecc5.ablocks-block--social-shares .ablocks-block-container { justify-content:center; } } .ablocks-block-babf2b03-a6cd-48ce-afd6-38dc8d9fecc5 .ablocks-social-share { height:48px;width:48px; } .ablocks-block-babf2b03-a6cd-48ce-afd6-38dc8d9fecc5 .ablocks-social-share > .ablocks-svg-icon { fill:#170a1b!important;width:16px;height:16px; } .ablocks-block-babf2b03-a6cd-48ce-afd6-38dc8d9fecc5 .ablocks-social-share > .ablocks-svg-icon:hover { fill:!important; } .ablocks-block-babf2b03-a6cd-48ce-afd6-38dc8d9fecc5 .ablocks-social-share-item--icon { width:40px;height:40px; } .ablocks-block-babf2b03-a6cd-48ce-afd6-38dc8d9fecc5 .ablocks-social-share-item--icon>.ablocks-svg-icon { height:22px; } .ablocks-block-babf2b03-a6cd-48ce-afd6-38dc8d9fecc5 .ablocks-social-share-item--text { width:80px;height:42px; } 
.ablocks-block-1f859da1-a04e-489c-876d-308177ffce44 { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:2px 0px 0px 0px;border-style:solid;border-color:#D1CECB;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f859da1-a04e-489c-876d-308177ffce44.ablocks-block--container { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,1290px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-1f859da1-a04e-489c-876d-308177ffce44.ablocks-block--container { max-width:min(100%,1290%) !important; } } .ablocks-block-1f859da1-a04e-489c-876d-308177ffce44 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-1f859da1-a04e-489c-876d-308177ffce44 { flex-direction:column;align-items:center;row-gap:20px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-1f859da1-a04e-489c-876d-308177ffce44 { flex-direction:column-reverse; } } .ablocks-block-1f859da1-a04e-489c-876d-308177ffce44.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-1f859da1-a04e-489c-876d-308177ffce44.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center;row-gap:20px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-1f859da1-a04e-489c-876d-308177ffce44.ablocks-has-block-container > .ablocks-block-container { flex-direction:column-reverse; } } .ablocks-block-1f859da1-a04e-489c-876d-308177ffce44 { display:inline-flex; } 
.ablocks-block-4f76c2da-2726-45f1-8c43-987fc0dc9aa3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f76c2da-2726-45f1-8c43-987fc0dc9aa3.ablocks-block--container { padding:0px;max-width:min(100%,410px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4f76c2da-2726-45f1-8c43-987fc0dc9aa3.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-4f76c2da-2726-45f1-8c43-987fc0dc9aa3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4f76c2da-2726-45f1-8c43-987fc0dc9aa3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4a433b67-7621-4bc4-8864-a23a66057129 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a433b67-7621-4bc4-8864-a23a66057129 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-4a433b67-7621-4bc4-8864-a23a66057129 { text-align:center; } } .ablocks-block-4a433b67-7621-4bc4-8864-a23a66057129 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-4a433b67-7621-4bc4-8864-a23a66057129 .ablocks-paragraph-text { line-height:26px; } } @media screen and (max-width: 480px) { .ablocks-block-4a433b67-7621-4bc4-8864-a23a66057129 .ablocks-paragraph-text { line-height:32px; } } .ablocks-block-4a433b67-7621-4bc4-8864-a23a66057129 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-13087ef9-0ddb-4fa0-a991-6fb0cc3f70b5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-13087ef9-0ddb-4fa0-a991-6fb0cc3f70b5.ablocks-block--container { padding:0px;max-width:min(100%,460px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-13087ef9-0ddb-4fa0-a991-6fb0cc3f70b5.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-13087ef9-0ddb-4fa0-a991-6fb0cc3f70b5 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:19px; } @media screen and (max-width: 800px) { .ablocks-block-13087ef9-0ddb-4fa0-a991-6fb0cc3f70b5 { justify-content:center;justify-items:center;column-gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-13087ef9-0ddb-4fa0-a991-6fb0cc3f70b5 { flex-direction:column;align-items:flex-start;row-gap:10px; } } .ablocks-block-13087ef9-0ddb-4fa0-a991-6fb0cc3f70b5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:19px; } @media screen and (max-width: 800px) { .ablocks-block-13087ef9-0ddb-4fa0-a991-6fb0cc3f70b5.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;column-gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-13087ef9-0ddb-4fa0-a991-6fb0cc3f70b5.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:flex-start;row-gap:10px; } } .ablocks-block-13087ef9-0ddb-4fa0-a991-6fb0cc3f70b5 { display:inline-flex; } 
.ablocks-block-5c4e8f66-f7e5-4bcb-9127-6e8fa49a57e8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5c4e8f66-f7e5-4bcb-9127-6e8fa49a57e8 { text-align:left; } .ablocks-block-5c4e8f66-f7e5-4bcb-9127-6e8fa49a57e8 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-5c4e8f66-f7e5-4bcb-9127-6e8fa49a57e8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7a0b59ce-26d9-45f2-91c1-71a8be6b2aa9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7a0b59ce-26d9-45f2-91c1-71a8be6b2aa9 { text-align:left; } .ablocks-block-7a0b59ce-26d9-45f2-91c1-71a8be6b2aa9 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-7a0b59ce-26d9-45f2-91c1-71a8be6b2aa9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b000da03-f523-46bc-9a3d-cdaea92e0df9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b000da03-f523-46bc-9a3d-cdaea92e0df9 { text-align:left; } .ablocks-block-b000da03-f523-46bc-9a3d-cdaea92e0df9 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-b000da03-f523-46bc-9a3d-cdaea92e0df9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e6279492-6c9f-45d8-ae2e-e3649844a6be { margin-top:600px;margin-bottom:-11px;padding-top:60px;padding-bottom:60px;background:#161338;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e6279492-6c9f-45d8-ae2e-e3649844a6be { margin-top:444px;margin-bottom:-10px;padding-top:40px;padding-right:8px;padding-bottom:30px;padding-left:8px; } } .ablocks-block-e6279492-6c9f-45d8-ae2e-e3649844a6be.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-e6279492-6c9f-45d8-ae2e-e3649844a6be.ablocks-block--container { padding-top:40px;padding-right:8px;padding-bottom:30px;padding-left:8px; } } .ablocks-block-e6279492-6c9f-45d8-ae2e-e3649844a6be > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } @media screen and (max-width: 480px) { .ablocks-block-e6279492-6c9f-45d8-ae2e-e3649844a6be > .ablocks-block-container { max-width:min(100%,1422%); } } .ablocks-block-e6279492-6c9f-45d8-ae2e-e3649844a6be > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-e6279492-6c9f-45d8-ae2e-e3649844a6be > .ablocks-block-container { align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-e6279492-6c9f-45d8-ae2e-e3649844a6be > .ablocks-block-container { justify-content:center;justify-items:center;row-gap:38px; } } .ablocks-block-e6279492-6c9f-45d8-ae2e-e3649844a6be.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-e6279492-6c9f-45d8-ae2e-e3649844a6be.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-e6279492-6c9f-45d8-ae2e-e3649844a6be.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;row-gap:38px; } } 
.ablocks-block-7ee5f6b7-7ad3-4f73-826e-c5880e2d2400 { margin-top:-576px;padding:46px;background:#ffffff;border-radius:16px;box-shadow:0px 36px 100px 0px #2B384C1A;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7ee5f6b7-7ad3-4f73-826e-c5880e2d2400 { padding-top:0px;padding-right:18px;padding-bottom:20px;padding-left:18px; } } @media screen and (max-width: 480px) { .ablocks-block-7ee5f6b7-7ad3-4f73-826e-c5880e2d2400 { margin-top:-502px;padding-top:8px;padding-right:14px;padding-left:14px; } } .ablocks-block-7ee5f6b7-7ad3-4f73-826e-c5880e2d2400.ablocks-block--container { padding:46px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7ee5f6b7-7ad3-4f73-826e-c5880e2d2400.ablocks-block--container { padding-top:0px;padding-right:18px;padding-bottom:20px;padding-left:18px; } } @media screen and (max-width: 480px) { .ablocks-block-7ee5f6b7-7ad3-4f73-826e-c5880e2d2400.ablocks-block--container { padding-top:8px;padding-right:14px;padding-left:14px; } } .ablocks-block-7ee5f6b7-7ad3-4f73-826e-c5880e2d2400 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7ee5f6b7-7ad3-4f73-826e-c5880e2d2400.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8d4bf5cb-9e65-481f-a47c-f1a322869b4a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8d4bf5cb-9e65-481f-a47c-f1a322869b4a { margin-top:36px; } } @media screen and (max-width: 480px) { .ablocks-block-8d4bf5cb-9e65-481f-a47c-f1a322869b4a { margin-top:12px; } } .ablocks-block-8d4bf5cb-9e65-481f-a47c-f1a322869b4a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8d4bf5cb-9e65-481f-a47c-f1a322869b4a { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:42px; } @media screen and (max-width: 800px) { .ablocks-block-8d4bf5cb-9e65-481f-a47c-f1a322869b4a { flex-direction:column; } } .ablocks-block-8d4bf5cb-9e65-481f-a47c-f1a322869b4a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:42px; } @media screen and (max-width: 800px) { .ablocks-block-8d4bf5cb-9e65-481f-a47c-f1a322869b4a.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-8d4bf5cb-9e65-481f-a47c-f1a322869b4a { display:inline-flex; } 
.ablocks-block-e4ece79e-f0f2-4e2b-accf-3ab65e26b104 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e4ece79e-f0f2-4e2b-accf-3ab65e26b104.ablocks-block--container { padding:0px;max-width:min(100%,358px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e4ece79e-f0f2-4e2b-accf-3ab65e26b104.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e4ece79e-f0f2-4e2b-accf-3ab65e26b104 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e4ece79e-f0f2-4e2b-accf-3ab65e26b104.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c57ebc02-14ac-4b1a-8a51-fbe59b589feb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c57ebc02-14ac-4b1a-8a51-fbe59b589feb { margin-top:18px; } } .ablocks-block-c57ebc02-14ac-4b1a-8a51-fbe59b589feb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c57ebc02-14ac-4b1a-8a51-fbe59b589feb.ablocks-block--container { max-width:min(100%,81%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-c57ebc02-14ac-4b1a-8a51-fbe59b589feb.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-c57ebc02-14ac-4b1a-8a51-fbe59b589feb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c57ebc02-14ac-4b1a-8a51-fbe59b589feb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5105b1c8-51c5-478b-b358-c7c4ab65c8db { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5105b1c8-51c5-478b-b358-c7c4ab65c8db { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-5105b1c8-51c5-478b-b358-c7c4ab65c8db { text-align:center; } } .ablocks-block-5105b1c8-51c5-478b-b358-c7c4ab65c8db .ablocks-heading-text { font-family:Sora;font-weight:600;font-size:24px;line-height:36px; } 
.ablocks-block-8261e858-0d3b-4688-b510-dce0b20432d8 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8261e858-0d3b-4688-b510-dce0b20432d8 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-8261e858-0d3b-4688-b510-dce0b20432d8 { text-align:center; } } .ablocks-block-8261e858-0d3b-4688-b510-dce0b20432d8 .ablocks-paragraph-text { color:#000000;font-family:Sora;font-weight:300;font-size:16px;line-height:24px; } .ablocks-block-8261e858-0d3b-4688-b510-dce0b20432d8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a6eb0a99-4661-40da-a7a0-47a9831af44e { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a6eb0a99-4661-40da-a7a0-47a9831af44e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a6eb0a99-4661-40da-a7a0-47a9831af44e.ablocks-block--container { max-width:min(100%,45%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a6eb0a99-4661-40da-a7a0-47a9831af44e.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-a6eb0a99-4661-40da-a7a0-47a9831af44e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a6eb0a99-4661-40da-a7a0-47a9831af44e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-147a8db5-f3ee-444b-b5a5-ebb3fbc7c26c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-147a8db5-f3ee-444b-b5a5-ebb3fbc7c26c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-147a8db5-f3ee-444b-b5a5-ebb3fbc7c26c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-147a8db5-f3ee-444b-b5a5-ebb3fbc7c26c { justify-content:flex-start;justify-items:flex-start;column-gap:7px; } } .ablocks-block-147a8db5-f3ee-444b-b5a5-ebb3fbc7c26c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-147a8db5-f3ee-444b-b5a5-ebb3fbc7c26c.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start;column-gap:7px; } } .ablocks-block-147a8db5-f3ee-444b-b5a5-ebb3fbc7c26c { display:inline-flex; } 
.ablocks-block-65d175d6-b31d-46f1-b76f-f36d60bdf0ba { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-65d175d6-b31d-46f1-b76f-f36d60bdf0ba.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-65d175d6-b31d-46f1-b76f-f36d60bdf0ba.ablocks-block--container { max-width:min(100%,17%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-65d175d6-b31d-46f1-b76f-f36d60bdf0ba.ablocks-block--container { max-width:min(100%,20%) !important; } } .ablocks-block-65d175d6-b31d-46f1-b76f-f36d60bdf0ba { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-65d175d6-b31d-46f1-b76f-f36d60bdf0ba.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-48782a3d-c365-4c19-846f-e3220cea33d1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48782a3d-c365-4c19-846f-e3220cea33d1 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-48782a3d-c365-4c19-846f-e3220cea33d1 .ablocks-icon-wrap { background:#F4EDFE;padding:.5em;font-size:24px; } .ablocks-block-48782a3d-c365-4c19-846f-e3220cea33d1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-48782a3d-c365-4c19-846f-e3220cea33d1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#9249F2; } 
.ablocks-block-d2d5df6d-9899-4a0b-9dbc-d48ba3a9d9ca { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d2d5df6d-9899-4a0b-9dbc-d48ba3a9d9ca.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d2d5df6d-9899-4a0b-9dbc-d48ba3a9d9ca { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d2d5df6d-9899-4a0b-9dbc-d48ba3a9d9ca.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f51f50b8-f952-43c0-83b8-a301689585c8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f51f50b8-f952-43c0-83b8-a301689585c8 { text-align:left; } .ablocks-block-f51f50b8-f952-43c0-83b8-a301689585c8 .ablocks-paragraph-text { color:#000000;font-family:Sora;font-weight:300;font-size:14px;line-height:20px; } .ablocks-block-f51f50b8-f952-43c0-83b8-a301689585c8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5978aa47-04fe-4d54-ae58-033beda1e24b { margin-top:6px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5978aa47-04fe-4d54-ae58-033beda1e24b { text-align:left; } .ablocks-block-5978aa47-04fe-4d54-ae58-033beda1e24b .ablocks-paragraph-text { color:#000000;font-family:Sora;font-weight:400;font-size:16px;line-height:24px; } .ablocks-block-5978aa47-04fe-4d54-ae58-033beda1e24b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-02fc034b-b6a1-4883-8f7f-47d0a32c68bf { margin-top:24px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-02fc034b-b6a1-4883-8f7f-47d0a32c68bf.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-02fc034b-b6a1-4883-8f7f-47d0a32c68bf { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-02fc034b-b6a1-4883-8f7f-47d0a32c68bf { column-gap:7px; } } .ablocks-block-02fc034b-b6a1-4883-8f7f-47d0a32c68bf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-02fc034b-b6a1-4883-8f7f-47d0a32c68bf.ablocks-has-block-container > .ablocks-block-container { column-gap:7px; } } .ablocks-block-02fc034b-b6a1-4883-8f7f-47d0a32c68bf { display:inline-flex; } 
.ablocks-block-89280349-b110-4aa3-aabb-58b8d058ce10 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-89280349-b110-4aa3-aabb-58b8d058ce10.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-89280349-b110-4aa3-aabb-58b8d058ce10.ablocks-block--container { max-width:min(100%,17%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-89280349-b110-4aa3-aabb-58b8d058ce10.ablocks-block--container { max-width:min(100%,20%) !important; } } .ablocks-block-89280349-b110-4aa3-aabb-58b8d058ce10 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-89280349-b110-4aa3-aabb-58b8d058ce10.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c2c6a675-4d71-4cd4-bc36-c88dc9f21d57 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c2c6a675-4d71-4cd4-bc36-c88dc9f21d57 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-c2c6a675-4d71-4cd4-bc36-c88dc9f21d57 .ablocks-icon-wrap { background:#F4EDFE;padding:.5em;font-size:24px; } .ablocks-block-c2c6a675-4d71-4cd4-bc36-c88dc9f21d57 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-c2c6a675-4d71-4cd4-bc36-c88dc9f21d57 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#9249F2; } 
.ablocks-block-542b9164-9fc6-43a7-87e0-812edcf43665 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-542b9164-9fc6-43a7-87e0-812edcf43665.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-542b9164-9fc6-43a7-87e0-812edcf43665 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-542b9164-9fc6-43a7-87e0-812edcf43665.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9338ed7a-fc4c-4fb9-814a-5827cdda99c5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9338ed7a-fc4c-4fb9-814a-5827cdda99c5 { text-align:left; } .ablocks-block-9338ed7a-fc4c-4fb9-814a-5827cdda99c5 .ablocks-paragraph-text { color:#000000;font-family:Sora;font-weight:300;font-size:14px;line-height:20px; } .ablocks-block-9338ed7a-fc4c-4fb9-814a-5827cdda99c5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1c41177a-cb73-4167-b193-afd3eb4ecd49 { margin-top:6px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c41177a-cb73-4167-b193-afd3eb4ecd49 { text-align:left; } .ablocks-block-1c41177a-cb73-4167-b193-afd3eb4ecd49 .ablocks-paragraph-text { color:#000000;font-family:Sora;font-weight:400;font-size:16px;line-height:24px; } .ablocks-block-1c41177a-cb73-4167-b193-afd3eb4ecd49 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cb632ec8-f3ab-4537-8fa8-3f804f2beaad { margin-top:32px;padding:32px;background:#F4EDFE;border-radius:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cb632ec8-f3ab-4537-8fa8-3f804f2beaad { padding:20px; } } .ablocks-block-cb632ec8-f3ab-4537-8fa8-3f804f2beaad.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-cb632ec8-f3ab-4537-8fa8-3f804f2beaad.ablocks-block--container { padding:20px; } } .ablocks-block-cb632ec8-f3ab-4537-8fa8-3f804f2beaad { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-cb632ec8-f3ab-4537-8fa8-3f804f2beaad { align-items:center; } } .ablocks-block-cb632ec8-f3ab-4537-8fa8-3f804f2beaad.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: 800px) { .ablocks-block-cb632ec8-f3ab-4537-8fa8-3f804f2beaad.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-c2c7b476-b98e-4a95-8861-4b342f6fb812 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c2c7b476-b98e-4a95-8861-4b342f6fb812 { text-align:left; } .ablocks-block-c2c7b476-b98e-4a95-8861-4b342f6fb812 .ablocks-paragraph-text { color:#000000;font-family:Sora;font-weight:400;font-size:16px;line-height:24px; } .ablocks-block-c2c7b476-b98e-4a95-8861-4b342f6fb812 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3ef67c68-0739-4b21-932a-014792e0ea53 { margin-top:16px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3ef67c68-0739-4b21-932a-014792e0ea53.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3ef67c68-0739-4b21-932a-014792e0ea53 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:12px; } @media screen and (max-width: 800px) { .ablocks-block-3ef67c68-0739-4b21-932a-014792e0ea53 { justify-content:center;justify-items:center;align-items:center; } } .ablocks-block-3ef67c68-0739-4b21-932a-014792e0ea53.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:12px; } @media screen and (max-width: 800px) { .ablocks-block-3ef67c68-0739-4b21-932a-014792e0ea53.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;align-items:center; } } .ablocks-block-3ef67c68-0739-4b21-932a-014792e0ea53 { display:inline-flex; } 
.ablocks-block-ce6c3487-d9f1-452f-a77a-37c0d9e65b73 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ce6c3487-d9f1-452f-a77a-37c0d9e65b73 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ce6c3487-d9f1-452f-a77a-37c0d9e65b73 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-ce6c3487-d9f1-452f-a77a-37c0d9e65b73 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:28px; } @media screen and (max-width: 480px) { .ablocks-block-ce6c3487-d9f1-452f-a77a-37c0d9e65b73 .ablocks-icon-wrap img.ablocks-image-icon { width:20px; } } .ablocks-block-ce6c3487-d9f1-452f-a77a-37c0d9e65b73 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f7e6836d-0c0a-4db2-8eda-82ce6c571e78 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f7e6836d-0c0a-4db2-8eda-82ce6c571e78 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-f7e6836d-0c0a-4db2-8eda-82ce6c571e78 .ablocks-icon-wrap { background:#FFFFFF;border-radius:50%;padding:.5em;font-size:20px; } @media screen and (max-width: 480px) { .ablocks-block-f7e6836d-0c0a-4db2-8eda-82ce6c571e78 .ablocks-icon-wrap { font-size:16px; } } .ablocks-block-f7e6836d-0c0a-4db2-8eda-82ce6c571e78 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } @media screen and (max-width: 480px) { .ablocks-block-f7e6836d-0c0a-4db2-8eda-82ce6c571e78 .ablocks-icon-wrap img.ablocks-image-icon { width:16px; } } .ablocks-block-f7e6836d-0c0a-4db2-8eda-82ce6c571e78 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#9249F2; } 
.ablocks-block-db4530c1-0243-4169-bc6a-4be863aadb5b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-db4530c1-0243-4169-bc6a-4be863aadb5b { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-db4530c1-0243-4169-bc6a-4be863aadb5b .ablocks-icon-wrap { background:#FFFFFF;border-radius:50%;padding:.5em;font-size:20px; } @media screen and (max-width: 480px) { .ablocks-block-db4530c1-0243-4169-bc6a-4be863aadb5b .ablocks-icon-wrap { font-size:16px; } } .ablocks-block-db4530c1-0243-4169-bc6a-4be863aadb5b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } @media screen and (max-width: 480px) { .ablocks-block-db4530c1-0243-4169-bc6a-4be863aadb5b .ablocks-icon-wrap img.ablocks-image-icon { width:16px; } } .ablocks-block-db4530c1-0243-4169-bc6a-4be863aadb5b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#9249F2; } 
.ablocks-block-8692dc3c-1494-4dab-a64d-4de2231fc46f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8692dc3c-1494-4dab-a64d-4de2231fc46f { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-8692dc3c-1494-4dab-a64d-4de2231fc46f .ablocks-icon-wrap { background:#FFFFFF;border-radius:50%;padding:.5em;font-size:20px; } @media screen and (max-width: 480px) { .ablocks-block-8692dc3c-1494-4dab-a64d-4de2231fc46f .ablocks-icon-wrap { font-size:16px; } } .ablocks-block-8692dc3c-1494-4dab-a64d-4de2231fc46f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } @media screen and (max-width: 480px) { .ablocks-block-8692dc3c-1494-4dab-a64d-4de2231fc46f .ablocks-icon-wrap img.ablocks-image-icon { width:16px; } } .ablocks-block-8692dc3c-1494-4dab-a64d-4de2231fc46f .ablocks-icon-wrap img.ablocks-image-icon:hover { transition:2.28s; } .ablocks-block-8692dc3c-1494-4dab-a64d-4de2231fc46f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#9249F2; } .ablocks-block-8692dc3c-1494-4dab-a64d-4de2231fc46f .ablocks-icon-wrap svg.ablocks-svg-icon:hover { transition:2.28s; } 
.ablocks-block-cf07e91f-eaa7-473c-9337-be6cad92429d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cf07e91f-eaa7-473c-9337-be6cad92429d { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-cf07e91f-eaa7-473c-9337-be6cad92429d .ablocks-icon-wrap { background:#FFFFFF;border-radius:50%;padding:.5em;font-size:20px; } @media screen and (max-width: 480px) { .ablocks-block-cf07e91f-eaa7-473c-9337-be6cad92429d .ablocks-icon-wrap { font-size:16px; } } .ablocks-block-cf07e91f-eaa7-473c-9337-be6cad92429d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } @media screen and (max-width: 480px) { .ablocks-block-cf07e91f-eaa7-473c-9337-be6cad92429d .ablocks-icon-wrap img.ablocks-image-icon { width:16px; } } .ablocks-block-cf07e91f-eaa7-473c-9337-be6cad92429d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#9249F2; } 
.ablocks-block-5772f000-b0e6-412a-9223-19a05f99c5d1 { padding-top:14px;padding-right:0px;padding-bottom:0px;padding-left:42px;border-width:0px 0px 0px 1px;border-style:solid;border-color:#e6e8eb;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5772f000-b0e6-412a-9223-19a05f99c5d1 { margin-top:26px;padding-top:0px;padding-left:0px;border-width:1px 0px 0px 0px; } } @media screen and (max-width: 480px) { .ablocks-block-5772f000-b0e6-412a-9223-19a05f99c5d1 { margin-top:37px;padding-right:8px;padding-bottom:16px;padding-left:8px; } } .ablocks-block-5772f000-b0e6-412a-9223-19a05f99c5d1:hover { border-width:0px 0px 0px 1px;border-color:#e6e8eb;border-style:solid; } .ablocks-block-5772f000-b0e6-412a-9223-19a05f99c5d1.ablocks-block--container { padding-top:14px;padding-right:0px;padding-bottom:0px;padding-left:42px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5772f000-b0e6-412a-9223-19a05f99c5d1.ablocks-block--container { padding-top:0px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-5772f000-b0e6-412a-9223-19a05f99c5d1.ablocks-block--container { padding-right:8px;padding-bottom:16px;padding-left:8px; } } .ablocks-block-5772f000-b0e6-412a-9223-19a05f99c5d1 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-5772f000-b0e6-412a-9223-19a05f99c5d1 { align-items:center; } } .ablocks-block-5772f000-b0e6-412a-9223-19a05f99c5d1.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-5772f000-b0e6-412a-9223-19a05f99c5d1.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-9cfa229c-4a49-4e86-adfd-0c57f769386f { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9cfa229c-4a49-4e86-adfd-0c57f769386f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9cfa229c-4a49-4e86-adfd-0c57f769386f { display:flex;flex-direction:column;min-height:0px;row-gap:34px;column-gap:4px; } .ablocks-block-9cfa229c-4a49-4e86-adfd-0c57f769386f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:34px;column-gap:4px; } 
.ablocks-block-f56de9da-2df5-42ef-82c1-250eef5667fc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f56de9da-2df5-42ef-82c1-250eef5667fc { margin-top:18px; } } @media screen and (max-width: 480px) { .ablocks-block-f56de9da-2df5-42ef-82c1-250eef5667fc { margin-top:24px; } } .ablocks-block-f56de9da-2df5-42ef-82c1-250eef5667fc { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-f56de9da-2df5-42ef-82c1-250eef5667fc { text-align:center; } } .ablocks-block-f56de9da-2df5-42ef-82c1-250eef5667fc .ablocks-heading-text { color:#132238;font-family:Sora;font-weight:600;font-style:normal;font-size:24px;line-height:36px; } 
.ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 > .ablocks-form-builder__field { margin-top:6px;margin-bottom:6px; } .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder__helper-text { font-family:Sora;font-weight:400;font-style:normal;font-size:16px;line-height:24px;text-align:left;margin-bottom:10px;display:none;margin-top:10px; } .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder__input , .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder__select , .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder-timepicker-input , .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder-datepicker-input { background:#ffffff;text-align:left;font-family:Sora;font-weight:400;font-style:normal;font-size:16px;line-height:24px;border-width:1px;border-style:solid;border-color:#e6e8eb;border-radius:12px;padding-left:12px;box-sizing:border-box; } @media screen and (max-width: 480px) { .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder__input , .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder__select , .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder-timepicker-input , .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder-datepicker-input { border-radius:10px;padding-left:15px; } } .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder__input::placeholder { font-family:Sora;font-weight:400;font-style:normal;font-size:16px;line-height:24px;text-align:left;color:#132238!important; } .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder__input-icon,.ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder__submit-button { text-align:center;align-self:flex-start; } .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder__submit-button { background:#9249f2;font-family:Sora;font-weight:600;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 480px) { .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-form-builder__submit-button { padding-top:12px;padding-right:14px;padding-bottom:12px;padding-left:14px; } } .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-a4b71ade-510d-48b1-a5cb-53a4eaa4ddf4 .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-855f4950-f5ba-478b-8155-3e3742ab6540 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-855f4950-f5ba-478b-8155-3e3742ab6540.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-855f4950-f5ba-478b-8155-3e3742ab6540.ablocks-block--form-input { width:99%; } } .ablocks-block-855f4950-f5ba-478b-8155-3e3742ab6540 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-855f4950-f5ba-478b-8155-3e3742ab6540 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-364b8f2f-7aac-4efb-9470-88b41ed16d47 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-364b8f2f-7aac-4efb-9470-88b41ed16d47.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-364b8f2f-7aac-4efb-9470-88b41ed16d47.ablocks-block--form-input { width:99%; } } .ablocks-block-364b8f2f-7aac-4efb-9470-88b41ed16d47 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-364b8f2f-7aac-4efb-9470-88b41ed16d47 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-620b1673-340f-49de-8499-9b08618f0a96 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-620b1673-340f-49de-8499-9b08618f0a96.ablocks-block--form-input { box-sizing:border-box;width:99%; } @media screen and (max-width: 800px) { .ablocks-block-620b1673-340f-49de-8499-9b08618f0a96.ablocks-block--form-input { width:49%; } } @media screen and (max-width: 480px) { .ablocks-block-620b1673-340f-49de-8499-9b08618f0a96.ablocks-block--form-input { width:99%; } } .ablocks-block-620b1673-340f-49de-8499-9b08618f0a96 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-620b1673-340f-49de-8499-9b08618f0a96 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-8449fda4-e6c7-4979-b508-3a7c512f89c3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8449fda4-e6c7-4979-b508-3a7c512f89c3.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-8449fda4-e6c7-4979-b508-3a7c512f89c3.ablocks-block--form-input { width:99%; } } .ablocks-block-8449fda4-e6c7-4979-b508-3a7c512f89c3 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-8449fda4-e6c7-4979-b508-3a7c512f89c3 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-fbf5dc7a-826d-40b3-9d9c-61be3ff94de3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fbf5dc7a-826d-40b3-9d9c-61be3ff94de3.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-fbf5dc7a-826d-40b3-9d9c-61be3ff94de3.ablocks-block--form-input { width:99%; } } .ablocks-block-fbf5dc7a-826d-40b3-9d9c-61be3ff94de3 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-fbf5dc7a-826d-40b3-9d9c-61be3ff94de3 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-9d196e71-7064-4ab5-90cc-be8e8bcc2749 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9d196e71-7064-4ab5-90cc-be8e8bcc2749.ablocks-block--form-textarea { box-sizing:border-box;width:99%; } 
.ablocks-block-892e01bf-3b78-4b2f-83f8-d91be61e413a { margin-top:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-892e01bf-3b78-4b2f-83f8-d91be61e413a { padding-left:10px; } } .ablocks-block-892e01bf-3b78-4b2f-83f8-d91be61e413a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-892e01bf-3b78-4b2f-83f8-d91be61e413a.ablocks-block--container { padding-left:10px; } } .ablocks-block-892e01bf-3b78-4b2f-83f8-d91be61e413a { 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-892e01bf-3b78-4b2f-83f8-d91be61e413a { justify-content:center;justify-items:center;flex-wrap:wrap;row-gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-892e01bf-3b78-4b2f-83f8-d91be61e413a { flex-direction:column;row-gap:20px;column-gap:24px; } } .ablocks-block-892e01bf-3b78-4b2f-83f8-d91be61e413a.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-892e01bf-3b78-4b2f-83f8-d91be61e413a.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;flex-wrap:wrap;row-gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-892e01bf-3b78-4b2f-83f8-d91be61e413a.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px;column-gap:24px; } } .ablocks-block-892e01bf-3b78-4b2f-83f8-d91be61e413a { display:inline-flex; } 
.ablocks-block-9e8e431a-2498-4bc2-87ee-d9eaa71a8d8a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e8e431a-2498-4bc2-87ee-d9eaa71a8d8a.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9e8e431a-2498-4bc2-87ee-d9eaa71a8d8a.ablocks-block--container { max-width:min(100%,27%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9e8e431a-2498-4bc2-87ee-d9eaa71a8d8a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9e8e431a-2498-4bc2-87ee-d9eaa71a8d8a { 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-9e8e431a-2498-4bc2-87ee-d9eaa71a8d8a { justify-content:flex-start;justify-items:flex-start;align-items:flex-start;flex-wrap:wrap;row-gap:21px; } } @media screen and (max-width: 480px) { .ablocks-block-9e8e431a-2498-4bc2-87ee-d9eaa71a8d8a { justify-content:space-between;justify-items:space-between;row-gap:37px;column-gap:18px; } } .ablocks-block-9e8e431a-2498-4bc2-87ee-d9eaa71a8d8a.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-9e8e431a-2498-4bc2-87ee-d9eaa71a8d8a.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start;align-items:flex-start;flex-wrap:wrap;row-gap:21px; } } @media screen and (max-width: 480px) { .ablocks-block-9e8e431a-2498-4bc2-87ee-d9eaa71a8d8a.ablocks-has-block-container > .ablocks-block-container { justify-content:space-between;justify-items:space-between;row-gap:37px;column-gap:18px; } } .ablocks-block-9e8e431a-2498-4bc2-87ee-d9eaa71a8d8a { display:inline-flex; } 
.ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a:not(.ablocks-has-block-container), .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-block--info-box__content { gap:12px;align-items:flex-start; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .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-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:92px; } @media screen and (max-width: 800px) { .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a > a .ablocks-icon-wrap > img.ablocks-image-icon { width:75px; } } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Sora;font-weight:600;font-style:SemiBold;font-size:20px;line-height:24px;color:#FFFFFF; } @media screen and (max-width: 800px) { .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:18px; } } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Sora;font-weight:400;text-transform:uppercase;font-style:Regular;font-size:14px;line-height:14px;color:#FFFFFF52; } @media screen and (max-width: 800px) { .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:13px; } } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .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-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .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-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a.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-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a.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-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .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-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e4bf1d4a-0108-41ec-a265-2cb194ed2b2a .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-5150b12b-7d20-4afd-bf49-abb9154afc0f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5150b12b-7d20-4afd-bf49-abb9154afc0f.ablocks-block--container { padding:0px;max-width:min(100%,56%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5150b12b-7d20-4afd-bf49-abb9154afc0f.ablocks-block--container { max-width:min(100%,71%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-5150b12b-7d20-4afd-bf49-abb9154afc0f.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5150b12b-7d20-4afd-bf49-abb9154afc0f { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:48px; } @media screen and (max-width: 800px) { .ablocks-block-5150b12b-7d20-4afd-bf49-abb9154afc0f { justify-content:flex-start;justify-items:flex-start;column-gap:14px; } } @media screen and (max-width: 480px) { .ablocks-block-5150b12b-7d20-4afd-bf49-abb9154afc0f { flex-direction:column;align-items:flex-start;row-gap:14px; } } .ablocks-block-5150b12b-7d20-4afd-bf49-abb9154afc0f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:48px; } @media screen and (max-width: 800px) { .ablocks-block-5150b12b-7d20-4afd-bf49-abb9154afc0f.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start;column-gap:14px; } } @media screen and (max-width: 480px) { .ablocks-block-5150b12b-7d20-4afd-bf49-abb9154afc0f.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:flex-start;row-gap:14px; } } .ablocks-block-5150b12b-7d20-4afd-bf49-abb9154afc0f { display:inline-flex; } 
.ablocks-block-9b6dc08b-57c1-4718-9627-b17941d135cf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9b6dc08b-57c1-4718-9627-b17941d135cf { text-align:left; } .ablocks-block-9b6dc08b-57c1-4718-9627-b17941d135cf .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:rgba(255,255,255,0.32);font-family:Sora;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding:0px; } .ablocks-block-9b6dc08b-57c1-4718-9627-b17941d135cf .ablocks-button:hover { transition-duration:s;color:#FFF; } .ablocks-block-9b6dc08b-57c1-4718-9627-b17941d135cf .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFF; } .ablocks-block-9b6dc08b-57c1-4718-9627-b17941d135cf .ablocks-icon-wrap { font-size:16px; } .ablocks-block-9b6dc08b-57c1-4718-9627-b17941d135cf .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-9b6dc08b-57c1-4718-9627-b17941d135cf .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-02d0f830-cadd-4fe5-ae63-e82eee93de30 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-02d0f830-cadd-4fe5-ae63-e82eee93de30 { text-align:left; } .ablocks-block-02d0f830-cadd-4fe5-ae63-e82eee93de30 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:rgba(255,255,255,0.32);font-family:Sora;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding:0px; } .ablocks-block-02d0f830-cadd-4fe5-ae63-e82eee93de30 .ablocks-button:hover { transition-duration:s;color:#FFF; } .ablocks-block-02d0f830-cadd-4fe5-ae63-e82eee93de30 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFF; } .ablocks-block-02d0f830-cadd-4fe5-ae63-e82eee93de30 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-02d0f830-cadd-4fe5-ae63-e82eee93de30 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-02d0f830-cadd-4fe5-ae63-e82eee93de30 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-b703aa7f-7a87-479f-a885-9887b86a26b3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b703aa7f-7a87-479f-a885-9887b86a26b3 { text-align:left; } .ablocks-block-b703aa7f-7a87-479f-a885-9887b86a26b3 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:rgba(255,255,255,0.32);font-family:Sora;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding:0px; } .ablocks-block-b703aa7f-7a87-479f-a885-9887b86a26b3 .ablocks-button:hover { transition-duration:s;color:#FFF; } .ablocks-block-b703aa7f-7a87-479f-a885-9887b86a26b3 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFF; } .ablocks-block-b703aa7f-7a87-479f-a885-9887b86a26b3 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-b703aa7f-7a87-479f-a885-9887b86a26b3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-b703aa7f-7a87-479f-a885-9887b86a26b3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-eff7c327-fdf8-42b8-bff4-e9bdaf7122a3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eff7c327-fdf8-42b8-bff4-e9bdaf7122a3 { text-align:left; } .ablocks-block-eff7c327-fdf8-42b8-bff4-e9bdaf7122a3 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:rgba(255,255,255,0.32);font-family:Sora;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding:0px; } .ablocks-block-eff7c327-fdf8-42b8-bff4-e9bdaf7122a3 .ablocks-button:hover { transition-duration:s;color:#FFF; } .ablocks-block-eff7c327-fdf8-42b8-bff4-e9bdaf7122a3 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFF; } .ablocks-block-eff7c327-fdf8-42b8-bff4-e9bdaf7122a3 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-eff7c327-fdf8-42b8-bff4-e9bdaf7122a3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-eff7c327-fdf8-42b8-bff4-e9bdaf7122a3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d10e3773-5c8f-41c2-9652-29b07d181526 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d10e3773-5c8f-41c2-9652-29b07d181526 { text-align:left; } .ablocks-block-d10e3773-5c8f-41c2-9652-29b07d181526 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:rgba(255,255,255,0.32);font-family:Sora;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding:0px; } .ablocks-block-d10e3773-5c8f-41c2-9652-29b07d181526 .ablocks-button:hover { transition-duration:s;color:#FFF; } .ablocks-block-d10e3773-5c8f-41c2-9652-29b07d181526 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFF; } .ablocks-block-d10e3773-5c8f-41c2-9652-29b07d181526 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-d10e3773-5c8f-41c2-9652-29b07d181526 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-d10e3773-5c8f-41c2-9652-29b07d181526 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-4f7c3701-3cab-463d-a9e4-c2a68721cbd3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f7c3701-3cab-463d-a9e4-c2a68721cbd3 { text-align:left; } .ablocks-block-4f7c3701-3cab-463d-a9e4-c2a68721cbd3 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:rgba(255,255,255,0.32);font-family:Sora;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding:0px; } .ablocks-block-4f7c3701-3cab-463d-a9e4-c2a68721cbd3 .ablocks-button:hover { transition-duration:s;color:#FFF; } .ablocks-block-4f7c3701-3cab-463d-a9e4-c2a68721cbd3 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFF; } .ablocks-block-4f7c3701-3cab-463d-a9e4-c2a68721cbd3 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-4f7c3701-3cab-463d-a9e4-c2a68721cbd3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-4f7c3701-3cab-463d-a9e4-c2a68721cbd3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-46feaa49-923c-43ea-8837-4e9c18102a16 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-46feaa49-923c-43ea-8837-4e9c18102a16 { text-align:left; } .ablocks-block-46feaa49-923c-43ea-8837-4e9c18102a16 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:rgba(255,255,255,0.32);font-family:Sora;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding:0px; } .ablocks-block-46feaa49-923c-43ea-8837-4e9c18102a16 .ablocks-button:hover { transition-duration:s;color:#FFF; } .ablocks-block-46feaa49-923c-43ea-8837-4e9c18102a16 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFF; } .ablocks-block-46feaa49-923c-43ea-8837-4e9c18102a16 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-46feaa49-923c-43ea-8837-4e9c18102a16 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-46feaa49-923c-43ea-8837-4e9c18102a16 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-042303f0-df35-4508-a3fe-0c78de2faff1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-042303f0-df35-4508-a3fe-0c78de2faff1 { margin-top:18px; } } .ablocks-block-042303f0-df35-4508-a3fe-0c78de2faff1 { text-align:right; } .ablocks-block-042303f0-df35-4508-a3fe-0c78de2faff1 .ablocks-paragraph-text { color:rgba(255,255,255,0.32);font-family:Sora;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-042303f0-df35-4508-a3fe-0c78de2faff1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f1a7b0f9-29aa-4f68-81e2-68ed2f755bd5 { margin-top:-19px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:60px;padding-bottom:32px;background:#1A2D62;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f1a7b0f9-29aa-4f68-81e2-68ed2f755bd5 { padding-right:24px;padding-left:24px; } } .ablocks-block-f1a7b0f9-29aa-4f68-81e2-68ed2f755bd5.ablocks-block--container { padding-top:60px;padding-bottom:32px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f1a7b0f9-29aa-4f68-81e2-68ed2f755bd5.ablocks-block--container { padding-right:24px;padding-left:24px; } } .ablocks-block-f1a7b0f9-29aa-4f68-81e2-68ed2f755bd5 > .ablocks-block-container { max-width:min(100%,1530px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-f1a7b0f9-29aa-4f68-81e2-68ed2f755bd5 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-51c6d421-922e-45e7-82d5-cd327d4eeae1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-51c6d421-922e-45e7-82d5-cd327d4eeae1:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-51c6d421-922e-45e7-82d5-cd327d4eeae1:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-51c6d421-922e-45e7-82d5-cd327d4eeae1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-51c6d421-922e-45e7-82d5-cd327d4eeae1 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-51c6d421-922e-45e7-82d5-cd327d4eeae1 > .ablocks-block-container { flex-wrap:wrap;row-gap:48px; } } .ablocks-block-51c6d421-922e-45e7-82d5-cd327d4eeae1 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-7f2a081b-c20f-4525-8e3c-c0bbd18096b6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-7f2a081b-c20f-4525-8e3c-c0bbd18096b6:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-7f2a081b-c20f-4525-8e3c-c0bbd18096b6:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-7f2a081b-c20f-4525-8e3c-c0bbd18096b6.ablocks-block--container { padding:0px;max-width:min(100%,19%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7f2a081b-c20f-4525-8e3c-c0bbd18096b6.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-7f2a081b-c20f-4525-8e3c-c0bbd18096b6 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:28px;column-gap:0px; } 
.ablocks-block-1d081709-9426-4b2e-b4a0-6a6a8cdb071d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d081709-9426-4b2e-b4a0-6a6a8cdb071d { display:flex;justify-content:left; } .ablocks-block-1d081709-9426-4b2e-b4a0-6a6a8cdb071d .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-1d081709-9426-4b2e-b4a0-6a6a8cdb071d .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-249b4137-a053-4365-88e9-07900d251fe9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-249b4137-a053-4365-88e9-07900d251fe9 { width:43%; } } @media screen and (max-width: 480px) { .ablocks-block-249b4137-a053-4365-88e9-07900d251fe9 { width:97%; } } .ablocks-block-249b4137-a053-4365-88e9-07900d251fe9 { text-align:left; } .ablocks-block-249b4137-a053-4365-88e9-07900d251fe9 .ablocks-paragraph-text { color:#B6BFDA;font-family:"DM Sans",sans-serif;font-weight:400;font-size:16px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-249b4137-a053-4365-88e9-07900d251fe9 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-249b4137-a053-4365-88e9-07900d251fe9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1d0a9873-8caa-4a79-a588-0aa7c8230140 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-1d0a9873-8caa-4a79-a588-0aa7c8230140:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-1d0a9873-8caa-4a79-a588-0aa7c8230140:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-1d0a9873-8caa-4a79-a588-0aa7c8230140.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1d0a9873-8caa-4a79-a588-0aa7c8230140 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:18px; } .ablocks-block-1d0a9873-8caa-4a79-a588-0aa7c8230140 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-23aa8efb-917d-49c8-9ad6-9ae7a71eea46 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-23aa8efb-917d-49c8-9ad6-9ae7a71eea46 .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-23aa8efb-917d-49c8-9ad6-9ae7a71eea46 .ablocks-icon-wrap { background:#1A2D62;font-size:42px; } .ablocks-block-23aa8efb-917d-49c8-9ad6-9ae7a71eea46 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:42px; } .ablocks-block-23aa8efb-917d-49c8-9ad6-9ae7a71eea46 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-5d4969ac-7fc4-461d-9619-3156313465ab { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5d4969ac-7fc4-461d-9619-3156313465ab .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-5d4969ac-7fc4-461d-9619-3156313465ab .ablocks-icon-wrap { background:#1A2D62;font-size:42px; } .ablocks-block-5d4969ac-7fc4-461d-9619-3156313465ab .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:42px; } .ablocks-block-5d4969ac-7fc4-461d-9619-3156313465ab .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-b317ff00-67bb-4bd5-a076-492a85aa91eb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b317ff00-67bb-4bd5-a076-492a85aa91eb .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b317ff00-67bb-4bd5-a076-492a85aa91eb .ablocks-icon-wrap { background:#1A2D62;padding:.5em;border-radius:50%;border:2px solid #ffffff;font-size:20px; } .ablocks-block-b317ff00-67bb-4bd5-a076-492a85aa91eb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b317ff00-67bb-4bd5-a076-492a85aa91eb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-33ca37c2-7c8c-4cbc-9009-a781f342e867 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-33ca37c2-7c8c-4cbc-9009-a781f342e867 .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-33ca37c2-7c8c-4cbc-9009-a781f342e867 .ablocks-icon-wrap { background:#1A2D62;padding:.5em;border-radius:50%;border:2px solid #ffffff;font-size:20px; } .ablocks-block-33ca37c2-7c8c-4cbc-9009-a781f342e867 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-33ca37c2-7c8c-4cbc-9009-a781f342e867 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-5e84385e-5db3-4630-a306-9cbf5a1145d7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-5e84385e-5db3-4630-a306-9cbf5a1145d7:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-5e84385e-5db3-4630-a306-9cbf5a1145d7:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-5e84385e-5db3-4630-a306-9cbf5a1145d7.ablocks-block--container { padding:0px;max-width:min(100%,16%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5e84385e-5db3-4630-a306-9cbf5a1145d7.ablocks-block--container { max-width:min(100%,32%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-5e84385e-5db3-4630-a306-9cbf5a1145d7.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5e84385e-5db3-4630-a306-9cbf5a1145d7 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } 
.ablocks-block-24963652-ab51-40be-b7bc-2be12c084cf7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-24963652-ab51-40be-b7bc-2be12c084cf7 { text-align:left; } .ablocks-block-24963652-ab51-40be-b7bc-2be12c084cf7 .ablocks-heading-text { color:#ffffff;font-family:Barlow;font-weight:700;text-transform:uppercase;font-size:18px;line-height:100%;letter-spacing:1px; } .ablocks-block-24963652-ab51-40be-b7bc-2be12c084cf7 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-24963652-ab51-40be-b7bc-2be12c084cf7 .ablocks-animated-text { color:#ffffff;font-family:Barlow;font-weight:700;text-transform:uppercase;font-size:18px;line-height:100%;letter-spacing:1px; } 
.ablocks-block-64bc7a1b-21c3-4725-ab69-01cce09a6af5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-64bc7a1b-21c3-4725-ab69-01cce09a6af5 { font-family:"Source Sans Pro",sans-serif;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-64bc7a1b-21c3-4725-ab69-01cce09a6af5 { font-family:Source Sans Pro; } } .ablocks-block-64bc7a1b-21c3-4725-ab69-01cce09a6af5 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-64bc7a1b-21c3-4725-ab69-01cce09a6af5 .ablocks-list__item-content { align-items:center; } .ablocks-block-64bc7a1b-21c3-4725-ab69-01cce09a6af5 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-64bc7a1b-21c3-4725-ab69-01cce09a6af5 .ablocks-list__item-content .ablocks-list__item-text { color:#B6BFDA; } 
.ablocks-block-4dc753f2-3911-4e32-a30b-653f15deb6ae { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-4dc753f2-3911-4e32-a30b-653f15deb6ae:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-4dc753f2-3911-4e32-a30b-653f15deb6ae:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-4dc753f2-3911-4e32-a30b-653f15deb6ae.ablocks-block--container { padding:0px;max-width:min(100%,14%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4dc753f2-3911-4e32-a30b-653f15deb6ae.ablocks-block--container { max-width:min(100%,25%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-4dc753f2-3911-4e32-a30b-653f15deb6ae.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-4dc753f2-3911-4e32-a30b-653f15deb6ae > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } 
.ablocks-block-767c0f43-33c8-40d8-a140-d8551d918477 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-767c0f43-33c8-40d8-a140-d8551d918477 { text-align:left; } .ablocks-block-767c0f43-33c8-40d8-a140-d8551d918477 .ablocks-heading-text { color:#ffffff;font-family:Barlow;font-weight:700;text-transform:uppercase;font-size:18px;line-height:100%;letter-spacing:1px; } .ablocks-block-767c0f43-33c8-40d8-a140-d8551d918477 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-767c0f43-33c8-40d8-a140-d8551d918477 .ablocks-animated-text { color:#ffffff;font-family:Barlow;font-weight:700;text-transform:uppercase;font-size:18px;line-height:100%;letter-spacing:1px; } 
.ablocks-block-c8d47f6c-dd5e-4d0d-8055-e875bf848859 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c8d47f6c-dd5e-4d0d-8055-e875bf848859 { font-family:"Source Sans Pro",sans-serif;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-c8d47f6c-dd5e-4d0d-8055-e875bf848859 { font-family:Source Sans Pro; } } .ablocks-block-c8d47f6c-dd5e-4d0d-8055-e875bf848859 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-c8d47f6c-dd5e-4d0d-8055-e875bf848859 .ablocks-list__item-content { align-items:center; } .ablocks-block-c8d47f6c-dd5e-4d0d-8055-e875bf848859 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-c8d47f6c-dd5e-4d0d-8055-e875bf848859 .ablocks-list__item-content .ablocks-list__item-text { color:#B6BFDA; } 
.ablocks-block-a438761d-af40-4b79-9cf8-ac07f7a7a10a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-a438761d-af40-4b79-9cf8-ac07f7a7a10a:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-a438761d-af40-4b79-9cf8-ac07f7a7a10a:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-a438761d-af40-4b79-9cf8-ac07f7a7a10a.ablocks-block--container { padding:0px;max-width:min(100%,13%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a438761d-af40-4b79-9cf8-ac07f7a7a10a.ablocks-block--container { max-width:min(100%,25%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a438761d-af40-4b79-9cf8-ac07f7a7a10a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-a438761d-af40-4b79-9cf8-ac07f7a7a10a > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } 
.ablocks-block-da23b020-35c3-4396-8c8d-18fbab6e441d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-da23b020-35c3-4396-8c8d-18fbab6e441d { text-align:left; } .ablocks-block-da23b020-35c3-4396-8c8d-18fbab6e441d .ablocks-heading-text { color:#ffffff;font-family:Barlow;font-weight:700;text-transform:uppercase;font-size:18px;line-height:100%;letter-spacing:1px; } .ablocks-block-da23b020-35c3-4396-8c8d-18fbab6e441d .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-da23b020-35c3-4396-8c8d-18fbab6e441d .ablocks-animated-text { color:#ffffff;font-family:Barlow;font-weight:700;text-transform:uppercase;font-size:18px;line-height:100%;letter-spacing:1px; } 
.ablocks-block-22a58bea-f50b-4152-a8b1-e9dc91ec11ee { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-22a58bea-f50b-4152-a8b1-e9dc91ec11ee { font-family:"Source Sans Pro",sans-serif;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-22a58bea-f50b-4152-a8b1-e9dc91ec11ee { font-family:Source Sans Pro; } } .ablocks-block-22a58bea-f50b-4152-a8b1-e9dc91ec11ee .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-22a58bea-f50b-4152-a8b1-e9dc91ec11ee .ablocks-list__item-content { align-items:center; } .ablocks-block-22a58bea-f50b-4152-a8b1-e9dc91ec11ee .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-22a58bea-f50b-4152-a8b1-e9dc91ec11ee .ablocks-list__item-content .ablocks-list__item-text { color:#B6BFDA; } 
.ablocks-block-b682e540-f1a4-4d1e-8a70-2e4b507020cd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-b682e540-f1a4-4d1e-8a70-2e4b507020cd:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-b682e540-f1a4-4d1e-8a70-2e4b507020cd:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-b682e540-f1a4-4d1e-8a70-2e4b507020cd.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b682e540-f1a4-4d1e-8a70-2e4b507020cd.ablocks-block--container { max-width:min(100%,64%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-b682e540-f1a4-4d1e-8a70-2e4b507020cd.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-b682e540-f1a4-4d1e-8a70-2e4b507020cd > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-b682e540-f1a4-4d1e-8a70-2e4b507020cd > .ablocks-block-container { row-gap:24px; } } 
.ablocks-block-af4055fc-15eb-4fd0-8593-08e544306e98 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-af4055fc-15eb-4fd0-8593-08e544306e98 { text-align:left; } .ablocks-block-af4055fc-15eb-4fd0-8593-08e544306e98 .ablocks-heading-text { color:#ffffff;font-family:Barlow;font-weight:700;text-transform:uppercase;font-size:18px;line-height:100%;letter-spacing:1px; } .ablocks-block-af4055fc-15eb-4fd0-8593-08e544306e98 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-af4055fc-15eb-4fd0-8593-08e544306e98 .ablocks-animated-text { color:#ffffff;font-family:Barlow;font-weight:700;text-transform:uppercase;font-size:18px;line-height:100%;letter-spacing:1px; } 
.ablocks-block-82804b2f-5066-4b4a-a6e2-0239688bc8b7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82804b2f-5066-4b4a-a6e2-0239688bc8b7 { text-align:left; } .ablocks-block-82804b2f-5066-4b4a-a6e2-0239688bc8b7 .ablocks-paragraph-text { color:#B6BFDA;font-family:"Source Sans Pro",sans-serif;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-82804b2f-5066-4b4a-a6e2-0239688bc8b7 .ablocks-paragraph-text { font-family:Source Sans Pro; } } .ablocks-block-82804b2f-5066-4b4a-a6e2-0239688bc8b7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 { padding:0px;background:#9900cc00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 > .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;display:none;margin-top:10px; } .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder__input , .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder__select , .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder-timepicker-input , .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder-datepicker-input { background:#9900cc00;text-align:left;font-family:"DM Sans",sans-serif;font-weight:400;font-size:16px;line-height:178%;border-width:1px;border-style:solid;border-color:#2eca7f;border-radius:5px;padding-top:15px;padding-right:20px;padding-bottom:15px;padding-left:20px;color:#B6AFBF!important;box-sizing:border-box; } @media screen and (max-width: 800px) { .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder__input , .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder__select , .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder-timepicker-input , .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder-datepicker-input { font-family:DM Sans; } } .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder__input::placeholder { font-family:"DM Sans",sans-serif;font-weight:400;font-size:16px;line-height:178%;text-align:left;color:#B6AFBF!important; } @media screen and (max-width: 800px) { .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder__input::placeholder { font-family:DM Sans; } } .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder__input-icon,.ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder__submit-button { text-align:center;align-self:flex-start; } .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder__submit-button { color:#ffffff;background:#2ECA7F;border-radius:5px;font-family:"DM Sans",sans-serif;font-weight:600;font-size:16px;line-height:24px;padding-top:14px;padding-right:20px;padding-bottom:14px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-form-builder__submit-button { font-family:DM Sans; } } .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-440ae1c5-5551-4891-8eff-e83fd2fa87e2 .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-435fa8c3-75e1-4579-b7c3-8b535fdb8cf5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-435fa8c3-75e1-4579-b7c3-8b535fdb8cf5.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-435fa8c3-75e1-4579-b7c3-8b535fdb8cf5 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-435fa8c3-75e1-4579-b7c3-8b535fdb8cf5 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-48077a7b-0762-4da4-8845-f660d38b1295 { margin-top:30px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#ffffff;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-48077a7b-0762-4da4-8845-f660d38b1295:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-48077a7b-0762-4da4-8845-f660d38b1295:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-48077a7b-0762-4da4-8845-f660d38b1295.ablocks-block--container { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-48077a7b-0762-4da4-8845-f660d38b1295 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3cee8c0d-1f10-4c2a-b850-74da7ab97964 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3cee8c0d-1f10-4c2a-b850-74da7ab97964 { text-align:center; } .ablocks-block-3cee8c0d-1f10-4c2a-b850-74da7ab97964 .ablocks-paragraph-text { color:#B6BFDA;font-family:"Source Sans Pro",sans-serif;font-weight:400;font-size:15px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-3cee8c0d-1f10-4c2a-b850-74da7ab97964 .ablocks-paragraph-text { font-family:Source Sans Pro; } } .ablocks-block-3cee8c0d-1f10-4c2a-b850-74da7ab97964 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-79958531-c8b6-46d7-b3f6-115e0f49c954 { margin-top:-19px;padding-top:100px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-79958531-c8b6-46d7-b3f6-115e0f49c954.ablocks-block--container { padding-top:100px;overflow:visible; } .ablocks-block-79958531-c8b6-46d7-b3f6-115e0f49c954 > .ablocks-block-container { max-width:min(100%,1220px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-79958531-c8b6-46d7-b3f6-115e0f49c954 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:100px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-79958531-c8b6-46d7-b3f6-115e0f49c954 > .ablocks-block-container { row-gap:60px; } } 
.ablocks-block-4ab6c679-fcb6-4ae6-8e0a-b78b128714a0 { padding-top:100px;padding-right:40px;padding-bottom:0px;padding-left:80px;background:#181627;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4ab6c679-fcb6-4ae6-8e0a-b78b128714a0 { padding-top:50px;padding-right:24px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-4ab6c679-fcb6-4ae6-8e0a-b78b128714a0 { padding-top:32px;padding-right:14px;padding-left:16px; } } .ablocks-is-fse-theme .ablocks-block-4ab6c679-fcb6-4ae6-8e0a-b78b128714a0:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-4ab6c679-fcb6-4ae6-8e0a-b78b128714a0:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-4ab6c679-fcb6-4ae6-8e0a-b78b128714a0.ablocks-block--container { padding-top:100px;padding-right:40px;padding-bottom:0px;padding-left:80px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4ab6c679-fcb6-4ae6-8e0a-b78b128714a0.ablocks-block--container { padding-top:50px;padding-right:24px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-4ab6c679-fcb6-4ae6-8e0a-b78b128714a0.ablocks-block--container { padding-top:32px;padding-right:14px;padding-left:16px; } } .ablocks-block-4ab6c679-fcb6-4ae6-8e0a-b78b128714a0 > .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-4ab6c679-fcb6-4ae6-8e0a-b78b128714a0 > .ablocks-block-container { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-4ab6c679-fcb6-4ae6-8e0a-b78b128714a0 > .ablocks-block-container { flex-direction:column;row-gap:32px; } } .ablocks-block-4ab6c679-fcb6-4ae6-8e0a-b78b128714a0 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-6962b850-8a71-4f07-b55f-2cbd9a433670 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-6962b850-8a71-4f07-b55f-2cbd9a433670:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-6962b850-8a71-4f07-b55f-2cbd9a433670:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-6962b850-8a71-4f07-b55f-2cbd9a433670.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6962b850-8a71-4f07-b55f-2cbd9a433670 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:40px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:20px; } } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .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-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:40px;line-height:52px;color:#FFF; } @media screen and (max-width: 800px) { .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter;font-size:28px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:22px;line-height:32px; } } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .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-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a .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-5b61d811-7efa-4e3b-81c4-c89eaa9a533a .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-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box:hover > .ablocks-block-container > .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-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box:hover > .ablocks-block-container > .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-5b61d811-7efa-4e3b-81c4-c89eaa9a533a .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#7661FF;justify-content:center;color:#FFF;border-radius:99px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px; } @media screen and (max-width: 800px) { .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-btn-link { font-family:Inter; } } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover { background:#523fff; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5b61d811-7efa-4e3b-81c4-c89eaa9a533a .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-8f9f66fd-458c-4ae9-9a42-399f6ba18f49 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-8f9f66fd-458c-4ae9-9a42-399f6ba18f49:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-8f9f66fd-458c-4ae9-9a42-399f6ba18f49:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-8f9f66fd-458c-4ae9-9a42-399f6ba18f49.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8f9f66fd-458c-4ae9-9a42-399f6ba18f49 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:46px;column-gap:0px; } 
.ablocks-block-665b8b35-e81e-4185-9d6a-efb3b154c70a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-665b8b35-e81e-4185-9d6a-efb3b154c70a { text-align:left; } .ablocks-block-665b8b35-e81e-4185-9d6a-efb3b154c70a .ablocks-paragraph-text { color:#C5C5C9;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-665b8b35-e81e-4185-9d6a-efb3b154c70a .ablocks-paragraph-text { font-family:Inter;font-size:16px; } } @media screen and (max-width: 480px) { .ablocks-block-665b8b35-e81e-4185-9d6a-efb3b154c70a .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-665b8b35-e81e-4185-9d6a-efb3b154c70a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-51dcf16e-f78a-4802-8bce-fe35e402306e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-51dcf16e-f78a-4802-8bce-fe35e402306e { margin-bottom:-8px; } } .ablocks-block-51dcf16e-f78a-4802-8bce-fe35e402306e { display:flex;justify-content:center; } .ablocks-block-51dcf16e-f78a-4802-8bce-fe35e402306e .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-51dcf16e-f78a-4802-8bce-fe35e402306e .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-3b4361f9-a47a-47d6-86f6-f92fdc09943e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-3b4361f9-a47a-47d6-86f6-f92fdc09943e:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-3b4361f9-a47a-47d6-86f6-f92fdc09943e:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-3b4361f9-a47a-47d6-86f6-f92fdc09943e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3b4361f9-a47a-47d6-86f6-f92fdc09943e > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:60px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-3b4361f9-a47a-47d6-86f6-f92fdc09943e > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-a5c6176a-75ba-440f-bd7b-0712b907656e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-a5c6176a-75ba-440f-bd7b-0712b907656e:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-a5c6176a-75ba-440f-bd7b-0712b907656e:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-a5c6176a-75ba-440f-bd7b-0712b907656e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a5c6176a-75ba-440f-bd7b-0712b907656e > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:100px; } @media screen and (max-width: 800px) { .ablocks-block-a5c6176a-75ba-440f-bd7b-0712b907656e > .ablocks-block-container { column-gap:50px; } } @media screen and (max-width: 480px) { .ablocks-block-a5c6176a-75ba-440f-bd7b-0712b907656e > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-a5c6176a-75ba-440f-bd7b-0712b907656e > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-50ce9982-78c5-4855-8efb-324d114f9bf3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-50ce9982-78c5-4855-8efb-324d114f9bf3:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-50ce9982-78c5-4855-8efb-324d114f9bf3:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-50ce9982-78c5-4855-8efb-324d114f9bf3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-50ce9982-78c5-4855-8efb-324d114f9bf3 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } 
.ablocks-block-41f286f8-e9ba-40c5-bfb0-af11f99fee29 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-41f286f8-e9ba-40c5-bfb0-af11f99fee29 { text-align:left; } .ablocks-block-41f286f8-e9ba-40c5-bfb0-af11f99fee29 .ablocks-paragraph-text { color:#707070;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-41f286f8-e9ba-40c5-bfb0-af11f99fee29 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-41f286f8-e9ba-40c5-bfb0-af11f99fee29 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-30bb31da-5662-416d-9e10-e201e68e05e8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-30bb31da-5662-416d-9e10-e201e68e05e8:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-30bb31da-5662-416d-9e10-e201e68e05e8:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-30bb31da-5662-416d-9e10-e201e68e05e8.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-30bb31da-5662-416d-9e10-e201e68e05e8.ablocks-block--container { max-width:min(100%,10%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-30bb31da-5662-416d-9e10-e201e68e05e8.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-30bb31da-5662-416d-9e10-e201e68e05e8 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-0a10306b-b180-4ff8-8d5a-b37063a417f3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a10306b-b180-4ff8-8d5a-b37063a417f3 { text-align:left; } .ablocks-block-0a10306b-b180-4ff8-8d5a-b37063a417f3 .ablocks-heading-text { color:#181627;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-0a10306b-b180-4ff8-8d5a-b37063a417f3 .ablocks-heading-text { font-family:Inter; } } .ablocks-block-0a10306b-b180-4ff8-8d5a-b37063a417f3 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-0a10306b-b180-4ff8-8d5a-b37063a417f3 .ablocks-animated-text { color:#181627;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-0a10306b-b180-4ff8-8d5a-b37063a417f3 .ablocks-animated-text { font-family:Inter; } } 
.ablocks-block-67e2c0c6-19c1-47d9-8107-bb3118d3e117 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-67e2c0c6-19c1-47d9-8107-bb3118d3e117 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-67e2c0c6-19c1-47d9-8107-bb3118d3e117 { font-family:Inter; } } .ablocks-block-67e2c0c6-19c1-47d9-8107-bb3118d3e117 .ablocks-list { gap:14px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-67e2c0c6-19c1-47d9-8107-bb3118d3e117 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-67e2c0c6-19c1-47d9-8107-bb3118d3e117 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-67e2c0c6-19c1-47d9-8107-bb3118d3e117 .ablocks-list__item-content .ablocks-list__item-text { color:#707070; } 
.ablocks-block-d9592d72-491e-4015-8a55-b917267b0620 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-d9592d72-491e-4015-8a55-b917267b0620:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-d9592d72-491e-4015-8a55-b917267b0620:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-d9592d72-491e-4015-8a55-b917267b0620.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d9592d72-491e-4015-8a55-b917267b0620.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-d9592d72-491e-4015-8a55-b917267b0620.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-d9592d72-491e-4015-8a55-b917267b0620 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-6e047d2a-7e3b-41fd-8671-a47376777b0c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6e047d2a-7e3b-41fd-8671-a47376777b0c { text-align:left; } .ablocks-block-6e047d2a-7e3b-41fd-8671-a47376777b0c .ablocks-heading-text { color:#181627;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-6e047d2a-7e3b-41fd-8671-a47376777b0c .ablocks-heading-text { font-family:Inter; } } .ablocks-block-6e047d2a-7e3b-41fd-8671-a47376777b0c .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-6e047d2a-7e3b-41fd-8671-a47376777b0c .ablocks-animated-text { color:#181627;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-6e047d2a-7e3b-41fd-8671-a47376777b0c .ablocks-animated-text { font-family:Inter; } } 
.ablocks-block-8084d926-b137-4c46-8401-7d6762a84d02 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8084d926-b137-4c46-8401-7d6762a84d02 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-8084d926-b137-4c46-8401-7d6762a84d02 { font-family:Inter; } } .ablocks-block-8084d926-b137-4c46-8401-7d6762a84d02 .ablocks-list { gap:14px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-8084d926-b137-4c46-8401-7d6762a84d02 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-8084d926-b137-4c46-8401-7d6762a84d02 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-8084d926-b137-4c46-8401-7d6762a84d02 .ablocks-list__item-content .ablocks-list__item-text { color:#707070; } 
.ablocks-block-3fbe6813-1b88-4e61-84f6-3255a2ce21fa { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-3fbe6813-1b88-4e61-84f6-3255a2ce21fa:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-3fbe6813-1b88-4e61-84f6-3255a2ce21fa:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-3fbe6813-1b88-4e61-84f6-3255a2ce21fa.ablocks-block--container { padding:0px;max-width:min(100%,12%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3fbe6813-1b88-4e61-84f6-3255a2ce21fa.ablocks-block--container { max-width:min(100%,18%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-3fbe6813-1b88-4e61-84f6-3255a2ce21fa.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3fbe6813-1b88-4e61-84f6-3255a2ce21fa > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-1045cb4b-b84e-439c-9f04-f6e8c72e15a8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1045cb4b-b84e-439c-9f04-f6e8c72e15a8 { text-align:left; } .ablocks-block-1045cb4b-b84e-439c-9f04-f6e8c72e15a8 .ablocks-heading-text { color:#181627;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-1045cb4b-b84e-439c-9f04-f6e8c72e15a8 .ablocks-heading-text { font-family:Inter; } } .ablocks-block-1045cb4b-b84e-439c-9f04-f6e8c72e15a8 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-1045cb4b-b84e-439c-9f04-f6e8c72e15a8 .ablocks-animated-text { color:#181627;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-1045cb4b-b84e-439c-9f04-f6e8c72e15a8 .ablocks-animated-text { font-family:Inter; } } 
.ablocks-block-afc1f66e-3f58-405a-a64e-f14a13a17ab4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-afc1f66e-3f58-405a-a64e-f14a13a17ab4 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-afc1f66e-3f58-405a-a64e-f14a13a17ab4 { font-family:Inter; } } .ablocks-block-afc1f66e-3f58-405a-a64e-f14a13a17ab4 .ablocks-list { gap:14px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-afc1f66e-3f58-405a-a64e-f14a13a17ab4 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-afc1f66e-3f58-405a-a64e-f14a13a17ab4 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-afc1f66e-3f58-405a-a64e-f14a13a17ab4 .ablocks-list__item-content .ablocks-list__item-text { color:#707070; } 
.ablocks-block-fa778d38-6c61-4f4e-95ca-3e02008f2c1d { padding-top:20px;padding-right:0px;padding-bottom:20px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:rgba(0,0,0,0.20);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-fa778d38-6c61-4f4e-95ca-3e02008f2c1d:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-fa778d38-6c61-4f4e-95ca-3e02008f2c1d:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-fa778d38-6c61-4f4e-95ca-3e02008f2c1d.ablocks-block--container { padding-top:20px;padding-right:0px;padding-bottom:20px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fa778d38-6c61-4f4e-95ca-3e02008f2c1d > .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-fa778d38-6c61-4f4e-95ca-3e02008f2c1d > .ablocks-block-container { flex-direction:column;row-gap:16px; } } .ablocks-block-fa778d38-6c61-4f4e-95ca-3e02008f2c1d > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-03067c8a-8264-4d48-b4ab-6da0e036aab6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-03067c8a-8264-4d48-b4ab-6da0e036aab6:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-03067c8a-8264-4d48-b4ab-6da0e036aab6:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-03067c8a-8264-4d48-b4ab-6da0e036aab6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-03067c8a-8264-4d48-b4ab-6da0e036aab6 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a0d0affe-f02a-4420-8ecc-b1610549c170 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a0d0affe-f02a-4420-8ecc-b1610549c170 { text-align:left; } .ablocks-block-a0d0affe-f02a-4420-8ecc-b1610549c170 .ablocks-paragraph-text { color:#707070;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-a0d0affe-f02a-4420-8ecc-b1610549c170 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-a0d0affe-f02a-4420-8ecc-b1610549c170 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-739bcfb8-44f7-43d9-a187-91dd40a2ff2e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-739bcfb8-44f7-43d9-a187-91dd40a2ff2e:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-739bcfb8-44f7-43d9-a187-91dd40a2ff2e:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-739bcfb8-44f7-43d9-a187-91dd40a2ff2e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-739bcfb8-44f7-43d9-a187-91dd40a2ff2e > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-739bcfb8-44f7-43d9-a187-91dd40a2ff2e > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-739bcfb8-44f7-43d9-a187-91dd40a2ff2e > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-b80f129a-0041-4356-ba04-045530ad9d13 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b80f129a-0041-4356-ba04-045530ad9d13 .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b80f129a-0041-4356-ba04-045530ad9d13 .ablocks-icon-wrap { font-size:28px; } .ablocks-block-b80f129a-0041-4356-ba04-045530ad9d13 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:28px; } .ablocks-block-b80f129a-0041-4356-ba04-045530ad9d13 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#707070; } 
.ablocks-block-d6a16d02-852c-4ca0-8c2d-6005d07b9c08 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d6a16d02-852c-4ca0-8c2d-6005d07b9c08 .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-d6a16d02-852c-4ca0-8c2d-6005d07b9c08 .ablocks-icon-wrap { font-size:28px; } .ablocks-block-d6a16d02-852c-4ca0-8c2d-6005d07b9c08 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:28px; } .ablocks-block-d6a16d02-852c-4ca0-8c2d-6005d07b9c08 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#707070; } 
.ablocks-block-940bdee2-1404-4a33-8dc8-970577022027 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-940bdee2-1404-4a33-8dc8-970577022027 .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-940bdee2-1404-4a33-8dc8-970577022027 .ablocks-icon-wrap { font-size:28px; } .ablocks-block-940bdee2-1404-4a33-8dc8-970577022027 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:28px; } .ablocks-block-940bdee2-1404-4a33-8dc8-970577022027 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#707070; } 
.ablocks-block-8311281d-d730-4909-b962-78963e46748d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8311281d-d730-4909-b962-78963e46748d .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-8311281d-d730-4909-b962-78963e46748d .ablocks-icon-wrap { font-size:28px; } .ablocks-block-8311281d-d730-4909-b962-78963e46748d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:28px; } .ablocks-block-8311281d-d730-4909-b962-78963e46748d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#707070; } 
.ablocks-block-1ad7777f-0677-4aec-a773-592250a84f6f { margin-top:-20px;padding-top:60px;padding-bottom:0px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ad7777f-0677-4aec-a773-592250a84f6f.ablocks-block--container { padding-top:60px;padding-bottom:0px;overflow:visible; } .ablocks-block-1ad7777f-0677-4aec-a773-592250a84f6f > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-1ad7777f-0677-4aec-a773-592250a84f6f > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:120px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-1ad7777f-0677-4aec-a773-592250a84f6f > .ablocks-block-container { row-gap:60px; } } .ablocks-block-1ad7777f-0677-4aec-a773-592250a84f6f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:120px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-1ad7777f-0677-4aec-a773-592250a84f6f.ablocks-has-block-container > .ablocks-block-container { row-gap:60px; } } 
.ablocks-block-5a015a52-6b06-41c1-b1fe-8f6b0fcb9123 { padding-top:72px;padding-bottom:72px;background-image:url("https://parvez2.template-kits.com/wp-content/uploads/2025/04/footer-1.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-5a015a52-6b06-41c1-b1fe-8f6b0fcb9123 { padding-top:60px;padding-right:40px;padding-bottom:60px;padding-left:40px; } } @media screen and (max-width: 480px) { .ablocks-block-5a015a52-6b06-41c1-b1fe-8f6b0fcb9123 { padding-top:30px;padding-right:24px;padding-bottom:30px;padding-left:24px; } } .ablocks-block-5a015a52-6b06-41c1-b1fe-8f6b0fcb9123.ablocks-block--container { padding-top:72px;padding-bottom:72px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5a015a52-6b06-41c1-b1fe-8f6b0fcb9123.ablocks-block--container { padding-top:60px;padding-right:40px;padding-bottom:60px;padding-left:40px; } } @media screen and (max-width: 480px) { .ablocks-block-5a015a52-6b06-41c1-b1fe-8f6b0fcb9123.ablocks-block--container { padding-top:30px;padding-right:24px;padding-bottom:30px;padding-left:24px; } } .ablocks-block-5a015a52-6b06-41c1-b1fe-8f6b0fcb9123 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:36px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-5a015a52-6b06-41c1-b1fe-8f6b0fcb9123 { row-gap:30px; } } .ablocks-block-5a015a52-6b06-41c1-b1fe-8f6b0fcb9123.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:36px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-5a015a52-6b06-41c1-b1fe-8f6b0fcb9123.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd:not(.ablocks-has-block-container), .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-block--info-box__content { gap:16px;align-items:center; } @media screen and (max-width: 800px) { .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-block--info-box__content { gap:14px; } } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .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-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:40px;line-height:52px;color:#334f90; } @media screen and (max-width: 800px) { .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter;font-size:38px;line-height:48px; } } @media screen and (max-width: 480px) { .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:30px;line-height:42px; } } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:14px; } } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .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-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .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-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd.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-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd.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-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .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-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ef6b0ab5-1c4b-41a5-a5ce-211bff47ebdd .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-8ce4eef9-bc3b-4b9c-b39c-8d5ce1d9963b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8ce4eef9-bc3b-4b9c-b39c-8d5ce1d9963b:not(.ablocks-has-block-container), .ablocks-block-8ce4eef9-bc3b-4b9c-b39c-8d5ce1d9963b.ablocks-block--dual-button > .ablocks-block-container { gap:24px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-8ce4eef9-bc3b-4b9c-b39c-8d5ce1d9963b:not(.ablocks-has-block-container), .ablocks-block-8ce4eef9-bc3b-4b9c-b39c-8d5ce1d9963b.ablocks-block--dual-button > .ablocks-block-container { justify-content:center; } } 
.ablocks-block-0861761c-2162-45f9-9400-c0bcb437ec57 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0861761c-2162-45f9-9400-c0bcb437ec57 { text-align:left; } .ablocks-block-0861761c-2162-45f9-9400-c0bcb437ec57 .ablocks-button { column-gap:10px;background:#463FA6;justify-content:left;color:#FFF;border-width:2px;border-color:rgba(255,255,255,0.20);border-radius:10px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-0861761c-2162-45f9-9400-c0bcb437ec57 .ablocks-button { font-family:Inter; } } .ablocks-block-0861761c-2162-45f9-9400-c0bcb437ec57 .ablocks-button:hover { transition-duration:s;background:#382ebd; } .ablocks-block-0861761c-2162-45f9-9400-c0bcb437ec57 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-0861761c-2162-45f9-9400-c0bcb437ec57 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-0861761c-2162-45f9-9400-c0bcb437ec57 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-bb060ef8-1637-4de8-969d-4eba4ca9e91f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bb060ef8-1637-4de8-969d-4eba4ca9e91f { text-align:left; } .ablocks-block-bb060ef8-1637-4de8-969d-4eba4ca9e91f .ablocks-button { column-gap:10px;background:rgba(255,255,255,0.22);justify-content:left;color:#0F172A;border-radius:10px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-bb060ef8-1637-4de8-969d-4eba4ca9e91f .ablocks-button { font-family:Inter; } } .ablocks-block-bb060ef8-1637-4de8-969d-4eba4ca9e91f .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#463FA6; } .ablocks-block-bb060ef8-1637-4de8-969d-4eba4ca9e91f .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-bb060ef8-1637-4de8-969d-4eba4ca9e91f .ablocks-icon-wrap { font-size:16px; } .ablocks-block-bb060ef8-1637-4de8-969d-4eba4ca9e91f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-bb060ef8-1637-4de8-969d-4eba4ca9e91f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-960bd65b-f271-4f99-8f78-263a5bb0627a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-960bd65b-f271-4f99-8f78-263a5bb0627a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-960bd65b-f271-4f99-8f78-263a5bb0627a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-960bd65b-f271-4f99-8f78-263a5bb0627a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0e646125-f10d-4535-9e9d-23d2a62021a6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e646125-f10d-4535-9e9d-23d2a62021a6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0e646125-f10d-4535-9e9d-23d2a62021a6 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-0e646125-f10d-4535-9e9d-23d2a62021a6 { align-items:center;column-gap:14px; } } @media screen and (max-width: 480px) { .ablocks-block-0e646125-f10d-4535-9e9d-23d2a62021a6 { flex-direction:column;row-gap:14px; } } .ablocks-block-0e646125-f10d-4535-9e9d-23d2a62021a6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-0e646125-f10d-4535-9e9d-23d2a62021a6.ablocks-has-block-container > .ablocks-block-container { align-items:center;column-gap:14px; } } @media screen and (max-width: 480px) { .ablocks-block-0e646125-f10d-4535-9e9d-23d2a62021a6.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:14px; } } .ablocks-block-0e646125-f10d-4535-9e9d-23d2a62021a6 { display:inline-flex; } 
.ablocks-block-7709d678-2491-4d78-8ef8-b57e6f118b25 { padding-top:0px;padding-right:0px;padding-bottom:32px;padding-left:0px;border-width:0px 0px 2px 0px;border-style:solid;border-color:#4553661f;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7709d678-2491-4d78-8ef8-b57e6f118b25 { padding-bottom:12px; } } .ablocks-block-7709d678-2491-4d78-8ef8-b57e6f118b25.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:32px;padding-left:0px;max-width:min(100%,27%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7709d678-2491-4d78-8ef8-b57e6f118b25.ablocks-block--container { padding-bottom:12px; } } @media screen and (max-width: 480px) { .ablocks-block-7709d678-2491-4d78-8ef8-b57e6f118b25.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-7709d678-2491-4d78-8ef8-b57e6f118b25 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-7709d678-2491-4d78-8ef8-b57e6f118b25 { flex-direction:column;align-items:flex-start;row-gap:12px;column-gap:16px; } } .ablocks-block-7709d678-2491-4d78-8ef8-b57e6f118b25.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-7709d678-2491-4d78-8ef8-b57e6f118b25.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:flex-start;row-gap:12px;column-gap:16px; } } .ablocks-block-7709d678-2491-4d78-8ef8-b57e6f118b25 { display:inline-flex; } 
.ablocks-block-f5f6c5b9-427d-40dc-852f-3b41409d3838 { padding:0px;border-width:0px 0px 0px 0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f5f6c5b9-427d-40dc-852f-3b41409d3838.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f5f6c5b9-427d-40dc-852f-3b41409d3838 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f5f6c5b9-427d-40dc-852f-3b41409d3838 { align-items:flex-start; } } .ablocks-block-f5f6c5b9-427d-40dc-852f-3b41409d3838.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f5f6c5b9-427d-40dc-852f-3b41409d3838.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-6977d884-bc30-4dee-945d-c0e28c4c3e55 { border-width:0px 0px 0px 2px;border-style:solid;border-color:#4553661f;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6977d884-bc30-4dee-945d-c0e28c4c3e55 { border-width:0px 0px 1px 0px; } } @media screen and (max-width: 800px) { .ablocks-block-6977d884-bc30-4dee-945d-c0e28c4c3e55.ablocks-hide-on-desktop,.ablocks-block-6977d884-bc30-4dee-945d-c0e28c4c3e55.ablocks-hide-on-tablet,.ablocks-block-6977d884-bc30-4dee-945d-c0e28c4c3e55.ablocks-hide-on-mobile { display:none; } } .ablocks-block-6977d884-bc30-4dee-945d-c0e28c4c3e55.ablocks-block--container { max-width:min(100%,1px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6977d884-bc30-4dee-945d-c0e28c4c3e55.ablocks-block--container { max-width:min(100%,24px) !important; } } .ablocks-block-6977d884-bc30-4dee-945d-c0e28c4c3e55 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6977d884-bc30-4dee-945d-c0e28c4c3e55.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3866856a-d47b-4139-9540-461f5ca41159 { padding:0px;border-width:0px 0px 0px 0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3866856a-d47b-4139-9540-461f5ca41159.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3866856a-d47b-4139-9540-461f5ca41159.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3866856a-d47b-4139-9540-461f5ca41159 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-3866856a-d47b-4139-9540-461f5ca41159 { align-items:flex-start; } } .ablocks-block-3866856a-d47b-4139-9540-461f5ca41159.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-3866856a-d47b-4139-9540-461f5ca41159.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-91c62cee-6c76-4f20-8a48-24ea24741922 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-91c62cee-6c76-4f20-8a48-24ea24741922 { text-align:left; } .ablocks-block-91c62cee-6c76-4f20-8a48-24ea24741922 .ablocks-paragraph-text { color:#0F172A;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-91c62cee-6c76-4f20-8a48-24ea24741922 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-91c62cee-6c76-4f20-8a48-24ea24741922 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8b35a19a-7578-4a37-a6e7-7e2622c53560 { padding:0px;border-width:0px 0px 0px 0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8b35a19a-7578-4a37-a6e7-7e2622c53560.ablocks-hide-on-desktop,.ablocks-block-8b35a19a-7578-4a37-a6e7-7e2622c53560.ablocks-hide-on-tablet,.ablocks-block-8b35a19a-7578-4a37-a6e7-7e2622c53560.ablocks-hide-on-mobile { display:none; } } .ablocks-block-8b35a19a-7578-4a37-a6e7-7e2622c53560.ablocks-block--container { padding:0px;max-width:min(100%,1px) !important;overflow:visible; } .ablocks-block-8b35a19a-7578-4a37-a6e7-7e2622c53560 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8b35a19a-7578-4a37-a6e7-7e2622c53560.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-359623cb-1bf4-4177-83bc-54a8eb968654 { border-width:0px 0px 0px 2px;border-style:solid;border-color:#4553661f;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-359623cb-1bf4-4177-83bc-54a8eb968654.ablocks-block--container { max-width:min(100%,1%) !important;overflow:visible; } .ablocks-block-359623cb-1bf4-4177-83bc-54a8eb968654 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-359623cb-1bf4-4177-83bc-54a8eb968654 { min-height:80px; } } .ablocks-block-359623cb-1bf4-4177-83bc-54a8eb968654.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: 800px) { .ablocks-block-359623cb-1bf4-4177-83bc-54a8eb968654.ablocks-has-block-container > .ablocks-block-container { min-height:80px; } } 
.ablocks-block-4fde8292-8e17-43cc-bc97-baffaf5c0ab5 { padding-top:0px;padding-right:0px;padding-bottom:32px;padding-left:0px;border-width:0px 0px 2px 0px;border-style:solid;border-color:#4553661f;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4fde8292-8e17-43cc-bc97-baffaf5c0ab5 { padding-bottom:12px; } } .ablocks-block-4fde8292-8e17-43cc-bc97-baffaf5c0ab5.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:32px;padding-left:0px;max-width:min(100%,25%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4fde8292-8e17-43cc-bc97-baffaf5c0ab5.ablocks-block--container { padding-bottom:12px; } } @media screen and (max-width: 480px) { .ablocks-block-4fde8292-8e17-43cc-bc97-baffaf5c0ab5.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-4fde8292-8e17-43cc-bc97-baffaf5c0ab5 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-4fde8292-8e17-43cc-bc97-baffaf5c0ab5 { flex-direction:column;align-items:flex-start;row-gap:12px;column-gap:16px; } } .ablocks-block-4fde8292-8e17-43cc-bc97-baffaf5c0ab5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-4fde8292-8e17-43cc-bc97-baffaf5c0ab5.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:flex-start;row-gap:12px;column-gap:16px; } } .ablocks-block-4fde8292-8e17-43cc-bc97-baffaf5c0ab5 { display:inline-flex; } 
.ablocks-block-62c9c6b8-957d-409a-9e03-6859dd29fc43 { padding-top:0px;padding-bottom:0px;padding-left:0px;border-width:0px 0px 0px 0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-62c9c6b8-957d-409a-9e03-6859dd29fc43.ablocks-block--container { padding-top:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-62c9c6b8-957d-409a-9e03-6859dd29fc43.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-62c9c6b8-957d-409a-9e03-6859dd29fc43 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-62c9c6b8-957d-409a-9e03-6859dd29fc43 { align-items:flex-start; } } .ablocks-block-62c9c6b8-957d-409a-9e03-6859dd29fc43.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-62c9c6b8-957d-409a-9e03-6859dd29fc43.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-a1be4431-0e1f-4f52-b4b1-e0db17244946 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a1be4431-0e1f-4f52-b4b1-e0db17244946 { text-align:left; } .ablocks-block-a1be4431-0e1f-4f52-b4b1-e0db17244946 .ablocks-paragraph-text { color:#0F172A;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-a1be4431-0e1f-4f52-b4b1-e0db17244946 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-a1be4431-0e1f-4f52-b4b1-e0db17244946 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f38c64dc-4b19-4780-91ac-689466cdc577 { border-width:0px 0px 0px 2px;border-style:solid;border-color:#4553661f;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f38c64dc-4b19-4780-91ac-689466cdc577 { border-width:0px 0px 1px 0px; } } @media screen and (max-width: 800px) { .ablocks-block-f38c64dc-4b19-4780-91ac-689466cdc577.ablocks-hide-on-desktop,.ablocks-block-f38c64dc-4b19-4780-91ac-689466cdc577.ablocks-hide-on-tablet,.ablocks-block-f38c64dc-4b19-4780-91ac-689466cdc577.ablocks-hide-on-mobile { display:none; } } .ablocks-block-f38c64dc-4b19-4780-91ac-689466cdc577.ablocks-block--container { max-width:min(100%,1px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f38c64dc-4b19-4780-91ac-689466cdc577.ablocks-block--container { max-width:min(100%,24px) !important; } } .ablocks-block-f38c64dc-4b19-4780-91ac-689466cdc577 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f38c64dc-4b19-4780-91ac-689466cdc577.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0292595e-6e54-4e90-af31-c707fd632341 { padding-top:0px;padding-bottom:0px;padding-left:0px;border-width:0px 0px 0px 0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0292595e-6e54-4e90-af31-c707fd632341.ablocks-block--container { padding-top:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,28%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0292595e-6e54-4e90-af31-c707fd632341.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-0292595e-6e54-4e90-af31-c707fd632341 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-0292595e-6e54-4e90-af31-c707fd632341 { align-items:flex-start; } } .ablocks-block-0292595e-6e54-4e90-af31-c707fd632341.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-0292595e-6e54-4e90-af31-c707fd632341.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-ab80991f-e63c-4011-bf15-ecdcda6e9d8f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab80991f-e63c-4011-bf15-ecdcda6e9d8f { text-align:left; } .ablocks-block-ab80991f-e63c-4011-bf15-ecdcda6e9d8f .ablocks-paragraph-text { color:#0F172A;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-ab80991f-e63c-4011-bf15-ecdcda6e9d8f .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-ab80991f-e63c-4011-bf15-ecdcda6e9d8f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-efa46618-cacf-4a65-b2e1-e6be3b08d021 { padding:0px;border-width:0px 0px 0px 0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-efa46618-cacf-4a65-b2e1-e6be3b08d021.ablocks-hide-on-desktop,.ablocks-block-efa46618-cacf-4a65-b2e1-e6be3b08d021.ablocks-hide-on-tablet,.ablocks-block-efa46618-cacf-4a65-b2e1-e6be3b08d021.ablocks-hide-on-mobile { display:none; } } .ablocks-block-efa46618-cacf-4a65-b2e1-e6be3b08d021.ablocks-block--container { padding:0px;max-width:min(100%,1px) !important;overflow:visible; } .ablocks-block-efa46618-cacf-4a65-b2e1-e6be3b08d021 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-efa46618-cacf-4a65-b2e1-e6be3b08d021.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a881cc7e-3f93-4ab2-9ca9-90235c322ea1 { border-width:0px 0px 0px 2px;border-style:solid;border-color:#4553661f;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a881cc7e-3f93-4ab2-9ca9-90235c322ea1.ablocks-block--container { max-width:min(100%,1%) !important;overflow:visible; } .ablocks-block-a881cc7e-3f93-4ab2-9ca9-90235c322ea1 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-a881cc7e-3f93-4ab2-9ca9-90235c322ea1 { min-height:80px; } } .ablocks-block-a881cc7e-3f93-4ab2-9ca9-90235c322ea1.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: 800px) { .ablocks-block-a881cc7e-3f93-4ab2-9ca9-90235c322ea1.ablocks-has-block-container > .ablocks-block-container { min-height:80px; } } 
.ablocks-block-e8517955-df20-42d6-b207-fc079798c525 { padding-top:0px;padding-right:0px;padding-bottom:32px;padding-left:0px;border-width:0px 0px 2px 0px;border-style:solid;border-color:#4553661f;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e8517955-df20-42d6-b207-fc079798c525 { padding-bottom:12px; } } .ablocks-block-e8517955-df20-42d6-b207-fc079798c525.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:32px;padding-left:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e8517955-df20-42d6-b207-fc079798c525.ablocks-block--container { padding-bottom:12px; } } @media screen and (max-width: 480px) { .ablocks-block-e8517955-df20-42d6-b207-fc079798c525.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e8517955-df20-42d6-b207-fc079798c525 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-e8517955-df20-42d6-b207-fc079798c525 { flex-direction:column;align-items:flex-start;row-gap:12px;column-gap:16px; } } .ablocks-block-e8517955-df20-42d6-b207-fc079798c525.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-e8517955-df20-42d6-b207-fc079798c525.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:flex-start;row-gap:12px;column-gap:16px; } } .ablocks-block-e8517955-df20-42d6-b207-fc079798c525 { display:inline-flex; } 
.ablocks-block-c66a955b-c2f9-4347-aff1-3ac916173bd4 { padding-top:0px;padding-bottom:0px;padding-left:0px;border-width:0px 0px 0px 0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c66a955b-c2f9-4347-aff1-3ac916173bd4.ablocks-block--container { padding-top:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c66a955b-c2f9-4347-aff1-3ac916173bd4.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-c66a955b-c2f9-4347-aff1-3ac916173bd4 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-c66a955b-c2f9-4347-aff1-3ac916173bd4 { align-items:flex-start; } } .ablocks-block-c66a955b-c2f9-4347-aff1-3ac916173bd4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-c66a955b-c2f9-4347-aff1-3ac916173bd4.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-5fe8ce72-c8e3-4a83-a508-26fd5e28a1fb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5fe8ce72-c8e3-4a83-a508-26fd5e28a1fb { text-align:left; } .ablocks-block-5fe8ce72-c8e3-4a83-a508-26fd5e28a1fb .ablocks-paragraph-text { color:#0F172A;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-5fe8ce72-c8e3-4a83-a508-26fd5e28a1fb .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-5fe8ce72-c8e3-4a83-a508-26fd5e28a1fb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6060f742-b997-4168-bb9b-1bb91db2b541 { border-width:0px 0px 0px 2px;border-style:solid;border-color:#4553661f;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6060f742-b997-4168-bb9b-1bb91db2b541 { border-width:0px 0px 1px 0px; } } @media screen and (max-width: 800px) { .ablocks-block-6060f742-b997-4168-bb9b-1bb91db2b541.ablocks-hide-on-desktop,.ablocks-block-6060f742-b997-4168-bb9b-1bb91db2b541.ablocks-hide-on-tablet,.ablocks-block-6060f742-b997-4168-bb9b-1bb91db2b541.ablocks-hide-on-mobile { display:none; } } .ablocks-block-6060f742-b997-4168-bb9b-1bb91db2b541.ablocks-block--container { max-width:min(100%,1px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6060f742-b997-4168-bb9b-1bb91db2b541.ablocks-block--container { max-width:min(100%,24px) !important; } } .ablocks-block-6060f742-b997-4168-bb9b-1bb91db2b541 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6060f742-b997-4168-bb9b-1bb91db2b541.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7765f2f1-56e7-4940-9280-73709b8951fa { padding-top:0px;padding-bottom:0px;padding-left:0px;border-width:0px 0px 0px 0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7765f2f1-56e7-4940-9280-73709b8951fa.ablocks-block--container { padding-top:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,47%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7765f2f1-56e7-4940-9280-73709b8951fa.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-7765f2f1-56e7-4940-9280-73709b8951fa { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-7765f2f1-56e7-4940-9280-73709b8951fa { align-items:flex-start; } } .ablocks-block-7765f2f1-56e7-4940-9280-73709b8951fa.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-7765f2f1-56e7-4940-9280-73709b8951fa.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-2b20bdd2-bc96-4188-b8ec-8216bd651c32 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2b20bdd2-bc96-4188-b8ec-8216bd651c32 { text-align:left; } .ablocks-block-2b20bdd2-bc96-4188-b8ec-8216bd651c32 .ablocks-paragraph-text { color:#0F172A;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-2b20bdd2-bc96-4188-b8ec-8216bd651c32 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-2b20bdd2-bc96-4188-b8ec-8216bd651c32 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8d9d1be7-6f4d-4b1a-a622-5832c7997d83 { padding-top:32px;padding-right:0px;padding-bottom:32px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8d9d1be7-6f4d-4b1a-a622-5832c7997d83.ablocks-block--container { padding-top:32px;padding-right:0px;padding-bottom:32px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8d9d1be7-6f4d-4b1a-a622-5832c7997d83 { 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-8d9d1be7-6f4d-4b1a-a622-5832c7997d83 { flex-direction:column-reverse;row-gap:16px; } } .ablocks-block-8d9d1be7-6f4d-4b1a-a622-5832c7997d83.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-8d9d1be7-6f4d-4b1a-a622-5832c7997d83.ablocks-has-block-container > .ablocks-block-container { flex-direction:column-reverse;row-gap:16px; } } .ablocks-block-8d9d1be7-6f4d-4b1a-a622-5832c7997d83 { display:inline-flex; } 
.ablocks-block-3493f2ac-7134-4620-bf85-870ede052b1e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3493f2ac-7134-4620-bf85-870ede052b1e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3493f2ac-7134-4620-bf85-870ede052b1e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3493f2ac-7134-4620-bf85-870ede052b1e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-fc2e94e6-6bd0-4ce5-8e00-16d5790d2bcf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc2e94e6-6bd0-4ce5-8e00-16d5790d2bcf { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-fc2e94e6-6bd0-4ce5-8e00-16d5790d2bcf { text-align:center; } } .ablocks-block-fc2e94e6-6bd0-4ce5-8e00-16d5790d2bcf .ablocks-paragraph-text { color:#455366;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-fc2e94e6-6bd0-4ce5-8e00-16d5790d2bcf .ablocks-paragraph-text { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-fc2e94e6-6bd0-4ce5-8e00-16d5790d2bcf .ablocks-paragraph-text { font-size:12px; } } .ablocks-block-fc2e94e6-6bd0-4ce5-8e00-16d5790d2bcf .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e68e1f3e-42eb-4150-a313-b556669a9424 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e68e1f3e-42eb-4150-a313-b556669a9424.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e68e1f3e-42eb-4150-a313-b556669a9424 { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-e68e1f3e-42eb-4150-a313-b556669a9424 { justify-content:center;justify-items:center; } } .ablocks-block-e68e1f3e-42eb-4150-a313-b556669a9424.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:24px; } @media screen and (max-width: 480px) { .ablocks-block-e68e1f3e-42eb-4150-a313-b556669a9424.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-e68e1f3e-42eb-4150-a313-b556669a9424 { display:inline-flex; } 
.ablocks-block-42dc4dab-6a5c-4653-944a-f008eaa29243 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-42dc4dab-6a5c-4653-944a-f008eaa29243 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-42dc4dab-6a5c-4653-944a-f008eaa29243 .ablocks-icon-wrap { font-size:24px; } .ablocks-block-42dc4dab-6a5c-4653-944a-f008eaa29243 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-42dc4dab-6a5c-4653-944a-f008eaa29243 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#455366; } 
.ablocks-block-98e8de6a-03a2-42da-99e5-f116fb16b9a2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-98e8de6a-03a2-42da-99e5-f116fb16b9a2 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-98e8de6a-03a2-42da-99e5-f116fb16b9a2 .ablocks-icon-wrap { font-size:24px; } .ablocks-block-98e8de6a-03a2-42da-99e5-f116fb16b9a2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-98e8de6a-03a2-42da-99e5-f116fb16b9a2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#455366; } 
.ablocks-block-87cdbe38-8b12-4818-adf8-1a4d68b2ff1b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-87cdbe38-8b12-4818-adf8-1a4d68b2ff1b { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-87cdbe38-8b12-4818-adf8-1a4d68b2ff1b .ablocks-icon-wrap { font-size:24px; } .ablocks-block-87cdbe38-8b12-4818-adf8-1a4d68b2ff1b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-87cdbe38-8b12-4818-adf8-1a4d68b2ff1b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#455366; } 
.ablocks-block-a51a27b8-ceaa-435c-8093-97948c2bb549 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a51a27b8-ceaa-435c-8093-97948c2bb549 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-a51a27b8-ceaa-435c-8093-97948c2bb549 .ablocks-icon-wrap { font-size:24px; } .ablocks-block-a51a27b8-ceaa-435c-8093-97948c2bb549 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-a51a27b8-ceaa-435c-8093-97948c2bb549 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#455366; } 
.ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa { margin-top:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } 
.ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437 { margin-top:-25px;padding-top:100px;padding-right:0px;padding-bottom:32px;padding-left:0px;background:#ffffff;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437 { padding-top:60px;padding-right:12px;padding-left:12px;border-top-left-radius:20px;border-top-right-radius:20px; } } .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437.ablocks-block--container { padding-top:100px;padding-right:0px;padding-bottom:32px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437.ablocks-block--container { padding-top:60px;padding-right:12px;padding-left:12px; } } .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } 
.ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-block--container { padding:0px;max-width:min(100%,85%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { flex-direction:column; } } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { display:inline-flex; } 
.ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-block--container { max-width:min(100%,37%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } 
.ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3 { display:inline-flex; } 
.ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:203px; } @media screen and (max-width: 800px) { .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap img.ablocks-image-icon { width:164px; } } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 { text-align:left; } .ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 .ablocks-paragraph-text { color:#667085;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.18px; } @media screen and (max-width: 800px) { .ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 .ablocks-paragraph-text { font-family:Inter;font-size:14px; } } .ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784 { margin-top:38px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784 { display:inline-flex; } 
.ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e { text-align:left; } .ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 { font-family:Inter;font-size:14px; } } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list { gap:10px; } } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-block--container { max-width:min(100%,58%) !important; } } .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 { text-align:left; } .ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f { font-family:Inter;font-size:14px; } } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list { gap:10px; } } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-block--container { max-width:min(100%,17%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-block--container { max-width:min(100%,54%) !important; } } .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b { text-align:left; } .ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 { font-family:Inter;font-size:14px; } } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list { gap:10px; } } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#d9d6fe;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038.ablocks-block--container { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,85%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { flex-direction:column;row-gap:21px; } } .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:21px; } } .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { display:inline-flex; } 
.ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde { text-align:left; } .ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde .ablocks-paragraph-text { color:#667085;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:28px;letter-spacing:-0.18px; } @media screen and (max-width: 800px) { .ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f { display:inline-flex; } 
.ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { width:50%; } } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { display:flex;justify-content:right; } @media screen and (max-width: 480px) { .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { justify-content:left; } } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure img { width:149px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure img { width:170px; } } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
