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

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

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

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




.ablocks-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-width:.5em;stroke-dasharray:1500 1500}.ablocks-animated-text .ablocks-animated-text-wrapper path{animation:draw-auto 6s infinite forwards;animation-iteration-count:infinite}@keyframes draw-auto{0%{stroke-dasharray:0 1500}80%{stroke-dasharray:1500 0}to{stroke-dasharray:1500 0}}:root{--typing-selected-bg-color:#0d0d0d;--typing-selected-color:var(--dynamic-text-color,#aebcb9)}.ablocks-rotate-typing .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-typing .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:90%;left:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.ablocks-rotate-typing .ablocks-animated-text-wrapper:not(.ablocks-typing-selected):after{animation:ablocks-headline-pulse 1s infinite}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected:after{visibility:hidden}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected .ablocks-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color,#aebcb9))}.ablocks-rotate-typing .ablocks-dynamic-text:not(.ablocks-headline-text-active){visibility:hidden}.ablocks-rotate-typing .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}@keyframes ablocks-headline-pulse{0%{opacity:1;transform:translateY(-50%) scale(1)}40%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0;transform:translateY(-50%) scale(0)}}.ablocks-rotate-clip{display:inline-block;padding:.2em 0}.ablocks-rotate-clip .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-clip .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:100%;left:auto;position:absolute;right:0;top:0;width:2px}.ablocks-rotate-clip .ablocks-dynamic-text{opacity:0}.ablocks-rotate-clip .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1}.ablocks-rotate-flip .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-flip .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transform-origin:50% 100%;transition:all .6s ease;visibility:hidden}.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-flip-in 1.2s;opacity:1;transform:rotateX(0deg);visibility:visible}.ablocks-rotate-flip .ablocks-dynamic-text{animation:ablocks-heading-flip-out 1.2s;transform:rotateX(180deg)}@keyframes ablocks-heading-flip-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(1turn)}}@keyframes ablocks-heading-flip-out{0%{opacity:1;transform:rotateX(0deg)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.ablocks-rotate-blind .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-blind .ablocks-dynamic-text{opacity:0}.ablocks-rotate-blind .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.ablocks-rotate-blind .ablocks-headline-text-active .ablocks-dynamic-letter{transform:rotateY(0deg)}.ablocks-rotate-blind .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-heading-blinds-in .6s forwards}.ablocks-rotate-blind .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-heading-blind-out .6s forwards}@keyframes ablocks-heading-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes ablocks-heading-blind-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.ablocks-rotate-swirl .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-swirl .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block}.ablocks-rotate-swirl .ablocks-dynamic-text{transform:scaleX(1.0005)}.ablocks-rotate-swirl .ablocks-dynamic-letter .ablocks-headline-text-active{opacity:1;transform:translateZ(-20px) rotateX(90deg);transform-style:preserve-3d}.ablocks-rotate-swirl .ablocks-headline-text-active{opacity:1}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}.ablocks-rotate-swirl .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-swirl-in .4s forwards}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-swirl-out .4s forwards}@keyframes ablocks-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes ablocks-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.ablocks-morph-letter{display:inline-block;transform-origin:center;transition:transform .4s,opacity .4s}.morph-flip{color:#e91e63;transform:rotateX(180deg)}.ablocks-rotate-slide-down .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide-down .ablocks-dynamic-text{animation:ablocksHeadingSlideDownOut .6s ease forwards;left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden;visibility:visible}.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideDownIn .6s ease forwards;opacity:1}@keyframes ablocksHeadingSlideDownIn{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes ablocksHeadingSlideDownOut{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.ablocks-rotate-slide .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide .ablocks-dynamic-text{animation:ablocksHeadingSlideOut .6s;opacity:0;position:absolute;top:-5px;visibility:hidden}.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideIn .6s;opacity:1;visibility:visible}@keyframes ablocksHeadingSlideIn{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes ablocksHeadingSlideOut{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.ablocks-rotate-drop-in .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-drop-in .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-drop-in-in .8s;opacity:1;visibility:visible}.ablocks-rotate-drop-in .ablocks-dynamic-text{animation:ablocks-heading-drop-in-out .8s}@keyframes ablocks-heading-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes ablocks-heading-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.ablocks-rotate-wave .ablocks-dynamic-text{opacity:0}.ablocks-rotate-wave .ablocks-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.ablocks-rotate-wave .ablocks-headline-text-active .ablocks-dynamic-letter{opacity:1}.ablocks-rotate-wave .ablocks-dynamic-letter.ablocks-animation-in{animation:elementor-headline-wave-up .6s forwards}.ablocks-rotate-wave .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes elementor-headline-wave-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.ablocks-rotate-bind .ablocks-animated-text-wrapper,.ablocks-rotate-drop-in .ablocks-animated-text-wrapper,.ablocks-rotate-flip .ablocks-animated-text-wrapper,.ablocks-rotate-slide .ablocks-animated-text-wrapper,.ablocks-rotate-slide-down .ablocks-animated-text-wrapper,.ablocks-rotate-swirl .ablocks-animated-text-wrapper,.ablocks-rotate-wave .ablocks-animated-text-wrapper{transition:width .5s}.ablocks-rotate-swirl .ablocks-dynamic-letter{white-space:pre}.ablocks-rotate-drop-in .ablocks-dynamic-text,.ablocks-rotate-flip .ablocks-dynamic-text,.ablocks-rotate-slide .ablocks-dynamic-text,.ablocks-rotate-slide-down .ablocks-dynamic-text{opacity:0;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1;visibility:visible}
.ablocks-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-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--icon .ablocks-block-container{display:flex}
.ablocks-image-figure{display:flex;flex-direction:column;height:auto;margin:0;max-width:100%;position:relative;width:fit-content;width:-moz-fit-content}.ablocks-image-figure img{display:block;height:100%;max-width:100%}.ablocks-image-figure .components-resizable-box__container{max-width:100%!important}.ablocks-alt-text-control{display:flex;flex-direction:column;width:100%}.ablocks-alt-text-control__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.ablocks-alt-text-control__clear{cursor:pointer}.ablocks-alt-text-control .components-base-control .components-base-control__field,.ablocks-alt-text-control .components-base-control{width:100%}.ablocks-image--effect{transition:all .3s ease}.ablocks-image--effect-zoomin{transform:scale(1)}.ablocks-image--effect-zoomin:hover{transform:scale(1.1)}.ablocks-image--effect-grayscale:hover{filter:grayscale(100%)}.ablocks-image--effect-blur:hover{filter:blur(3px)}.ablocks-image--effect-slide{transform:translate3d(-20px,0,0)}.ablocks-image--effect-slide:hover{transform:translateZ(0)}.ablocks-image-caption{margin-top:.5em}
.ablocks-block--info-box{border:1px solid #dddddf;padding:30px}.ablocks-block--info-box .ablocks-block-container{width:100%}.ablocks-block--info-box .ablocks-icon-wrap{height:fit-content;width:fit-content}.ablocks-block--info-box__content{display:flex;flex-direction:column;width:100%}.ablocks-info-box-heading,.ablocks-info-box-sub-heading,.ablocks-info-box-text{margin:0}.ablocks-info-box-text{margin:0;padding:0}.ablocks-info-box-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-info-box-badge-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;position:absolute;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-badge-link--xs{border-radius:2px;font-size:10px;padding:5px 15px}.ablocks-info-box-badge-link--sm{border-radius:3px;font-size:12px;padding:8px 18px}.ablocks-info-box-badge-link--md{border-radius:4px;font-size:14px;padding:11px 21px}.ablocks-info-box-badge-link--lg{border-radius:5px;font-size:16px;padding:14px 25px}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-badge-link-text{order:10}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-badge-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-badge-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-btn-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-btn-link--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-info-box-btn-link--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-info-box-btn-link--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-info-box-btn-link--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-info-box-btn-link--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-btn-link-text{order:10}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-button-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-block--info-box__content>.ablocks-button-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-star-ratings{align-items:center;display:inline-flex;flex-wrap:wrap;width:100%}.ablocks-info-box-star-ratings-icons{display:flex;flex-wrap:wrap;width:fit-content}.ablocks-info-box-star-ratings-icons .ablocks-info-box-rating{display:inline-block;position:relative}.ablocks-info-box-rating__fill{height:100%;left:0;overflow:hidden;position:absolute;top:0}.ablocks-block--star-ratings svg.ablocks-svg-icon{height:1em;width:1em}
.ablocks-block-4c30c733-b523-4e80-b677-a754ea89bcb1 { margin-top:0px;margin-right:0px;margin-bottom:-19px;margin-left:0px;padding-top:16px;padding-bottom:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4c30c733-b523-4e80-b677-a754ea89bcb1.ablocks-block--container { padding-top:16px;padding-bottom:16px;overflow:visible; } .ablocks-block-4c30c733-b523-4e80-b677-a754ea89bcb1 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-4c30c733-b523-4e80-b677-a754ea89bcb1 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-4c30c733-b523-4e80-b677-a754ea89bcb1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba { column-gap:21px; } } @media screen and (max-width: 480px) { .ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba { column-gap:11px; } } .ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba.ablocks-has-block-container > .ablocks-block-container { column-gap:21px; } } @media screen and (max-width: 480px) { .ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba.ablocks-has-block-container > .ablocks-block-container { column-gap:11px; } } .ablocks-block-28e0daa6-d70b-4065-b298-a407f5897bba { display:inline-flex; } 
.ablocks-block-6442d544-a7a4-4520-9f1c-a425a7602917 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6442d544-a7a4-4520-9f1c-a425a7602917.ablocks-block--container { padding:0px;max-width:min(100%,19%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6442d544-a7a4-4520-9f1c-a425a7602917.ablocks-block--container { max-width:min(100%,14%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6442d544-a7a4-4520-9f1c-a425a7602917.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6442d544-a7a4-4520-9f1c-a425a7602917 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6442d544-a7a4-4520-9f1c-a425a7602917.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8e14b5f7-214d-4e9e-9b1a-1c05a081a423 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8e14b5f7-214d-4e9e-9b1a-1c05a081a423.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-8e14b5f7-214d-4e9e-9b1a-1c05a081a423.ablocks-block--container { max-width:min(100%,44%) !important; } } .ablocks-block-8e14b5f7-214d-4e9e-9b1a-1c05a081a423 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-8e14b5f7-214d-4e9e-9b1a-1c05a081a423 { align-items:flex-end; } } .ablocks-block-8e14b5f7-214d-4e9e-9b1a-1c05a081a423.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-8e14b5f7-214d-4e9e-9b1a-1c05a081a423.ablocks-has-block-container > .ablocks-block-container { align-items:flex-end; } } 
.ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-menu { justify-content:left; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c.ablocks-menu { justify-content:left; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item { color:#475467;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#475467;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item:hover { color:#101828; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#101828; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-block--menu-child-sub { width:250px; } @media screen and (max-width: 480px) { .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#475467; } @media screen and (max-width: 480px) { .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#101828; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#475467; } @media screen and (max-width: 480px) { .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#101828; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-menu__trigger-wrapper { justify-content:left; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-5c7ce887-9925-464f-9710-3cf35e01477c .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:black;height:3px;width:30px; } 





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

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

.ablocks-block-1171cc44-80c5-4d79-aa9b-65849698f82b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1171cc44-80c5-4d79-aa9b-65849698f82b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1171cc44-80c5-4d79-aa9b-65849698f82b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1171cc44-80c5-4d79-aa9b-65849698f82b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d { border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__label { color:#171717;font-family:SF Pro Display;font-weight:400;font-style:normal;font-size:18px;line-height:24px;text-align:left;margin-bottom:10px !important; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;margin-top:10px; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__input { background:white;border:1px solid #A7AAAD;border-radius:5px;text-align:left;font-family:SF Pro Display;font-weight:400;font-style:normal;font-size:18px;line-height:24px;box-sizing:border-box; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__input:hover { border:1px solid #A7AAAD;border-radius:5px; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__input:focus { border:1px solid #A7AAAD;border-radius:5px; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__input::placeholder { font-family:SF Pro Display;font-weight:400;font-style:normal;font-size:18px;line-height:24px;text-align:left;color:#667085!important; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__input-icon,.ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__submit-button { text-align:center; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-form-builder__submit-button { color:#FFF;background:#475467;border-radius:6px;font-family:SF Pro Display;font-weight:500;font-style:normal;font-size:18px;line-height:26px; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-d3835634-57c7-48e7-8e63-023c1ceca14d .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-1a8e5289-1465-4d4e-bcd7-535093c6f5e0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1a8e5289-1465-4d4e-bcd7-535093c6f5e0.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-1a8e5289-1465-4d4e-bcd7-535093c6f5e0 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-1a8e5289-1465-4d4e-bcd7-535093c6f5e0 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-e8050ff1-1d05-4525-92a5-e4e6b8387178 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e8050ff1-1d05-4525-92a5-e4e6b8387178.ablocks-block--form-password { box-sizing:border-box;width:99%; } .ablocks-block-e8050ff1-1d05-4525-92a5-e4e6b8387178 .ablocks-form-builder__input-icon .ablocks-icon-wrap { font-size:28px;fill:#69727d; } .ablocks-block-e8050ff1-1d05-4525-92a5-e4e6b8387178 .ablocks-form-builder__input-show-icon { padding-left:38px; } .ablocks-block-e8050ff1-1d05-4525-92a5-e4e6b8387178 .ablocks-form-builder__input-toggle-password .ablocks-icon-wrap { font-size:18px; } 
.ablocks-block-2d019328-900a-4155-a89b-a2ecc2cf6de5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2d019328-900a-4155-a89b-a2ecc2cf6de5.ablocks-block--form-checkbox { box-sizing:border-box;width:99%; } 
.ablocks-block-57f78b4e-fb76-478d-947b-a8e6fb5f95fc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57f78b4e-fb76-478d-947b-a8e6fb5f95fc:not(.ablocks-has-block-container), .ablocks-block-57f78b4e-fb76-478d-947b-a8e6fb5f95fc.ablocks-block--dual-button > .ablocks-block-container { gap:12px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-end; } 
.ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 { text-align:left; } .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 .ablocks-button { column-gap:10px;background:#475467;justify-content:left;color:#ffffff;border-width:0px;border-color:#98a2b3;border-radius:6px;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 .ablocks-button { padding-top:8px;padding-right:14px;padding-bottom:8px;padding-left:14px; } } .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#252c36; } .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-a617addb-73f9-4900-bb11-e25bb1544f47 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-856a45aa-2f5e-47a7-95c6-3c1cb9fb817e { margin-top:-19px;padding-top:98px;padding-bottom:100px;background-image:url("https://library-kits-uirg7j.flywp.xyz/fintrust/wp-content/uploads/sites/19/2025/03/invest_in_your_future_with_effective_plans.webp");background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-856a45aa-2f5e-47a7-95c6-3c1cb9fb817e { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-856a45aa-2f5e-47a7-95c6-3c1cb9fb817e { padding-top:50px;padding-bottom:50px; } } .ablocks-block-856a45aa-2f5e-47a7-95c6-3c1cb9fb817e.ablocks-block--container { padding-top:98px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-856a45aa-2f5e-47a7-95c6-3c1cb9fb817e.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-856a45aa-2f5e-47a7-95c6-3c1cb9fb817e.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-856a45aa-2f5e-47a7-95c6-3c1cb9fb817e > .ablocks-block-container { max-width:min(100%,1040px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-856a45aa-2f5e-47a7-95c6-3c1cb9fb817e > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-856a45aa-2f5e-47a7-95c6-3c1cb9fb817e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-dab0197b-d5e8-4fd9-a73f-b4955281c4bb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dab0197b-d5e8-4fd9-a73f-b4955281c4bb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-dab0197b-d5e8-4fd9-a73f-b4955281c4bb { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-dab0197b-d5e8-4fd9-a73f-b4955281c4bb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a9e9ead7-cc27-4c10-8028-31e28b4fdbf1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a9e9ead7-cc27-4c10-8028-31e28b4fdbf1 { text-align:center; } .ablocks-block-a9e9ead7-cc27-4c10-8028-31e28b4fdbf1 .ablocks-paragraph-text { color:#eaecf0;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-a9e9ead7-cc27-4c10-8028-31e28b4fdbf1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-635d7cfc-9f33-4e53-94b7-4efd289ee669 { margin-top:16px;width:80%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-635d7cfc-9f33-4e53-94b7-4efd289ee669 { width:84%; } } .ablocks-block-635d7cfc-9f33-4e53-94b7-4efd289ee669 { text-align:center; } .ablocks-block-635d7cfc-9f33-4e53-94b7-4efd289ee669 .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:64px;line-height:72px; } @media screen and (max-width: 800px) { .ablocks-block-635d7cfc-9f33-4e53-94b7-4efd289ee669 .ablocks-heading-text { font-size:42px;line-height:57px; } } @media screen and (max-width: 480px) { .ablocks-block-635d7cfc-9f33-4e53-94b7-4efd289ee669 .ablocks-heading-text { font-size:30px;line-height:42px; } } 
.ablocks-block-21a3a6ea-616f-4ff4-b9fe-1a9f1e2572e1 { margin-top:24px;width:77%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-21a3a6ea-616f-4ff4-b9fe-1a9f1e2572e1 { width:95%; } } @media screen and (max-width: 480px) { .ablocks-block-21a3a6ea-616f-4ff4-b9fe-1a9f1e2572e1 { width:100%; } } .ablocks-block-21a3a6ea-616f-4ff4-b9fe-1a9f1e2572e1 { text-align:center; } .ablocks-block-21a3a6ea-616f-4ff4-b9fe-1a9f1e2572e1 .ablocks-paragraph-text { color:#f2f4f7;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } .ablocks-block-21a3a6ea-616f-4ff4-b9fe-1a9f1e2572e1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-76b03fae-3cc9-4b8d-a92a-a46a1547bd42 { margin-top:0px;padding-top:100px;padding-bottom:100px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-76b03fae-3cc9-4b8d-a92a-a46a1547bd42 { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-76b03fae-3cc9-4b8d-a92a-a46a1547bd42 { padding-top:50px;padding-bottom:50px; } } .ablocks-block-76b03fae-3cc9-4b8d-a92a-a46a1547bd42.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-76b03fae-3cc9-4b8d-a92a-a46a1547bd42.ablocks-block--container { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-76b03fae-3cc9-4b8d-a92a-a46a1547bd42.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-76b03fae-3cc9-4b8d-a92a-a46a1547bd42 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-76b03fae-3cc9-4b8d-a92a-a46a1547bd42 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-76b03fae-3cc9-4b8d-a92a-a46a1547bd42 > .ablocks-block-container { row-gap:40px; } } .ablocks-block-76b03fae-3cc9-4b8d-a92a-a46a1547bd42.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-76b03fae-3cc9-4b8d-a92a-a46a1547bd42.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-41588d26-cd3a-4d3d-ba4c-277e1d74dd97 { width:44%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-41588d26-cd3a-4d3d-ba4c-277e1d74dd97 { width:42%; } } @media screen and (max-width: 480px) { .ablocks-block-41588d26-cd3a-4d3d-ba4c-277e1d74dd97 { width:100%; } } .ablocks-block-41588d26-cd3a-4d3d-ba4c-277e1d74dd97 { text-align:center; } .ablocks-block-41588d26-cd3a-4d3d-ba4c-277e1d74dd97 .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:48px;line-height:56px; } @media screen and (max-width: 800px) { .ablocks-block-41588d26-cd3a-4d3d-ba4c-277e1d74dd97 .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-41588d26-cd3a-4d3d-ba4c-277e1d74dd97 .ablocks-heading-text { font-size:28px;line-height:34px; } } 
.ablocks-block-d183f081-2298-4a90-9c6b-0475bec79e98 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d183f081-2298-4a90-9c6b-0475bec79e98.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d183f081-2298-4a90-9c6b-0475bec79e98 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-d183f081-2298-4a90-9c6b-0475bec79e98 { row-gap:24px;column-gap:24px; } } .ablocks-block-d183f081-2298-4a90-9c6b-0475bec79e98.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-d183f081-2298-4a90-9c6b-0475bec79e98.ablocks-has-block-container > .ablocks-block-container { row-gap:24px;column-gap:24px; } } .ablocks-block-d183f081-2298-4a90-9c6b-0475bec79e98 { display:inline-flex; } 
.ablocks-block-bf31cbae-ce22-415e-a1e0-c79dd70a8b14 { padding:24px;background:#ffffff;border-width:1px;border-style:solid;border-color:#f2f4f7;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-bf31cbae-ce22-415e-a1e0-c79dd70a8b14 { padding:12px; } } .ablocks-block-bf31cbae-ce22-415e-a1e0-c79dd70a8b14.ablocks-block--container { padding:24px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bf31cbae-ce22-415e-a1e0-c79dd70a8b14.ablocks-block--container { padding:12px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-bf31cbae-ce22-415e-a1e0-c79dd70a8b14.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-bf31cbae-ce22-415e-a1e0-c79dd70a8b14 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bf31cbae-ce22-415e-a1e0-c79dd70a8b14.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-bf10330a-fb7c-419d-9269-613c5fd79401 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bf10330a-fb7c-419d-9269-613c5fd79401 { text-align:left; } .ablocks-block-bf10330a-fb7c-419d-9269-613c5fd79401 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:32px;line-height:40px; } 
.ablocks-block-135dbf3e-64f2-4809-afe6-a881779236c2 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-135dbf3e-64f2-4809-afe6-a881779236c2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-135dbf3e-64f2-4809-afe6-a881779236c2 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-135dbf3e-64f2-4809-afe6-a881779236c2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-135dbf3e-64f2-4809-afe6-a881779236c2 { display:inline-flex; } 
.ablocks-block-51d756e6-5d65-4353-a63f-7f10f94d5ffc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-51d756e6-5d65-4353-a63f-7f10f94d5ffc { text-align:left; } .ablocks-block-51d756e6-5d65-4353-a63f-7f10f94d5ffc .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:600;font-style:normal;font-size:48px;line-height:56px; } 
.ablocks-block-402d66fc-7866-4922-b0ed-93b4a515b853 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-402d66fc-7866-4922-b0ed-93b4a515b853 { text-align:left; } .ablocks-block-402d66fc-7866-4922-b0ed-93b4a515b853 .ablocks-paragraph-text { color:#575757;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-402d66fc-7866-4922-b0ed-93b4a515b853 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-43e703b1-30af-475b-a4ef-d65fab70cba6 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-43e703b1-30af-475b-a4ef-d65fab70cba6 { text-align:left; } .ablocks-block-43e703b1-30af-475b-a4ef-d65fab70cba6 .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-43e703b1-30af-475b-a4ef-d65fab70cba6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-53022147-df08-40bb-8ab9-e06b46b64981 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-53022147-df08-40bb-8ab9-e06b46b64981.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-53022147-df08-40bb-8ab9-e06b46b64981.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-53022147-df08-40bb-8ab9-e06b46b64981 .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-53022147-df08-40bb-8ab9-e06b46b64981 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-53022147-df08-40bb-8ab9-e06b46b64981 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-53022147-df08-40bb-8ab9-e06b46b64981 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-53022147-df08-40bb-8ab9-e06b46b64981 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-53022147-df08-40bb-8ab9-e06b46b64981 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6efee62e-e25a-4430-bceb-35fdd9f2324d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6efee62e-e25a-4430-bceb-35fdd9f2324d { font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-6efee62e-e25a-4430-bceb-35fdd9f2324d .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-6efee62e-e25a-4430-bceb-35fdd9f2324d .ablocks-list__item-content { align-items:center;gap:12px; } .ablocks-block-6efee62e-e25a-4430-bceb-35fdd9f2324d .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:24px; } .ablocks-block-6efee62e-e25a-4430-bceb-35fdd9f2324d .ablocks-list__item-content .ablocks-list__item-text { color:#000000; } 
.ablocks-block-895f1903-0980-4134-9b40-cbb83872daa7 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-895f1903-0980-4134-9b40-cbb83872daa7 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:center;width:100%;color:#101828;border-width:1px;border-style:solid;border-color:#d0d5dd;border-radius:33px;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } .ablocks-block-895f1903-0980-4134-9b40-cbb83872daa7 .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#2296dc; } .ablocks-block-895f1903-0980-4134-9b40-cbb83872daa7 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-895f1903-0980-4134-9b40-cbb83872daa7 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-895f1903-0980-4134-9b40-cbb83872daa7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-895f1903-0980-4134-9b40-cbb83872daa7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-8e41a9b5-ef6a-4167-8337-e9a0eb65c2c8 { padding:24px;background:#1D2939;border-width:1px;border-style:solid;border-color:#f2f4f7;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8e41a9b5-ef6a-4167-8337-e9a0eb65c2c8 { padding:12px; } } .ablocks-block-8e41a9b5-ef6a-4167-8337-e9a0eb65c2c8.ablocks-block--container { padding:24px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8e41a9b5-ef6a-4167-8337-e9a0eb65c2c8.ablocks-block--container { padding:12px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-8e41a9b5-ef6a-4167-8337-e9a0eb65c2c8.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-8e41a9b5-ef6a-4167-8337-e9a0eb65c2c8 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8e41a9b5-ef6a-4167-8337-e9a0eb65c2c8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-18a1d433-97c7-485b-9229-f16f40d5ea2c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18a1d433-97c7-485b-9229-f16f40d5ea2c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-18a1d433-97c7-485b-9229-f16f40d5ea2c { 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-18a1d433-97c7-485b-9229-f16f40d5ea2c { align-items:flex-start; } } .ablocks-block-18a1d433-97c7-485b-9229-f16f40d5ea2c.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-18a1d433-97c7-485b-9229-f16f40d5ea2c.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } .ablocks-block-18a1d433-97c7-485b-9229-f16f40d5ea2c { display:inline-flex; } 
.ablocks-block-1c62120c-1cf8-4e69-b34e-d078b0c079c2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c62120c-1cf8-4e69-b34e-d078b0c079c2 { text-align:left; } .ablocks-block-1c62120c-1cf8-4e69-b34e-d078b0c079c2 .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:32px;line-height:40px; } 
.ablocks-block-0d5130a2-bdfe-4264-a914-37fa69938ada { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0d5130a2-bdfe-4264-a914-37fa69938ada { text-align:left; } .ablocks-block-0d5130a2-bdfe-4264-a914-37fa69938ada .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#475467;border-radius:33px;font-family:Poppins;font-weight:500;font-style:normal;font-size:12px;line-height:20px;padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px; } .ablocks-block-0d5130a2-bdfe-4264-a914-37fa69938ada .ablocks-button:hover { transition-duration:s; } .ablocks-block-0d5130a2-bdfe-4264-a914-37fa69938ada .ablocks-icon-wrap { font-size:16px; } .ablocks-block-0d5130a2-bdfe-4264-a914-37fa69938ada .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-0d5130a2-bdfe-4264-a914-37fa69938ada .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-575da90b-3e8f-40a4-9885-0aa74beffbab { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-575da90b-3e8f-40a4-9885-0aa74beffbab.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-575da90b-3e8f-40a4-9885-0aa74beffbab { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-575da90b-3e8f-40a4-9885-0aa74beffbab.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-575da90b-3e8f-40a4-9885-0aa74beffbab { display:inline-flex; } 
.ablocks-block-ee24f736-bb8e-4437-8d64-84b5449841f8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ee24f736-bb8e-4437-8d64-84b5449841f8 { text-align:left; } .ablocks-block-ee24f736-bb8e-4437-8d64-84b5449841f8 .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:600;font-style:normal;font-size:48px;line-height:56px; } 
.ablocks-block-049ff088-a791-43aa-9624-2d3d678935e5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-049ff088-a791-43aa-9624-2d3d678935e5 { text-align:left; } .ablocks-block-049ff088-a791-43aa-9624-2d3d678935e5 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-049ff088-a791-43aa-9624-2d3d678935e5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a217d0bc-bce7-4463-a4fa-f049423e168e { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a217d0bc-bce7-4463-a4fa-f049423e168e { text-align:left; } .ablocks-block-a217d0bc-bce7-4463-a4fa-f049423e168e .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-a217d0bc-bce7-4463-a4fa-f049423e168e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7109793a-2c04-4ec0-96f8-5678ad21fce2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7109793a-2c04-4ec0-96f8-5678ad21fce2.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-7109793a-2c04-4ec0-96f8-5678ad21fce2.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-7109793a-2c04-4ec0-96f8-5678ad21fce2 .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-7109793a-2c04-4ec0-96f8-5678ad21fce2 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-7109793a-2c04-4ec0-96f8-5678ad21fce2 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7109793a-2c04-4ec0-96f8-5678ad21fce2 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-7109793a-2c04-4ec0-96f8-5678ad21fce2 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-7109793a-2c04-4ec0-96f8-5678ad21fce2 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5b5c3b87-cd5a-4666-a124-76cd6970d4d6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5b5c3b87-cd5a-4666-a124-76cd6970d4d6 { font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-5b5c3b87-cd5a-4666-a124-76cd6970d4d6 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-5b5c3b87-cd5a-4666-a124-76cd6970d4d6 .ablocks-list__item-content { align-items:center;gap:12px; } .ablocks-block-5b5c3b87-cd5a-4666-a124-76cd6970d4d6 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:24px; } .ablocks-block-5b5c3b87-cd5a-4666-a124-76cd6970d4d6 .ablocks-list__item-content .ablocks-list__item-text { color:#ffffff; } 
.ablocks-block-c200a427-bcb5-4af4-b35d-c7a1fac9fc0f { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c200a427-bcb5-4af4-b35d-c7a1fac9fc0f .ablocks-button { column-gap:10px;background:#ffffff;justify-content:center;width:100%;color:#101828;border-width:1px;border-color:#d0d5dd;border-radius:33px;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } .ablocks-block-c200a427-bcb5-4af4-b35d-c7a1fac9fc0f .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#2296dc;border-radius:33px; } .ablocks-block-c200a427-bcb5-4af4-b35d-c7a1fac9fc0f .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-c200a427-bcb5-4af4-b35d-c7a1fac9fc0f .ablocks-icon-wrap { font-size:16px; } .ablocks-block-c200a427-bcb5-4af4-b35d-c7a1fac9fc0f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-c200a427-bcb5-4af4-b35d-c7a1fac9fc0f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5c28a03e-613e-4a21-abec-550ee05a77a6 { padding:24px;background:#ffffff;border-width:1px;border-style:solid;border-color:#f2f4f7;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5c28a03e-613e-4a21-abec-550ee05a77a6 { padding:12px; } } .ablocks-block-5c28a03e-613e-4a21-abec-550ee05a77a6.ablocks-block--container { padding:24px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5c28a03e-613e-4a21-abec-550ee05a77a6.ablocks-block--container { padding:12px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-5c28a03e-613e-4a21-abec-550ee05a77a6.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5c28a03e-613e-4a21-abec-550ee05a77a6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5c28a03e-613e-4a21-abec-550ee05a77a6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b15b3456-a4a7-4f53-8cc4-f4b82b7ea844 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b15b3456-a4a7-4f53-8cc4-f4b82b7ea844 { text-align:left; } .ablocks-block-b15b3456-a4a7-4f53-8cc4-f4b82b7ea844 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:32px;line-height:40px; } 
.ablocks-block-588f2aa8-dfc1-4271-ab77-0999bce433a2 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-588f2aa8-dfc1-4271-ab77-0999bce433a2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-588f2aa8-dfc1-4271-ab77-0999bce433a2 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-588f2aa8-dfc1-4271-ab77-0999bce433a2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:12px; } .ablocks-block-588f2aa8-dfc1-4271-ab77-0999bce433a2 { display:inline-flex; } 
.ablocks-block-4a444090-51f8-4a6c-bd31-50eeae96b79e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a444090-51f8-4a6c-bd31-50eeae96b79e { text-align:left; } .ablocks-block-4a444090-51f8-4a6c-bd31-50eeae96b79e .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:600;font-style:normal;font-size:48px;line-height:56px; } 
.ablocks-block-d0b34102-0740-4f89-a51e-9ade16fdb01c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d0b34102-0740-4f89-a51e-9ade16fdb01c { text-align:left; } .ablocks-block-d0b34102-0740-4f89-a51e-9ade16fdb01c .ablocks-paragraph-text { color:#575757;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-d0b34102-0740-4f89-a51e-9ade16fdb01c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-096310cd-4924-4a7e-9498-3c41acbff9fd { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-096310cd-4924-4a7e-9498-3c41acbff9fd { text-align:left; } .ablocks-block-096310cd-4924-4a7e-9498-3c41acbff9fd .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-096310cd-4924-4a7e-9498-3c41acbff9fd .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-74896aff-ea77-4788-b9e7-a4a6b4166f14 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-74896aff-ea77-4788-b9e7-a4a6b4166f14.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-74896aff-ea77-4788-b9e7-a4a6b4166f14.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-74896aff-ea77-4788-b9e7-a4a6b4166f14 .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-74896aff-ea77-4788-b9e7-a4a6b4166f14 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-74896aff-ea77-4788-b9e7-a4a6b4166f14 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-74896aff-ea77-4788-b9e7-a4a6b4166f14 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-74896aff-ea77-4788-b9e7-a4a6b4166f14 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-74896aff-ea77-4788-b9e7-a4a6b4166f14 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ee15713a-f84b-4f95-9bf0-75bfd81b8df9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ee15713a-f84b-4f95-9bf0-75bfd81b8df9 { font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-ee15713a-f84b-4f95-9bf0-75bfd81b8df9 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ee15713a-f84b-4f95-9bf0-75bfd81b8df9 .ablocks-list__item-content { align-items:center;gap:12px; } .ablocks-block-ee15713a-f84b-4f95-9bf0-75bfd81b8df9 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:24px; } .ablocks-block-ee15713a-f84b-4f95-9bf0-75bfd81b8df9 .ablocks-list__item-content .ablocks-list__item-text { color:#000000; } 
.ablocks-block-61ede385-e0ce-4a74-91dd-6ddd829e4db8 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-61ede385-e0ce-4a74-91dd-6ddd829e4db8 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:center;width:100%;color:#101828;border-width:1px;border-style:solid;border-color:#d0d5dd;border-radius:33px;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } .ablocks-block-61ede385-e0ce-4a74-91dd-6ddd829e4db8 .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#2296dc; } .ablocks-block-61ede385-e0ce-4a74-91dd-6ddd829e4db8 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-61ede385-e0ce-4a74-91dd-6ddd829e4db8 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-61ede385-e0ce-4a74-91dd-6ddd829e4db8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-61ede385-e0ce-4a74-91dd-6ddd829e4db8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e0b90847-2a9a-4735-8dca-a49331f9e768 { margin-top:0px;padding-top:100px;padding-bottom:100px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e0b90847-2a9a-4735-8dca-a49331f9e768 { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-e0b90847-2a9a-4735-8dca-a49331f9e768 { padding-top:60px; } } .ablocks-block-e0b90847-2a9a-4735-8dca-a49331f9e768.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e0b90847-2a9a-4735-8dca-a49331f9e768.ablocks-block--container { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-e0b90847-2a9a-4735-8dca-a49331f9e768.ablocks-block--container { padding-top:60px; } } .ablocks-block-e0b90847-2a9a-4735-8dca-a49331f9e768 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-e0b90847-2a9a-4735-8dca-a49331f9e768 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-e0b90847-2a9a-4735-8dca-a49331f9e768 > .ablocks-block-container { row-gap:40px; } } .ablocks-block-e0b90847-2a9a-4735-8dca-a49331f9e768.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-e0b90847-2a9a-4735-8dca-a49331f9e768.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-95b2b23b-1146-49da-b1dc-f7a286420695 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-95b2b23b-1146-49da-b1dc-f7a286420695.ablocks-block--container { padding:0px;max-width:min(100%,59%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-95b2b23b-1146-49da-b1dc-f7a286420695.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-95b2b23b-1146-49da-b1dc-f7a286420695 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-95b2b23b-1146-49da-b1dc-f7a286420695.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-6f6f1791-57b8-49ca-9263-0cb03793dcf7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6f6f1791-57b8-49ca-9263-0cb03793dcf7 { text-align:left; } .ablocks-block-6f6f1791-57b8-49ca-9263-0cb03793dcf7 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:48px;line-height:56px; } @media screen and (max-width: 800px) { .ablocks-block-6f6f1791-57b8-49ca-9263-0cb03793dcf7 .ablocks-heading-text { font-size:32px;line-height:49px; } } @media screen and (max-width: 480px) { .ablocks-block-6f6f1791-57b8-49ca-9263-0cb03793dcf7 .ablocks-heading-text { font-size:28px;line-height:42px; } } 
.ablocks-block-6199919d-45a2-4b37-93a7-fa77a9f943ba { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6199919d-45a2-4b37-93a7-fa77a9f943ba { text-align:left; } .ablocks-block-6199919d-45a2-4b37-93a7-fa77a9f943ba .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-6199919d-45a2-4b37-93a7-fa77a9f943ba .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7eda82cf-3ac3-48ad-b601-b7833ab15c7b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7eda82cf-3ac3-48ad-b601-b7833ab15c7b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7eda82cf-3ac3-48ad-b601-b7833ab15c7b { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-7eda82cf-3ac3-48ad-b601-b7833ab15c7b { row-gap:20px; } } .ablocks-block-7eda82cf-3ac3-48ad-b601-b7833ab15c7b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-7eda82cf-3ac3-48ad-b601-b7833ab15c7b.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } .ablocks-block-7eda82cf-3ac3-48ad-b601-b7833ab15c7b { display:inline-flex; } 
.ablocks-block-ea133290-ab4a-47df-bac5-c5f94cc66ac2 { padding:20px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:8px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ea133290-ab4a-47df-bac5-c5f94cc66ac2 { padding:10px; } } .ablocks-block-ea133290-ab4a-47df-bac5-c5f94cc66ac2.ablocks-block--container { padding:20px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ea133290-ab4a-47df-bac5-c5f94cc66ac2.ablocks-block--container { padding:10px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ea133290-ab4a-47df-bac5-c5f94cc66ac2.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ea133290-ab4a-47df-bac5-c5f94cc66ac2 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ea133290-ab4a-47df-bac5-c5f94cc66ac2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-fba4dc89-865c-4aa0-8c8c-2f91eb9c4fc5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fba4dc89-865c-4aa0-8c8c-2f91eb9c4fc5 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-fba4dc89-865c-4aa0-8c8c-2f91eb9c4fc5 .ablocks-icon-wrap { background:#ffffff;padding:.5em;border-radius:50%;border:2px solid #69727d;font-size:unset;padding-top:12px;padding-right:12px;padding-bottom:10px;padding-left:12px; } .ablocks-block-fba4dc89-865c-4aa0-8c8c-2f91eb9c4fc5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-fba4dc89-865c-4aa0-8c8c-2f91eb9c4fc5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-67420fad-e0bf-4631-9005-fc8e222fec61 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-67420fad-e0bf-4631-9005-fc8e222fec61 { text-align:left; } .ablocks-block-67420fad-e0bf-4631-9005-fc8e222fec61 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-67420fad-e0bf-4631-9005-fc8e222fec61 .ablocks-heading-text { font-size:20px;line-height:30px; } } 
.ablocks-block-4eff5086-9ccd-4f76-9f76-f432c3fb0955 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4eff5086-9ccd-4f76-9f76-f432c3fb0955 { text-align:left; } .ablocks-block-4eff5086-9ccd-4f76-9f76-f432c3fb0955 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-4eff5086-9ccd-4f76-9f76-f432c3fb0955 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-694baa2d-5fcd-4577-a133-658f54e541c3 { padding:20px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:8px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-694baa2d-5fcd-4577-a133-658f54e541c3 { padding:10px; } } .ablocks-block-694baa2d-5fcd-4577-a133-658f54e541c3.ablocks-block--container { padding:20px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-694baa2d-5fcd-4577-a133-658f54e541c3.ablocks-block--container { padding:10px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-694baa2d-5fcd-4577-a133-658f54e541c3.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-694baa2d-5fcd-4577-a133-658f54e541c3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-694baa2d-5fcd-4577-a133-658f54e541c3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-738630e4-a951-4b70-8191-e607470543ed { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-738630e4-a951-4b70-8191-e607470543ed { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-738630e4-a951-4b70-8191-e607470543ed .ablocks-icon-wrap { background:#ffffff;padding:.5em;border-radius:50%;border:2px solid #69727d;font-size:unset;padding-top:12px;padding-right:12px;padding-bottom:10px;padding-left:12px; } .ablocks-block-738630e4-a951-4b70-8191-e607470543ed .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-738630e4-a951-4b70-8191-e607470543ed .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-4111712b-49fa-4605-ac9b-c570e64338e1 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4111712b-49fa-4605-ac9b-c570e64338e1 { text-align:left; } .ablocks-block-4111712b-49fa-4605-ac9b-c570e64338e1 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-4111712b-49fa-4605-ac9b-c570e64338e1 .ablocks-heading-text { font-size:20px;line-height:30px; } } 
.ablocks-block-b7c70e0b-d7d9-40f2-8605-a7b365b786d3 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b7c70e0b-d7d9-40f2-8605-a7b365b786d3 { text-align:left; } .ablocks-block-b7c70e0b-d7d9-40f2-8605-a7b365b786d3 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-b7c70e0b-d7d9-40f2-8605-a7b365b786d3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5e18d6d1-9f1f-44a6-9901-45e2f6357fb6 { padding:20px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:8px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5e18d6d1-9f1f-44a6-9901-45e2f6357fb6 { padding:10px; } } .ablocks-block-5e18d6d1-9f1f-44a6-9901-45e2f6357fb6.ablocks-block--container { padding:20px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5e18d6d1-9f1f-44a6-9901-45e2f6357fb6.ablocks-block--container { padding:10px;max-width:min(100%,31%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-5e18d6d1-9f1f-44a6-9901-45e2f6357fb6.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5e18d6d1-9f1f-44a6-9901-45e2f6357fb6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5e18d6d1-9f1f-44a6-9901-45e2f6357fb6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0d44b522-8f0a-4d1c-87d2-45ca065d7c83 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0d44b522-8f0a-4d1c-87d2-45ca065d7c83 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-0d44b522-8f0a-4d1c-87d2-45ca065d7c83 .ablocks-icon-wrap { background:#ffffff;padding:.5em;border-radius:50%;border:2px solid #69727d;font-size:unset;padding-top:12px;padding-right:12px;padding-bottom:10px;padding-left:12px; } .ablocks-block-0d44b522-8f0a-4d1c-87d2-45ca065d7c83 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-0d44b522-8f0a-4d1c-87d2-45ca065d7c83 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e27bca39-ece3-4d6b-acef-c53829219b2c { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e27bca39-ece3-4d6b-acef-c53829219b2c { text-align:left; } .ablocks-block-e27bca39-ece3-4d6b-acef-c53829219b2c .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-e27bca39-ece3-4d6b-acef-c53829219b2c .ablocks-heading-text { font-size:20px;line-height:30px; } } 
.ablocks-block-e6d6e46e-d59d-46ef-8edb-01843d5b5d3d { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e6d6e46e-d59d-46ef-8edb-01843d5b5d3d { text-align:left; } .ablocks-block-e6d6e46e-d59d-46ef-8edb-01843d5b5d3d .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-e6d6e46e-d59d-46ef-8edb-01843d5b5d3d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bf8d9b80-e958-40a6-89e4-1d571a3b91d7 { margin-top:0px;padding-top:120px;padding-bottom:120px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-bf8d9b80-e958-40a6-89e4-1d571a3b91d7 { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-bf8d9b80-e958-40a6-89e4-1d571a3b91d7 { padding-top:50px;padding-bottom:50px; } } .ablocks-block-bf8d9b80-e958-40a6-89e4-1d571a3b91d7.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bf8d9b80-e958-40a6-89e4-1d571a3b91d7.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-bf8d9b80-e958-40a6-89e4-1d571a3b91d7.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-bf8d9b80-e958-40a6-89e4-1d571a3b91d7 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-bf8d9b80-e958-40a6-89e4-1d571a3b91d7 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-bf8d9b80-e958-40a6-89e4-1d571a3b91d7 > .ablocks-block-container { row-gap:32px; } } .ablocks-block-bf8d9b80-e958-40a6-89e4-1d571a3b91d7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-bf8d9b80-e958-40a6-89e4-1d571a3b91d7.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } 
.ablocks-block-5b6ae279-8355-4f75-89e8-5cc0b9655274 { width:40%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5b6ae279-8355-4f75-89e8-5cc0b9655274 { width:70%; } } @media screen and (max-width: 480px) { .ablocks-block-5b6ae279-8355-4f75-89e8-5cc0b9655274 { width:100%; } } .ablocks-block-5b6ae279-8355-4f75-89e8-5cc0b9655274 { text-align:center; } .ablocks-block-5b6ae279-8355-4f75-89e8-5cc0b9655274 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:48px;line-height:56px; } @media screen and (max-width: 800px) { .ablocks-block-5b6ae279-8355-4f75-89e8-5cc0b9655274 .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-5b6ae279-8355-4f75-89e8-5cc0b9655274 .ablocks-heading-text { font-size:38px;line-height:48px; } } 
.ablocks-block-50b3b794-8bac-4b69-b0c5-9351579925bf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-50b3b794-8bac-4b69-b0c5-9351579925bf.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-50b3b794-8bac-4b69-b0c5-9351579925bf { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-50b3b794-8bac-4b69-b0c5-9351579925bf { column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-50b3b794-8bac-4b69-b0c5-9351579925bf { flex-direction:column;row-gap:20px; } } .ablocks-block-50b3b794-8bac-4b69-b0c5-9351579925bf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-50b3b794-8bac-4b69-b0c5-9351579925bf.ablocks-has-block-container > .ablocks-block-container { column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-50b3b794-8bac-4b69-b0c5-9351579925bf.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-50b3b794-8bac-4b69-b0c5-9351579925bf { display:inline-flex; } 
.ablocks-block-250d5583-c9b4-4812-ae5b-91716db4b4d0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-250d5583-c9b4-4812-ae5b-91716db4b4d0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-250d5583-c9b4-4812-ae5b-91716db4b4d0 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-250d5583-c9b4-4812-ae5b-91716db4b4d0 { row-gap:1px; } } .ablocks-block-250d5583-c9b4-4812-ae5b-91716db4b4d0.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-250d5583-c9b4-4812-ae5b-91716db4b4d0.ablocks-has-block-container > .ablocks-block-container { row-gap:1px; } } 
.ablocks-block-86a8ae6f-bec6-4106-9b17-cea8375c6cb2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-86a8ae6f-bec6-4106-9b17-cea8375c6cb2 { text-align:left; } .ablocks-block-86a8ae6f-bec6-4106-9b17-cea8375c6cb2 .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:40px;line-height:48px; } @media screen and (max-width: 800px) { .ablocks-block-86a8ae6f-bec6-4106-9b17-cea8375c6cb2 .ablocks-heading-text { font-size:28px;line-height:40px; } } 
.ablocks-block-0f8595fa-5fbf-4b44-b293-817d4fdabe6d { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0f8595fa-5fbf-4b44-b293-817d4fdabe6d { margin-top:16px; } } .ablocks-block-0f8595fa-5fbf-4b44-b293-817d4fdabe6d { text-align:left; } .ablocks-block-0f8595fa-5fbf-4b44-b293-817d4fdabe6d .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:400;font-style:normal;font-size:24px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-0f8595fa-5fbf-4b44-b293-817d4fdabe6d .ablocks-paragraph-text { font-size:18px; } } .ablocks-block-0f8595fa-5fbf-4b44-b293-817d4fdabe6d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-37ae8a0f-c839-4240-889b-715a805cbd19 { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-37ae8a0f-c839-4240-889b-715a805cbd19 { margin-top:16px; } } .ablocks-block-37ae8a0f-c839-4240-889b-715a805cbd19 { text-align:left; } .ablocks-block-37ae8a0f-c839-4240-889b-715a805cbd19 .ablocks-button { column-gap:12px;background:#105447;justify-content:left;color:#ffffff;border-radius:8px;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } .ablocks-block-37ae8a0f-c839-4240-889b-715a805cbd19 .ablocks-button:hover { transition-duration:s;background:#119f5e; } .ablocks-block-37ae8a0f-c839-4240-889b-715a805cbd19 .ablocks-icon-wrap { font-size:14px; } .ablocks-block-37ae8a0f-c839-4240-889b-715a805cbd19 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-37ae8a0f-c839-4240-889b-715a805cbd19 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-717460e6-644e-46d3-96e0-a33248b3b6ec { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-717460e6-644e-46d3-96e0-a33248b3b6ec.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-717460e6-644e-46d3-96e0-a33248b3b6ec { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-717460e6-644e-46d3-96e0-a33248b3b6ec.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7af5ec92-d924-467c-b504-605f50aec122 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7af5ec92-d924-467c-b504-605f50aec122 { display:flex;justify-content:left; } .ablocks-block-7af5ec92-d924-467c-b504-605f50aec122 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-7af5ec92-d924-467c-b504-605f50aec122 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7af5ec92-d924-467c-b504-605f50aec122 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-9560063b-b1f6-42f5-83f6-a4f3d8203537 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9560063b-b1f6-42f5-83f6-a4f3d8203537.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9560063b-b1f6-42f5-83f6-a4f3d8203537 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-9560063b-b1f6-42f5-83f6-a4f3d8203537 { column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-9560063b-b1f6-42f5-83f6-a4f3d8203537 { flex-direction:column;row-gap:20px; } } .ablocks-block-9560063b-b1f6-42f5-83f6-a4f3d8203537.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-9560063b-b1f6-42f5-83f6-a4f3d8203537.ablocks-has-block-container > .ablocks-block-container { column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-9560063b-b1f6-42f5-83f6-a4f3d8203537.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-9560063b-b1f6-42f5-83f6-a4f3d8203537 { display:inline-flex; } 
.ablocks-block-6546f8d8-b83e-4cd5-af37-3fa19d14938d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6546f8d8-b83e-4cd5-af37-3fa19d14938d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6546f8d8-b83e-4cd5-af37-3fa19d14938d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6546f8d8-b83e-4cd5-af37-3fa19d14938d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2658dcdf-f9f5-4952-98d5-2360b06105fa { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2658dcdf-f9f5-4952-98d5-2360b06105fa { display:flex;justify-content:left; } .ablocks-block-2658dcdf-f9f5-4952-98d5-2360b06105fa .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-2658dcdf-f9f5-4952-98d5-2360b06105fa .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-2658dcdf-f9f5-4952-98d5-2360b06105fa .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-22208eff-6548-404d-85a2-07e6caadb8ef { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-22208eff-6548-404d-85a2-07e6caadb8ef.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-22208eff-6548-404d-85a2-07e6caadb8ef { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-22208eff-6548-404d-85a2-07e6caadb8ef.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-13979512-6596-4035-a5ab-3ac9691631ff { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-13979512-6596-4035-a5ab-3ac9691631ff { text-align:left; } .ablocks-block-13979512-6596-4035-a5ab-3ac9691631ff .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:40px;line-height:48px; } @media screen and (max-width: 800px) { .ablocks-block-13979512-6596-4035-a5ab-3ac9691631ff .ablocks-heading-text { font-size:28px;line-height:40px; } } 
.ablocks-block-c6174adc-e9d4-442d-9477-36a768fa86ea { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c6174adc-e9d4-442d-9477-36a768fa86ea { margin-top:16px; } } .ablocks-block-c6174adc-e9d4-442d-9477-36a768fa86ea { text-align:left; } .ablocks-block-c6174adc-e9d4-442d-9477-36a768fa86ea .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:400;font-style:normal;font-size:24px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-c6174adc-e9d4-442d-9477-36a768fa86ea .ablocks-paragraph-text { font-size:18px; } } .ablocks-block-c6174adc-e9d4-442d-9477-36a768fa86ea .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-75c4de7f-5101-49fc-b5ad-ee9aeeb329c9 { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-75c4de7f-5101-49fc-b5ad-ee9aeeb329c9 { margin-top:16px; } } .ablocks-block-75c4de7f-5101-49fc-b5ad-ee9aeeb329c9 { text-align:left; } .ablocks-block-75c4de7f-5101-49fc-b5ad-ee9aeeb329c9 .ablocks-button { column-gap:12px;background:#105447;justify-content:left;color:#ffffff;border-radius:8px;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:26px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } .ablocks-block-75c4de7f-5101-49fc-b5ad-ee9aeeb329c9 .ablocks-button:hover { transition-duration:s;background:#119f5e; } .ablocks-block-75c4de7f-5101-49fc-b5ad-ee9aeeb329c9 .ablocks-icon-wrap { font-size:14px; } .ablocks-block-75c4de7f-5101-49fc-b5ad-ee9aeeb329c9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-75c4de7f-5101-49fc-b5ad-ee9aeeb329c9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-fb816a63-6253-4e84-a402-190099b3bd16 { margin-top:0px;padding-top:120px;padding-bottom:120px;background:#FFF;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-fb816a63-6253-4e84-a402-190099b3bd16 { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-fb816a63-6253-4e84-a402-190099b3bd16 { padding-top:50px;padding-bottom:50px; } } .ablocks-block-fb816a63-6253-4e84-a402-190099b3bd16.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fb816a63-6253-4e84-a402-190099b3bd16.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-fb816a63-6253-4e84-a402-190099b3bd16.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-fb816a63-6253-4e84-a402-190099b3bd16 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-fb816a63-6253-4e84-a402-190099b3bd16 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:20px; } .ablocks-block-fb816a63-6253-4e84-a402-190099b3bd16.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:20px; } 
.ablocks-block-29d5c64c-a81f-4d05-ac5b-8e04e7c6c377 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-29d5c64c-a81f-4d05-ac5b-8e04e7c6c377.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-29d5c64c-a81f-4d05-ac5b-8e04e7c6c377 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-29d5c64c-a81f-4d05-ac5b-8e04e7c6c377.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a4a0b59b-092b-4f7b-bf14-fdd9ec416e05 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a4a0b59b-092b-4f7b-bf14-fdd9ec416e05 { text-align:center; } .ablocks-block-a4a0b59b-092b-4f7b-bf14-fdd9ec416e05 .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:48px;line-height:56px; } @media screen and (max-width: 800px) { .ablocks-block-a4a0b59b-092b-4f7b-bf14-fdd9ec416e05 .ablocks-heading-text { font-size:32px;line-height:44px; } } @media screen and (max-width: 480px) { .ablocks-block-a4a0b59b-092b-4f7b-bf14-fdd9ec416e05 .ablocks-heading-text { font-size:34px;line-height:40px; } } 
.ablocks-block-4b49a8cf-3aa5-440f-b83c-69394e8f1539 { margin-top:24px;width:47%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4b49a8cf-3aa5-440f-b83c-69394e8f1539 { width:70%; } } @media screen and (max-width: 480px) { .ablocks-block-4b49a8cf-3aa5-440f-b83c-69394e8f1539 { width:100%; } } .ablocks-block-4b49a8cf-3aa5-440f-b83c-69394e8f1539 { text-align:center; } .ablocks-block-4b49a8cf-3aa5-440f-b83c-69394e8f1539 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:24px;line-height:32px; } .ablocks-block-4b49a8cf-3aa5-440f-b83c-69394e8f1539 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a9c06706-b56b-49bf-96db-6c84801e1326 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a9c06706-b56b-49bf-96db-6c84801e1326.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a9c06706-b56b-49bf-96db-6c84801e1326 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:24px;column-gap:24px; } .ablocks-block-a9c06706-b56b-49bf-96db-6c84801e1326.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:24px;column-gap:24px; } .ablocks-block-a9c06706-b56b-49bf-96db-6c84801e1326 { display:inline-flex; } 
.ablocks-block-8024a26f-312d-4d64-ab2a-ceba95e8e7e3 { padding:20px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:8px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8024a26f-312d-4d64-ab2a-ceba95e8e7e3 { padding:15px; } } .ablocks-block-8024a26f-312d-4d64-ab2a-ceba95e8e7e3.ablocks-block--container { padding:20px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8024a26f-312d-4d64-ab2a-ceba95e8e7e3.ablocks-block--container { padding:15px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-8024a26f-312d-4d64-ab2a-ceba95e8e7e3.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-8024a26f-312d-4d64-ab2a-ceba95e8e7e3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8024a26f-312d-4d64-ab2a-ceba95e8e7e3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-75e6f7b2-3174-4a9a-a347-bbbf15c98946 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-75e6f7b2-3174-4a9a-a347-bbbf15c98946 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-75e6f7b2-3174-4a9a-a347-bbbf15c98946 .ablocks-icon-wrap { background:transparent;padding:.5em;border-radius:50%;border:2px solid #69727d;font-size:unset;padding-top:9px;padding-right:9px;padding-bottom:7px;padding-left:9px; } .ablocks-block-75e6f7b2-3174-4a9a-a347-bbbf15c98946 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-75e6f7b2-3174-4a9a-a347-bbbf15c98946 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f9ddcc44-a1ec-4095-b0d8-00eebd25ffa9 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f9ddcc44-a1ec-4095-b0d8-00eebd25ffa9 { text-align:left; } .ablocks-block-f9ddcc44-a1ec-4095-b0d8-00eebd25ffa9 .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-f9ddcc44-a1ec-4095-b0d8-00eebd25ffa9 .ablocks-heading-text { font-size:22px; } } 
.ablocks-block-b31c46df-6a35-4c2b-97cf-17b8c856f6ca { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b31c46df-6a35-4c2b-97cf-17b8c856f6ca { text-align:left; } .ablocks-block-b31c46df-6a35-4c2b-97cf-17b8c856f6ca .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-b31c46df-6a35-4c2b-97cf-17b8c856f6ca .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d39968cf-aaed-4801-aef3-41b725276d18 { padding:20px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:8px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d39968cf-aaed-4801-aef3-41b725276d18 { padding:15px; } } .ablocks-block-d39968cf-aaed-4801-aef3-41b725276d18.ablocks-block--container { padding:20px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d39968cf-aaed-4801-aef3-41b725276d18.ablocks-block--container { padding:15px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-d39968cf-aaed-4801-aef3-41b725276d18.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-d39968cf-aaed-4801-aef3-41b725276d18 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d39968cf-aaed-4801-aef3-41b725276d18.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c8c2b3a3-8e14-4373-95ec-66c31b56d2a1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c8c2b3a3-8e14-4373-95ec-66c31b56d2a1 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-c8c2b3a3-8e14-4373-95ec-66c31b56d2a1 .ablocks-icon-wrap { background:transparent;padding:.5em;border-radius:50%;border:2px solid #69727d;font-size:unset;padding-top:9px;padding-right:9px;padding-bottom:7px;padding-left:9px; } .ablocks-block-c8c2b3a3-8e14-4373-95ec-66c31b56d2a1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-c8c2b3a3-8e14-4373-95ec-66c31b56d2a1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7cb4f4a7-59ba-4d9c-85bd-f424ff28d27a { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7cb4f4a7-59ba-4d9c-85bd-f424ff28d27a { text-align:left; } .ablocks-block-7cb4f4a7-59ba-4d9c-85bd-f424ff28d27a .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-7cb4f4a7-59ba-4d9c-85bd-f424ff28d27a .ablocks-heading-text { font-size:22px; } } 
.ablocks-block-bbb85833-659d-4f95-b0de-4f104cff8989 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bbb85833-659d-4f95-b0de-4f104cff8989 { text-align:left; } .ablocks-block-bbb85833-659d-4f95-b0de-4f104cff8989 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-bbb85833-659d-4f95-b0de-4f104cff8989 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a5f4c0c1-a931-434e-bab3-49e7c41b2564 { padding:20px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:8px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a5f4c0c1-a931-434e-bab3-49e7c41b2564 { padding:15px; } } .ablocks-block-a5f4c0c1-a931-434e-bab3-49e7c41b2564.ablocks-block--container { padding:20px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a5f4c0c1-a931-434e-bab3-49e7c41b2564.ablocks-block--container { padding:15px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a5f4c0c1-a931-434e-bab3-49e7c41b2564.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-a5f4c0c1-a931-434e-bab3-49e7c41b2564 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a5f4c0c1-a931-434e-bab3-49e7c41b2564.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9c86efe5-7027-49b7-8924-89866cf39db3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c86efe5-7027-49b7-8924-89866cf39db3 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-9c86efe5-7027-49b7-8924-89866cf39db3 .ablocks-icon-wrap { background:transparent;padding:.5em;border-radius:50%;border:2px solid #69727d;font-size:unset;padding-top:9px;padding-right:9px;padding-bottom:7px;padding-left:9px; } .ablocks-block-9c86efe5-7027-49b7-8924-89866cf39db3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-9c86efe5-7027-49b7-8924-89866cf39db3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-13064b9d-f1b9-4c91-ad59-e8a7ce2255f1 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-13064b9d-f1b9-4c91-ad59-e8a7ce2255f1 { text-align:left; } .ablocks-block-13064b9d-f1b9-4c91-ad59-e8a7ce2255f1 .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:24px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-13064b9d-f1b9-4c91-ad59-e8a7ce2255f1 .ablocks-heading-text { font-size:22px; } } 
.ablocks-block-17dc209b-60d2-4e6b-adb0-a156e424e2ef { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-17dc209b-60d2-4e6b-adb0-a156e424e2ef { text-align:left; } .ablocks-block-17dc209b-60d2-4e6b-adb0-a156e424e2ef .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-17dc209b-60d2-4e6b-adb0-a156e424e2ef .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-11813bfe-aba6-4c83-a2d1-9675d7359e8f { margin-top:0px;padding-top:100px;padding-bottom:100px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-11813bfe-aba6-4c83-a2d1-9675d7359e8f { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-11813bfe-aba6-4c83-a2d1-9675d7359e8f { padding-top:50px;padding-bottom:50px; } } .ablocks-block-11813bfe-aba6-4c83-a2d1-9675d7359e8f.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-11813bfe-aba6-4c83-a2d1-9675d7359e8f.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-11813bfe-aba6-4c83-a2d1-9675d7359e8f.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-11813bfe-aba6-4c83-a2d1-9675d7359e8f > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-11813bfe-aba6-4c83-a2d1-9675d7359e8f > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-11813bfe-aba6-4c83-a2d1-9675d7359e8f > .ablocks-block-container { row-gap:40px; } } .ablocks-block-11813bfe-aba6-4c83-a2d1-9675d7359e8f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-11813bfe-aba6-4c83-a2d1-9675d7359e8f.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-3ae7ad58-b75e-4480-acfc-95d24e917bd7 { width:50%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3ae7ad58-b75e-4480-acfc-95d24e917bd7 { width:51%; } } @media screen and (max-width: 480px) { .ablocks-block-3ae7ad58-b75e-4480-acfc-95d24e917bd7 { width:100%; } } .ablocks-block-3ae7ad58-b75e-4480-acfc-95d24e917bd7 { text-align:center; } .ablocks-block-3ae7ad58-b75e-4480-acfc-95d24e917bd7 .ablocks-heading-text { color:#1b1b1b;font-family:Poppins;font-weight:500;font-style:normal;font-size:48px;line-height:56px; } @media screen and (max-width: 800px) { .ablocks-block-3ae7ad58-b75e-4480-acfc-95d24e917bd7 .ablocks-heading-text { font-size:32px;line-height:46px; } } @media screen and (max-width: 480px) { .ablocks-block-3ae7ad58-b75e-4480-acfc-95d24e917bd7 .ablocks-heading-text { font-size:28px;line-height:39px; } } 
.ablocks-block-f344e21b-6fa3-47e8-b3b3-2bd03eb467cd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f344e21b-6fa3-47e8-b3b3-2bd03eb467cd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f344e21b-6fa3-47e8-b3b3-2bd03eb467cd { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-f344e21b-6fa3-47e8-b3b3-2bd03eb467cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-f344e21b-6fa3-47e8-b3b3-2bd03eb467cd { display:inline-flex; } 
.ablocks-block-188f6855-b0e5-4925-ae03-16b0969cce19 { padding:24px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-188f6855-b0e5-4925-ae03-16b0969cce19.ablocks-block--container { padding:24px;max-width:min(100%,49%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-188f6855-b0e5-4925-ae03-16b0969cce19.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-188f6855-b0e5-4925-ae03-16b0969cce19.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-188f6855-b0e5-4925-ae03-16b0969cce19 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-188f6855-b0e5-4925-ae03-16b0969cce19.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1:not(.ablocks-has-block-container), .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .ablocks-block--info-box__content { gap:1px; } } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .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-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px;color:#101828; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .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-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:24px; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .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-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .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-5013e9fe-7d71-4705-829d-8cadfdba2ad1.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-5013e9fe-7d71-4705-829d-8cadfdba2ad1.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-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .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-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5013e9fe-7d71-4705-829d-8cadfdba2ad1 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-2760fb2a-ec35-45c0-9e20-0cb966862efe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2760fb2a-ec35-45c0-9e20-0cb966862efe { text-align:left; } .ablocks-block-2760fb2a-ec35-45c0-9e20-0cb966862efe .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-2760fb2a-ec35-45c0-9e20-0cb966862efe .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2d7ac2cb-34c0-4d4d-81be-f0c9afe229f7 { padding:24px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2d7ac2cb-34c0-4d4d-81be-f0c9afe229f7.ablocks-block--container { padding:24px;max-width:min(100%,49%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2d7ac2cb-34c0-4d4d-81be-f0c9afe229f7.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-2d7ac2cb-34c0-4d4d-81be-f0c9afe229f7.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2d7ac2cb-34c0-4d4d-81be-f0c9afe229f7 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-2d7ac2cb-34c0-4d4d-81be-f0c9afe229f7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37:not(.ablocks-has-block-container), .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 .ablocks-block--info-box__content { gap:1px; } } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 .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-873cfbd7-1c3e-4967-9d29-454fcd510b37 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px;color:#101828; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 .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-873cfbd7-1c3e-4967-9d29-454fcd510b37 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:24px; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 .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-873cfbd7-1c3e-4967-9d29-454fcd510b37 .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-873cfbd7-1c3e-4967-9d29-454fcd510b37.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-873cfbd7-1c3e-4967-9d29-454fcd510b37.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-873cfbd7-1c3e-4967-9d29-454fcd510b37 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 .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-873cfbd7-1c3e-4967-9d29-454fcd510b37 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-873cfbd7-1c3e-4967-9d29-454fcd510b37 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-9dc65741-16b0-4a23-8009-4c360c168eca { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9dc65741-16b0-4a23-8009-4c360c168eca { text-align:left; } .ablocks-block-9dc65741-16b0-4a23-8009-4c360c168eca .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-9dc65741-16b0-4a23-8009-4c360c168eca .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-dced6087-26a1-4184-a757-26058a4f492a { padding:24px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-dced6087-26a1-4184-a757-26058a4f492a { padding:17px; } } .ablocks-block-dced6087-26a1-4184-a757-26058a4f492a.ablocks-block--container { padding:24px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-dced6087-26a1-4184-a757-26058a4f492a.ablocks-block--container { padding:17px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-dced6087-26a1-4184-a757-26058a4f492a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-dced6087-26a1-4184-a757-26058a4f492a { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-dced6087-26a1-4184-a757-26058a4f492a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1:not(.ablocks-has-block-container), .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .ablocks-block--info-box__content { gap:1px; } } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .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-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px;color:#101828; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .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-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:24px; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .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-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .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-57ea21c7-9e63-4fbf-8f39-e377a3145fb1.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-57ea21c7-9e63-4fbf-8f39-e377a3145fb1.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-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .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-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-57ea21c7-9e63-4fbf-8f39-e377a3145fb1 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-4841a23c-553c-4698-880c-5764b017f9f1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4841a23c-553c-4698-880c-5764b017f9f1 { text-align:left; } .ablocks-block-4841a23c-553c-4698-880c-5764b017f9f1 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-4841a23c-553c-4698-880c-5764b017f9f1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-dc71b0c1-37ab-42fa-bc42-45056f154df4 { padding:24px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-dc71b0c1-37ab-42fa-bc42-45056f154df4 { padding:17px; } } .ablocks-block-dc71b0c1-37ab-42fa-bc42-45056f154df4.ablocks-block--container { padding:24px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-dc71b0c1-37ab-42fa-bc42-45056f154df4.ablocks-block--container { padding:17px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-dc71b0c1-37ab-42fa-bc42-45056f154df4.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-dc71b0c1-37ab-42fa-bc42-45056f154df4 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-dc71b0c1-37ab-42fa-bc42-45056f154df4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183:not(.ablocks-has-block-container), .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .ablocks-block--info-box__content { gap:1px; } } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .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-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px;color:#101828; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .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-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:24px; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .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-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .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-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183.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-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183.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-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .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-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-6f83d20c-2682-4c2c-bf03-8bcbf5ff2183 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-14b258f1-ecfb-46e7-8fea-61eba565ba5f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-14b258f1-ecfb-46e7-8fea-61eba565ba5f { text-align:left; } .ablocks-block-14b258f1-ecfb-46e7-8fea-61eba565ba5f .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-14b258f1-ecfb-46e7-8fea-61eba565ba5f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-02e69144-7d43-46cf-82c7-f4f910197f9d { padding:24px;background:#ffffff;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-02e69144-7d43-46cf-82c7-f4f910197f9d { padding:17px; } } .ablocks-block-02e69144-7d43-46cf-82c7-f4f910197f9d.ablocks-block--container { padding:24px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-02e69144-7d43-46cf-82c7-f4f910197f9d.ablocks-block--container { padding:17px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-02e69144-7d43-46cf-82c7-f4f910197f9d.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-02e69144-7d43-46cf-82c7-f4f910197f9d { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-02e69144-7d43-46cf-82c7-f4f910197f9d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8:not(.ablocks-has-block-container), .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .ablocks-block--info-box__content { gap:1px; } } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .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-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:600;font-style:normal;font-size:18px;line-height:26px;color:#101828; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .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-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:24px; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .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-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .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-c255e96b-1c65-46ae-96b3-63bacf4b25a8.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-c255e96b-1c65-46ae-96b3-63bacf4b25a8.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-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .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-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c255e96b-1c65-46ae-96b3-63bacf4b25a8 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-b3fcbfaa-5022-456b-876d-cd0f415325c5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b3fcbfaa-5022-456b-876d-cd0f415325c5 { text-align:left; } .ablocks-block-b3fcbfaa-5022-456b-876d-cd0f415325c5 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-b3fcbfaa-5022-456b-876d-cd0f415325c5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-14b63f88-653a-4eaa-9a16-58a7cfd225e3 { margin-top:0px;padding-top:100px;padding-bottom:100px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-14b63f88-653a-4eaa-9a16-58a7cfd225e3 { padding-top:60px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-14b63f88-653a-4eaa-9a16-58a7cfd225e3 { padding-top:50px;padding-bottom:60px; } } .ablocks-block-14b63f88-653a-4eaa-9a16-58a7cfd225e3.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-14b63f88-653a-4eaa-9a16-58a7cfd225e3.ablocks-block--container { padding-top:60px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-14b63f88-653a-4eaa-9a16-58a7cfd225e3.ablocks-block--container { padding-top:50px;padding-bottom:60px; } } .ablocks-block-14b63f88-653a-4eaa-9a16-58a7cfd225e3 > .ablocks-block-container { max-width:min(100%,1060px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-14b63f88-653a-4eaa-9a16-58a7cfd225e3 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-14b63f88-653a-4eaa-9a16-58a7cfd225e3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-2842a941-f6b3-427b-8182-76257baccac2 { padding-top:110px;padding-bottom:110px;background-image:url("https://library-kits-uirg7j.flywp.xyz/fintrust/wp-content/uploads/sites/19/2025/06/frame_1000005123.webp");background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2842a941-f6b3-427b-8182-76257baccac2 { padding-top:100px;padding-bottom:100px; } } @media screen and (max-width: 480px) { .ablocks-block-2842a941-f6b3-427b-8182-76257baccac2 { padding-top:80px;padding-bottom:80px; } } .ablocks-block-2842a941-f6b3-427b-8182-76257baccac2.ablocks-block--container { padding-top:110px;padding-bottom:110px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2842a941-f6b3-427b-8182-76257baccac2.ablocks-block--container { padding-top:100px;padding-bottom:100px; } } @media screen and (max-width: 480px) { .ablocks-block-2842a941-f6b3-427b-8182-76257baccac2.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } .ablocks-block-2842a941-f6b3-427b-8182-76257baccac2 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2842a941-f6b3-427b-8182-76257baccac2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b2c28565-e02c-4850-a631-c2e48d3ea931 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b2c28565-e02c-4850-a631-c2e48d3ea931 { text-align:center; } .ablocks-block-b2c28565-e02c-4850-a631-c2e48d3ea931 .ablocks-heading-text { color:#ffffff;font-family:Poppins;font-weight:500;font-style:normal;font-size:48px;line-height:56px; } @media screen and (max-width: 800px) { .ablocks-block-b2c28565-e02c-4850-a631-c2e48d3ea931 .ablocks-heading-text { font-size:38px;line-height:49px; } } 
.ablocks-block-91b86780-ac50-4417-9d8b-64396f6e5b3c { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-91b86780-ac50-4417-9d8b-64396f6e5b3c { text-align:center; } .ablocks-block-91b86780-ac50-4417-9d8b-64396f6e5b3c .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-91b86780-ac50-4417-9d8b-64396f6e5b3c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4f6b5cd1-dd01-49b4-b543-df900364421f { margin-top:24px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f6b5cd1-dd01-49b4-b543-df900364421f.ablocks-block--container { padding:0px;max-width:min(100%,50%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-4f6b5cd1-dd01-49b4-b543-df900364421f.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-4f6b5cd1-dd01-49b4-b543-df900364421f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4f6b5cd1-dd01-49b4-b543-df900364421f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef { padding:4px;background:#FFF;border-style:none;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef .ablocks-form-builder { flex-direction:row;align-items:center; } .ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;display:none;margin-top:10px; } .ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef .ablocks-form-builder__input { background:white;text-align:left;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;border-style:none;padding-left:24px;box-sizing:border-box; } .ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef .ablocks-form-builder__input::placeholder { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left;color:#575757!important; } .ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef .ablocks-form-builder__input-icon,.ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef .ablocks-form-builder__submit-button { text-align:center; } .ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef .ablocks-form-builder__submit-button { color:#FFF;background:#475467;border-radius:6px;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px; } .ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-94d81017-17b3-4ab1-8888-e6235088f5ef .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-4c0f363e-088e-44ff-b52c-02f55922d599 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4c0f363e-088e-44ff-b52c-02f55922d599.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-4c0f363e-088e-44ff-b52c-02f55922d599 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-4c0f363e-088e-44ff-b52c-02f55922d599 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505 { margin-top:-20px;padding-top:100px;padding-bottom:40px;background:#F9FAFB;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505 { padding-top:80px; } } @media screen and (max-width: 480px) { .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505 { padding-top:60px; } } .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505.ablocks-block--container { padding-top:100px;padding-bottom:40px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505.ablocks-block--container { padding-top:80px; } } @media screen and (max-width: 480px) { .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505.ablocks-block--container { padding-top:60px; } } .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:28px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505 > .ablocks-block-container { row-gap:24px; } } .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:28px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-f76d8a25-0258-4cb1-8025-b1fa0fa65505.ablocks-has-block-container > .ablocks-block-container { row-gap:24px; } } 
.ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33 { row-gap:40px;column-gap:32px; } } @media screen and (max-width: 480px) { .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33 { flex-direction:column; } } .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33.ablocks-has-block-container > .ablocks-block-container { row-gap:40px;column-gap:32px; } } @media screen and (max-width: 480px) { .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-94f5a078-b82d-41c8-bfc0-c51e5f105e33 { display:inline-flex; } 
.ablocks-block-ef97c2aa-b60e-478d-8f25-4a5cd322987c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef97c2aa-b60e-478d-8f25-4a5cd322987c.ablocks-block--container { padding:0px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ef97c2aa-b60e-478d-8f25-4a5cd322987c.ablocks-block--container { max-width:min(100%,45%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ef97c2aa-b60e-478d-8f25-4a5cd322987c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ef97c2aa-b60e-478d-8f25-4a5cd322987c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ef97c2aa-b60e-478d-8f25-4a5cd322987c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a640a08b-0167-4d92-93fa-891fcac77449 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a640a08b-0167-4d92-93fa-891fcac77449 { text-align:left; } .ablocks-block-a640a08b-0167-4d92-93fa-891fcac77449 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:28px;letter-spacing:-0.18px; } .ablocks-block-a640a08b-0167-4d92-93fa-891fcac77449 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0b18b51a-9d32-4867-aeff-14b7932f6b45 { margin-top:24px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b18b51a-9d32-4867-aeff-14b7932f6b45.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0b18b51a-9d32-4867-aeff-14b7932f6b45 { display:flex;flex-direction:column;min-height:0px;row-gap:12px;column-gap:0px; } .ablocks-block-0b18b51a-9d32-4867-aeff-14b7932f6b45.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:12px;column-gap:0px; } 
.ablocks-block-4c6303f7-dd00-4eee-b6f0-539f508ce8f5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4c6303f7-dd00-4eee-b6f0-539f508ce8f5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4c6303f7-dd00-4eee-b6f0-539f508ce8f5 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-4c6303f7-dd00-4eee-b6f0-539f508ce8f5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-4c6303f7-dd00-4eee-b6f0-539f508ce8f5 { display:inline-flex; } 
.ablocks-block-bef6d7ca-ccb1-429d-94b8-399900ac01b4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bef6d7ca-ccb1-429d-94b8-399900ac01b4 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-bef6d7ca-ccb1-429d-94b8-399900ac01b4 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-bef6d7ca-ccb1-429d-94b8-399900ac01b4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-bef6d7ca-ccb1-429d-94b8-399900ac01b4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#344054; } 
.ablocks-block-d1f18e99-12b2-4244-bf36-d371b05a301b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1f18e99-12b2-4244-bf36-d371b05a301b { text-align:left; } .ablocks-block-d1f18e99-12b2-4244-bf36-d371b05a301b .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-d1f18e99-12b2-4244-bf36-d371b05a301b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-63b9efae-0976-4699-8a3a-fcfe04847287 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-63b9efae-0976-4699-8a3a-fcfe04847287.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-63b9efae-0976-4699-8a3a-fcfe04847287 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-63b9efae-0976-4699-8a3a-fcfe04847287.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-63b9efae-0976-4699-8a3a-fcfe04847287 { display:inline-flex; } 
.ablocks-block-c363fced-e9fe-4bb3-a5c9-8076b9f6d626 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c363fced-e9fe-4bb3-a5c9-8076b9f6d626 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-c363fced-e9fe-4bb3-a5c9-8076b9f6d626 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c363fced-e9fe-4bb3-a5c9-8076b9f6d626 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c363fced-e9fe-4bb3-a5c9-8076b9f6d626 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#344054; } 
.ablocks-block-b7182cde-8295-4e10-a8e6-b54dceaaf354 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b7182cde-8295-4e10-a8e6-b54dceaaf354 { text-align:left; } .ablocks-block-b7182cde-8295-4e10-a8e6-b54dceaaf354 .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-b7182cde-8295-4e10-a8e6-b54dceaaf354 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7013979a-c0cf-4631-ad98-57f8828811e0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7013979a-c0cf-4631-ad98-57f8828811e0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7013979a-c0cf-4631-ad98-57f8828811e0 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-7013979a-c0cf-4631-ad98-57f8828811e0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-7013979a-c0cf-4631-ad98-57f8828811e0 { display:inline-flex; } 
.ablocks-block-b5afec1f-d261-4102-949b-5aaef2ae5d84 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b5afec1f-d261-4102-949b-5aaef2ae5d84 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b5afec1f-d261-4102-949b-5aaef2ae5d84 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b5afec1f-d261-4102-949b-5aaef2ae5d84 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b5afec1f-d261-4102-949b-5aaef2ae5d84 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#344054; } 
.ablocks-block-2839fd9a-b0a5-4b7f-a273-88eee3f37a5f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2839fd9a-b0a5-4b7f-a273-88eee3f37a5f { text-align:left; } .ablocks-block-2839fd9a-b0a5-4b7f-a273-88eee3f37a5f .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-2839fd9a-b0a5-4b7f-a273-88eee3f37a5f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e { column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e { flex-direction:column;row-gap:24px; } } .ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e.ablocks-has-block-container > .ablocks-block-container { column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-d08898d3-9477-408c-86d1-25c1765dd92e { display:inline-flex; } 
.ablocks-block-1ef4ebe3-f8c6-4646-9e6e-08a057d5a614 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ef4ebe3-f8c6-4646-9e6e-08a057d5a614.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1ef4ebe3-f8c6-4646-9e6e-08a057d5a614.ablocks-block--container { max-width:min(100%,22%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-1ef4ebe3-f8c6-4646-9e6e-08a057d5a614.ablocks-block--container { max-width:min(100%,76%) !important; } } .ablocks-block-1ef4ebe3-f8c6-4646-9e6e-08a057d5a614 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1ef4ebe3-f8c6-4646-9e6e-08a057d5a614.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e90fdcc7-1701-49f5-ba71-64fa3d575b1b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e90fdcc7-1701-49f5-ba71-64fa3d575b1b { text-align:left; } .ablocks-block-e90fdcc7-1701-49f5-ba71-64fa3d575b1b .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:14px;line-height:24px;letter-spacing:1.25px; } 
.ablocks-block-e5ba9494-0afb-415f-aa96-ba899e5db65a { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5ba9494-0afb-415f-aa96-ba899e5db65a { text-align:left; } .ablocks-block-e5ba9494-0afb-415f-aa96-ba899e5db65a .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-e5ba9494-0afb-415f-aa96-ba899e5db65a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-be9026cd-975c-4ecc-9660-391d33b4bad7 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be9026cd-975c-4ecc-9660-391d33b4bad7 { text-align:left; } .ablocks-block-be9026cd-975c-4ecc-9660-391d33b4bad7 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-be9026cd-975c-4ecc-9660-391d33b4bad7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1fdd078d-b5be-470b-af21-204fd2996bd4 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1fdd078d-b5be-470b-af21-204fd2996bd4 { text-align:left; } .ablocks-block-1fdd078d-b5be-470b-af21-204fd2996bd4 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-1fdd078d-b5be-470b-af21-204fd2996bd4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c036d8eb-b180-4858-ab42-0cc272137bf9 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c036d8eb-b180-4858-ab42-0cc272137bf9 { text-align:left; } .ablocks-block-c036d8eb-b180-4858-ab42-0cc272137bf9 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-c036d8eb-b180-4858-ab42-0cc272137bf9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9855b9f8-c38c-4443-a31e-466cbcdaa45f { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9855b9f8-c38c-4443-a31e-466cbcdaa45f { text-align:left; } .ablocks-block-9855b9f8-c38c-4443-a31e-466cbcdaa45f .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-9855b9f8-c38c-4443-a31e-466cbcdaa45f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ddb0fda5-4528-455e-8042-02589db2ca78 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ddb0fda5-4528-455e-8042-02589db2ca78.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ddb0fda5-4528-455e-8042-02589db2ca78.ablocks-block--container { max-width:min(100%,43%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ddb0fda5-4528-455e-8042-02589db2ca78.ablocks-block--container { max-width:min(100%,81%) !important; } } .ablocks-block-ddb0fda5-4528-455e-8042-02589db2ca78 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ddb0fda5-4528-455e-8042-02589db2ca78.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-69bf4ce4-c325-4790-a1e8-18477f28e4e3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-69bf4ce4-c325-4790-a1e8-18477f28e4e3 { text-align:left; } .ablocks-block-69bf4ce4-c325-4790-a1e8-18477f28e4e3 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:14px;line-height:24px;letter-spacing:1.25px; } 
.ablocks-block-1a00838b-9670-412b-941a-f7391ca3689d { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1a00838b-9670-412b-941a-f7391ca3689d { text-align:left; } .ablocks-block-1a00838b-9670-412b-941a-f7391ca3689d .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-1a00838b-9670-412b-941a-f7391ca3689d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-db479ab2-6f7d-4e05-917d-abcb8b75b820 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-db479ab2-6f7d-4e05-917d-abcb8b75b820 { text-align:left; } .ablocks-block-db479ab2-6f7d-4e05-917d-abcb8b75b820 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-db479ab2-6f7d-4e05-917d-abcb8b75b820 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2c70c8b1-38ca-449a-93c3-e2d051563bb4 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2c70c8b1-38ca-449a-93c3-e2d051563bb4 { text-align:left; } .ablocks-block-2c70c8b1-38ca-449a-93c3-e2d051563bb4 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-2c70c8b1-38ca-449a-93c3-e2d051563bb4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ef235def-3ab1-42f5-93bf-e62e5210858f { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef235def-3ab1-42f5-93bf-e62e5210858f { text-align:left; } .ablocks-block-ef235def-3ab1-42f5-93bf-e62e5210858f .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-ef235def-3ab1-42f5-93bf-e62e5210858f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e8619690-94bc-44ac-a296-8648a742d711 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e8619690-94bc-44ac-a296-8648a742d711 { text-align:left; } .ablocks-block-e8619690-94bc-44ac-a296-8648a742d711 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-e8619690-94bc-44ac-a296-8648a742d711 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-91fc4a94-87c4-49d3-83c8-3f9ef59bc90a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-91fc4a94-87c4-49d3-83c8-3f9ef59bc90a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-91fc4a94-87c4-49d3-83c8-3f9ef59bc90a.ablocks-block--container { max-width:min(100%,22%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-91fc4a94-87c4-49d3-83c8-3f9ef59bc90a.ablocks-block--container { max-width:min(100%,88%) !important; } } .ablocks-block-91fc4a94-87c4-49d3-83c8-3f9ef59bc90a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-91fc4a94-87c4-49d3-83c8-3f9ef59bc90a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-dcfe1b5e-4722-4211-bd17-3f52174596b7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dcfe1b5e-4722-4211-bd17-3f52174596b7 { text-align:left; } .ablocks-block-dcfe1b5e-4722-4211-bd17-3f52174596b7 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:14px;line-height:24px;letter-spacing:1.25px; } 
.ablocks-block-284e7b4e-53a6-4090-930a-fb68f1436550 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-284e7b4e-53a6-4090-930a-fb68f1436550 { text-align:left; } .ablocks-block-284e7b4e-53a6-4090-930a-fb68f1436550 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-284e7b4e-53a6-4090-930a-fb68f1436550 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-40f19d34-53d1-4dc0-b2f2-5b53ec26735b { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-40f19d34-53d1-4dc0-b2f2-5b53ec26735b { text-align:left; } .ablocks-block-40f19d34-53d1-4dc0-b2f2-5b53ec26735b .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-40f19d34-53d1-4dc0-b2f2-5b53ec26735b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e1c0b8e8-6f6b-46e0-9773-d17e91232ea6 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1c0b8e8-6f6b-46e0-9773-d17e91232ea6 { text-align:left; } .ablocks-block-e1c0b8e8-6f6b-46e0-9773-d17e91232ea6 .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-e1c0b8e8-6f6b-46e0-9773-d17e91232ea6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6fefc0fd-b50f-40e9-9ed5-05545c209c3d { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6fefc0fd-b50f-40e9-9ed5-05545c209c3d { text-align:left; } .ablocks-block-6fefc0fd-b50f-40e9-9ed5-05545c209c3d .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-6fefc0fd-b50f-40e9-9ed5-05545c209c3d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-72a03ffb-0e5a-4894-9a84-ed3f0821725a { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-72a03ffb-0e5a-4894-9a84-ed3f0821725a { text-align:left; } .ablocks-block-72a03ffb-0e5a-4894-9a84-ed3f0821725a .ablocks-paragraph-text { color:#344054;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.09px; } .ablocks-block-72a03ffb-0e5a-4894-9a84-ed3f0821725a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5dadecb1-ded5-4859-a030-9c44f80c6e51 { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#eaecf0;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5dadecb1-ded5-4859-a030-9c44f80c6e51.ablocks-block--container { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5dadecb1-ded5-4859-a030-9c44f80c6e51 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-5dadecb1-ded5-4859-a030-9c44f80c6e51 { flex-direction:column;row-gap:12px; } } .ablocks-block-5dadecb1-ded5-4859-a030-9c44f80c6e51.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-5dadecb1-ded5-4859-a030-9c44f80c6e51.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:12px; } } .ablocks-block-5dadecb1-ded5-4859-a030-9c44f80c6e51 { display:inline-flex; } 
.ablocks-block-667a7a80-dd96-474f-8bb5-f16b46c30a77 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-667a7a80-dd96-474f-8bb5-f16b46c30a77.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-667a7a80-dd96-474f-8bb5-f16b46c30a77 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-667a7a80-dd96-474f-8bb5-f16b46c30a77.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-759fb134-7e8d-4732-bc75-e5db6628063d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-759fb134-7e8d-4732-bc75-e5db6628063d { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-759fb134-7e8d-4732-bc75-e5db6628063d { text-align:center; } } .ablocks-block-759fb134-7e8d-4732-bc75-e5db6628063d .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:28px;letter-spacing:-0.18px; } .ablocks-block-759fb134-7e8d-4732-bc75-e5db6628063d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-329177a1-3d15-4ea4-890f-2a1d78dd064c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-329177a1-3d15-4ea4-890f-2a1d78dd064c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-329177a1-3d15-4ea4-890f-2a1d78dd064c { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-329177a1-3d15-4ea4-890f-2a1d78dd064c { justify-content:center;justify-items:center; } } .ablocks-block-329177a1-3d15-4ea4-890f-2a1d78dd064c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-329177a1-3d15-4ea4-890f-2a1d78dd064c.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-329177a1-3d15-4ea4-890f-2a1d78dd064c { display:inline-flex; } 
.ablocks-block-ba3d38a7-118c-4e8d-9bd3-082b44e7bac2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ba3d38a7-118c-4e8d-9bd3-082b44e7bac2 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ba3d38a7-118c-4e8d-9bd3-082b44e7bac2 .ablocks-icon-wrap { background:#667085;border-radius:50%;padding:.5em;font-size:24px; } .ablocks-block-ba3d38a7-118c-4e8d-9bd3-082b44e7bac2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-ba3d38a7-118c-4e8d-9bd3-082b44e7bac2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-59d39f52-3337-4549-a7fe-7c4d6771e491 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-59d39f52-3337-4549-a7fe-7c4d6771e491 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-59d39f52-3337-4549-a7fe-7c4d6771e491 .ablocks-icon-wrap { background:#667085;border-radius:50%;padding:.5em;font-size:24px; } .ablocks-block-59d39f52-3337-4549-a7fe-7c4d6771e491 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-59d39f52-3337-4549-a7fe-7c4d6771e491 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-5e433fc7-ebda-44e7-aad1-59f4cbf7194c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5e433fc7-ebda-44e7-aad1-59f4cbf7194c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-5e433fc7-ebda-44e7-aad1-59f4cbf7194c .ablocks-icon-wrap { background:#667085;border-radius:50%;padding:.5em;font-size:24px; } .ablocks-block-5e433fc7-ebda-44e7-aad1-59f4cbf7194c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-5e433fc7-ebda-44e7-aad1-59f4cbf7194c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
